Forums

[HELP] how do i link the sliding door link ? (9 posts)

  1. desaintlights
    Member
    Posted 3 years ago #

    hi...

    please advice me how to I set the link on the top-banner sliding door ?

    it says it's some kind of category... i tried but to no avail.

    please help.

    thanks.

    regards,
    desaintlights.

  2. desaintlights
    Member
    Posted 3 years ago #

    forgotten.... here's the link.

    http://www.moristee.com/studio/

  3. wayneconnor
    Member
    Posted 3 years ago #

    You need to make some wordpress categories, and then the slides will link to them automatically.

  4. derwentdoris
    Member
    Posted 3 years ago #

    Hi,
    I have made wordpress categories but still they are not linking to the slides. There seems no way of renaming the slides.

    Also is there any way of making the index - ie the slides on every page?

    Doris@derwentdoris.co.uk

  5. wayneconnor
    Member
    Posted 3 years ago #

    Check out the sliding door theme support page. http://mac-host.com/support

    I think your site is working, it's just that you don't have any posts in that category yet!
    Wayne

  6. dstewart015
    Member
    Posted 3 years ago #

    I'm having the same problem linking the top banner sliding door to my catagories. the catagory numbers aren't matching up with the catagories I have created.

    Deb

    http://www.charlottelifegroup.com/

  7. dstewart015
    Member
    Posted 3 years ago #

    I figured it out from the notes on your support page. You suggested that we type in the entire url in the header php file but since it was just a matter of matching the catagory numbers that's all I changed.
    It works fine now. thanks!
    Deb

  8. wayneconnor
    Member
    Posted 3 years ago #

    Basically, by default the images point to 6 different categories.

    If you don't have 6 categories set up in wordpress, or if the categories are empty, then you get that message.

    You can change the URL to point straight to a post, see the support forum for how to do that. The forum is at mac-host.com/support

  9. christopherross
    Member
    Posted 2 years ago #

    What I think the original poster was asking was how to change the links to something else.

    For example, by default it links to ?cat=1,?cat=2 but if you want to make it something else, load your header.php file and change this code:

    <li class="bk1"><a href="<?php bloginfo('url'); ?>/?cat=1">Category 1</a></li>
    <li class="bk2"><a href="<?php bloginfo('url'); ?>/?cat=2">Category 2</a></li>
    <li class="bk3"><a href="<?php bloginfo('url'); ?>/?cat=3">Category 3</a></li>
    <li class="bk4"><a href="<?php bloginfo('url'); ?>/?cat=4">Category 4</a></li>
    <li class="bk5"><a href="<?php bloginfo('url'); ?>/?cat=5">Category 5</a></li>
    <li class="bk6"><a href="<?php bloginfo('url'); ?>/?cat=6">Category 6</a></li>
    <li class="bk7"><a href="<?php bloginfo('url'); ?>/?cat=7">Category 7</a></li>

Topic Closed

This topic has been closed to new replies.

About this Topic