±Help
Back to top
Skip to content
Skip to menu
Back to top
Back to main
Skip to menu
Search found 44 matches
Re: Better DF Menus?
Upgraded reDesign from CVS - I hadn't realised there were so many small improvements. But it showed up a shortcoming in my hack! Took me a long time to find it! 
Anyway, new version on my ...
Anyway, new version on my ...
- layingback
- Topic: Better DF Menus?
- Replies: 11
- Views: 3971
Re: xHTML Validation fix for Radio Buttons
Thanks for the reply!
OK, now I understand the goal (fix double click), I think the code changes are just:
Add the attachEvent line to toggleBlockCollapsed in block.js:
[code]function toggleB ...
OK, now I understand the goal (fix double click), I think the code changes are just:
Add the attachEvent line to toggleBlockCollapsed in block.js:
[code]function toggleB ...
- layingback
- Topic: xHTML Validation fix for Radio Buttons
- Replies: 5
- Views: 782
Re: xHTML Validation fix for Radio Buttons
Hmmm... On latest CSV version now, and bumped into the unselectable="on" issue - W3C Validation error.
The validation error is valid, as it is not defined in any DTD.
But [url=http://help.dotto ...
The validation error is valid, as it is not defined in any DTD.
But [url=http://help.dotto ...
- layingback
- Topic: xHTML Validation fix for Radio Buttons
- Replies: 5
- Views: 782
Re: xHTML Validation fix for Radio Buttons
And while I was at it...
In header.html
[code] <form id="headsearch" class="special" action="{U_SEARCH}" method="post" enctype="multipart/form-data" accept-charset="utf-8">
<a href= ...
In header.html
[code] <form id="headsearch" class="special" action="{U_SEARCH}" method="post" enctype="multipart/form-data" accept-charset="utf-8">
<a href= ...
- layingback
- Topic: xHTML Validation fix for Radio Buttons
- Replies: 5
- Views: 782
xHTML Validation fix for Radio Buttons
The generated HTML fails w3 Validation with a duplicate ID error for every use of the radio button. The code is in theme_yesno_option in theme.php. Line 514 in CVS.
[code] <input type="radi ...
[code] <input type="radi ...
- layingback
- Topic: xHTML Validation fix for Radio Buttons
- Replies: 5
- Views: 782
Re: Better DF Menus?
Thanks.
BTW, if anyone wants 3 columns, it is simply a case of changing the menu width as necessary in the included specific.css.txt, and then replace the few occurrences of 50% with 33% in the sam ...
BTW, if anyone wants 3 columns, it is simply a case of changing the menu width as necessary in the included specific.css.txt, and then replace the few occurrences of 50% with 33% in the sam ...
- layingback
- Topic: Better DF Menus?
- Replies: 11
- Views: 3971
Re: Better DF Menus?
Finally... got around to adding 2-column support for reDesign3. See my website for details and the download.
User side only. Admin menus unaffected ( that was the hard part!
)
User side only. Admin menus unaffected ( that was the hard part!
- layingback
- Topic: Better DF Menus?
- Replies: 11
- Views: 3971
Re: Undefined index: SHOW_PAGETITLE
It's easy to eliminate: In theme.php you'll find its declaration commented out in line 175.
If you uncomment it then the Page Title will display in (typically large) h2 style at top of main, for a ...
If you uncomment it then the Page Title will display in (typically large) h2 style at top of main, for a ...
- layingback
- Topic: Undefined index: SHOW_PAGETITLE
- Replies: 3
- Views: 1498
Re: Solution for Tidy error
Hmmm ... I got made up to Forum Admin on dragonflycms last night. So the timing may be good?
- layingback
- Topic: Solution for Tidy error
- Replies: 6
- Views: 1274
Re: Solution for Tidy error
Re the DF thing: I'm not close to walking away from DF the product, as I use DF in my client work, and don't even want to look at the work involved in porting it, but I am getting that way with the D ...
- layingback
- Topic: Solution for Tidy error
- Replies: 6
- Views: 1274
Solution for Tidy error
Hi, how's it going?
I was searching for a solution to floating 2 buttons to the right without them moving underneath each other (I had to include a width for the float), when I literally stumbled o ...
I was searching for a solution to floating 2 buttons to the right without them moving underneath each other (I had to include a width for the float), when I literally stumbled o ...
- layingback
- Topic: Solution for Tidy error
- Replies: 6
- Views: 1274
Re: Better DF Menus?
Got it working ok with default, and then moved on to the important one: reDesign3 
Wouldn't work initially, then I discovered - somewhat ironically based on earlier conversation - that reDesig ...
Wouldn't work initially, then I discovered - somewhat ironically based on earlier conversation - that reDesig ...
- layingback
- Topic: Better DF Menus?
- Replies: 11
- Views: 3971
Re: Better DF Menus?
Thanks for the reply.
Yes, it is an li. Understand what the first C in CSS means, after all your specifics.css is a clear and lucid example.
Problem I had was that the contents previously were ...
Yes, it is an li. Understand what the first C in CSS means, after all your specifics.css is a clear and lucid example.
Problem I had was that the contents previously were ...
- layingback
- Topic: Better DF Menus?
- Replies: 11
- Views: 3971
Re: Better DF Menus?
OK, I've done the hard bit! 
So now I need your help with the very hard bit!
First of all I thought it was too hard to add a 3rd level to the menu. Then I realised that for mega drop ...
So now I need your help with the very hard bit!
First of all I thought it was too hard to add a 3rd level to the menu. Then I realised that for mega drop ...
- layingback
- Topic: Better DF Menus?
- Replies: 11
- Views: 3971
Better DF Menus?
Stumbled over this page by Jakob Nielsen - the guru on interface design IMHO - [url=http://www.useit.com/alertbox/mega-dropdown-menus.html]http://www.useit.com/alertbox/mega-dropdown-menus.html
His ...
His ...
- layingback
- Topic: Better DF Menus?
- Replies: 11
- Views: 3971