syklops
Forum Replies Created
-
Forum: Plugins
In reply to: [Breadcrumb NavXT] How can i change the home keyword as a another wordThanks my friend, this is too easy 🙂 thank you very much
Forum: Themes and Templates
In reply to: I cant see my title in my index pageToday one article lost its title 🙁 why, i dont understand
Haydarhane HamamıForum: Themes and Templates
In reply to: I cant see my title in my index pageHi my friend, i don’t know, how it happens, also i have problem with article ranking, because old articles became new articles, i see them in first article place, and also i cant see Veziri Cami title in the index page, maybe problem is my plugins, too strange
Forum: Fixing WordPress
In reply to: How can i fix w3 errorsthank you my friend but i dont know this code where in all wp files?
while ( colorEl.get(0).tagName && colorEl.css( ‘background-color’ ).match( /^\s*(rgba\s*\(\s*0+\s*,\s*0+\s*,\s*0+\s*,\s*0+\s*\)|transparent)\s*$/ ) ) {
how can i find this code in my wp files
Forum: Fixing WordPress
In reply to: How can i fix w3 errors? i dont understand anything
Forum: Themes and Templates
In reply to: P2 theme Chrome Bad LookingAndrew i am not expert and how can i find this error on my site ?
Line 568, Column 5: end tag for “ul” which is not finished
✉
Most likely, you nested tags and closed them in the wrong order. For example <p>…</p> is not acceptable, as must be closed before <p>. Acceptable nesting is: <p>…</p>Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is “not finished”, not complete. For instance, in HTML the <head> element must contain a <title> child element, lists require appropriate list items (
- and
- require
- ; <dl> requires <dt> and <dd>), and so on.
Forum: Themes and Templates
In reply to: P2 theme Chrome Bad Lookingthis errors must be fixed by automattic or by myself ?