Things have changed since theme update.

Posted in: Newspaper
Post count: 36

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?

Post count: 36

Forgot to link my site. https://martial-arts-review.co.uk/

Post count: 23

I had the image problem too, but found that updating to v9.2.1 fixed that

Post count: 35449

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.
Post count: 36

Thanks for the replies.
I didn’t realise there was another update. That solved the image problem but the menu one is still there.

I tried disabling pretty much all plug-ins. Left some active like Simple SSL but it didn’t seem to make any difference?

Post count: 35449

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.

Post count: 36

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.

Post count: 36

For anyone else having this problem.

I Managed to fix it with slight moderation from the code Calin posted changed too.
.td-gadgets .td-header-style-5 .sf-menu > .current-menu-item > a{
color:orange;
}

With the other code, it’s now back to normal.

Happy days

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.