Home User profile
tagDiv Member
http://wpthemess.net/
kaczy29
tagDiv Member

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

kaczy29
tagDiv Member

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');
	}
}
  • This reply was modified 10 years by kaczy29.
  • This reply was modified 10 years by kaczy29.
  • This reply was modified 10 years by kaczy29.
kaczy29
tagDiv Member

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.
kaczy29
tagDiv Member

I had the same problem plugin “Disqus”

kaczy29
tagDiv Member

sent

kaczy29
tagDiv Member

theme panel
ads

article bottom ad

DISABLE ON DESKTOP
DISABLE ON TABLET LANDSCAPE
DISABLE ON TABLET PORTRAIT

kaczy29
tagDiv Member

email sent to wp-access

kaczy29
tagDiv Member

I have the same problem as Marevo

kaczy29
tagDiv Member

I have a problem when editing post does not load visual composer

kaczy29
tagDiv Member

mehedi
source plugin?

kaczy29
tagDiv Member

everything works great thank you
demo: http://wpthemess.net/formation/

kaczy29
tagDiv Member

Could you drop me ready files, but do not know much about css
I would be grateful

kaczy29
tagDiv Member

thanx
http://wpthemess.net/

menu- wordpress – blog

kaczy29
tagDiv Member

I also am looking for and does not have the “mega menu”

Viewing 16 posts - 1 through 16 (of 16 total)