Gantry
Forum Replies Created
-
Forum: Plugins
In reply to: [Gantry 5 Framework] styleCan you please exactly tell me the filename and location where you created it ? What CSS/SCSS code did you put in the file ?
Forum: Plugins
In reply to: [Gantry 5 Framework] styleDid you hit the Recompile CSS button after adding your file ? When you are in the production mode you need to recompile CSS manually, when you’re in the Developer mode it should auto detect changes.
Forum: Plugins
In reply to: [Gantry 5 Framework] styleHi,
Thanks for the report. I have created a ticket about it. For now you can simply use custom stylesheets. You can find the guide how to do it here : http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
Thanks!
Forum: Plugins
In reply to: [Gantry 4 Framework] First page of category not loading CSS properlyHi,
I just tried the News section on your site and it loads fine : https://monosnap.com/file/7ygkSxkkG8btIbX67VpPvokLHHAHdE.png
Forum: Plugins
In reply to: [Gantry 5 Framework] error 500I don’t have idea why they told you that, but I’m glad that it’s working 🙂
Forum: Plugins
In reply to: [Gantry 5 Framework] error 500Great! Marking as resolved 🙂
Forum: Plugins
In reply to: [Gantry 5 Framework] error 500Timber library is a 3rd party WordPress plugin that handles Twig support in WordPress. In your admin you should have a notice with direct-installation link that you can use or just find “Timber Library” plugin in the WordPress plugins directory and install it.
Forum: Plugins
In reply to: [Gantry 5 Framework] error 500It really depends on what your hosting company allows. Some of them have settings for PHP version in your hosting admin panel and in some you need to contact them directly.
Forum: Plugins
In reply to: [Gantry 5 Framework] error 500Hi,
Gantry 5 requires PHP 5.4+ and won’t work on 5.3 or lower.
You can find this in framework requirements. Please switch your PHP version to 5.4 or higher.Thanks
Forum: Plugins
In reply to: [Gantry 5 Framework] error 500Hi,
First of all can you please tell me what PHP version are you using ?
Also I have contacted your hosting company but they told me that I need to provide them your domain name so they could check your account. If you don’t want to type it here in the public you can go to our official Gantry page and hit Chat in the top left corner.
Thanks
Forum: Fixing WordPress
In reply to: help installing a gantry themeHi,
You need to install Gantry Framework plugin like a regular WP plugin and Gantry compatible theme just like any other theme. The error you have is because you’re trying to install plugin as a theme.
Forum: Reviews
In reply to: [Gantry 5 Framework] Already in love.Thank you for all kind words! 🙂
Forum: Plugins
In reply to: [Gantry 4 Framework] Installed Hydrogen 5.1 – site blankHi,
This is a Gantry 4 plugin page so we are only handling Gantry 4 issues here.
Gantry 5 will be added to the WordPress plugins directory in the near future.Right now we’re handling the Gantry 5 issues in the GitHub under this url : https://github.com/gantry/gantry5/issues
Most likely you already create an issue out there, so I’m going to mark this one as resolved.
Thanks,
JakubForum: Plugins
In reply to: [Gantry 4 Framework] Error with WPtouchHi,
I’m very sorry for the late reply. I was out of country and had limited connectivity.
Please open functions.php and on line 452 change this code :
foreach( $gantry->_setbyurl as $queryvar ) { $aVars[] = $queryvar; }to this :
if( $gantry !== null ) { foreach( $gantry->_setbyurl as $queryvar ) { $aVars[] = $queryvar; } }I will include this in the next Gantry update.
Thank you and one more time sorry!
Forum: Plugins
In reply to: [Gantry 4 Framework] Footer Eats PageHi,
Sorry for late reply – I have been out of country with limited connectivity.
Is this solved ? Are you sure that all div tags are properly closed ?
Thanks,
Jakub