Problems, need help? Have a tip or advice? Post it here.
5 posts Page 1 of 1
I hope this is a simple fix…
I have an existing site with some javascript which I am installing Couch onto.
All installed OK. Got the template manager up etc all fine. The only problem is that the display of my site has altered around the main Nav. See the two screen shots of how it should be and how it displays with Couch.

Any ideas as to how to solve this would be fantastic.

Attachments

Hello and welcome. PixelAce :)

While we'll have to take a look at your template's code to know the exact reason, I'll hazard a guess - I think while defining the editable region you have included some wrapper DIV (with defined classes) into the region. While editing the content in Couch's admin, the DIV could be getting altered losing the CSS class in the process.

This could be a possible reason. Can you please check?
If not, please post in your template's code and we'll try to pinpoint the cause.

Thanks.
Thanks KK

You may be correct in your assumption with wrapped DIVS, but this display issue occurred as soon as I inserted the opening and closing tags. After moving the editable region tags so it only wrapped one line to no avail, I have now removed it. The display is still incorrect.
I have attached the file for you to dig around in the code and try to find the issue…

Many thanks

Attachments

Hi PixelAce,
the problem is using of invalid quotes:
Code: Select all
href="invitations.php”

Valid quotes are:
Code: Select all
href="invitations.php"

I've corrected your file, please check)

Attachments

Thanks Musman. Error crept in on all pages of the site after every .html extension was replaced with .php and the errant "

I'll pay more attention next time.
5 posts Page 1 of 1