Gantry
Forum Replies Created
-
Forum: Plugins
In reply to: [Gantry 5 Framework] Hydrogen Theme Layout Not ShowingAwesome! π This could be Cache issue, anyways I’m glad it works!
Forum: Plugins
In reply to: [Gantry 5 Framework] Hydrogen Theme Layout Not ShowingOk, I thought that the whole browser window was blank. Did you set up inheritance recently for sections ? Can you please read this issue and tell me if it sounds like your issue https://github.com/gantry/gantry5/issues/1435 ?
Forum: Plugins
In reply to: [Gantry 5 Framework] Hydrogen Theme Layout Not ShowingOk, so let me precise some things – are you actually seeing a blank (empty, white) page instead of the Layout Manager or all of the sections are empty ?
Can you please check if you have Gantry Debug enabled in Theme Settings > Extras > Platform Settings ?
Forum: Plugins
In reply to: [Gantry 5 Framework] Hydrogen Theme Layout Not ShowingDo you see any messages/warnings/notices on the blank page you mentioned ?
Forum: Plugins
In reply to: [Gantry 5 Framework] Hydrogen Theme Layout Not ShowingHi,
When did you update ? Can you please enable WP_Debug ?
Thanks,
JakubForum: Plugins
In reply to: [Gantry 5 Framework] Hydrogen Theme cannot be entered anymoreThank you for your kind words π
Forum: Plugins
In reply to: [Gantry 5 Framework] Hydrogen Theme cannot be entered anymoreHi,
It’s a bug that has already been fixed : https://github.com/gantry/gantry5/issues/1413
You can either :
1. Switch your PHP version from outdated 5.4 to 5.5, 5.6 or 7.0
2. Download CI build from the http://gantry.org site as it contains the fix
3. Apply the fix manually yourself
4. Wait for the 5.3.1 hotfix release which should happen pretty soon.
Thanks!
Forum: Plugins
In reply to: [Ajax Load More β Infinite Scroll, Load More, & Lazy Load] masonrySherry22 – Indeed Gantry 5 handles scripts a little bit different. There are many ways of loading scripts but the easiest one for you would be to use the Custom CSS / JS Atom and use the file picker to select the preloaded-masonry.js file.
Forum: Plugins
In reply to: [Gantry 5 Framework] Help needed about "category assignment"This has been resolved on Gitter chat.
Forum: Plugins
In reply to: [Gantry 5 Framework] Help needed about "category assignment"I’m just wondering if there’s no conflict between assignments ie. you have two outlines assigned to the same item and one is overriding another.
I’d need to take a look at your admin. Can you please contact me (nick newkind) via our gitter chat ?
Thanks,
JakubForum: Plugins
In reply to: [Gantry 5 Framework] Help needed about "category assignment"Hi,
Gantry 5 works different than Gantry 4. In Gantry 4 you had widget positions and you could have different content of these positions for each override.
In Gantry 5 you can’t have different Widget Positions content per outline(although we have plans on bringing it back in the upgraded form), but you can place directly your widget instances in the layout manager or create additional Widget Positions.
Just go to the Layout Manager and drag “Widget” particle to your layout and configure it to display a particular widget to appear in the exact position where you placed the particle.
You can also create as many new Widget positions as you want using “Widget Position” particle and call it multiple times in different layouts or using shortcode
[loadposition id="<id-of-position>"][/loadposition]Gantry 5 – 5.3 update will also bring the super powerful inheritance which you can read more about here : http://gantry.org/blog/inheritance-update
Thanks,
JakubForum: Plugins
In reply to: [Gantry 5 Framework] Pagination in posts pageHi,
WordPress Posts particle wasn’t meant to be a replacement for WP query but a simple particle to show couple posts based on user settings. Because of that it doesn’t support pagination right now. Please create an issue about this enhancement on our GitHub page and we’ll see what can be done about it.
Thank you,
JakubForum: Plugins
In reply to: [Gantry 5 Framework] errorHi,
This is a configuration issue with your hosting and PHP. PHP is trying to load a timezonedb.so module but it can’t find it in the given location. Please check your php.ini config and contact your hosting provider if you need a help.
Marking this as resolved as it’s not a Gantry 5 issue π
Thanks,
JakubForum: Plugins
In reply to: [qTranslate X] Can not switch view in widget – gantry 5, Hydrogen ThemeWe’ve seen some posts about folks using Gantry 5 and qTranslate-X but we never had time to give it a good and deep testing to check if there are any fixes needed on our side. Would be awesome if we could have a chat about it!
Please contact me at <my-name>@rockettheme.com so we could go through what’s needed and required π
Thanks,
JakubForum: Plugins
In reply to: [qTranslate X] Can not switch view in widget – gantry 5, Hydrogen ThemeI need to clear out a small confusion that appeared in here. Our previous reply regarding license was made by another Gantry 5 developer and it’s not quite accurate. License is not a problem as Hydrogen (or upcoming new default theme Helium) is licensed under the GPLv2 license so that’s not the case in here.
The real issue and thing that’s preventing us from placing our free Gantry 5 themes in WordPress.org themes directory is that we won’t be able to meet all of the WordPress.org directory requirements ie.
- Save options in a single array. – Gantry 5 theme options are saved to YAML files for ease of modification and migration – not in database
- Use the Customizer for implementing theme options. – It’s not possible for us the provide advanced options and Layout Manager controls only via WP Customizer
- Donβt include any plugins. A theme can recommend plugins but not include those plugins in the theme code. – Gantry 5 framework and Timber library plugins are required and themes won’t work without them. So far WP doesn’t provide any dependency support and we don’t want to embed both plugins inside of theme.
So these would be the theme review guidlines that are holding us back unfortunately. Other than that we would love to get our free themes into WordPress.org theme directory.
Thanks,
Jakub