Search found 7 matches
- Sun Aug 16, 2009 4:23 pm
- Forum: CMSMS Core
- Topic: [SOLVED] Fatal error on child pages after 1.6.3 upgrade
- Replies: 3
- Views: 2303
Re: Fatal error on child pages after 1.6.3 upgrade
jce76350 - In my template I replaced this <link rel="canonical" href="{if isset($canonical)}{$canonical}{else}{$content_obj->GetURL()}{/if}" /> With your posted info {if isset($canonical)}<link rel="canonical" href="{$canonical}" />{elseif isset($content_obj)}...
- Sun Aug 16, 2009 3:31 pm
- Forum: CMSMS Core
- Topic: [SOLVED] Fatal error on child pages after 1.6.3 upgrade
- Replies: 3
- Views: 2303
[SOLVED] Fatal error on child pages after 1.6.3 upgrade
I have the exact same issue described in a solved post. My problem is not solved however. See: http://forum.cmsmadesimple.org/index.php?topic=36448.msg172552 I just upgraded to 1.6.3 and use pretty URL's. After upgrading all of my top level pages are fine but all child pages display this fatal error...
- Sun Apr 26, 2009 3:21 am
- Forum: Layout and Design (CSS & HTML)
- Topic: [Solved] Vertical CSS Menus Disappear in IE7
- Replies: 4
- Views: 2021
Re: Vertical CSS Menus Disappear in IE7
I followed your instructions and added this to my >> Navigation: CSSMenu - Vertical *:first-child+html #ID or .class { ie7 } Then I changed this in the same stylesheet... #primary-nav li { margin-bottom: -1px; position: relative; } Changed to.. #primary-nav li { margin-bottom: -2px; p...
- Sun Apr 26, 2009 12:04 am
- Forum: Layout and Design (CSS & HTML)
- Topic: [Solved] Vertical CSS Menus Disappear in IE7
- Replies: 4
- Views: 2021
Re: Vertical CSS Menus Disappear in IE7 - See video
(Link removed) is the page
Sorry about the video problem. Those avi's never gave me any trouble before?
Sorry about the video problem. Those avi's never gave me any trouble before?
- Sat Apr 25, 2009 2:52 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [Solved] Vertical CSS Menus Disappear in IE7
- Replies: 4
- Views: 2021
[Solved] Vertical CSS Menus Disappear in IE7
Using 1.5.3 with no hacks. Current Apache, Linux, PHP. Not sure of versions. I built a vertical css flyout menu with 3 levels of pages. When using IE7 and the mouse is place over the 2nd level, it disappears if you try to scroll down. I suspect I need to tweak my css sheets but can't figure it out. ...
- Fri Mar 27, 2009 6:47 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: TinyMCE Missing?
- Replies: 3
- Views: 1614
Re: TinyMCE Missing?
I did search the forums of course but did not find the answer. You were right however. I set permissions to 777 per install via FTP documentation but setting to 755 did the trick.
Thank you.
Thank you.
- Fri Mar 27, 2009 6:37 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: TinyMCE Missing?
- Replies: 3
- Views: 1614
TinyMCE Missing?
I've installed CMSMS many times with no glitches. Pretty simple. Last night however, I downloaded the latest build of 1.5.3, installed it and went to work. I then noticed there was no WYSIWYG editor at all. The display WYSIWYG was checked. I made no mods to the code. Just a straight install as I hav...