
Originally Posted by
gjh42
Then there was some error in the upload, because it works correctly on my 1.3.9g test site.
What does the latest debug log in /cache/ say?
What is your template folder name, and what did you change the /your_template/ folder to?
It turns out that it must have been an upload issue. The FTP was laggy all day, and uploading a fresh new copy fixed the issue. I don't think I will continue to work with this host... too many issues like this.
Fantastic add-on, by the way. The only thing I had to change was in the CSS. I changed this:
Code:
#navEZPagesTop .activeEZPage, #navEZPagesTop .activeILPage, #ezpages .activeEZPage, #ezpages .activeILPage {
font-weight: bold;
color: #AD006A;
}
to this:
Code:
#navEZPagesTop a.activeEZPage, #navEZPagesTop a.activeILPage, #ezpages a.activeEZPage, #ezpages a.activeILPage {
font-weight: bold;
color: #AD006A;
}
Otherwise, the links were not displaying in the styles I specified. Adding the "a" in those spots fixed the issue. and it now works great!
Bookmarks