Home Forums Support Enhancements

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #61566
    Webmaster

    Great job on GeneratePress, I look forward to more success for your organization!

    • Center Mobile Nav Menu
    • Post Format Options (link, quote, video, aside, etc)
    • Easy Child Theme Download Link
    • Import .xml Demo Content
    • Option to make sidebar 100% page height
    • “Kitchen Sink” page on generatepress
    • A table of “featured sites” so I don’t have to browse 3+ pages of replies

    I don’t think you should clone, but if you ripped in some ZURB Foundation modules, that would be wicked. For example, they have utility classes plus typography goodies.

    #61569
    Webmaster

    How do I know when GP (and add-ons) are updated? Where is the changelog? A simple .txt document will be suffice. Why not remove the redundant “support” plus “download” website nav links too?

    The defacto WordPress Repo just doesn’t do it for me.

    https://wordpress.org/themes/generatepress/developers/

    p.s. – you remember those video games? you would log into the server, and read the patch notes…

    #61578
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Center Mobile Nav Menu

    It should be centered by default?

    Post Format Options (link, quote, video, aside, etc)

    Next version includes a link post format – going to create more options for other post formats in the Blog add-on.

    Easy Child Theme Download Link

    http://generatepress.com/api/themes/generatepress_child.zip

    Import .xml Demo Content

    This is a good one: http://wptest.io/

    Option to make sidebar 100% page height

    http://generatepress.com/forums/topic/equal-length-columns/page/2/#post-38550

    “Kitchen Sink” page on generatepress

    Not sure what you mean?

    A table of “featured sites” so I don’t have to browse 3+ pages of replies

    Been waiting to get enough showcase sites so I can create a showcase page 🙂

    As for updates – GP has a changelog.txt you can find in the folder with the other files. Same with all of the add-ons 🙂

    Thanks!

    #68236
    Webmaster

    Another idea came to mind, the premium add-on customizer footer controls are missing – like Typography! This stinks because I have to manually edit the code to match the rest of the code I’ve customized in the customizer…

    I’ve found, the mobile nav is “text-aligned: left” when viewport is smaller than desktop. I was saying, it would be nice if when I chose “center nav” the mobile was also reflective.

    WP Admin > Customizer > Layout > Navigation Alignment

    mobile.css line #12

    @media screen and (max-width: 768px)
    .secondary-navigation .menu > li, .secondary-navigation .sf-menu > li {
    display: block !important;
    float: none !important;
    text-align: left;
    margin: 0 !important;
    }

    The kitchen sink is a page containing “everything” the theme can do. Check out the Zurb Foundation Kitchen Sink for example…

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.