Home page map shortcoed and Booster

This topic contains 5 replies, has 2 voices, and was last updated by  a.deghiedy 9 years, 2 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #31258

    a.deghiedy
    Expired Member
    Post count: 62

    Hi,

    After the latest update i added the home page map with a shortcode to a page it keeps loading with no end when GD Booster plugin activated and it is working fine when the GD Booster plugin disabled.

    The problem is happening only when add the home page map with shortcode so it is not happening with the home page map when it is being added through widget.

    I will add the link for the page in a private reply below so you can have a look

    #31259

    a.deghiedy
    Expired Member
    Post count: 62
    This reply has been marked as private.
    #31260

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    it works on our demo. I noticed on your website that something is adding a lot of p tags around several map elements. I think that there is a plugin messing up the content in your post editor.

    Would you please try to quickly disable non GD plugin to see if the problem goes away?

    There could be one adding auto_p in a weird way…

    Let us know,

    Thx

    #31421

    a.deghiedy
    Expired Member
    Post count: 62

    Hi Paolo,

    Thanks for the tip – it seems to be the wordpress itself is what was being adding auto p tags as when i searched that i found it a common problem and i fixed it by adding the following to the function.php to stop auto p tags in wordpress which fixed the problem with the widget map

    remove_filter( ‘the_content’, ‘wpautop’ );
    remove_filter( ‘the_excerpt’, ‘wpautop’ );

    I have something else not sure if it related or what which is when i add the recent reviews widget to the home page it shows a bullet beside each review which shouldn’t be the case i think and it should just add the review without a bullet.

    Can you have a look on that please?

    Thanks for all your help.

    #31464

    Paolo
    Site Admin
    Post count: 31206

    Solved with a little css, normally wouldn’t be needed with GDF, but I guess you changed your css a bit…
    Thx

    #31465

    a.deghiedy
    Expired Member
    Post count: 62

    Hi Paolo,

    Much appreciated – it worked perfectly.

    Thanks for your help

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket