Problems, need help? Have a tip or advice? Post it here.
4 posts Page 1 of 1
Hi,

I figure this is also part of the development but I'm really struggling here, this page was working more than fine in its static version, on all browsers and platform, now after couch CMS implementation I'm having issues viewing the page properly, at least I can replicate issue on mac and windows OS running ff, safari or chrome for instance.

you can see the issue here: http://www.designdiverso.com/about.php

CSS should be the same as before, can't understand why I'm having all these problems, any hint is truly appreciated. This is driving me mad. Could you please give me some clue?
Could you please give me some clue?

Sure. The clue is - Couch does *not* make changes to your HTML/CSS markup.
Period.

If you choose to believe what I said above, it'll make it much easier for you to try and debug your CSS issues (else you'll always have a suspicion in the back of your mind that the CMS has got something to do with everything that does not work on the frontend).

OK, assuming you took my word, here is how we can easily find what is going wrong.
Take your static HTML/CSS design and compare it with the HTML/CSS outputted in the couchified version (by doing a view:source of the page).

Except for the differences in the text you inputted in the editable regions, rest of the markup should be *identical* (because, trust me, Couch did not touch that at all - only inserted the contents of the editable regions at the places you indicated).

The comparision will immediately show where things are not identical. You can now take measures to rectify those.

Hope it helps.
diverso wrote: Hi,

I figure this is also part of the development but I'm really struggling here, this page was working more than fine in its static version, on all browsers and platform, now after couch CMS implementation I'm having issues viewing the page properly, at least I can replicate issue on mac and windows OS running ff, safari or chrome for instance.

you can see the issue here: http://www.designdiverso.com/about.php

CSS should be the same as before, can't understand why I'm having all these problems, any hint is truly appreciated. This is driving me mad. Could you please give me some clue?

I only see this error:
Uncaught TypeError: Cannot read property 'addEventListener' of null
about.css.map:1 GET http://www.designdiverso.com/dist/css/about.css.map 404 (Not Found)

Please post a slice of your couch template, maybe this can help us to help you better...
fabioferrero wrote:
diverso wrote: Hi,

I figure this is also part of the development but I'm really struggling here, this page was working more than fine in its static version, on all browsers and platform, now after couch CMS implementation I'm having issues viewing the page properly, at least I can replicate issue on mac and windows OS running ff, safari or chrome for instance.

you can see the issue here: http://www.designdiverso.com/about.php

CSS should be the same as before, can't understand why I'm having all these problems, any hint is truly appreciated. This is driving me mad. Could you please give me some clue?

I only see this error:
Uncaught TypeError: Cannot read property 'addEventListener' of null
about.css.map:1 GET http://www.designdiverso.com/dist/css/about.css.map 404 (Not Found)

Please post a slice of your couch template, maybe this can help us to help you better...


Thank you for your reply, issue seem fixed at least o major browsers, could you kindly eventually recommend a free cross browsers tool to test websites?
4 posts Page 1 of 1