View Full Version : Please help... what happened to my SmugMug site?
bptheo
Jul-11-2008, 06:10 PM
I only added a bit of CSS and Header HTML to replace the banner on my site with one of my images. Once I added it (straight from the tutorial), all the SmugMug images used for buttons (like "Add Photos", "Control Panel", "Order Backup", etc) are now just text. How do I fix this?
My CSS is:
#my_banner {
width: 750px;
height: 150px;
margin: 0 auto;
background: url(http://bptheo.smugmug.com/photos/326877823_sWq5o-O.jpg) no-repeat;
}
and Header is:
<div id="my_banner"> </div>
and my site is http://bptheo.smugmug.com
Thx in advance!
-Brian
Allen
Jul-11-2008, 06:23 PM
I only added a bit of CSS and Header HTML to replace the banner on my site with one of my images. Once I added it (straight from the tutorial), all the SmugMug images used for buttons (like "Add Photos", "Control Panel", "Order Backup", etc) are now just text. How do I fix this?
My CSS is:
#my_banner {
width: 750px;
height: 150px;
margin: 0 auto;
background: url(http://bptheo.smugmug.com/photos/326877823_sWq5o-O.jpg) no-repeat;
}
and Header is:
<div id="my_banner"> </div>
and my site is http://bptheo.smugmug.com
Thx in advance!
-Brian
Don't see anything wrong in yoru code, try deleting your Smugmug cookies,
close browser and reopen.
bptheo
Jul-13-2008, 04:16 AM
Thx Al, but no luck. I see this on all my machines.
Don't see anything wrong in yoru code, try deleting your Smugmug cookies,
close browser and reopen.
richW
Jul-18-2008, 06:40 PM
I only added a bit of CSS and Header HTML to replace the banner on my site with one of my images. Once I added it (straight from the tutorial), all the SmugMug images used for buttons (like "Add Photos", "Control Panel", "Order Backup", etc) are now just text. How do I fix this?
My CSS is:
#my_banner {
width: 750px;
height: 150px;
margin: 0 auto;
background: url(http://bptheo.smugmug.com/photos/326877823_sWq5o-O.jpg) no-repeat;
}
and Header is:
<div id="my_banner"> </div>
and my site is http://bptheo.smugmug.com
Thx in advance!
-Brian
Once you enter any css, we will take the css down to just the basics. This is done so you can style your site a little easier and not have to style over the theme. To get the look back you had, go to the control panel and look under the 'customize' tab for 'All pages' theme', select 'SmugMug gradient' under 'SmugMug. Thats should do it for you :)
bptheo
Jul-18-2008, 07:29 PM
Rich, exactly what I was looking for... many thanks! I hadn't realized that adding any CSS takes the site down to basics. good tip
-Brian
Once you enter any css, we will take the css down to just the basics. This is done so you can style your site a little easier and not have to style over the theme. To get the look back you had, go to the control panel and look under the 'customize' tab for 'All pages' theme', select 'SmugMug gradient' under 'SmugMug. Thats should do it for you :)
richW
Jul-18-2008, 10:00 PM
Rich, exactly what I was looking for... many thanks! I hadn't realized that adding any CSS takes the site down to basics. good tip
-BrianYou're Welcome....:thumb
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.