Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2010-03-07 17:28:51
- roelof
- Member
- Registered: 2005-03-27
- Posts: 647
redesign mijn website
Hello,
I did a redesign of my site.
You can find it at : http://test.tamarawobben.nl
Roelof
Offline
#2 2010-03-07 18:15:32
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: redesign mijn website
Well done. I know how much time and effort it took, great you figured it out. And I’m sure you are the only one in Txp land with a custom pagination like that ;)
(What happened to the li class="here"
?)
Offline
#3 2010-03-07 18:35:44
- roelof
- Member
- Registered: 2005-03-27
- Posts: 647
Re: redesign mijn website
Hello Els.
Thank you.
Problem is solved.
Pagination is now working well.
Roelof
Last edited by roelof (2010-03-07 18:44:56)
Offline
#4 2010-03-07 23:08:19
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,306
Re: redesign mijn website
Hi Roelof,
glad you’ve got it working now :) BTW What did you have to change to remove the empty tenth pagination link?
Some days back when you were still having some trouble I tried validating your code (but was distracted from posting the results) and found there’s a missing </div>
, so the superfluous one Gil found had apparently just slipped into the wrong form. If you add it back at the very end (just before the closing body tag) your pages validate better. Also missing: the title tag.
Inside the menus I’m a little annoyed by the links like zwanger and ne levensjaar, they’re either offering no page to open or showing the wrong kind of cursor, something that’s changed easily.
Well done! Phew!
Last edited by uli (2010-03-07 23:09:04)
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#5 2010-03-08 07:32:48
- roelof
- Member
- Registered: 2005-03-27
- Posts: 647
Re: redesign mijn website
Hello Uli,
Thank you for the tips.
I add the <div> so validating should be better now.
Title tag is also added.
Regarding the cursor. I have to find out where it changes.
But what’s the problem when the cursor changes to a hand when hovering links ?
Roelof
Last edited by roelof (2010-03-08 08:40:14)
Offline
#6 2010-03-08 11:36:29
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,306
Re: redesign mijn website
roelof wrote:
But what’s the problem when the cursor changes to a hand when hovering links ?
In fact, there is none in case they are actually links ;) The mentioned links, however, are only offered like they were links, i.e. the pointer changes to hand + font color is changed. Try and click e.g. “Zwanger” or “1e levensjaar” (which have #
as href value), you aint getting nowhere. So the cursor form plus the hovering effect are misleading.
Or you’ve forgotten to replace the # from some testing state by a real URL, e.g. a category link.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#7 2010-03-08 13:09:00
- roelof
- Member
- Registered: 2005-03-27
- Posts: 647
Re: redesign mijn website
Hoi Uli,
Oke, it clear to me what you mean.
Now find out how to change things back so the cursor will be a pointer.
Roelof
Offline
#8 2010-03-08 14:58:15
- roelof
- Member
- Registered: 2005-03-27
- Posts: 647
Re: redesign mijn website
Hello Uli,
Cursor has changed.
Any more tips ?
Roelof
Offline
#9 2010-03-08 17:02:11
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,306
Re: redesign mijn website
I think you’ve changed the cursor successfully, though … on the wrong element ;) Now the complete menu doesn’t show the pointer which is even more irritating. It’s only ul#topnav .sub ul li h2 a:hover
that needs addressing.
Like some other people before me adviced: Use the Firefox / Firebug combination and enjoy (really!) Firebug’s very helpful click-and-point capabilities for analysing and changing/adding styles (even HTML) on the fly. Makes working with styles and code very effective.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#10 2010-03-08 17:24:58
- roelof
- Member
- Registered: 2005-03-27
- Posts: 647
Re: redesign mijn website
Hello Uli,
Are you sure.
Now the head menu is a pointer and the submenu default.
I thought that menu must be default and the submenu a pointer
Roelof
Offline
#11 2010-03-08 18:25:56
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,306
Re: redesign mijn website
Roelof, if you’d have added the selector I posted nothing would have changed to code other than the ul#topnav .sub ul li h2 a:hover
so you must have made alterations elsewhere.
At the moment both sub-menu elements, li a:hover
(e.g. februari 2005) and li h2 a:hover
(e.g. the grey zwanger) change color on hover, both have cursor default. In my opinion the zwanger link (and those grey ones from the other menus) should NOT change a bit on hover, they’re dead, they lead nowhere, their cursor should be “default” or “text”, at best.
So, add the selector above to the very end of your stylesheet, give it a cursor default or maybe text, add that grey as text-color that the word zwanger already has and you’re done.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#12 2010-03-08 19:04:49
- roelof
- Member
- Registered: 2005-03-27
- Posts: 647
Re: redesign mijn website
Hello Uli,
I think I have what you ask me to do.
Roelof
Offline