Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: A Fool for Textpattern
GugUser wrote #289683:
Attractive design, but it is always recommended to validate the HTML.
I have never really ever validated any sites before. Bu ti though tI would tackle this one. After a day of trying to fix issues i ended up wit ha broken site. I restored back to what i had. What frustartion!
Starting over and two errors/warnin that have me perplexed is why this is causing issues :
<txp:linklist form="plainlinks" category="Roadrash" limit="16" wraptag="br" sort="rand()" />
plainlinks_form has :
<txp:linkdesctitle /><br />
And what is with this error?
Bad value article for attribute role on element li.
<li role="article" itemscope itemtype="http://schema.org/Article">
the >
is highlighted red
( i can’t seem to show red via this : > )
…. texted postive
Online
#14 2015-04-04 05:42:46
- GugUser
- Member
- From: Quito (Ecuador)
- Registered: 2007-12-16
- Posts: 1,473
Re: A Fool for Textpattern
First, you should correct step by step the obvious errors. For example, you have two <title>
in the <head>
. Or, the following HTML doesn’t make sense (from the line 86 to 90):
<ul id="menu-topbar-menu" class="nav container-inner group">
<br /> <p>
<!-- <li id="menu-item" class="menu-item">
</li> --> <p>
</ul>
Or this (from line 101 to 106):
</form>
<div>
</div>
</form>
Or you have multiple id="menu-item"
, on line 88, 129 and 143.
Etc.
All this are examples of errors listed by the validation.
Offline
Re: A Fool for Textpattern
thanx. working on them
…. texted postive
Online
Re: A Fool for Textpattern
Maybe put the theme files onto github (pages, forms, styles) and people can help you fix the validation problems.
Offline
#17 2015-04-04 14:20:30
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,306
Re: A Fool for Textpattern
Hi, bici. The validator can be fooled by your errors, namely showing some that actually aren’t false. That’s caused by previous errors that cause the validator to make false assumptions. If you can’t make any sense of an error, go on to the next one, like/similar to what GugUser proposed.
I think all of us have experienced getting warnings about two-digit error amounts, and they were gone after correcting “the one” that triggered the whole error chain. Nevertheless, you seem to have some real ones :)
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
Re: A Fool for Textpattern
Very attractive site. One thing I notice is that at full desktop width, the column VELOISTS – with plenty of links and great images – is there. But when I narrow the window, it disappears and I haven’t been able to find that content elsewhere.
Offline
Re: A Fool for Textpattern
zero wrote #289737:
Very attractive site. One thing I notice is that at full desktop width, the column VELOISTS – with plenty of links and great images – is there. But when I narrow the window, it disappears and I haven’t been able to find that content elsewhere.
Thanks for thee feedback. Right. I forgot to add a toggle feature. will fix that next week.
…. texted postive
Online
Re: A Fool for Textpattern
philwareham wrote #289733:
Maybe put the theme files onto github (pages, forms, styles) and people can help you fix the validation problems.
Great suggestion! I have been meaning to learn about Github for some time now, and this is a great incentive to get up to speed on it. I assume i need an account and some kind of desktop app?
Last edited by bici (2015-04-04 18:46:18)
…. texted postive
Online
Re: A Fool for Textpattern
bici wrote #289742:
Great suggestion! I have been meaning to learn about Github for some time now, and this si a great incentive to get up to speed on it. I assume i need an account and some kind of desktop app?
Hi bici, You do not really need the desktop app.
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#22 2015-04-04 18:46:39
- GugUser
- Member
- From: Quito (Ecuador)
- Registered: 2007-12-16
- Posts: 1,473
Re: A Fool for Textpattern
Offline
Re: A Fool for Textpattern
I have set up a GitHub account. username Bici. Not sure how i publizie the url to access it.
Next I am going to attempt to export all my templates (Forms pages etc to external files) as i recall there is a plug-in for this.
…. texted postive
Online
Re: A Fool for Textpattern
bici wrote #289747:
I have set up a GitHub account. username Bici. Not sure how i publizie the url to access it.
The URL is here, yes? Can’t you just copy/paste each of your forms/pages/styles into text files with the corresponding names, into your github project? Kind of like we do here.
Offline