- This topic has 5 replies, 2 voices, and was last updated 4 years ago by
Tom.
-
AuthorPosts
-
March 20, 2019 at 9:00 am #844695
Victoria
Dear colleagues!
2 questions:
1. Please advise what is incorrect:
My menu is right-side aligned and everything is correct until scrolling. At this moment the menu sign moves to the left and takes a position next to the logo. Why is it happening?
May be this is important: I’ve changed the mobile breackpoint by this code:
@media (max-width: 1200px) {
.main-navigation .menu-toggle,
.main-navigation .mobile-bar-items,
.sidebar-nav-mobile:not(#sticky-placeholder) {
display: block;
}
.main-navigation ul,
.gen-sidebar-nav {
display: none;
}
}This is the screen of normal position: http://prntscr.com/n0ld43
And during scrolling: http://prntscr.com/n0ldeg2. I would like to customize comments section, for instance like here: http://prntscr.com/n0lejx
Sure, except additional functionality. Just the appearance. Is it possible through css – or anyway I should use the plugin? (at the screen – de:comments is used).
Thanks in advance!
VictoriaGeneratePress 2.2.2March 20, 2019 at 4:21 pm #845037Tom
Lead DeveloperLead DeveloperHi there,
1. I see you’re using GPP 1.8-alpha.1 – does this still happen using 1.7.8?
2. What about the look do you like exactly? At first glance, it looks like a plugin would be best.
Let me know ๐
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentMarch 20, 2019 at 11:07 pm #845158Victoria
Dear Tom,
Thanks for your reply,
1. Before update it was the same thing, but I can test it if you’ll say how to swith to 1.7.8 back?
2. Ok, I understand, thank you). If you know – is de:comments a good decision (speed, compatibility), please let me know.
3. And one more: I see you have some great plugins – wp show posts, gp social – where can I check all your plugins to explore? Do you have full list of them?
Thanks in advance,
VictoriaMarch 21, 2019 at 8:27 am #845735Tom
Lead DeveloperLead Developer1. No that’s ok, just wanted to make sure it wasn’t a bug in 1.8. Try this CSS:
.navigation-stick .menu-toggle { margin-left: auto; }
2. I’ve never tried it, but it looks pretty cool. Best to test your performance before and after if you’re curious.
3. Thank you! You can see them all here: https://tomusborne.com
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentMarch 21, 2019 at 8:42 am #845758Victoria
1. Thanks a lot, it works!
2. Ok:-) I’ll do it)
3. Thank you! The Theme and the plugins are really awesome!
Have a nice day,
VictoriaMarch 21, 2019 at 2:38 pm #846043Tom
Lead DeveloperLead DeveloperNo problem! ๐
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.