Viewing 13 replies - 1 through 13 (of 13 total)
  • Jack K

    (@jack-kitterhing)

    Hi there @francydipi

    Hope your well today and thanks for your question.

    Which theme are you using? Can you double check in index.php or home.php (depending on your theme settings).

    That you do indeed have <?php wp_head(); ?> and <?php wp_footer(); ?>

    If you do could you paste that file on something such as pastebin for me to take a look please?

    Thanks!

    Kind Regards
    Jack.

    Thread Starter francydipi

    (@francydipi)

    I’m using City Magazine.
    This option are in head and footer, the code is <?php wp_footer(); ?> </body>
    <?php wp_head(); ?> </head>
    is not working!
    I’ve also tried without space <?php wp_footer(); ?></body>

    Ashok

    (@bappidgreat)

    Hi @francydipi

    Please paste the following code just in your <head> tag.
    <!--wp_head-->

    Please paste the following code just before your </body> tag.
    <!--wp_footer-->

    Let me know if it works.

    Cheers
    Ash

    Thread Starter francydipi

    (@francydipi)

    Done! Could you please check it out!
    For me nothing is changed.
    Just to confirm the code <!–wp_head–> it’s supposed to be add just before </head> isn’t it?

    Ashok

    (@bappidgreat)

    @francydipi, this is really a strange problem :s

    1. Would you please add those code <!–wp_head–> and <!–wp_footer–> not JUST before </head> and </body> tag? Make sure you have something (may be in a comment <!– SOMETHING –> and blanks space) between <!–wp_head–> and </head>, similarly for wp_footer.

    2. Does your site loaded inside a frame?
    3. Possible to send some screenshot of the settings?

    Please let me know.

    Cheers
    Ash

    Thread Starter francydipi

    (@francydipi)

    How I can send the screen shot?

    Hi @francydipi,

    You can share screenshot by uploading it on this site https://imgur.com/ and posting generated image URL here.

    Cheers.

    Ashok

    (@bappidgreat)

    Hi francydipi

    https://imgur.com/ is a very nice option. You can try Jing also, it’s pretty handy.

    Cheers
    Ash

    Thread Starter francydipi

    (@francydipi)

    This is the image https://imgur.com/87ccGWL

    Jack K

    (@jack-kitterhing)

    Hi there @francydipi

    Hope your well today and thanks for the additional info.

    Can you send me your theme please to contact(at)wpmudev.org with the subject line Attn: Jack Kitterhing, so I can take a closer look please ??

    Thank you!

    Kind Regards
    Jack.

    Hi @francydipi,

    Thank you for sharing the screenshot.

    In screenshot i can see wp_head() function is called twice, wp_head() and wp_footer() functions should be called only once in header and footer.
    Can you just try removing top wp_head() duplicate function?

    Best Regards,

    Thread Starter francydipi

    (@francydipi)

    Yes but witch one should I leave? Once I put just <!–wp_head–> and the home page changed, the menu disappeared and also the slider

    Hi @francydipi,

    Just retain the one <?php wp_head(); ?> that is immediately before closing </head> tag and remove all others.

    Have you activated “Test Head Footer” Add on from the path Admin -> Pop Overs -> Add-ons ?

    Despite this message can you try using different Pop Over loading method from the path Admin -> Pop Overs -> Settings and let me know whether it displays pop over in the front end or not.

    Regards,

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘The pop up doesn't work’ is closed to new replies.