[Resolved] Sticky menu and comments customization

Home Forums Support [Resolved] Sticky menu and comments customization

Home Forums Support Sticky menu and comments customization

  • This topic has 5 replies, 2 voices, and was last updated 4 years ago by Tom.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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/n0ldeg

    2. 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!
    Victoria

    GeneratePress 2.2.2
    #845037
    Tom
    Lead Developer
    Lead Developer

    Hi 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 ๐Ÿ™‚

    #845158
    Victoria

    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,
    Victoria

    #845735
    Tom
    Lead Developer
    Lead Developer

    1. 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

    #845758
    Victoria

    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,
    Victoria

    #846043
    Tom
    Lead Developer
    Lead Developer
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.