Site logo

layout

Right Sidebar Alignment Issue when Left Sidebar is Empty

I’m noticing a layout problem when using GP Premium 1.4.3 with WooCommerce 3.2.1. I’ve setup the Category Archive pages with the Sidebar/Content/Sidebar layout. The Left Sidebar is using WooCommerce Dynamic Widgets like Price Filters and Woo Categories (that hides when there are not sub-categories available). When the Left Sidebar widgets are NOT visible, the Right … Read more

Blog archive layout flexibility

Hey, I’m experimenting with the layout of my blog archives and I’m having some difficulty with the customizer settings. It feels a bit more limited than the rest of the theme settings. I’d like to try my blog archives arranged so the featured image is to the left, and the title and excerpt is to … Read more

Woocommerce shop page

Not sure if Anywhere Elementor or some other hack would allow us to edit the Woocommerce default shop page with a page builder, does anyone know? Otherwise, for those using Woocommerce and Elementor, do you simply create a new “shop” page and use Woocommerce widgets?

Assistance in Replicating Parts of This Layout…

Howdy, I hope this isn’t too complicated. I’m looking to replicate a few aspects of this design: http://backlinko.com/link-building Specifically, two things: 01. The “Contents” Section. I like this 3 columns layout with images and text linking to each chapter. Is it best to use a plugin like “Lightweight Grid Columns” for this, or are some … Read more

Responsive Post Grid with 5 / 4 / 3 / 2 / 1 Columns

Hi, I would like to build a responsive CPT grid with Toolset Views. I would like to achieve responsive behavior as in this example from Essential Grid: https://essential.themepunch.com/youtube-stream-grid-plugin/ 5 columns are reduced to 4 on smaller screens, then to 3, to 2 and finally to 1 column. The breakpoints should be customizable. I cannot do … Read more

All-in-One Event Calendar & Blog Layout

Trying to include events within the loop by using the following code in functions.php: /*—————————————————–*/ /** Add calendar events to loop **/ /*—————————————————–*/ function add_post_types_to_loop($query) { if ($query->is_main_query() && $query->is_front_page()) { $query->set('post_type', array('post', 'ai1ec_event')); } } add_action('pre_get_posts', 'add_post_types_to_loop'); This works, but breaks the front page, which displays the Blog, with the first post as the … Read more

Separate layout for footer widgets and footer(bar)

Hi Tom, What do you think about adding following option in the customiser? Currently, GP allows us to have two different “sections” in the footer: the footer widgets area (widget1, 2, 3…) and footer bar (together with the Copyright text). We can change a type of layout either full width or boxed in the customiser, … Read more

Help with custom homepage

Hello awesome GP people! I want to create a homepage inspired by this site: http://hiconsumption.com I’m not that proficient with wordpress yet so not sure where to start to achieve something like that. Should I somehow try do customize the blog page or use static page? Should I create a new page layout? How would … Read more

Layout/Formatting Change with Update

I just updated to the latest version and immediately noticed that some of the formatting has changed (at least for me). For example on a post the padding/margin for content seems to have disappeared though i double checked my settings and it should be showing. Similar for my header/primary navigation where the margins have disappeared. … Read more