What Do You Need In The Xf2 Xengallery Version? Vote for your choices here: http://www.sonnb.com/threads/what-do-you-need-in-the-xf2-xengallery-version.1539/

Fixed Navigation Link

Discussion in 'Bug Reports' started by bortrenamo, Nov 10, 2013.

  1. bortrenamo

    bortrenamo Authorized Member Authorized

    Drop down link are not consistent when "Gallery" is selected..
    For example "My Gallery" tab drop down links show blue box on hover, "Categories" and "Explore" show underlined links on hover.
    I checked this out on this site and its the same.
     
  2. sonnb

    sonnb Administrator Staff Member

    Can you show me a screenshot that explain your issue please?
     
  3. bortrenamo

    bortrenamo Authorized Member Authorized

    test.jpg

    As you can see gallery drop down links hover under "categories" is underlined
    In "my gallery" links are shaded with light blue.
    Should be the same right?
    I prefer it to have light blue box hover.
    These screen captures are from this site
    Negligible using default xenforo theme but ugly in custom theme I'm using.
    Sorry for the crappy pics :) I used crappy camera.
    My "screen shotter" needs the mouse to work.

    5.jpg
     
  4. sonnb

    sonnb Administrator Staff Member

    Okie. I got what you mean. Thank you.
     
  5. Marcel

    Marcel Authorized Member Authorized

    @bortrenamo

    Open up your Admin Panel, Appearance > Templates, and find the tempate

    sonnb_xengallery_navbar_template

    Find this line
    (It's line 46 in my template, should be on yours too)
    Code:
    <div class="Menu JsOnly navPopup galleryExplore">
    and replace it with this

    Code:
    <div class="Menu JsOnly galleryExplore">
    
    Just quickly tested it and it shows up like you require. I've not looked into the navPopup class, so I don't know if it will have any effect on functionality etc.

    Hope this helps :)
     
    bortrenamo likes this.
  6. bortrenamo

    bortrenamo Authorized Member Authorized

    <div class="Menu JsOnly navPopup" id="GalleryCategories"

    This one also for the "Categories" sub menu.

    Thanks man! Really appreciate it.
     
  7. Marcel

    Marcel Authorized Member Authorized

    No problem :)
     
  8. sonnb

    sonnb Administrator Staff Member

    Fixed for the next update.
     
    bortrenamo likes this.

Share This Page