Search found 38 matches

by Leav
Fri Nov 26, 2010 5:23 pm
Forum: CMSMS Core
Topic: Possible bug with "Section Header" - Non critical
Replies: 1
Views: 1217

Possible bug with "Section Header" - Non critical

Hi, just found this out, thought it might be a small bug. (CMS Made Simple™ 1.9.1  "Toopua") create a new page mark it as a section header Give it title "A" and menu entry "B" it will now be shown as B in the main list. create a new page, try to select B as parent. B is...
by Leav
Sat Jul 26, 2008 9:52 am
Forum: Layout and Design (CSS & HTML)
Topic: How to validate CSS and HTML for every page on a site?
Replies: 2
Views: 1290

Re: How to validate CSS and HTML for every page on a site?

Like Mark said, If you are using CMSMS then the content from the wysiwyg editor is always compliant, and then you just need to check your design... If you have any pages with heavy code inserts then check those individually. basically the validation should be modular (up to a point): you can break t...
by Leav
Sat Jul 26, 2008 9:46 am
Forum: Layout and Design (CSS & HTML)
Topic: Conflict between float, margin and width... how do you resolve this?
Replies: 3
Views: 1375

Re: Conflict between float, margin and width... how do you resolve this?

Sure! here is the current layout: http://project-hydra.nfshost.com/ the XHTML is here: http://project-hydra.nfshost.com/index.xhtml and the CSS is here: http://project-hydra.nfshost.com/style.css I'll quit my experimentation for a bit so you can get a static page. (or i'll just experiment on a copy....
by Leav
Sat Jul 26, 2008 12:22 am
Forum: Layout and Design (CSS & HTML)
Topic: Conflict between float, margin and width... how do you resolve this?
Replies: 3
Views: 1375

Conflict between float, margin and width... how do you resolve this?

Hi Guys, Basically what I'm trying to do is a kind of a 2 column design. I have a menu floated to the left (clearing the header) with margins all around. and I have the main content block. I'd like the content block to have a margin from the header, menu and the right side. I tried: margin: 5px; wit...
by Leav
Thu Jul 24, 2008 6:37 pm
Forum: Layout and Design (CSS & HTML)
Topic: [solved] 1 content file displayed in multiple pages?
Replies: 3
Views: 1508

Re: 1 content file displayed in multiple pages?

Hi Kermit,
Thanks for looking into this! both your approaches use either CMSMS or PHP...

I'm looking for the basic way of doing this without CMSMS or PHP... do you know of any such way?

Thanks!  ;D

-Leav
by Leav
Thu Jul 24, 2008 5:53 pm
Forum: Layout and Design (CSS & HTML)
Topic: [solved] 1 content file displayed in multiple pages?
Replies: 3
Views: 1508

[solved] 1 content file displayed in multiple pages?

Hi Guys! This is a general design problem that could easily solved by CMS or just PHP but i'm wondering if there is any way to do it without those tools: I'm using XHTML 1.1. I want to have a web page (page A)  with a menu that has the design dictated in "page A" but with the actual conten...
by Leav
Fri Nov 30, 2007 9:22 am
Forum: Layout and Design (CSS & HTML)
Topic: Is EMBED method the only one to include some static page into layout?
Replies: 6
Views: 2487

Re: Is EMBED method the only one to include some static page into layout?

All the time same; 'sophisticated' CMSes that are not able to so simple thing like inclueds correctly.... calm down there buddy, you won't get help like that. CMSes are made to manage content, and they do it in the best possible way. it's elegant and user friendly. if you want to create pages in an...
by Leav
Fri Nov 30, 2007 9:19 am
Forum: Layout and Design (CSS & HTML)
Topic: Footer is positioned after text, disregards existance of ImageGallery Elements
Replies: 1
Views: 1233

Re: Footer is positioned after text, disregards existance of ImageGallery Elements

