Okay
  Public Ticket #2003210
Gallery.html Media Links
Closed

Comments

  • shammock3522 started the conversation

    Hi and once again thanks for your support. On the "gallery.html" page you have filter links for the "Media" types. Examples are "All" and "Music" and etc...

    Is it possible to filter the "Media" types from the top "Main Menu"?

    In other words, from the top main menu "Gallery" link, is there an "anchor" I can append to the link so I can link to the gallery.html page and filter the media types?

  •  840
    Jelly replied

    Hello,

    Please try adding this to the <a href="#anchor06">Gallery</a> menu item after "Gallery":

    <ul class="filters">
    <li data-filter="*" class="is-checked wow fadeInUp" data-wow-delay="0.5s">All</li>
    <li data-filter=".music" class="wow fadeInUp" data-wow-delay="0.8s">Music</li>
    <li data-filter=".concert" class="wow fadeInUp" data-wow-delay="1s">Concert</li>
    <li data-filter=".video" class="wow fadeInUp" data-wow-delay="1.2s">Video</li>
    <li data-filter=".dj" class="wow fadeInUp" data-wow-delay="1.4s">Dj</li>
    <li data-filter=".events" class="wow fadeInUp" data-wow-delay="1.6s">Events</li>
    <li data-filter=".party" class="wow fadeInUp" data-wow-delay="1.8s">Party</li>
    </ul>

    Best Regards,
    Jelly Team

  • shammock3522 replied

    I knew this request was going to be hard to explain. I forgot to point out that I am using a "single page" gallery html. 

    I wanted to create a main menu link to filter the gallery page something like <a href="http://gallery.html#music">Gallery Music</a> and/or <a href-"http://gallery.html#concert">Gallery Concert</a> and/or <a href="http://gallery.html#video">Gallery Video</a> and so on and so on...

    So the link will filter the contents.

  •  840
    Jelly replied

    Unfortunately, this will require js and also CSS customizations. Please contact developers on http://studio.envato.com and http://upwork.com

    Best Regards,
    Jelly Team