[Solved] Slideshow gallery images displays vertically
Hi, all was good with the Tribulant slideshow gallery plugin until a couple of days ago.
For some unknown reason, all existing slideshows started to display oddly in that the bigger images (not thumbnail) displayed vertically down the page rather than within the gallery space, sliding horizontally as normal.
I don't believe any changes have been made to the site, so has anyone else experienced this and if so, what if anything did you do to fix it. Many thanks, Neil.
For some unknown reason, all existing slideshows started to display oddly in that the bigger images (not thumbnail) displayed vertically down the page rather than within the gallery space, sliding horizontally as normal.
I don't believe any changes have been made to the site, so has anyone else experienced this and if so, what if anything did you do to fix it. Many thanks, Neil.
Comments
The problem with the plugin is that it isn't loading it's CSS.
The CSS URL is being blocked with 403 Forbidden.
I believe it is security on the hosting. Can you please show the screenshot and URL to the hosting provider and ask them why the URL is being blocked with 403 Forbidden. Maybe something like mod_security causing it?
I look forward to your response once you've spoken to them.
We replied to your ticket earlier on and your issue is indeed similar.
Your issue is related to the non CSS mime type being blocked. It looks like it is blocked by Nginx and I asked you in the ticket to show the hosting provider the screenshot and error message for them to all it.
The CSS file of the Slideshow Gallery plugin is a PHP file because it generates the CSS dynamically based on the styling settings and other options configured under Slideshow > Configuration. A static CSS file is not an option due to the customization.
Let me know if you manage with it?
No problem, I replied to your ticket regarding this. You can keep the support case in one place please. The ticket is the best place to continue communicating.
Once we have a solution, I'll come and post it here after we've closed your ticket in case someone else has the same problem.
Same as above, I believe this is an issue with the CSS not loading.
Things you can check:
- Does your theme have wp_header() function in the header.php file?
- Does your theme have wp_footer() function in the footer.php file?
- In your browser's console, is there any error of the CSS not loading?
If the problem persists, please provide a link to the slideshow so that I can check.