Support » Plugin: Infopopup » Pop-ups combining and in wrong place

  • Hi!
    I have info popup running on http://www.cecnb.ca/our-members using images in a table and I’m having some difficulty with the pop ups displaying too high on the page to be seen after scrolling down. I am also having the information from different popups combining in one text box, and then nothing showing up when I click on the other ones.
    I have tested all the plugins for conflicts with no results.

    Any help would be much appreciated! Thanks!
    Heather

    https://wordpress.org/plugins/infopopup/

Viewing 1 replies (of 1 total)
  • Try using a generic theme for testing. You can also state the x,y in your CSS file. Which would over ride the current one being managed by another possible plugin or theme.

    element {
        position: absolute;
        top: 228.55px;
        left: 538.817px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Pop-ups combining and in wrong place’ is closed to new replies.