• Resolved paulfh57

    (@paulfh57)


    Since I updated today to 1.2 the images in the gallery are not showing. The thumbnails do. Picking a thumbnail also does not show the larger images. I tried the code mentioned in the other similar post below but did not change anything.

    Also, when I select the 3×3 box icon to switch to thumbnail mode that does change to thumbnails. But selecting again does not change back. Can’t get out of thumbnail mode in the gallery.

    Link attached. no login needed. Thanks!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi, to fix this you would need to go to wp-admin / Appearance / Customize / Additional CSS panel and add there the following code

    
    .wpadverts-slide .wpadverts-slide-img {
        position: initial !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    

    it should fix both problems.

    Thread Starter paulfh57

    (@paulfh57)

    Thanks. That fixed it.

    I ended up turning off the 3×3 thumbnail icon as that workflow did not work the same in both my themes. The slider plus the ability to click open to the lightbox is sufficient for my app.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Images not showing, thumbnail icon not selectable’ is closed to new replies.