Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • webpieter Friend
    #133554

    I have my site indexed by Google but at a lot of search results it says:

    Skip to content · Skip to main navigation · Skip to 1st colu …

    I believe this is caused by the template, is this so and where can I remove that?

    FWIW: there are a lot of sites having this problem I found when search on Google

    Menalto Friend
    #271546

    If you wana remove it you open the index.php file for the template and find this here:

    <ul class="accessibility">

    <li><a href="<?php echo $tmpTools->getCurrentURL();?>#ja-content" title="<?php echo JText::_("Skip to content");?>"><?php echo JText::_("Skip to content");?></a></li>

    <li><a href="<?php echo $tmpTools->getCurrentURL();?>#ja-mainnav" title="<?php echo JText::_("Skip to main navigation");?>"><?php echo JText::_("Skip to main navigation");?></a></li>

    <li><a href="<?php echo $tmpTools->getCurrentURL();?>#ja-col1" title="<?php echo JText::_("Skip to 1st column");?>"><?php echo JText::_("Skip to 1st column");?></a></li>

    <li><a href="<?php echo $tmpTools->getCurrentURL();?>#ja-col2" title="<?php echo JText::_("Skip to 2nd column");?>"><?php echo JText::_("Skip to 2nd column");?></a></li>

    </ul>

    this was from iolite template, since i have that open now, but you have the same in your template.
    Its right below <body id=”bd” tag in the index.php file. Just delete it

    webpieter Friend
    #271547

    The code serves no purpose at all? i.e. removing it will cause no problems?

    Menalto Friend
    #271548

    It is for accesibility only, if people with problems using different equipment to help them out.
    But no harm to remove it.

    webpieter Friend
    #271550

    OK, thanks, I put <!– –> around the code, that would be fine as well?

    Menalto Friend
    #271552

    Or just delete it, then you are sure it dont cause any problems.

    webpieter Friend
    #271553

    Roger that, I have deleted the code, site still runs 🙂

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 2 voices, and was last updated by  webpieter 16 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum