• Been trying all day to get a horizontal list of links to work in “Cool Blue” theme (with “Automatic” sidebar widget engine installed). Created pages and linked to them but can’t for the life of me get the link buttons to do anything. I suspect I need some code in the sidebar somwhere to link to the header, but don’t know what or where. Anyone know? (Also links don’t appear in sidebar when I activate the sidebar widget function. Maybe that means something…)

Viewing 5 replies - 1 through 5 (of 5 total)
  • I’m not familiar with Cool Blue. Have a link?

    Thread Starter tarratine

    (@tarratine)

    Here it is on the Theme Viewer. I just downloaded it from there.

    https://themes.wordpress.net/columns/2-columns/151/cool-blue-v2/

    Thread Starter tarratine

    (@tarratine)

    Samboll –

    It just occurred to me that you meant my web site. Sorry. Here you go.

    https://scrisk.com/

    OK, that’s simple enough.
    Open your header.php
    Look for:
    <div id="tabs10">
    <ul>
    <li><a href="#" title="Link 1"><span>About</span></a></li>

    <li><a href="#" title="Link 2"><span>Contact</span></a></li>
    <li><a href="#" title="Link 3"><span>Company & Services</span></a></li>
    <li><a href="#" title="Link 4"><span>Index</span></a></li>
    <li><a href="#" title="Link 5"><span>Advertise</span></a></li>
    <li><a href="#" title="Link 6"><span>Archives</span></a></li>
    <li><a href="#" title="Link 7"><span>Subscribe</span></a></li>

    </ul>
    </div>

    As you can see the links have <a href=#">
    Replace the # with the actual uri.
    That’s it.

    Thread Starter tarratine

    (@tarratine)

    Samboll –

    I am so grateful. Thank you very much. It now works fine. By the way, I really enjoyed reading your blog. I very much appreciate your stong convictions.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Horizontal List (Links) Don’t Work’ is closed to new replies.