go41

Re: My banner is not hyperlinking . Help! :: Reply by master

von Joern am 8. Jan. 2011 | Keine Kommentare

Hi Omar, Admin and joern is here the same as I am the admin…
This z-index problem was hard to find because a site with so many validation errors is hard to analyze.
No idea how much this affects SEO, but it will do I guess.
To fix errors you will have to go into your site and do it onen by one. But a site does not have to be errorfree, very hard to do this.
Most errors in arthemia come from the code for timthumb, all the & (ampersand) have to be replaced by the html encoded & a m p ;

sample from featured image code:

echo $values[0]; ?>&w=100&h=65&zc=1&q=100"
EDIT: & should read ‚& amp;‘ without the space after ‚& ‚
With that only you will have hundreds of errors less I guess.
The date/comment string of the link given: I think this is single.php, just one post of services category.
close to the top of this file you find:
Code:

<h2 class="title"><?php the_title(); ?></h2>

   <div id="stats">
<span><?php the_time('j F Y') ?></span>
<span><?php if(function_exists('the_views')) { the_views(); } ?></span>
<span><?php comments_number('No Comment', 'One Comment', '% Comments' );?></span></div>

   <div class="entry clearfloat">

The three lines starting with span show the time, the views (plugin required) and the comment status.
You can remove any of this lines or even the complete div id="stats"
Why does it show no title? don’t you have php the_title(); inside the h2 tag or do you give no title to a post when writing it?
Don’t get grey hair about these issues :-)
____________________
you find me on Google+, Twitter and Facebook

(von: master)

Hier noch 4 weitere Ergebnisse dieses Threads:

My banner is not hyperlinking . Help!

8. Jan. 2011 (von: omerkhan01)

Here is my site click hereYou will see a banner on the left which says Maaximum Dating Mastery. I want that to turn into a hyperlink to link to the sales page for that service.Here is what I didCode:<div id="datingimg"><img…

Re: My banner is not hyperlinking . Help! :: Reply by master

8. Jan. 2011 (von: master)

I think it's the z-index value, if you remove it the image will link again - but will stay above your site in case of small screen resulution.You might have to think about what is more important as hidden text…

Re: My banner is not hyperlinking . Help! :: Reply by omerkhan01

8. Jan. 2011 (von: omerkhan01)

Admin, I changed the Z index from -1 to 1 and it works. Secondly, what does that mean that my HTML Markup is getting worse? How does that affect my site and its SEO or does it? How can I…

Re: My banner is not hyperlinking . Help! :: Reply by digipham

20. Jan. 2011 (von: digipham)

If your site has so many errors with HTML, it will be affected badly in SEO. Then you can use W3c to check and fix your site. Weiterlesen →

Autor:

Du findest mich auch auf Twitter und Facebook!

Schreibe einen Kommentar

Pflichtfelder sind mit * markiert.


Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten verarbeitet werden.

weitere forum Beiträge: