Hi there. Thanks very much for your reply. I think it may be due to the connection speed. I was trying to make a small upload of a few blog posts and it wouldn't work. Then I marked all pages as changed to see of that would help, but it didn't. …
My RW file for this site http://www.heatherkarlie.com also uses a huge amount of memory. 53.8MB. I posted in another forum asking for help publishing because it fails time after time for almost one week already. I also posted about one week ago a…
Dear Brian,
I looked through the forum and saw a post about adding shadow to mirage theme. The person called it #headerImageUpper - I used the piece of code you wrote for me and added the word Lower after #headerImage - it worked. I couldn't have…
Hi Brian,
Thanks very much. Tried that piece of code, but the white space is still there under the menu bar. I selected 'none' for the header image as well as selecting 'hide' for header image display. Didn't seem to help. I've published his si…
Hi there. I found this thread http://www.realmacsoftware.com/forums/index.php/forums/viewthread/25163/
and it answered my question. Thank you very much!
on 1296173627:
Hi there. I'd like to add my logo into the footer of all the sites I've …
Well, still no header in IE. Just a blue background. IE is really quite difficult. I need some help. here's the site: http://www.graciestamford.com and I made it using Glide v1.7 Thanks!!!!
on 1276831025:
Hi there. This worked... I think. …
Hi there. This worked... I think. At least the image is here for me when I view in Safari. Thank you very, very much.
Heather
on 1276797528:
Hi,
The black background you mention (it will be the theme's original tiled background-image for…
Hi there. Thank you, but when I try this, the header actually turns black. The image doesn't appear anywhere. Perhaps I copied it wrong. I will try again.
on 1276776188:
Hi, try using the following full url to the image, which includes the qu…
Hi there. Thank you, but it seems that my RWmulti tool is lite and therefore only compatible with themeweaver009. doesn't seem to want to work with glide. maybe i am reading it wrong?
on 1276775078:
Hi Gracie
You don't need special code to pu…
on 1251506252:
on 1251504735:
All of the CSS I used was from searching through the forums looking and a lot from Shirleywhirly. She is incredibly helpful!!!!
Hi Heather,
You're certainly right about Shirley, she's one of the forum's gr…
on 1251504735:
All of the CSS I used was from searching through the forums looking and a lot from Shirleywhirly. She is incredibly helpful!!!!
Hi Heather,
You're certainly right about Shirley, she's one of the forum's greatest unsung res…
on 1251504490:
Heather, you've already added this code to the Page's Page Inspector ] Header ] CSS field:
#navcontainer a#current{
color: #000000;
}
Change that to this:
#navcontainer a#current{
background:grey;
color: red;
}
When you say yo…
on 1251495092:
on 1251484338:
on 1251483784:
No problem
To delete the image in the bottom right you can try the following code
#sideOverlay {
display: none
}
let us know how you get on.
fantastic, i'll try it. thanks very much. i …
on 1251484338:
on 1251483784:
No problem
To delete the image in the bottom right you can try the following code
#sideOverlay {
display: none
}
let us know how you get on.
fantastic, i'll try it. thanks very much. i really appreciate…
on 1251483784:
No problem
To delete the image in the bottom right you can try the following code
#sideOverlay {
display: none
}
let us know how you get on.
fantastic, i'll try it. thanks very much. i really appreciate all of your help!
on 1251483269:
Hi Heather
Thanks for the kind words.
As Marten said it is pretty tricky to do this and if you do change the image but it is manageable.
You would need you open the image that Marten stated in his previous post - content_ri…
on 1251465588:
Hi Heather,
If you open the Themes drawer and right or control-click on the Urban theme and select Reveal Theme Contents in Finder, you will see an images folder in which all the theme's images reside. If you look at content_righ…
on 1234643644:
hi there,
i was adding an image to my website http://www.heatherkarlie.com when after i published and checked the site, the header background had disappeared. the image i added to the assets is now written in red. the code i used…
on 1233784989:
Hi Heather
If you followed the instructions precisely for each page I can see no reason why all the header images shouldn't appear in your site. The fact that the original image is now gone and the new image isn't showing implies…
on 1233701424:
Hi Heather
Paul Bradforth has written an excellent tutorial on this topic which is available here.
Rose
Really great help, thank you. Worked well on eight of ten pages. I can't get the image to appear in the header in two…
on 1227528027:
Make a plain picture for the header. Make a blank screen on your computer of the right color and take a screenshot even, that'll do! Or you can change the CSS to not have any picture,
#buildings {
background: none;
}
and place …