Problem using Jetpack galleries at full screen width with Pique theme
-
Hi
I’m loving the Pique theme, it’s a great one-pager.
However, I’m having trouble using any of the Jetpack gallery options on the homepage at full-width. I have created a page using the full-width template and assigned it to one of the homepage panels. When I set up a gallery on that page and view it, it’s maximum with is 775px.
I have tried using the Jetpack fix suggested in this thread, but after looking around the Pique functions.php file a bit, it appears the full-width $content_width is already being set on lines 90-114 (v1.2.3):
if ( ! function_exists( 'pique_content_width' ) ) : function pique_content_width() { if ( is_page_template( 'page-templates/template-full-width.php' ) ) : global $content_width; $content_width = 1400; /* pixels */ endif; } endif;
If I view the page displaying the gallery, it is also limited to a width of 775px, so it’s not an issue restricted to the homepage. You can see same problem on the homepage and the individual page.
Any help would be much appreciated.
thank you
Alex
- The topic ‘Problem using Jetpack galleries at full screen width with Pique theme’ is closed to new replies.