aurelienpierre
Forum Replies Created
-
Forum: Plugins
In reply to: [Photographers galleries] Carousel bunch-up in mobile portrait sizeIt looks like the plugin style sheet and your theme style sheet are struggling and different browsers give different priorities to the instructions.
Did you try with a default WordPress theme ?
The problem here is pure CSS and I’m very limited to help you since I have no Apple device to reproduce the bugs.
But we live in the same city so maybe we can meet here to debug : https://aurelienpierre.com/contact
Forum: Plugins
In reply to: [Photographers galleries] Carousel bunch-up in mobile portrait sizeHi !
1 – Could you take snapshots of the issues ?
2 – Some of the properties of your theme stylesheet clash with Photographers Galleries :?for instance, a right margin is added every 3 images which causes non consistent spacing in the carousel. Try to use a WordPress gallery set with 1 column.
3 – On your cell phone, try to reload the page when you move from landscape to portrait orientation. Some display properties might be set during the initial page loading and then stored without update when you resize the viewport.
I don’t use any Apple device, so I can’t debug it, but the
vh
height properties seems to be known as buggy on iOS :- https://stackoverflow.com/questions/23212807/safari-css-rule-vh-units
- https://nicolas-hoizey.com/2015/02/viewport-height-is-taller-than-the-visible-part-of-the-document-in-some-mobile-browsers.html
Consider maybe setting the height in % instead of
vh
.Forum: Plugins
In reply to: [Photographers galleries] Parsing Error – Plugin could not be activatedThe referenced line uses some new PHP syntax introduced in PHP 5.4.
What is your PHP version ?
I have downgraded the syntax in the revision 0.4.2 by the way.
Forum: Plugins
In reply to: [Photographers galleries] Installation failedOk my bad. I did a mistake on my plugin repository. I’m not familiar yet with the WordPress release manager. It should be fixed now.
Thanks for the feedback !
Forum: Plugins
In reply to: [Photographers galleries] Installation failedOk I will need more precisions about what failed precisely. Have you got some errors ?
Forum: Plugins
In reply to: [TwentyTwenty] Compatibility with bbPressActually, it seems that the plugin just lacks a
do_shortcodes()
hooks on the content placed between its shortcodes. No big deal to add it I think.