Gantry
Forum Replies Created
-
Forum: Plugins
In reply to: [Gantry 4 Framework] error when moved websiteI’d have to get your FTP login details in order to check this. You can contact us at support@rockettheme.com and refeer to this topic.
Forum: Plugins
In reply to: [Gantry 5 Framework] Theme Changes not reflecting on front endHi,
Before doing update please make a full backup of your site so all files + database. All theme configuration is stored in the theme/custom directory, so you should definitely make a copy of that. If you haven’t made any other changes to the files besides the custom directory, then you can just override the files via FTP.
Please remember to use Clear Cache after updating your theme.
If this won’t work, please join Gitter chat on our http://gantry.org page and there I’ll try to solve your issue.
Thanks!
Forum: Plugins
In reply to: [Gantry 5 Framework] Theme Changes not reflecting on front endFirst of all I can ask you please to update your Hydrogen theme as you’re using 5.1.5 ?
Can you also post a screenshot of what’s set in Hydrogen Settings > Styles > Configuration Styles :
https://monosnap.com/file/kIy5gWZnYPSjpHz3gzf6yTaigpCf7d.pngAlso did you modify the Nucleus css files ? I can see that you removed margin and padding on g-container and there’s no width attribute.
Forum: Plugins
In reply to: [Gantry 4 Framework] Site URL change not propagatingWell it depends on what the plugins hooks to. Can you please give me url to the plugin so I could see it’s code ?
Forum: Plugins
In reply to: [Gantry 5 Framework] Theme Changes not reflecting on front endHi,
Please go to the Layout Manager and click the Cog Wheel in top right corner next to the section and make sure that they’re all set to Inherit :
https://monosnap.com/file/Abt0M2d2SaBGM3QB8zubG2KI1x5WTm.png
https://monosnap.com/file/5KvWDj0BHIHxWX09cNyrz0gwQaDD4V.png
Great! Can you please post this issue in Gantry 5 plugin forum ? We don’t want to clutter the Timber support forums 😉
All changes and configurations are stored inside of theme. If you re-download plugin you should be just fine. As always we recommend to make a backup – just in case 😉
Hi,
That code is wrong and I’m not sure why there’s extra stuff inside of it. I checked both Timber and our Gantry 5 framework and this is what the code looks like inside our stuff :
function twig_join_filter($value, $glue = '') { if ($value instanceof Traversable) { $value = iterator_to_array($value, false); } return implode($glue, (array) $value); }and on your site you can see wrong syntax and extra things like $env, $thing :
function twig_join_filter($value, $glue = '') $env, $thing)This can be a bad data that happened during interrupted update etc. Please delete and re-download Gantry once again.
Thanks!
So as you can see
Forum: Plugins
In reply to: [Gantry 5 Framework] hide widget or blockHi,
Just use any of these CSS classes that matches your needs : http://docs.gantry.org/gantry5/tutorials/utility-classes
🙂
Forum: Plugins
In reply to: [Gantry 5 Framework] css not working after last updateHi,
This has been fixed already in the CI build and will be also released today as the hotfix – 5.2.1
If you want to fix it manually you can do this :
Please edit the wp-content/plugins/gantry5/src/classes/Gantry/WordPress/Widgets.php line 293 and change this :
if (!isset($widget_obj['callback'][0]) || !is_object($widget_obj['callback'][0])) {if (!is_array($widget_obj['callback']) || !isset($widget_obj['callback'][0]) || !is_object($widget_obj['callback'][0])) {One more time sorry about that.
Forum: Reviews
In reply to: [Gantry 5 Framework] Love itThank you! We really appreciate it! 🙂
Forum: Plugins
In reply to: [Gantry 4 Framework] Site URL change not propagatingHi,
Where exactly the urls aren’t changed ? Menus ? Widgets ?
Thanks,
JakubForum: Plugins
In reply to: [Gantry 5 Framework] gantry 5 multisiteHi,
We are aware of that issue and it happens because right now there’s a shared location for the configuration. We’ll working on fixing this and to improve the MultiSite implementation overall in Gantry 5. This shouldn’t take too long but I cannot provide exact ETA.
Thank you for your patience.
Jakub
Forum: Themes and Templates
In reply to: Gantry HydrogenHi,
The logic in our themes is by default this :
1) If post has excerpt – show excerpt
2) If excerpt is missing – show post content before <!–more–> tag
3) If <!–more–> tag is missing – display full post contentYou can simply modify the theme/views/partials/content.html.twig file and remove the part responsible for displaying the excerpts (line 45-47) :
{% if post.post_excerpt is not empty %} <div class="post-excerpt">{{ post.post_excerpt|apply_filters('the_excerpt') }}</div> {% else %}and line 60 :
{% endif %}This will be changed in Hydrogen 5.2.0 to respect what’s set as the For each article in a feed, show option from the WP admin.
Thanks!
Forum: Plugins
In reply to: [Flexible Map] Map not being displayed – API not loadedNo problem 🙂 Enjoy!