Gantry
Forum Replies Created
-
Forum: Plugins
In reply to: [Gantry 5 Framework] ShorcodeHi,
Yes, there is. Just place
Custom HTMLparticle anywhere on your page, insert your shortcode and check the checkbox next to theProcess shortcodesForum: 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.urlvariable 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: http://docs.gantry.org/
On our site http://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://wordpress.org/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.
Forum: Plugins
In reply to: [Timber] XSS vulnerability in Timber debugger?Hi,
I just replied to your topic in the RocketThemes forum. This page is a Whoops (https://github.com/filp/whoops) error page that helps us debug code issues. It doesn’t contain any sensitive data. Me and other RocketTheme employee weren’t able to replicate or confirm the possible XSS issue. Nevertheless I asked you in our forums if you could please provide us in a safe way your site address/ftp so I could check your files.
Thank you!
JakubGreat! I’m glad you got it working 🙂
Hi,
I’m sorry to hear about your issue. Gantry 5.4.19 is a release which focuses on solving false positive ClamAV on main.js file. The fix was about admin portion of the js and basically required us to use unpacked version of file instead of the packed one. This shouldn’t affect your menus so I’m a little bit surprised.
Did you try cleaning all of the caches after updating? Gantry 5 cache? Any other cache or minify plugin that your site uses?
I have checked your site and one of the minification plugins can cause the issues as the page structure is wrong ie. the first tag of the source code is
headand doctype and other tags that should be first are later.Please check these screenshots :
https://monosnap.com/file/sX6926lwcWSB951UspbnLzuVStcQ3N.png
https://monosnap.com/file/hlck8A7hCLSwjMUMTidlpAJktkO91Z.pngDo you have a copy of your site somewhere locally so you can experiment on it?
Forum: Plugins
In reply to: [Gantry 4 Framework] Conflict with Yoast SEOIt has already been released.
Forum: Plugins
In reply to: [Gantry 4 Framework] Conflict with Yoast SEOOk, thank you.