• Hi,
    I hope someone can help cause my wordpress website is filled with css and not easy
    There’s a pop up showing on every page every 15 seconds.
    That’s fine and I know where to change the timing.
    However,
    The issue is on my blog, when people want to read my blog, it keeps popping up and it’s annoying when reading.
    Even when someone signed up, it still keeps popping up every 15 seconds.

    What would be an idea to solve it?
    Maybe take the pop up off of the blog page, how do I do that with css?

    Or is there another solution?

    Thanks so much
    Rachel

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi, @rsmets

    Please try CSS code

    .popin{display:none;}
    .minipop{display:block;}
    
    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    What plugin are you using to provide this popup?

    Thread Starter rsmets

    (@rsmets)

    Dear Anil,
    Thanks, but what will this do?

    To steve, I’m not using plugins, they usually don’t work in this customized website, I really rather use css

    Thanks, hope you can help

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    I didn’t ask what you’d rather use. I asked how you’re putting this pop-up onto your site.

    hi, @rsmets

    css code used on your website
    first is popup dialog box is hide and second is mini popup subscribe form fixed to top position

    Thread Starter rsmets

    (@rsmets)

    Thank you,
    @sterndata : appologies, to answer your question clearly: I do not use plugins, I use a customized wordpress website with css codes for the plugin

    @anilankola : Thankyou for your reply, but as I”m really not so savvy in that area, could you explain it please in a more ”easy” language ??
    Also, where do I put this code?
    And, will this be ONLY on my blog page?

    Thankyou

    Rachel

    This code put in style.css

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    The timing is controlled by Javascript, not CSS.

    Thread Starter rsmets

    (@rsmets)

    Dear @anilankola sorry to ask again, but can you please explain what your code will do?
    Secondly, i fyou say ”style.css” this code will affect every page?
    Please be more clear. Thanks so much

    @sterndata OK, got it. Excuses for my lack of technical language. So, Javascript it is. Is there anything you suggest please to help me?

    Thanks so much

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Pop up needs to stop’ is closed to new replies.