Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
I've added a few autoindex folders to my site - and now with a problem I cannot sort out. I use phplugins primarily to generate a custom background. This works on most of the site, but not in the recently added auto index pages.
Specifically, the problem is that the custom.css file calls for the background image (a dark, blue/black honeycomb pattern) to repeat, which it does, for example, on this page:
http://bunkhousephotography.com/galleries/flora/
However on this page the background does not repeat:
http://bunkhousephotography.com/galleries/ai/ai2015sr/
I'm flummoxed...
Dave
Offline
It seems to be working. try clearing your browser cache
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Rod, gave that a try and still have the problem on my end. Seems to be the case in Safari, Chrome and Firefox - and as well on my iPhone and iPad.
Dave.
Offline
this is what I'm seeing on all browsers I've checked (firefox. safari, chrome, IE):
and the page source code shows the custom css being applies
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
And thinking it may be a "concrete shoes" issue...
Offline
you could add this to custom css:
html {
background-color: transparent;
}
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Rod, the image you posted does show what I was trying to sort out - that being the background image stops just below footer - leaving a solid blue color underneath. This did't seem tot be the case on other pages - just the new auto index pages I recently added.
However the suggested change to the custom.css file appears to have done the trick!
Many thanks! And as well for being so quick!
Dave
Offline
and you might be right about the "concrete shoes" setting. That would push the footer to the bottom of the browser window and should bring the body background with it.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Pages: 1