Since I updated the newspaper theme with the Envato market plug-in certain things no longer work.
The article preview images no longer appear and are just empty blocks even though the features image is there once you go into the article.
Also, the active menu item disappears when active. I’m guessing it goes the same colour as the background but no matter how much I mess around with main menu theme colours, nothing changes.
I also have this custom css code which has been working fine to change the active and hover colours:
.td-gadgets .td-header-style-5 .sf-menu > li > a:hover{
color:orange;
}
Can anybody help?
I had the image problem too, but found that updating to v9.2.1 fixed that
Hi,
For the problem with the color change can be a plugin conflict, you can try to deactivate all plugins that are non theme, clear all cache and try again.
For the problem with image please update the theme.
Thank you for your understanding.
-
This reply was modified 7 years by
Calin.
Hi,
Please check your settings, because your active color is set to transparent
https://www.screencast.com/t/2m1vV0WmZ
https://www.screencast.com/t/q4DYmduz
If you can manage the problem please add thsi custom css in Newspaper>Theme panel>Custom code>Custom css
.td-gadgets .td-header-style-5 .sf-menu>.current-menu-item>a {
background-color: red;
}
You can change the background color.
Thank you.
Hi
Thats the problem, changing the theme colours seems to make no difference.
The screen shot is without the custom code:
.td-gadgets .td-header-style-5 .sf-menu > li > a:hover{
color:orange;
}
https://www.screencast.com/t/Hjn3DUya
As you can see. theme colours are set but the active and hover both default to black? The custom code was the only thing that seemed to work and changed the active and hover to orange. But since the theme update, the active has defaulted back to black and nothing I do seems to change it.
Thanks for taking your time to help me.