Forum Replies Created
Viewing 7 posts - 1 through 7 (of 7 total)
-
AuthorPosts
-
July 22, 2017 at 21:05 in reply to: use Magnific Popup for other images (not in gallery/album) on the site #9819
Dawn
ParticipantThis has been working great, but since one of the recent Gmedia plugin updates, I’m getting the following error:
TypeError: jQuery('a.magpop').not('.gmedia_gallery a').has('img').magnificPopup is not a function. (In 'jQuery('a.magpop').not('.gmedia_gallery a').has('img').magnificPopup({ type:'image' })', 'jQuery('a.magpop').not('.gmedia_gallery a').has('img').magnificPopup' is undefined)
Any ideas?
November 14, 2016 at 06:04 in reply to: Custom Template for Gmedia Galleries, Albums and Items #8028Dawn
ParticipantThank you!
Worked perfectly!
November 14, 2016 at 06:04 in reply to: Hide Individual Item pages/posts from Search Engine Indexing #8027Dawn
ParticipantDoes this also involved Googlebots, etc.?
November 14, 2016 at 05:13 in reply to: use Magnific Popup for other images (not in gallery/album) on the site #8026Dawn
ParticipantPerfect! I was able to do a gallery as well!
<script> // Magnific Popup jQuery(document).ready(function() { jQuery('a.magpop').not('.gmedia_gallery a').has('img').magnificPopup({ type:'image' }); // Magnific Popup Gallery jQuery('.maggal').each(function() { jQuery(this).find('a').magnificPopup({ type: 'image', gallery: { enabled:true, navigateByImgClick: true, tPrev: 'Previous', tNext: 'Next' } }); }); }); </script>
November 14, 2016 at 02:10 in reply to: use Magnific Popup for other images (not in gallery/album) on the site #8023Dawn
ParticipantThank you!
What class=”” or rel=”” would I apply and to the img or a tag?November 13, 2016 at 19:03 in reply to: Custom Template for Gmedia Galleries, Albums and Items #8011Dawn
ParticipantOkay found the answer to my previous question but now I’m looking for guidance on how to access the custom fields created for an Album, as well as the album description.
November 13, 2016 at 17:29 in reply to: Custom Template for Gmedia Galleries, Albums and Items #8008Dawn
ParticipantShould I just be able to create those within the root of my theme or do I need to locate them somewhere different?
-
AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)