Hi AlanBee. Welcome to the Hueman forum. When you say “create a post with gallery” are you talking about the slider at the top of the post?
Hi, thank you for your help. Yes. If you open the link at my message above you will see that it is working well on desktop, but not working on mobile.
Thanks again!
Thanks bdbrown.
I have tested it and I can say for sure that the regular version (English)is working in desktop and mobile devices.
When I have installed wordpress from scratch in the Hebrew language and then installed the Hueman theme on it is aslo works perfect, but the galleries are not showing the images.Only on mobile devices.
It is definitely something to do with the RTL, but I have been searching for a fix over a week now. I hope the theme developer will help on this as it seems like a minor issue related to the responsivity of the gallery in RTL.
Thanks a lot for your help.
Alan
If anyone can help me to tweak the code so it will work, I will be very grateful. This is the only thing that is keeping me from finishing the website.
Thank you,
Alan
Hi bdbrown,
Thanks.
I have tried it as you said and still, the images are not showing on on mobile devices.
Any other ideas?
Thank you for your help.
Alan
There are a couple of other suggestions listed here:
http://stackoverflow.com/questions/12497255/flexslider-and-right-to-left-language-support
One of which is a fork of the slider code:
http://rtl-this.com/tutorial/jquery-plugin-flexslider-now-rtl-support
However, implementing the fork would require unloading the theme files and loading the forked files, which (a) may or may not fix your problem, and (b) may not remain compatible with future upgrades to the theme and/or slider code.
On a related note, you haven’t said specifically which mobile device it’s not working on. All the mobile emulators I’ve tried have displayed the slider successfully.
Thank you very much! You helped me to fix the issue.
First, I would like to answer your question. The issue will not been seen in any mobile emulators. In mobile emulators you will see the gallery is working just fine.
On real mobile devices (smartphones and tablets) you will see the gallery working without the images.
With your help, I can confirm that the following fix helped solve the issue.
All that is needed is to add this line to “main.min.css”
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; direction: ltr; }
Once again, thanks a lot for your help!
Alan
Glad you found a fix. The only thing I would caution is that main.min.css is a default theme file and your changes will be lost when you update the theme. You should add your custom CSS to either a child theme style.css file or use a plugin like https://wordpress.org/plugins/simple-css/ or https://wordpress.org/plugins/custom-css-js/.