Elements conflicting with each other.

User 2062767 Photo


Registered User
166 posts

I have placed a slideshow onto my (test) site using HTML editor.

It works fine as a stand alone on this page:
http://a4dabble.coffeecup.com/slide_show.html

But as soon as I place it within other elements on a responsive page it stops working.
http://a4dabble.coffeecup.com/index_new.html (it appears as a white bar under the menu at the mo)

I have had this problem in the past with other elements. I am guessing it is something in one of the .css files but what & which one I have no idea. I have tried re-ordering everything in the <head> but that did'nt work either.

Can anyone help please? :/
www.heylisflorist.co.uk - My Florist Shop.
www.woodentopstoys.co.uk - My Wooden Toy Shop.

I use CoffeeCup HTML Editor, WIS, Direct ftp, Sitemapper, Website Insite & RED Personal to create my websites.

Send your parcels with Despatch Bay! Signup using this code and get £10.00 worth of free shipping http://despatchbaypro.com/s/1H431
User 1948478 Photo


Senior Advisor
1,850 posts

Sue,
To begin with:
You need a <body> starting tag immediately after the closing </head> tag (line 36), but your <body> tag does not appear until line 136. This and a few other errors are pointed out by the validator:
http://validator.w3.org/check?uri=http% … mp;group=0
You should correct those errors and then run the validator again to see if additional errors are picked up...
User 2062767 Photo


Registered User
166 posts

Hi Per,

The reason I put the <body> tag there was because I was eventualy planning to duplicate this header in the custom HTML part of SCC (where the custom header appears before the <body>)

However I have corrected all those errors, which where caused through copy & pasting :rolleyes:

Still the slideshow does not work.

Think I am going to abandon this template & work on a simpler one where slideshow does work. ;)
www.heylisflorist.co.uk - My Florist Shop.
www.woodentopstoys.co.uk - My Wooden Toy Shop.

I use CoffeeCup HTML Editor, WIS, Direct ftp, Sitemapper, Website Insite & RED Personal to create my websites.

Send your parcels with Despatch Bay! Signup using this code and get £10.00 worth of free shipping http://despatchbaypro.com/s/1H431
User 187934 Photo


Senior Advisor
20,190 posts

You have a little error in your code. Try this.:)
<script>
// Can also be used with $(document).ready()
$(document).ready(function() {
$('.flexslider').flexslider({
animation: "slide",
controlNav: "thumbnails"
});
});
</script>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2062767 Photo


Registered User
166 posts

Thanks Eric, I had already spotted that. The $(document).ready() didn't make any difference.

Its got to be the template I was using as it works OK on another. ;) Probably be easier & quicker than looking for a needle in a haystack - it could be anywhere! Just a bit annoying but haho.
www.heylisflorist.co.uk - My Florist Shop.
www.woodentopstoys.co.uk - My Wooden Toy Shop.

I use CoffeeCup HTML Editor, WIS, Direct ftp, Sitemapper, Website Insite & RED Personal to create my websites.

Send your parcels with Despatch Bay! Signup using this code and get £10.00 worth of free shipping http://despatchbaypro.com/s/1H431
User 187934 Photo


Senior Advisor
20,190 posts

Will you change it on that page and let me see?
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2062767 Photo


Registered User
166 posts

Here it is still the same.
http://a4dabble.coffeecup.com/index_new.html
www.heylisflorist.co.uk - My Florist Shop.
www.woodentopstoys.co.uk - My Wooden Toy Shop.

I use CoffeeCup HTML Editor, WIS, Direct ftp, Sitemapper, Website Insite & RED Personal to create my websites.

Send your parcels with Despatch Bay! Signup using this code and get £10.00 worth of free shipping http://despatchbaypro.com/s/1H431
User 2088758 Photo


Senior Advisor
3,087 posts

Hi Sue the link is not working. You may want to retry.
Taking over the world one website at a time!

Steve Kolish
www.misterwebguy.com

YouTube Channel:
https://www.youtube.com/channel/UCL8qVv … ttneYaMSJA
User 2062767 Photo


Registered User
166 posts

http://a4dabble.coffeecup.com/index_new.html
www.heylisflorist.co.uk - My Florist Shop.
www.woodentopstoys.co.uk - My Wooden Toy Shop.

I use CoffeeCup HTML Editor, WIS, Direct ftp, Sitemapper, Website Insite & RED Personal to create my websites.

Send your parcels with Despatch Bay! Signup using this code and get £10.00 worth of free shipping http://despatchbaypro.com/s/1H431
User 187934 Photo


Senior Advisor
20,190 posts

Try this.
<script>
// Can also be used with $(document).ready()
$(document).ready(function() {
$('.flexslider').flexslider({
animation: "slide",
});
});
</script>

I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.