• Resolved irynavad

    (@irynavad)


    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 plugin

    if (!( 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 221

    but 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

    • This topic was modified 4 years ago by irynavad.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter irynavad

    (@irynavad)

    Update for that
    Shortcodes doesn’t work with Avada theme
    Account page for user don’t have any information, tabs on account page not working.

    Will you able to check it?

    Plugin Support supportstylemix

    (@supportstylemix)

    Hello,

    Thanks for reaching us!
    Actually, the plugin with its extensions does not affect the Avada theme. Could you update the plugin to the latest version? Please be kindly informed that the shortcodes are tested before publishing the latest version.
    If updating the plugin does not help you, you can send us this issue as a ticket to our Support Platform. Create your ticket with details here and name it “uListing functions are not working with the Avada theme”

    Sincerely

    Hi there,
    I test the uListing plugin and I’ve got the same problem.
    It ha a range of functions but it seems to be that it does not work with Avada.
    Please have a look at: dummy.foerderverein-kinderfilm.de/cars/
    There you have double content. The lform is also shown at the end of the page.

    Is it a bug?
    And: Can it be insert in the Avada design with a short code code?

    Please can you help me, how you solve the problem @irynavad @supportstylemix?
    The installation is up to date.

    thx
    Stefan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Double content on pages in avada theme’ is closed to new replies.