Hi @Christopher
I’ve played a little with regeneration image stuff, and i see that work to upscale the image with this combination of plugins:
Thumbnail Upscale + Force Regenerate Thumbnails works great for me 🙂 Try it
Hi,
Please can you give us your site URL to see the issue. The Facebook OG should work automatic if you have enabled from SEO by Yoast.
Just go to a post and see the source code of the page and see if you have the OG in page like here: http://screencast.com/t/XpE6MjVIaiU
Enable it from here: http://screencast.com/t/gl4c3yULyqo
I’m not sure what not work for you.
Thanks for the message!
Hi,
Add this code in function.php file
add_filter('loop_shop_columns', 'loop_columns');
if (!function_exists('loop_columns')) {
function loop_columns() {
return 5; // 3 products per row
}
}
like here: http://screencast.com/t/7Y7xSh1LBcxX
Then add this CSS in Theme panel -> Custom CSS
/* responsive monitor */
@media (min-width: 1200px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
width: 16.05%;
}
}
/* responsive portrait tablet */
@media (min-width: 768px) and (max-width: 1018px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
width: 16.05%;
}
}
@media (min-width: 1019px) and (max-width: 1199px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
width: 16.05%;
}
}
Hi,
Your quote text is not clean as you can see here: http://screencast.com/t/bTr6CSdl1Xo
Please delete the quote and paste the text again from a text editor to be unformated and make it again a quote.
Thanks!
Hi,
We removed the animation from less files, is hard to be overwritten by a CSS, we have tried but with no luck.
Please what for the next update, or if you want you can try to search the animation code in your style.css. transition(background-color 2s);
Thanks!
Hi,
You can copy the content from the page into the post and make the review. The visual composer work in post to, you need to enable from settings.
The reviews work only on posts.
Thanks for the message!
Hi,
Add this code:
$wp_query_args = array(
'ignore_sticky_posts' => 0
);
Hi,
Add this code:
global $loop_sidebar_position;
if($loop_sidebar_position == 'no_sidebar') {
return;
}
like here: http://screencast.com/t/sUhlOTrHWk
Thanks!
Hi,
Please give us your site URL to see the issue. Thanks!
Hi,
Add this code:
'Random posts Today' => 'random_today' , 'Random posts from last 7 Day' => 'random_7_day' , like here: http://screencast.com/t/3cSVV4I9wc
Add this code:
case 'random_today':
$wp_query_args['orderby'] = 'rand';
$wp_query_args['day'] = date('j');
break;
case 'random_7_day':
$wp_query_args['orderby'] = 'rand';
$wp_query_args['date_query'] = array(
'column' => 'post_date_gmt',
'after' => '1 week ago'
);
break;
like here: http://screencast.com/t/wFedEyPxcX58
Thanks!
If you want on block to, check here the modules files: http://screencast.com/t/ACP86h0cE
Hi,
You have other plugins installed? Can you try with all deactivated.
Thanks!
Hi,
I know that the plugin only crop the images and not make enlargements. If you have a 650×350 size image this will not be scaled to 700x….
Hi,
You can create unlimited sidebar from panel http://screencast.com/t/yuAeCIK478Jp and you can choose unique sidebar for each post http://screencast.com/t/R8b00SSoF
Hi,
You images in post is like a gallery added. You can try with this plugin and see if works Automatic Featured Image Posts This plugin take the image form post and put it as featured image.
Hi,
Please check this settings age +13 permission on your facebook account.
Hi,
Your CSS selector is incorrect. Use this:
.meta-info .td-block-author {
padding-left: 10px;
}
Hi,
Add this code in function.php add_filter('loop_shop_per_page', create_function('$cols', 'return 12;'));
Added, sorry for the delay! 🙂
Hi,
@thomaspe what is the status there, you have managed the issue?
Hi,
1. https://forum.tagdiv.com/how-to-use-the-megamenu/
2. If you use the megamenu that menu should be alone, to not have submenus. Also you need to regenerate the thumbnails, follow those steps: https://forum.tagdiv.com/existing-content/
Thanks for the message!
Hi,
You can modify that block if you want, Block 8 use Module 5 to be built.
Edit module 5 like here: http://screencast.com/t/iqjZeyjB and increase the excerpt to 250 from Theme panel -> Excerpt on Module 5
Thanks for the message!
Hi,
Please make sure you have the latest theme version and also you can try with all plugins disabled or disable one by one and see if works, could be a plugin conflict.
Can you show us your site url to see the issue?
Thanks fo4r the message!