Site logo

[Support request] How to improve navigation and clarity about content available?

Home Forums Support [Support request] How to improve navigation and clarity about content available?

Home Forums Support How to improve navigation and clarity about content available?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #2486805
    Nicolas

    Hi,

    I do have a complaint coming back again and again about my site.
    Visitors tell me the content is great but it’s a shame they cannot see clearly all the gems that are available on my site.

    My site is about fears and I have people of all ages coming to it, including seniors. Understand: Not digital natives who still have an eagle vision or even the habit fluency with navigating web sites.

    For this site (URL shared in PI field), I have used a GB Library template: Slideout.
    The template is great for my posts and I don’t want to change this.

    But… the navigation is poorly optimized.
    Out of experience, how can I improve it?

    People reported to me that they would like to be able :

    1 – to easily see all posts related to a specific categories. But they cannot really see where to click.

    2 – to be suggested their next readings but there is nothing on the interface really offering that after they have read the post they found on Google.

    3 – to get a clear view of the overall site structure and its different topical categories.

    Out of your years of experience with GO /GP, what would work best to solve those 3 issues based on the Slideout template?

    Thanks and warm regards,

    #2487742
    David
    Staff
    Customer Support

    Hi there,

    we can’t really answer that, my personal opinion is that the Slideout site is not the right design for your site. If users need greater visibility of the site structure and to find related posts then a more traditional site header and sidebar would make more sense.

    #2488141
    Nicolas

    Hi,

    Thank you for your answer.

    How can I get such a structure while keeping the same layout and design for my posts as offered by Slideout?
    Plain and simple like this.

    I love the balance in the font style, size and paddings, margins of the content area.

    I’m sure you understand what I’m looking for: Keeping that exact layout for my post while getting a greater visibility of the site structure. What the best way, minimal effort to get both?
    Maybe you have another template that satisfies both needs?

    Regards

    #2488194
    Leo
    Staff
    Customer Support

    David suggested using a sidebar layout to replace the slideout navigation which would alter the layout of your page – you can test it out:
    https://docs.generatepress.com/article/sidebar-layout-overview/

    I’m sure you understand what I’m looking for: Keeping that exact layout for my post while getting a greater visibility of the site structure.

    I’m not sure how it’s possible to keep the exact layout while improving some aspects of it?
    As David mentioned, this isn’t something we can answer.

    If you can find an exact example of what you are looking for then we can point you in the right direction.

    You can also take a look at the templates under the Blog filter for inspiration and see which one works for you the best:
    https://generatepress.com/site-library/

    Hope this helps.

    #2493315
    Nicolas

    1. Well, I think that central logo and a top menu like the one circled here would do a good job.

    But ideally, I would not like to lose too much vertical space that would reduce the visibility of the feature image.

    2. As such, I think, I could reintegrate the breadcrumbs closer to the content box.
    3. Reduce the space a bit between the different rows of the H1.

    How do that since this is what I see when I go to Customize for the Slideout theme. Not sure what to select to get the top menu as on the screenshot above.

    Thanks

    #2493403
    Leo
    Staff
    Customer Support

    Just to confirm, are you now aiming to replicate the example header and removed the slideout system currently in place?
    https://www.screencast.com/t/MAwJcjp9

    #2493516
    Nicolas

    Yes, that’s what I meant.

    #2493641
    Fernando
    Customer Support

    Hi Nicolas,

    Would you be open to using a different template as suggested by David?

    I think starting from templates Classic or Tasty could be easiest for the structure you want to achieve.

    Reference:

    https://gpsites.co/classic/
    https://gpsites.co/tasty/

    If you’re open to this or not, let us know.

    #2494514
    Nicolas

    Hi Fernando,

    Well, I am VERY happy with the way my blog posts look with the current theme.
    I don’t want to lose this.
    See URL shared in PI field.

    Thank you

    #2494673
    Leo
    Staff
    Customer Support

    Ok so modifying the existing layout into the example header you’ve provided will take some steps – I would recommend doing this in a staging site if this is a live site with traffic.

    The first step would be to remove this CSS from the Additional CSS field in the customizer:

    @media (min-width: 769px) {
    	body {
    		padding-left: 60px;
    	}
    	#site-navigation .navigation-branding {
        margin: 10px 0 auto;
    }
    .main-title {
        writing-mode: vertical-lr;
    }
    }
    
    #site-navigation {
    	position: fixed;
    	left: 0;
    	min-height: 100vh;
    	max-width: 60px;
    	overflow: hidden;
    }
    
    #site-navigation .inside-navigation {
    	flex-direction: column;
    	flex-wrap: nowrap;
    	min-height: 100vh;
    }
    
    .admin-bar #site-navigation .inside-navigation {
    	min-height: calc(100vh - 32px);
    }
    
    #content {
    	padding: 40px;
    }
    
    #main,
    .sidebar > .inside-right-sidebar,
    .sidebar > .inside-left-sidebar{
    	margin-top: 0;
    	margin-bottom: 0;
    }
    
    #site-navigation .main-nav > ul {
    	flex-direction: column;
    }
    
    .menu-bar-items {
    	order: -10;
    }
    
    #site-navigation .rotate {
    	transform: rotate(90deg);
    	margin-bottom: auto;
    	white-space: nowrap;
    }
    
    @media (max-width: 768px) {
    	#site-navigation .menu-toggle {
    		display: none;
    	}
    }
    
    .site-footer {
      padding: 0 40px;
    }

    Let me know when this is done 🙂

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