Rotating images using Responsive Site...

User 103173 Photo


VP of Software Development
0 posts

You forgot to fix the CSS file reference:

<link rel="stylesheet" href="flexslider/flexslider.css" type="text/css" media="screen"/>

Still points to a lowercase flexslider. Needs to point to an uppercase Flexslider folder.
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
User 484143 Photo


Registered User
16 posts

Thank you so much! It now works! :D

So now, is there a way to make the background of the images black?
User 103173 Photo


VP of Software Development
0 posts

PamD wrote:
Thank you so much! It now works! :D

So now, is there a way to make the background of the images black?

Awesome!

That is something you would probably have to look into within the slider app you are using.
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
User 484143 Photo


Registered User
16 posts

Well, thank you for all your help! I appreciate every bit of it...and your patience! :)
User 187934 Photo


Senior Advisor
20,271 posts
Online Now

On line 77 of the flexslider.css
.flexslider {
margin: 0px 0px 60px;
background: #FFF none repeat scroll 0% 0%;
border: 4px solid #FFF;
position: relative;
border-radius: 4px;
}

Change this
background: #FFF
to
background: #000

and this
border: 4px solid #FFF;
to
border: 4px solid #000;
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 484143 Photo


Registered User
16 posts

Thank you for responding, Eric. I tried changing the background and border color on the css sheet and then published it again but it's still white.
User 187934 Photo


Senior Advisor
20,271 posts
Online Now

Did you try ctlr+f5 ?
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 484143 Photo


Registered User
16 posts

I did. I refreshed several times.
I saved the changes after changing the .css file in the flexslider folder, but maybe I need to save it another way to be active in the RSD software?
I also tried viewing in both Explorer and Chrome (both show white behind the samples). I looked through the rest of the coding to see if anything popped out as something with white but only fonts/shadows had white. But in all honesty, I really don't know what I'm looking at.
User 187934 Photo


Senior Advisor
20,271 posts
Online Now

On this page the css looks unchanged.
http://www.pixandfix.com/photoboothtemplates.html
Did you alter the flexslider.css after export and publish? If you added the flexslider.css to your rsd project and export it will overwrite your edits.
A way around this is to add a link to a custom.css to the head of your rsd project page and do the custom alterations on that. You won't add this to your project but you will upload it to your site as you make changes.
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 484143 Photo


Registered User
16 posts

You're right...that's exactly what I did (tried to change it after publishing the pages). I have NO idea how to set up a custom .css file, however, and then would I "Add Resource" to the header, and would it matter if it showed up before or after what's already there?
Attachments:

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.