Gantry
Forum Replies Created
-
Forum: Plugins
In reply to: [Gantry 5 Framework] WordPress Page Content not getting FormattedI’m glad that you found the answer. That setting toggles the
wpautop
WordPress Core function which auto adds paragraphs. You can find more about it here: https://codex.www.ads-software.com/Function_Reference/wpautopForum: Plugins
In reply to: [Gantry 5 Framework] Distribution of theme developed with Gantry 5Do you mean that you want to embed the Gantry5 plugin inside of the theme directory? If yes, then no, it’s currently not possible.
Gantry5 can’t be currently placed inside of theme.
If you’re just asking if you can sell/share your theme and just ask people to install Gantry5 plugin then yes, no issues here.
Forum: Plugins
In reply to: [Gantry 5 Framework] Gantry5 theme not working, fresh installHi,
Sorry for late reply. I can see the error “No menu selected”. Please go to the Theme Settings > Particles Defaults > Menu and select your default menu.
Thanks,
JakubForum: Plugins
In reply to: [Gantry 4 Framework] Fatal error when run on PHP 7.2Gantry 5 is a complete rewrite of Gantry 4 and it’s not backwards compatible. You cannot use Gantry 4 theme in Gantry 5 without rewriting it from scratch.
Gantry 4 and Gantry 4 default theme are compatible with PHP 7.2. You need to update your Gantry 4 plugin and Gantry 4 default theme from Gantry 4 website
- This reply was modified 6 years, 2 months ago by Gantry.
Forum: Plugins
In reply to: [Gantry 5 Framework] Frozen Assignments PageIf you have lots of posts and pages you can disable them from the Assignments page by going to the Settings > Gantry 5 Settings.
https://monosnap.com/direct/M6UFVd0IuW8ewBmTTyhrLKGxzTVkez
Besides that there are currently no other optimisations. It’s on our list, but we don’t have ETA.
Forum: Plugins
In reply to: [Gantry 5 Framework] ShorcodeHi,
Yes, there is. Just place
Custom HTML
particle anywhere on your page, insert your shortcode and check the checkbox next to theProcess shortcodes
Forum: Plugins
In reply to: [Gantry 5 Framework] Include Gantry5 into heliumI’m sorry but this is currently not possible. This might change in the future, but as of now it’s not possible.
Forum: Plugins
In reply to: [Gantry 5 Framework] Gantry 5 switching site to https//Gantry 5 should be just fine. You can always grab a free theme from our site and test it on your local.
Forum: Plugins
In reply to: [Gantry 5 Framework] Bug if wordpress is installed in a sub directoryThe
site.url
variable comes from the Timber and as far as I know there isn’t another one when you manually define home page and install WP in the sub-directory.Until Timber adds new variable that will point to the WP core url, your workaround should be just fine.
Forum: Plugins
In reply to: [Gantry 5 Framework] Gantry 5 plugin problemPlease read this reply at github : https://github.com/gantry/gantry5/issues/2329#issuecomment-404510812
We’re working on fully supporting WP.org translations.
Thanks,
JakubForum: Plugins
In reply to: [Gantry 5 Framework] Not Able to Edit Text Widget in FooterHi,
I’m sorry about this issue. It’s a known bug: https://github.com/gantry/gantry5/issues/2023 Unfortunately we don’t have ETA when it’s gonna be fixed. For now you can use the Widget Position particle and place the Text Widget in that position, or use Custom HTML particle for you content.
Thanks,
JakubForum: Plugins
In reply to: [Gantry 5 Framework] Own themeHi,
You can’t just use any theme that wasn’t made for Gantry without reworking it first. Gantry supports only themes that were made with Gantry in mind.
You can find the whole documentation here: https://docs.gantry.org/
On our site https://gantry.org you can also find some free themes like Hydrogen or Helium.
Thanks!
JakubForum: Plugins
In reply to: [Gantry 5 Framework] Gantry 404 UrlCurrently overriding WP theme core files like 404.php is only possible via Child Themes. Since you’re not using a child theme maybe you should try using a plugin ie. https://www.ads-software.com/plugins/all-404-redirect-to-homepage/
I haven’t tested that one but it looks like it has a feature of redirecting 404 requests to a custom url.
Forum: Plugins
In reply to: [Gantry 5 Framework] install.php drop-inYes, this file is being used only during the WordPress installation procedure.
Forum: Plugins
In reply to: [Gantry 4 Framework] Conflict with Yoast SEOI believe that you can find some answers in my previous posts in this topic.