Update has broken my Mega Menu & YARPP
-
Hi all,
Just updated Graphene and my mega menu immediately broke (the formatting has gone all funky). Additionally, my YARPP was working perfectly before update and that has broken too (no related posts displaying at all).
Nothing else has changed, no new plugins or anything. I’ve emptied all caches, deactivated and reactivated Child Theme, deactivated and reactivated both plugins and emptied all caches again. Wondering if anyone might have some ideas on how to remedy these issues.
Cheers,
Sharon
Heck, I’ve also just noticed that it’s pulling the incorrect images for my Homepage Panes too. Instead of the horizontal images, it’s now using square ones.
Admin
The latest update was a minor one – there isn’t enough code changes to be causing the issues you’re describing.
Have you modified any of the theme’s files previously? Also, try clearing all cache from the W3 Total Cache plugin.
Hi Syahir,
Thanks for getting back to me.
I’ve not altered any theme files, to be honest, I wouldn’t know how. All changes I’ve made to Graphene and plugins have been made through my Child Theme CSS.
Emptied all caches again but no joy.
Admin
For the homepage panes, try modifying these codes in your child theme’s CSS from this:
.homepage_pane img {
border: medium none;
box-shadow: -2px 2px 5px #999;
float: left;
height: 132px !important;
margin-right: 8px;
margin-top: -6px !important;
max-width: 95px !important;
}to this:
.homepage_pane img {
border: medium none;
box-shadow: -2px 2px 5px #999;
float: left;
margin-right: 8px;
}Also, do you have a screenshot of the site before the update, by any chance?
BTW, which version of Graphene were you using previously before updating?
Thanks Syahir,
I’ve sent you an email with a screenshot and some additional information.
Cheers,
Sharon
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.