- AuthorPosts
- September 14, 2016 at 00:32 #7476
AnonymousInactiveHi, I bought your premium plugin recently. I want to use a mix bag of galleries (using different modules) with easy responsive tabs. The issue is when two galleries are using the same module only the first one is visible while the others are not. In my case, there are 4 galleries using Slider Module but only one of them is visible.
Is is something I am doing wrong or is it a plugin issue? Please help me out. It is critical.
Thanks.
September 14, 2016 at 12:01 #7477
RattusKeymasterCan you post link to the page with galleries?
September 14, 2016 at 13:08 #7478
AnonymousInactiveHi Rattus, here is the link http://pioneeringpunjabis.ucdavis.edu/test-2/
Tab number 1, 2 and 5 use slider modules but nothing is visible under 2 and 5.
ThanksSeptember 14, 2016 at 13:50 #7479
RattusKeymasterBecause all tabs except first one are set to display none, Gmedia can’t calculate the size of the element in which the gallery should be rendered.
You can go to Appearence -> Edit -> and add code below to theme’s Stylesheet (style.css) file:
.osc-res-tab .tab-content { position:relative; padding:0 !important; } .osc-res-tab .tab-content > .tab-pane { display:block !important;visibility:hidden;position:absolute;z-index:-100;pointer-events:none;width:100%;padding:10px; } .osc-res-tab .tab-content > .active { display:block;visibility:visible !important;position:relative !important;z-index:initial !important;pointer-events:auto !important; }September 14, 2016 at 13:53 #7480
AnonymousInactiveif all except first one are set to none then why the galleries under tab 3 and tab 4 are visible?
September 14, 2016 at 14:00 #7481
AnonymousInactiveThanks. it is working now. Appreciate quick support.
September 14, 2016 at 14:00 #7482
RattusKeymasterDifferent modules render the gallery differently. Slider module generate gallery after page fully loaded and then begin load images,
Phantom gallery load thumbnail images with the page and then just apply styles after page fully loaded, so you can see thumbnails, but they are in one column, because of Phantom module thinks that wrapper element has 0 width (display: none == width:0).September 14, 2016 at 14:03 #7483
AnonymousInactiveThanks for clarification.
- AuthorPosts
- The forum ‘Gmedia Gallery WordPress Plugin’ is closed to new topics and replies.
