Gantry
Forum Replies Created
-
Forum: Plugins
In reply to: [qTranslate X] Can not switch view in widget – gantry 5, Hydrogen ThemeKousekmusic – our latest CI build should have a fix for this issue and it will be present in next update release.
If you want to test it you can download CI build from our website, however please note that CI build is a development build and shouldn’t be used on production sites. Please also make a backup of your site just to be safe.
Forum: Plugins
In reply to: [Breadcrumb NavXT] show current post or pageI’m aware of that John, it was just a workaround to make it work with Timber library which we use as a Twig implementation for WordPress.
Forum: Plugins
In reply to: [qTranslate X] Can not switch view in widget – gantry 5, Hydrogen ThemeHi John,
Gantry is free and will always remain free, it has always been for the many years since Gantry was created.
Gantry5 the plugin is available already in the WordPress Plugin repository, however due to licenses restrictions we cannot put Hydrogen the theme. Both plugin and theme are available from our website though.Forum: Plugins
In reply to: [Breadcrumb NavXT] show current post or pageGreat! 🙂 @john can you please consider adding the modified code to your plugin ?
Thanks!
Forum: Plugins
In reply to: [Breadcrumb NavXT] show current post or pageI just played with the plugin and looks like it throws a notice when the $post object isn’t coming from the WP_Posts class, which causes the issue as we use Timber library and it’s classes.
Can you please try to edit the
/wp-content/plugins/breadcrumb-navxt/class.bcn_breadcrumb_trail.phpfile and on line389change this code :if(!is_object($post) || get_class($post) !== 'WP_Post')to this :
if(!is_object($post) || (get_class($post) !== 'WP_Post' && get_class($post) !== 'Timber\Post'))Did this worked ?
Forum: Plugins
In reply to: [qTranslate X] Can not switch view in widget – gantry 5, Hydrogen ThemeSure, you can go to that GitHub issue I have linked you above and click Subscribe on the right sidebar to be notified about all changes to that ticket.
Thanks,
JakubForum: Plugins
In reply to: [qTranslate X] Can not switch view in widget – gantry 5, Hydrogen ThemeOk, so this is a bug in Gantry 5 that we have added to the list of our issues to fix : https://github.com/gantry/gantry5/issues/1014
We’ll try to fix it before the next update release.
Right now as a workaround instead of using “Widget” particle, please create a new widget position using “Widget Position” particle, and add your qTranslate X widget in the Appearance > Widgets page like you’d normally do.
Sorry for the inconvenience.
Jakub
Forum: Plugins
In reply to: [Gantry 5 Framework] Moving JS and CSS files from Header to Footer?Awesome! Happy to hear about it! 🙂
Forum: Plugins
In reply to: [qTranslate X] Can not switch view in widget – gantry 5, Hydrogen ThemeHi,
Gantry5 dev here. Is this happening in the Widget page in admin ? Gantry5 shouldn’t affect anything that’s in the Widgets admin section. Can you please tell me where exactly this happens ?
Thanks,
JakubForum: Plugins
In reply to: [Breadcrumb NavXT] show current post or pageHi,
Gantry 5 developer here. We are using Timber library plugin as a WP library to provide Twig support for the G5 powered themes. The query and conditional tags should be fine. If you need to call a
bcn_display()function in a Twig file you can try any of these :{{ function('bcn_display') }}or
{{ wordpress.call('bcn_display') }}They should be the same.
Forum: Plugins
In reply to: [Gantry 5 Framework] Where does Gantry Typography CSS has gone ?We are very glad that you like it! 🙂
Good luck!
Forum: Plugins
In reply to: [Gantry 5 Framework] Where does Gantry Typography CSS has gone ?Hi,
Gantry 4 core had a Bootstrap implemented inside of it while Gantry 5 is completely CSS framework agnostic. This means that there’s no Bootstrap (or any other CSS framework) implemented out of box – this gives you a complete freedom in deciding which solution works best for you without worrying about potential conflicts.
If you want to use Bootstrap or any other CSS framework, you can simply implement it in your theme and Gantry 5 will work just fine with it.
Thanks,
JakubForum: Plugins
In reply to: [Gantry 5 Framework] RESPONSIVE UTILITY CLASSES ARE NOT WORKINGMarking this as resolved because of the inactivity. Please feel free to find us on Gitter if you still need support.
Forum: Plugins
In reply to: [Gantry 4 Framework] Need help with this line of codeWhy won’t you just redownload package and compare the files to see what you deleted ? 🙂
Thanks,
JakubForum: Plugins
In reply to: [Gantry 5 Framework] g5_hydrogen.pot corrupted ?Great! Thanks for confirmation 😉