Home Forums Newsletter Plugin Support Problems with Pop-up

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #10556
    Popescu
    Participant

    Hi, the pop-up window looks kind of odd as you can see here http://imgur.com/ZxrJTsP It has a scroll bar and if you scroll down it has an empty box with another X button as you can see here http://imgur.com/QL74NcO

    What is the cause of it?

    You can see it in action here http://www.electroschematics.com/?newsletter_popup=1

    #10559
    Stefano
    Keymaster

    Hi, it seems the content you setup on the popup editor is too large. It’s a table, maybe with a “width”?

    #10561
    Popescu
    Participant

    No, it is not a table, it’s just a text inside the div id=”message”.

    #10563
    Stefano
    Keymaster

    Inspectors, like chrome, add quotation marks to represent a string, it’s not a problem.

    But there is a lot if “strange” code inside the popup iframe, do you use a custom popup theme?

    #10564
    Popescu
    Participant

    I use the colors theme. I saw that code too but I use google page speed.

    #10565
    Stefano
    Keymaster

    Ok for pagespeed, but there is a lot of code, lightbox an many other scripts that shouldn’t be there. Have you a plugin for popups? For example to open picture in popup?

    #10566
    Popescu
    Participant

    I have NextGEN Gallery plugin.

    #10567
    Stefano
    Keymaster

    May be it is adding that amount of code in the popup generated page? Very strange but possible… I’ll try to give a look to this problem. If you disable next gen for a moment, something changes?

    #10568
    Popescu
    Participant

    It works fne if I disable the NextGen plugin.

    #10570
    Stefano
    Keymaster

    Ok, so that plugin is wrongly injection code in others’ pages… I’ll look at it… very odd anyway!

    #10571
    Popescu
    Participant

    It might be because the website theme is designed to place some of the javascript at the end of the html code and as I can see the Pop-up plugin places the iframe inside another html, so basically you get 2 html one inside the other:

    <html>
    website code and text
    <html>
    <frame>pop-up code and text</iframe>
    .js code
    </html>
    .js code
    </html>
    #10573
    Stefano
    Keymaster

    No, the code in injected at PHP level, so the theme just adds a buffer, grabs all the generated page (without understanding that it is not a blog page) and adds the code.

    Of course I believe that, I need to look at the code to discover if it’s true.

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.