I have just installed a new theme on my site and am very happy with the look of it with PP Classifieds so far.
There is only really one major I am seeing with it so far:
On my site I have Photopost classifieds installed to the root dir with
VB in the subdir /forum.
When I browse to
www.mydomain.com/forum there is no problem with the header and footer images showing up. But when I browse to the top level, where classifieds is, the header logo.gif and the footer .gifs do not show up. For some reason their paths are not correct when I right click where and check properties for where they should be.
See below:
When I browse to the /forum the images appear correctly and right clicking on them show the below path:
<www.mydomain.com/forum/images/themename/header/logo.gif>
<www.mydomain.com/forum/images/themename/misc/menu_open.gif>
<www.mydomain.com/forum/images/themename/footer/top.gif>
When I browse to the main site the images do not appear and right clicking on where they would be (can only see the error boxes in IE of course) shows the below path:
<www.mydomain.com/images/themename/header/logo.gif>
<www.mydomain.com/images/themename/misc/menu_open.gif>
<www.mydomain.com/images/themename/footer/top.gif>
I am also seeing the same behavior with the links the header (ie: Contact Us). Any idea how I might go about resolving this?