I greet also needs to change the width of the page to adapt to this plugin
https://codecanyon.net/item/arena-products-store-wordpress-plugin/8674943
amendment !
add_action('the_post', 'sb_remove_woocommerce_disqus');
remove_action('pre_comment_on_post', 'dsq_pre_comment_on_post');
function sb_remove_woocommerce_disqus() {
global $post, $wp_query;
if (get_post_type() == 'product') {
remove_filter('comments_template', 'dsq_comments_template');
}
}
add to public_html/wp-content/themes/Newsmag/functions.php
add_action(‘the_post’, ‘sb_remove_woocommerce_disqus’, 10, 2 );
remove_action(‘pre_comment_on_post’, ‘dsq_pre_comment_on_post’);
function sb_remove_woocommerce_disqus( $post, $query ) {
global $post, $wp_query;
if ($query->is_main_query() && $post->post_type == ‘product’) {
remove_filter(‘comments_template’, ‘dsq_comments_template’);
}
}
-
This reply was modified 10 years by
kaczy29.
I had the same problem plugin “Disqus”
sent
theme panel
ads
article bottom ad
DISABLE ON DESKTOP
DISABLE ON TABLET LANDSCAPE
DISABLE ON TABLET PORTRAIT
email sent to wp-access
I have the same problem as Marevo
I have a problem when editing post does not load visual composer
mehedi
source plugin?
automatically update !
https://forum.tagdiv.com/how-to-automatically-update-newspaper-theme/
everything works great thank you
demo: http://wpthemess.net/formation/
Could you drop me ready files, but do not know much about css
I would be grateful
thanx
http://wpthemess.net/
menu- wordpress – blog
I also am looking for and does not have the “mega menu”
