Raja CRN
Forum Replies Created
-
AuthorPosts
-
Raja CRN
KeymasterHi,
we have tried to login yesterday, your blog not allowed us to login with your details. And again, we tried now and the same result.
Please check that.
Thank you.
Raja CRN
KeymasterHello,
You have put the wp_lang define function in the header.php file :). That is the problem you have created and messing with theme and our time. Please consult developers before adding any code like this or hire someone, if you don’t know that properly.
leave the article section data, it is not a problem at all.
Thank you.:)
Raja CRN
KeymasterHello,
Please send the screenshot of your smartphone screen. See the details of the some image sizes included in this theme,
`add_image_size(‘mag-image’, 340, 160,true);
add_image_size(‘blog-image’, 220, 180,true);
add_image_size(‘feat-slider’, 764, 336,true);`
Thank you.Raja CRN
KeymasterHi,
I think,You have got it all wrong. You have mentioned about the plugins, so that we have recommended that. Also, We have checked that Our demo page don’t have any malformed HTML. The Plugin Facebook will fix all the things related to Open-graph. However, It seems that you have not configured that plugin in rightly manner.
Please send your Temporary WordPress login credentials with admin rights, our support person will fix your issues. Note: use Set as private reply option.
Raja CRN
KeymasterHi,
Could you please give us more details? Not Mobile Friendly is too generic. We have checked your site and your site is behaving well in all devices without breaking any layout.
Thanks.
Raja CRN
KeymasterInstall this plugin https://wordpress.org/plugins/facebook/ or Yoast WordPress SEO.
The above plugins will solve your issues.
Raja CRN
KeymasterHi,
Do you want to exclude the categories from the Recent Posts Section? If that so, It’s not a widget, It’s a WP main content section. You can’t exclude the cat ID in the main loop, instead of that you have to create custom queries to achieve the desired result.
You can get the sample query in page-blog.php in our theme. In that query, you have to pass the
cat=-12here -12 is your category ID.or easy way, include the following code in functions.php and add the category ID to be excluded.
function tp_exclude_category( $wp_query ) { // Add the category to an array of excluded categories. Here, We pass the -1 as a category ID, $excluded = array( '-1' ); // Note that this is a cleaner way to write: $wp_query->set('category__not_in', $excluded); set_query_var( 'category__not_in', $excluded ); } add_action( 'pre_get_posts', 'tp_exclude_category' );I think, i got your question. If that doesn’t solve your question, reply to us.
Thank you.
Raja CRN
KeymasterOur theme has no errors when We check in the FB debugger. See here https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fdemo.themepacific.com%2Fbresponzive-pro%2F2013%2F06%2F04%2Flayout-test-2%2F
One of your plugin related to FB is making trouble for you. Please check that.
More over, You can use WordPress SEO Plugin to generate the correct social Meta Tags.
Raja CRN
KeymasterHey,
Theme comes with Responsive design. You don’t need to activate that. Could you please share your blog link, we’ll check.
Thanks.
Raja CRN
KeymasterHi,
If you have uploaded the High Quality images, then Facebook share will pick that image. Read more about Twitter API here http://themepacific.com/how-to-generate-api-key-consumer-token-access-key-for-twitter-oauth/994/.
We can’t understand your question clearly.
Raja CRN
KeymasterHey,
We’ve already updated the plugin and posted about that in our Plugin Page.
Raja CRN
KeymasterHey,
You can Download the updated Free ThemePacific short code Plugin from Today or next day. We’ll update you in our Facebook Page.
Thanks for your Patience and Support.
Raja CRN
KeymasterHi,
Background image doesn’t need standard dimensions. Also, We have checked that, You haven’t created any valid support topic here.
Raja CRN
KeymasterHello,
Currently, You can’t add the link to your Background image. In the next theme update, We try to add that feature in theme.
Thanks.
Raja CRN
KeymasterHello,
We have checked that you haven’t created any support topic here. If so, Could you please attach the link?
-
AuthorPosts
