Gantry
Forum Replies Created
-
Forum: Plugins
In reply to: [Gantry 5 Framework] Can “WordPress Posts” skip current post?Yes, there is, but it requires modifying WordPress posts particle. I’m currently out of my hometown but if you’ll wait till monday I’m gonna prepare a code for you.
Sounds good?
Forum: Plugins
In reply to: [Gantry 5 Framework] Can “WordPress Posts” skip current post?What do you mean by current post? You’d need to define which one is “first” for you. The newest one in choosen category?
Forum: Plugins
In reply to: [Gantry 5 Framework] Error on loading themeI think that you’d have the same issue with any other plugin that uses Composer, not only Gantry 5. This sounds like an Apache misconfiguration. I’m sorry but I have no idea what could cause it.
Did you check Apache/PHP logs? You can also try to troubleshoot it following these guides https://getcomposer.org/doc/articles/troubleshooting.md#general
Forum: Plugins
In reply to: [Gantry 5 Framework] Error on loading themeWell the thing that concerns me is that you wrote that it all worked fine initially but suddenly stopped. If it was working fine before, somethings must’ve happened and the question is what. Did you update anything on your VPS? Did you enabled any PHP modules? Installed new plugins? Are you using the same Gantry 5 version that when it was working fine?
If you have two separate instances of WordPress and two different set of files – all should be working fine.
- This reply was modified 7 years, 9 months ago by Gantry.
Forum: Plugins
In reply to: [Gantry 5 Framework] Error on loading themeCan you try deleting and re-uploading Gantry 5 and theme on the faulty instance?
Forum: Plugins
In reply to: [Gantry 5 Framework] Error on loading themeIf these are two separate installations it shouldn’t matter. Did you install Gantry 5 from the WP.org or from the GitHub or from the gantry.org site?
Forum: Plugins
In reply to: [Gantry 5 Framework] Error on loading themeComposer is a tool for dependency management in PHP. You shouldn’t need to do anything with it manually. Where did you download your Gantry 5 from? Gantry website, WordPress plugin directory, GitHub?
Thanks,
JakubForum: Plugins
In reply to: [WPMovieLibrary] Conflict with Gantry 4Hmm this is odd. If the function is set to static – it should work. Can you paste your site url?
Forum: Plugins
In reply to: [WPMovieLibrary] Conflict with Gantry 4Hi,
Gantry dev here. Are you using latest Gantry 4? I’m asking because this issue shouldn’t exist there. If not please update. If that won’t resolve it, please check
your-theme-directory/widgets/
and search forresetsettings.php
.In that file you need to replace :
function init()
with:
static function init()
This should solve this issue
- This reply was modified 7 years, 10 months ago by Gantry.
Forum: Plugins
In reply to: [WP-Print] Print icon on all pagesGantry dev here. If it’s a Twig file you need to replace
<?php the_permalink(); ?>
from the code above with{{ post.link }}
.Forum: Plugins
In reply to: [Gantry 5 Framework] Problem with dropdown menu in Safari and OperaHi,
I just checked your site under Safari and Opera and I don’t see such issue.
Please see this video : https://monosnap.com/file/7mfZsfr4Yzg7FlMGUr4iPZab7y1g2ZFor me it works fine just like Firefox and Chrome. Please make sure that your browsers are up to date.
Thanks,
JakubForum: Plugins
In reply to: [Gantry 5 Framework] Page content particle in two columnsHydrogen with mentioned changes has been already released some time ago.
Forum: Plugins
In reply to: [Gantry 5 Framework] How to translate it?I never mentioned WP core translations. The Hydrogen (or Helium) theme translations reside in theme directory/languages/ and this is the location I was talking about.
Forum: Plugins
In reply to: [Gantry 5 Framework] Post titles on home page problemHmmm works fine for me on my local :
You’d have to ping me on Gitter and give FTP access to check it.
Forum: Plugins
In reply to: [Gantry 5 Framework] Page content particle in two columnsHi,
Latest CI builds of Hydrogen and Helium should have this implemented. In the Content tab you can choose from 1 to 5 columns ??
Thanks,
Jakub