Version 1.2 Build 958 on Windows 7 Pro
Robert Zerebeski wrote:
Version 1.2 Build 958 on Windows 7 Pro
Version 1.2 Build 958 on Windows 7 Pro
Intersting. I am also using Windows 7. Are you using any large fonts or custom dpi settings? If you create a new project and drag the HTML Element to it, does it show?
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.
I created a new project and added an HTML element, now I have the area to add code. After shutting down and restarting the program I can edit the element and add html.
Viewing the Preview (through RSD) I was able to see and use it but once published, all I see are a bunch of x's and not scrolling at all. Any ideas what I might have done wrong?
Here are my two site pages if this helps:
http://www.pixandfix.com/photoboothtemplates.html
http://www.pixandfix.com/photorestoration.html
http://www.pixandfix.com/photoboothtemplates.html
http://www.pixandfix.com/photorestoration.html
PamD wrote:
Viewing the Preview (through RSD) I was able to see and use it but once published, all I see are a bunch of x's and not scrolling at all. Any ideas what I might have done wrong?
Viewing the Preview (through RSD) I was able to see and use it but once published, all I see are a bunch of x's and not scrolling at all. Any ideas what I might have done wrong?
The problem here is one I see a lot of Windows users get caught with. File case does matter so a capital A and a lowercase a are two different characters. Your markup reflects a folder called "flexslider" but the folder was named Flexslider (capital F). Also, all of your images have mixed case letters "pb-AHauntingWeWillGo.jpg".
What you have to do is fix the file case for the folder flexslider to be Flexslider:
<li><img src="flexslider/images/pb-AHauntingWeWillGo.jpg" /></li>
<li> <img src="flexslider/images/pb-BabyMagazine.jpg" /></li>
<li> <img src="flexslider/images/pb-BeachParty.jpg" /></li>
<li> <img src="flexslider/images/pb-Birthday.jpg" /></li>
<li> <img src="flexslider/images/pb-BlackTie.jpg" /></li>
<li> <img src="flexslider/images/pb-CelebratingSports.jpg" /></li>
<li> <img src="flexslider/images/pb-ClassyStripes.jpg" /></li>
<li> <img src="flexslider/images/pb-Dad.jpg" /></li>
<li> <img src="flexslider/images/pb-Newsflash.jpg" /></li>
<li> <img src="flexslider/images/pb-PoolParty.jpg" /></li>
<li> <img src="flexslider/images/pb-Rome.jpg" /></li>
<li> <img src="flexslider/images/pb-SpringFever.jpg" /></li>
<li> <img src="flexslider/images/pb-VintagePlanes-4Pix.jpg" /></li>
<li> <img src="flexslider/images/pb-VintagePlanes-Single.jpg" /></li>
<li> <img src="flexslider/images/pb-Western-001.jpg" /></li>
<li> <img src="flexslider/images/pb-YouOughtToBeInPictures-Reel.jpg" /></li>
<li> <img src="flexslider/images/pb-YouOughtToBeInPictures-videocamera.jpg" /></li>
I would try getting it to the habit now to always name everything in lowercase. This will then prevent small things like this from happening.
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.
I see the images in my control panel under Site/Flexslider/Images and I can view them from there but they aren't linking for some reason.???
PamD wrote:
I see the images in my control panel under Site/Flexslider/Images and I can view them from there but they aren't linking for some reason.???
I see the images in my control panel under Site/Flexslider/Images and I can view them from there but they aren't linking for some reason.???
That is because in RSD you are referencing a folder name called flexslider but it should be Flexslider. File case matters. A capital F and lowercase f are two different things. It is MAJORLY important to use the correct file case when you reference any file.
BAD:
http://www.pixandfix.com/flexslider/ima … WillGo.jpg
Good:
http://www.pixandfix.com/Flexslider/ima … WillGo.jpg
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.
Thank you so much! I'm off to change it now.
I know I'm being a pain but now I can see the pictures but they show up as a list of images instead of a slider. Apparently I did something else wrong. I'm assuming that
href="flexslider/flexslider.css
stays all lower case because that's the style sheet and that would remain lower case
The same for here:
$('.flexslider').flexslider({
Am I right?
href="flexslider/flexslider.css
stays all lower case because that's the style sheet and that would remain lower case
The same for here:
$('.flexslider').flexslider({
Am I right?
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.