Hello,
I'm a beginner. Trying to use the anything slider for some youtube videos here: http://bugasalt.com/slidertestpage.php
It's in the bottom left corner.
I want to use the mini dark theme. I seem to be linking to the mini dark css, but not the js. Can anybody help?
I would recommend you ensure that the above paths are correct as I tested another link without anythingslider in the path and it worked.
Also your <link rel="stylesheet"> tags are currently sitting in your <body> element which should never happen as it will cause undesired results and an inconsistent browsing experience for users, I highly recommend you move them into your <head> element.
in the footer.php file from an attempt I made with the anything slider last year. Forgot those were there. So now there aren't any tags in the . Thanks for showing me that.
For this new attempt at the anything slider I have these in the element:
I can make changes to the css/theme-mini-dark.css file and they work, so that path must be good.
Any ideas?
And thanks in advance for the help. It's very appreciated.
I had them in there from an attempt at the anything slider that I made last year. I deleted them from the footer. So now I don't have any 'link rel stylesheet' in the body. Thanks for pointing that out.
I can make changes to the css/theme-mini-dark.css file and they work, so that path must be good. Any ideas? And thanks in advance for the help. It's very appreciated.
Hello, I'm a beginner. Trying to use the anything slider for some youtube videos here: http://bugasalt.com/slidertestpage.php It's in the bottom left corner.
I want to use the mini dark theme. I seem to be linking to the mini dark css, but not the js. Can anybody help?
Thanks so much.
Woops, I meant it's in the bottom right corner.
This is what I'm getting in the error console when I visit your site.
I would recommend you ensure that the above paths are correct as I tested another link without
anythingsliderin the path and it worked.Also your
<link rel="stylesheet">tags are currently sitting in your<body>element which should never happen as it will cause undesired results and an inconsistent browsing experience for users, I highly recommend you move them into your<head>element.Thanks so much. That was surprising. I had : GET http://bugasalt.com/anythingslider/css/anythingslider.css 404 (Not Found) slidertestpage.php:15 GET http://bugasalt.com/anythingslider/js/jquery.anythingslider.js 404 (Not Found) slidertestpage.php:15 GET http://bugasalt.com/anythingslider/css/theme-metallic.css 404 (Not Found) slidertestpage.php:15 GET http://bugasalt.com/anythingslider/css/print.css 404 (Not Found)
in the footer.php file from an attempt I made with the anything slider last year. Forgot those were there. So now there aren't any tags in the . Thanks for showing me that.
For this new attempt at the anything slider I have these in the element:
I can make changes to the css/theme-mini-dark.css file and they work, so that path must be good. Any ideas? And thanks in advance for the help. It's very appreciated.
Sorry, this is my first time posting code on a forum. I'm going to try that again. Please ignore that last entry.
I forgot about those: http://bugasalt.com/anythingslider/css/anythingslider.css
http://bugasalt.com/anythingslider/js/jquery.anythingslider.js http://bugasalt.com/anythingslider/css/theme-metallic.css http://bugasalt.com/anythingslider/css/print.css
I had them in there from an attempt at the anything slider that I made last year. I deleted them from the footer. So now I don't have any 'link rel stylesheet' in the body. Thanks for pointing that out.
For this new attempt I have these in the head :
I can make changes to the css/theme-mini-dark.css file and they work, so that path must be good. Any ideas? And thanks in advance for the help. It's very appreciated.
Dang, there's more than that in the head, I suck at this. http://bugasalt.com/slidertestpage.php