Tagged: filter gallery, Lightbox, Magnific
-
AuthorPosts
-
July 17, 2014 at 4:23 pm #292536
I am having an issue using a Plugin called Awesome Gallery with Enfold. Here is the link to the plugin.
http://codecanyon.net/item/awesome-gallery/6462937?WT.ac=search_item&WT.z_author=karevnThe link to the gallery will be in the private section below.
The problem I am having is that if you use the filter option (click on a filter category) you can look through those images fine with lightbox effect (Magnific), but if you go back to the gallery, click on another filter category, you often see the wrong image in the lightbox. Specially after you go through 2 or 3 different categories. It seems to work OK for just the first two categories you view.
It seems to work best if I leave Enfold lightbox’s option enabled (with seems to be Magnific), but you can choose different Lightbox effect options from within the Awesome Gallery plugin, but Enfold is overriding this.
I have been getting some support from the Plugin Author as well, but I think it is an issue with Enfold not working with the Plugin. I have also removed all other plugins to test is there was some other conflict, but it didn’t help.
If this can not work, do you know of a Filterable Gallery Plugin that does work well with Enfold?
Thanks.July 17, 2014 at 11:53 pm #292712July 18, 2014 at 3:52 am #292793I know, and I have tried that. But the issue still occurs, where the “lightbox” still shows the wrong image.
July 18, 2014 at 6:15 am #292834Hi,
Please contact the plugin author for more info about the issue. As this is not a problem with the theme is out of the support scope we can offer. You can also contact a developer to help you debug the plugin.
Regards,
JosueJuly 18, 2014 at 3:28 pm #292995I’ve already been in contact with the plugin author, he has looked int the site, he sent me your way.
When I turn off LightBox in Enfold, and use the actual Plugin Magnific Popup or iLightBox, it basically now acts like there are two lightboxes (Magnific Popups) working at one time. When I click on an image, it will even show two layers of the Magnific Popup side navigation arrows. So I am suspecting that Enfold is not actually turning off it’s version of Magnific Popup.
July 18, 2014 at 7:36 pm #293110Hey!
Try adding this at the very end of your theme / child theme functions.php file:
function wpdocs_dequeue_enfold_popup() { wp_dequeue_script( 'avia-popup' ); wp_dequeue_style( 'avia-popup-css' ); } add_action( 'wp_print_scripts', 'wpdocs_dequeue_enfold_popup', 100 );
Cheers!
JosueJuly 19, 2014 at 12:30 am #293186I didn’t actually have a child theme running, so I set one up and added the code you suggested.
It did turn off the built in Magnific popup lightbox. I was then able to use the actual Magnific Popup plugin.
BUT, still the same problem. It ends up showing the wrong image after a couple of categories are viewed.
I have since gone back to the standard theme (rather than setting up the child theme completely).
Could this be some sort of issue with TimThumb or something? I have no idea obviously…
July 19, 2014 at 1:23 am #293191Hi,
Does it happen with the default WordPress theme activated?
Cheers!
Josue -
AuthorPosts
- You must be logged in to reply to this topic.