- This topic has 12 replies, 4 voices, and was last updated 4 years, 1 month ago by
Tom.
-
AuthorPosts
-
January 25, 2017 at 7:40 am #268393
morriscountynj
This is the only site it happened on, looks like the left/right padding on the main nav menu is funky, after I upgraded to the latest GP/Premium versions. Any ideas?
January 25, 2017 at 7:46 am #268395Leo
StaffCustomer SupportHi there,
This is likely a bug in the new versions. I’ll notify Tom as soon as he wakes up.
Thanks for reporting π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 25, 2017 at 8:04 am #268409morriscountynj
No problem! It’s weird though because I have MANY other sites and I only noticed this issue on one other site: http://mclib.info/
January 25, 2017 at 8:22 am #268427Leo
StaffCustomer SupportBugs are weird – different combinations of settings usually would result in different bugs.
We can never test everything ourselves!
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 25, 2017 at 8:37 am #268438Josh
How did you add the thin border around your sidebar content?
January 25, 2017 at 9:08 am #268466Tom
Lead DeveloperLead DeveloperI’m assuming this issue here is the lack of dropdown arrows in the navigation?
Do you have any menu item related plugins activated by chance? It seems something is stopping the filter from firing that places the dropdown arrow in the menu item.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJanuary 25, 2017 at 9:09 am #268468morriscountynj
That’s just a style, added to the child theme stylesheet π
@media (max-width: 768px) { #right-sidebar { margin-top: 1em; border: 1px solid #eee; padding-top: 1em; padding-left: 1em;} }
January 25, 2017 at 9:12 am #268469Leo
StaffCustomer SupportHi Josh,
You can add border around sidebar with this:
.sidebar .widget { border: 2px solid #ffffff; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 25, 2017 at 9:13 am #268473morriscountynj
It looks like this plugin is the culprit:
https://wordpress.org/plugins/menu-image/
When I deactivate, the arrows appear.
I want to be able to use this plugin if possible.
January 25, 2017 at 9:16 am #268476Tom
Lead DeveloperLead DeveloperIt looks like you’re only using it in one menu item – why not just add the image to the navigation label?:
<img width="18" height="24" src="http://sheriff.morriscountynj.gov/wp-content/uploads/2016/12/vector-bw-18x24.png" class="menu-image menu-image-title-after" alt="" />
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJanuary 25, 2017 at 9:33 am #268486morriscountynj
good point. i didnt realize you could actually add straight HTML to the navigation label! im going to do that, thank you
January 25, 2017 at 9:43 am #268497Tom
Lead DeveloperLead DeveloperNo problem!
Thanks for reporting anyways, I’d like to make the two compatible π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJanuary 25, 2017 at 11:40 pm #268877Tom
Lead DeveloperLead DeveloperLooked into this some more. It looks like they improved how their plugin works on GitHub but haven’t pushed the update out on WordPress.org yet: https://generatepress.com/forums/topic/gp-update-to-1-3-43/#post-268876
You can use the latest files on GitHub and it will work with the GP dropdown arrows.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.