• Resolved agustinciar

    (@agustinciar)


    Hi! I picture appeared below my footer, how can i take it out?

    Thanks in advance!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 16 through 18 (of 18 total)
  • Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @agustinciar

    Can you please flush all caches?

    From any plugin or cache feature from hosting.

    If we access the page using a not cached version, for example:

    https://dramarialucchesi.com/?id=3234

    I can’t see the issue, the ?id=3234 can be any random number.

    It seems you are using the WP Fastest Cache, could you flush the caches from this plugin and then disable it, enable the Hustle back and check if the PopUp will work fine?

    https://monosnap.com/file/vHMU4aedH92xUWqYqyQ2rpqWMPLtxv

    I still see a JavaScript issue, it is from:

    $(document).ready(function(){
        $(".breadcrumb-heading").replaceWith($('<p>' + $(".breadcrumb-heading").html() + '</p>'));
    });

    Not sure if this is a custom code, if so, you can replace it using:

    jQuery(document).ready(function($){
      jQuery(".breadcrumb-heading").replaceWith($('<p>' + $(".breadcrumb-heading").html() + '</p>'));
    });

    Let us know if you need any further help on this.
    Best Regards
    Patrick Freitas

    Thread Starter agustinciar

    (@agustinciar)

    thanks so much! I clean the cache and its working fine

    thanks

    Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hi @agustinciar,

    Glad you got this working. Feel free to reach out to us in case you have any additional questions.

    Best,
    Jonathan S

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Close this Module – Footer’ is closed to new replies.