sidebar

Sidebar moved to below post

Hello, I am updating a website build with Magic Blue theme to GeneratePress, which is much more modern. When applying a post template to a certain category of posts, I find that some posts show as desired: http://www.aeroflight.co.uk/aircraft/types/boulton-paul-defiant.htm while for others using exactly the same template and settings the sidebar has moved below the post: … Read more

Different blog columns layout on specific category?

Hi, I need a blog columns layout, using the Blog add-on, different on one category archive page. Is there a hook for that? I know I can change the sidebar layout by category using GP hooks and conditionals (https://generatepress.com/knowledgebase/choosing-sidebar-layouts/) but I don’t know how to have different columns # in a blog column layout for … Read more

guide to new template, sidebar, widgets?

Hi Tom, I’m using a child theme of generatepress. Am also making new page templates with widgets. I haven’t found a comprehensive how-to for adding a new page template, updating it with sidebars and widgets, registering sidebar and widgets, etc. Is there one? What I see looks proprietary without the how to guide. I have … Read more

More woocommerce support

Add 2 Sidebars (when woocommerce is active): on single product page on product list (archive) page

Sidebar don't show on blog post

Hi Tom, I’m facing a little trouble on my blog single page. Sidebar don’t show: => http://www.decolecedre.com/nettoyer-canape-cuir/ I guess the code I use on woocommerce page might be the problem add_filter( 'generate_sidebar_layout','generate_custom_woocommerce_sidebar_layout' ); function generate_custom_woocommerce_sidebar_layout( $layout ) { // If we are on a woocommerce page, set the sidebar if ( is_single() ) return 'no-sidebar'; … Read more

Place an icon in blog-widget right-side

Hi there, first of all: hi @all ๐Ÿ™‚ How can i put an icon within the headline of a footer or sidebar blog-widget (or category widget)? HTML-Code doesnt work ๐Ÿ™ Thanks in advance, Marco

Custom Sidebar Boxes and Buttons

Hi Tom, I’m curious to know how you got the solid blue background and white text on one of the sidebar boxes on this page of your website: https://generatepress.com/support/ Is that doable in the Customizer for GeneratePress, or did you do that via custom CSS? I’m also curious how you set the padding-bottom to zero … Read more

No sidebar on product page

Hi Tom, Can you help, please, how to hide sidebar from product page? I use next php code from here: add_filter( 'generate_sidebar_layout','generate_custom_woocommerce_sidebar_layout' ); function generate_custom_woocommerce_sidebar_layout( $layout ) { // If we are on a woocommerce page, set the sidebar if ( is_woocommerce() ) return 'both-left'; // Or else, set the regular layout return $layout; } … Read more

Spacing between custom menu title and menu

Main question: My site is uuhamilton.ca If you look at the two sidebars, you will notice that for each custom menu in the sidebar the spacing between the menu title and the first menu item is significant. I want to reduce that spacing (the spacing between menu items in each menu is OK). Am I … Read more

Sidebars messed up in blog

Hi Tom, could you please have a look at: http://www.fudiggl.de/blog/ As you can see, there’s only 1 of 2 sidebars – and it’s messed up (after the postes)… Any ideas? Thank you in advance for your help! Best regards, Sven