Double content on pages in avada theme
-
Hey guys,
We used your plugin with all extensions. And for them we used Avada.
So we have an issues with Avada + your plugin.
For pages have have content duplicating.
To fix it I add such code to your pluginif (!( is_singular() && in_the_loop() && is_main_query() )) { return $content; }
For example I added it to such files:
1. wp-content/plugins/ulisting/includes/classes/StmListingType.php
1.1. public static function add_listing_page($content) – line 746
1.2. public static function listing_page($content) – line 755
2. wp-content/plugins/ulisting/includes/lib/pricing-plan/includes/classes/StmPricingPlans.php
2.1. public static function pricing_plan_page($content) – line 221but in this case I lost all fixes when I apply plugin updates. Fix something in plugin not good idea (((
Here what we see – https://www.dropbox.com/sh/rqr7diuirggtuoe/AADZ1AlV_crlrtDHPmM_C6rua?dl=0
it’s login page. Top content – it’s extra content that we shouldn’t see
- The topic ‘Double content on pages in avada theme’ is closed to new replies.