Viewing Image Slider showing all images at once

Image Slider showing all images at once



User: Andrew B. 11 years ago
Hello,

I have an image slider on my website, which can be seen on the homepage (www.redpenwriters.com)

The slider appears to work fine with my computer, but when a friend opened the page all of the images in the image slider were displayed one below the other covering the text on my site. Why might this have happened? Could this be a problem of the browser or the software installed on my friend's computer that it was not able to view the images in the slider and thus displayed them all one below the other?


The appearance of my site is very important for me and I would be really grateful if you could help me to understand why this viewing problem has occurred and what can be done to resolve it.

Thanks

Andrew
User: Roddy 11 years ago
This could happen if the visitor has javascript turned off in their browser.

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: Andrew B. 11 years ago
Hi Roddy, thanks for your quick reply.

If it is the case that the problem occurs because the user has java script turned off in their browser is there any way to alert them to this? an error message for example? Or are there any other ways to get around this problem?

thanks

Andrew
User: Roddy 11 years ago
You would insert a warning and then enclose it in noscript tags so that it only appears on the page when the user has JS turned off.

Use an HTML Snippet and create a paragraph like this...

<p style="font:15px Verdana, sans-serif;color:#FF0000;margin:0;padding:5px">Please enable JavaScript in your browser.</p>

Change the font size, family and color to suit. See this page for info about hex color numbers.

Place the text somewhere near the top of the page in an empty space.

Now enclose it in noscript tags...

<noscript><p style="font:15px Verdana, sans-serif;color:#FF0000;margin:0;padding:5px">Please enable JavaScript in your browser.</p></noscript>

... and it will disappear.

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.


Post Reply
You must login or signup to post.