Before you ask please READ THIS

Album navigation / Navigate by categories / Categories to be invisible after translation.

edited July 2019 in PhotoProof Posts: 16
Hi
I m using Rife PHOTOPROOF 4.
The Album navigation / Navigate by categories / Categories all go invisible in the album with sidebar content. They were working normally before translating by WPML (not quite sure when they changed.)
It seems just the colour changed as they show up in grey when mouseover.
How to back to the normal layout?

Thanks!
Post edited by quinl on

Comments

  • AirAir
    Posts: 10,970
    Hey :-)

    Could you show a link to a page where it happens? Maybe it is some CSS from WPML.

    With kind regards.
  • AirAir
    Posts: 10,970
    Hello :-)

    You have somewhere added such inline CSS that affects category links:
    p2   {
    	color: white;
    	font-size: 16px;
    	font-kerning: 0.8
    	}
    	
    a:link, a:visited {
      color: white;
    
    }
    
    a:hover, a:active {
      color: gray;
    }
    
    It seems it comes from the widget in the hidden sidebar from text widget. Remove it and you will be fine.

    With kind regards.
  • Posts: 16
    Issue is solved, thanks a lot!!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion