Options

Search page

AllenAllen Registered Users Posts: 10,011 Major grins
edited January 14, 2014 in SmugMug Feature Requests
These options are available under the search box.
Photos - Galleries - Videos - Photos+Videos

My request is that when hovering/clicking one that it highlights.
And it remains highlighted until the page is refreshed or another is selected which highlights.

Even better is that "Photos+Videos" is active on page load as the default and starts out highlighted.
Al - Just a volunteer here having fun
My Website index | My Blog

Comments

  • Options
    mbonocorembonocore Registered Users Posts: 2,299 Major grins
    edited August 24, 2013
    Allen wrote: »
    These options are available under the search box.
    Photos - Galleries - Videos - Photos+Videos

    My request is that when hovering/clicking one that it highlights.
    And it remains highlighted until the page is refreshed or another is selected which highlights.

    Even better is that "Photos+Videos" is active on page load as the default and starts out highlighted.

    Hi Allen,

    For me, the selection is highlighted, even after a refresh, until I change to another selection. Are you not seeing this?
  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited August 24, 2013
    mbonocore wrote: »
    Hi Allen,

    For me, the selection is highlighted, even after a refresh, until I change to another selection. Are you not seeing this?
    No hover, no click highlight at all. Firefox23

    Might clear out CSS and see if it changes.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited August 24, 2013
    Removed CSS one "all ..." at a time then "Just this ...", each time publishing and highlight did not work.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited August 24, 2013
    Found this in Firebug, higtlight disabled.
    Inherited from
    a#yui_3_8_0_1_1377385508334_1499.sm-link-icon#photos
    
    .sm-user-ui .sm-search-categories .sm-link-icon {
        color: #D3D4D4;
    }
    .sm-user-ui a, .sm-user-ui a:active, .sm-user-ui a:visited, .sm-user-ui a:hover {
        [strike][COLOR=#bbbbbb][B][COLOR="Red"]color[/COLOR][/B][/COLOR][/strike]: [strike][COLOR=#bbbbbb][B][COLOR="Red"]#D3D4D4[/COLOR];[/B][/COLOR][/strike]
    }
    
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    mbonocorembonocore Registered Users Posts: 2,299 Major grins
    edited August 24, 2013
    Ah, thanks Allen. I will take a look.
  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited August 24, 2013
    mbonocore wrote: »
    Ah, thanks Allen. I will take a look.
    Playing around I can get it close but hover won't stick.
    Added to "just this page"
    .sm-search-categories li a {
        color: yellow !important;
    }
    
    .sm-search-categories li  a:active, 
    .sm-search-categories li  a:visited, 
    .sm-search-categories li  a:hover {
        color: red !important;
    }
    
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited January 14, 2014
    I added CSS so the color changes on hover but it still does not stick using Firefox.
    Al - Just a volunteer here having fun
    My Website index | My Blog
Sign In or Register to comment.