Gantry
Forum Replies Created
-
Forum: Plugins
In reply to: [Gantry 5 Framework] Mobile MenuHi,
Yes, it’s possible. You can just place your menu particles on the page and then use the CSS classes to hide them for mobile or desktop: http://docs.gantry.org/gantry5/tutorials/utility-classes#responsive-utility-classes
Jakub
Forum: Plugins
In reply to: [Gantry 5 Framework] Gantry5 theme not working, fresh installI’m glad that you found the issue. Gantry 5 should work just fine with PHP 7.0 so if it isn’t, there must be some important difference between configurations of your PHP 7.0 and others.
Forum: Plugins
In reply to: [Gantry 5 Framework] Gantry5 theme not working, fresh install- Try reuploading all files again.
- Check PHP logs for potential issues and hints
- Check Apache logs for potential issues and hints
- Verify httpd.conf and user/group settings if they’re proper
- Check if anything in your configuration is preventing PHP from creating directories/files
- Disable all PHP security modules for the time of testing
- Check Google if anyone else with your hosting provider/linux distribution had similar issues
These are my suggestions. Fingers crossed for you to find what could be wrong with your setup.
Forum: Plugins
In reply to: [Gantry 5 Framework] Gantry5 theme not working, fresh installWell somethings clearly preventing Gantry5 from generating CSS files and it’s probably something with your server configuration. Maybe it’s user and group settings in
httpd.confor some security module is blocking css generating -it’s hard to tell. Please ask your hosting provider to check your apache configuration for you.Forum: Plugins
In reply to: [Gantry 5 Framework] Gantry5 theme not working, fresh installTry clicking on the
Recompile CSSbutton in theme admin too.Forum: Plugins
In reply to: [Gantry 5 Framework] Gantry5 theme not working, fresh installYes, please chmod
customdir to 775 and also create acss-compiledfolder inside of it and also setcustom/css-compiledchmod to 775- This reply was modified 6 years, 11 months ago by Gantry.
Forum: Plugins
In reply to: [Gantry 5 Framework] Gantry5 theme not working, fresh installCan you check if you have a folder
wp-content/themes/your-theme/custom/css-compiled? What are the permissions on that folder?- This reply was modified 6 years, 11 months ago by Gantry.
Forum: Plugins
In reply to: [Gantry 5 Framework] Gantry5 theme not working, fresh installCan you please check directory permissions for your theme folder? Maybe Gantry isn’t able to generate the CSS files? Are there any errors in the theme admin when you click on the “Recompile CSS” button?
Forum: Plugins
In reply to: [Gantry 5 Framework] (E_COMPILE_ERROR)Problem solved. Explanation here: https://github.com/gantry/gantry5/issues/2479#issuecomment-475287912
Forum: Plugins
In reply to: [Gantry 5 Framework] (E_COMPILE_ERROR)Please make sure that you don’t have any other plugins that have Twig library inside of them ie. separate instance of Timber etc.
Gantry 5 has Twig bundled in so you mustn’t have any other Twig instances in your installation.
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
wpautopWordPress Core function which auto adds paragraphs. You can find more about it here: https://codex.wordpress.org/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 7 years, 3 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.