HA! this page: http://www.autisticcuckoo.net/archive.php?id=2004/12/10/floating is awesome!! read it all if you even want consider yourself css savvy. anyway the problem was that the thumbnails were floating to left (float: left;) but the footer was inline (i think) and so it was not affected by the...
by Leav
Wed Nov 28, 2007 5:35 pm
Forum: Layout and Design (CSS & HTML)
Topic: Footer is positioned after text, disregards existance of ImageGallery Elements
Replies: 1
Views: 1233

Footer is positioned after text, disregards existance of ImageGallery Elements

Hello, and thanks for taking the time to try and help me  :) I have a couple of problems when I try to integrate the ImageGallery tag into my page: 1)the footer positioned itself with regard to the text as if the image gallery pictures do not even exist. 2)I would like to align the thumbnails so the...
by Leav
Sat Jul 21, 2007 2:45 pm
Forum: CMSMS Core
Topic: Menu With collpasable sectionHeaders AND visitable content parents?
Replies: 4
Views: 3058

Re: Menu With collpasable sectionHeaders AND visitable content parents?

thanks mark, "my" template is a variation on Elijah's template.

But I have expanded it to take care of what I call "ContentParents" content pages which are parents of other pages.

Just have a little bug left...

any idea how to fix it?

thanks!
-Leav
by Leav
Sat Jul 21, 2007 1:48 pm
Forum: CMSMS Core
Topic: Menu With collpasable sectionHeaders AND visitable content parents?
Replies: 4
Views: 3058

Re: Menu With collpasable sectionHeaders AND visitable content parents?

Got it! But it still has a bug: it's hard to describe but easy to reproduce: go here: http://www.project-hydra.com/ click on projects then on about me notice that the submenu for projects has collpased. (this is the bug) now you can click on home again and the submenu for projects has expanded.... a...
by Leav
Sat Jul 21, 2007 8:31 am
Forum: CMSMS Core
Topic: Menu With collpasable sectionHeaders AND visitable content parents?
Replies: 4
Views: 3058

Re: Menu With collpasable sectionHeaders AND visitable conent parents?

I Implemented some new code, I just don't know what to do with sectionheaders: sometimes they open to: base/# and sometimes they act like I want them to.... {if $count > 0} {foreach from=$nodelist item=node} {if $node->depth prevdepth} {repeat string="" times=$node->prevdepth-$node->depth}...
by Leav
Sat Jul 21, 2007 7:32 am
Forum: CMSMS Core
Topic: Menu With collpasable sectionHeaders AND visitable content parents?
Replies: 4
Views: 3058

Menu With collpasable sectionHeaders AND visitable content parents?

Hi guys I have and Idea for a Menu for my website: http://www.project-hydra.com/ I was thinking of hacing a Menu like this: *Content1 *sectionHeader2 *Content3 *Content4 clicking on sectionHeader2 results in this: *Content 1 *sectionHeader 2   *Content2.1   *sectionHeader2.2 *Content 3 *Content 4 so...
by Leav
Sat Jul 21, 2007 6:35 am
Forum: CMSMS Core
Topic: [solved] DTD Version mismatch (when installing themes)
Replies: 5
Views: 6425

Re: DTD Version mismatch (when installing themes)

ah so basicly lots of the themes over at the site are outdated?

well thanks I guess Ill just get one with TPL file, MM file and CSS.

even though it is more work, It is not prone to going out of date as much as the XML versions... and still works.

Thanks Alot calguy1000, :)
-Leav
by Leav
Fri Jul 20, 2007 7:40 pm
Forum: CMSMS Core
Topic: [solved] DTD Version mismatch (when installing themes)
Replies: 5
Views: 6425

[solved] DTD Version mismatch (when installing themes)

Hi everyone! first let me say this: CMSMS >> Joomla! (I tried cmsms, then joomla, then cam running back to cmsms  ;D ) Now I have a bit of a problem: CMSMS version 1.1 ThemeManager version 1.0.8 when I try installing themes from: http://themes.cmsmadesimple.org I get an error from ThemeManager to th...

Go to advanced search