This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.

Grid Gallery under Gallery Slider

  • Creator
    Topic
  • #25809
    erick_lord
    Participant

    I’m trying to use a grid gallery in a post that uses the Gallery format and has a full screen gallery slider at the top. The goal being the page opens with a full screen slider, but photos can be browsed below with thumbnails. It seems though once the Gallery format is selected, the grid gallery tag is ignored. Is there any way to support both of these galleries together in one post?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Author
    Replies
  • #25810
    Jason Bobich
    Keymaster

    Hi,

    Have you tried just adding a second gallery to the post’s content? In theory, this should work?

    #25812
    erick_lord
    Participant

    I’ve tried every which way to have two galleries by using the “add media” button to have the two gallery tags in the content, but it would only recognize one of them. I just manually adding a gallery tag without “link” and “size” references for the first one and it worked!

    #25817
    Jason Bobich
    Keymaster

    You can also do this in your child theme’s functions.php, to remove the functionality that plucks out the gallery from the post’s content. This will not affect the full-screen gallery above the content.

    remove_filter( 'the_content', 'themeblvd_content_format_gallery', 7 );
Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.