Gantry
Forum Replies Created
-
Hi,
Gantry errors should appear *only* on the Gantry page and not in the whole admin. Can you please make sure that you are running latest Gantry 5 5.4.2 ?
Thanks,
JakubForum: Fixing WordPress
In reply to: how to remove XHTML: You can use these tags: <abbr title=""Hi,
Please copy the
wp-content/themes/g5_helium/views/partials/comments.html.twigfile towp-content/themes/g5_helium/custom/views/partials/comments.html.twigand remove this line :
:<p id="allowed_tags" class="small"><strong>XHTML:</strong> {{ __('You can use these tags:', 'g5_helium') }} <code>{{ function('allowed_tags') }}</code></p>Copying file to the new location will prevent it to get reverted on theme update.
Thanks,
JakubForum: Plugins
In reply to: [Gantry 5 Framework] WordPress Gantry5 RoxBox iPhone ProblemJust like I wrote above – it works fine for me, I’m unable to replicate it on iOS Safari. Can you please ask your client about what browser is he using on his iPhone/iPad ?
Forum: Plugins
In reply to: [Gantry 5 Framework] WordPress Gantry5 RoxBox iPhone ProblemI just tried on my iPhone with iOS 10 and all seems to be fine. I can swipe through the RokBox picture just fine.
Forum: Plugins
In reply to: [Gantry 5 Framework] WordPress Gantry5 Helium Theme iPhone ProblemGreat! Can you please mark this topic as resolved ? 🙂
Thanks!
Forum: Plugins
In reply to: [Gantry 5 Framework] WordPress Gantry5 Helium Theme iPhone ProblemHi,
This is what’s causing it in the
wwdstyle.cssfile :#g-mainbar { height: 100%; }You need to change it or limit only to the desktop view using :
#g-mainbar { height: 100%; @include breakpoint(mobile-only) { height: auto; } }Please remember that
@includewill only work in the SCSS file as it needs to get compiled. If you want to use regular CSS syntax it would be :#g-mainbar { height: 100%; @media only all and (max-width: 47.938rem) { height: auto; } }Thanks,
JakubForum: Plugins
In reply to: [Gantry 5 Framework] Layout Assignments & Pagination IssueMarking this as resolved because of inactivity.
Please feel free to create a new topic if problem still exists.Thanks,
JakubForum: Plugins
In reply to: [Gantry 5 Framework] Responsive menu dont work on some browsers on Android.Marking this as resolved because of inactivity.
Please feel free to create a new topic if problem still exists.Thanks,
JakubForum: Plugins
In reply to: [Gantry 5 Framework] 500 Internal Server Error in local installAwesome! 🙂
Forum: Plugins
In reply to: [Gantry 5 Framework] 500 Internal Server Error in local installHi,
Sorry, I’m on my holidays. I’ll be back next week to take a look at your issue.
Thanks!
JakubForum: Plugins
In reply to: [Gantry 5 Framework] Responsive menu dont work on some browsers on Android.Hi,
You’re most likely using a stock web browser that came with your Android phone. These are often very buggy, old and don’t support properly modern web standards ie. flexbox. This is due the fact that manufacturers very rarely provide OS updates for their phones for more than a year from the initial phone release. Since you cannot update such web browser using any public App Store you’re left with an outdated product.
There’s nothing we can do about it and we really shouldn’t as we’re following the web standards and it’s up to a browser to do the same thing and display them properly.
Can you please confirm that these issues are coming from the stock browser and try any other that is actively maintained ie. Chrome, Firefox, Opera, Dolphin etc. ?
Thanks,
JakubForum: Plugins
In reply to: [Gantry 5 Framework] 500 Internal Server Error in local installAre you sure you’re running latest Gantry 5.3.2 ?
Thanks,
JakubForum: Plugins
In reply to: [Gantry 5 Framework] Layout Assignments & Pagination IssueJust what I wrote above – can you please try to unassign it from everything you have right now and assign only to “Home Page” ?
Forum: Plugins
In reply to: [Gantry 5 Framework] Layout Assignments & Pagination IssueHi,
How did you assign the Blog page ? Assignments are based on WordPress conditional tags so I myself use the “Home Page” in the Page Context card as this is using the is_home() WP conditional tag. Can you please try it ?
Thanks,
JakubGlad it’s solved! 🙂