• desaintlights

    (@desaintlights)


    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.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter desaintlights

    (@desaintlights)

    forgotten…. here’s the link.

    https://www.moristee.com/studio/

    wayneconnor

    (@wayneconnor)

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

    derwentdoris

    (@derwentdoris)

    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?

    [email protected]

    wayneconnor

    (@wayneconnor)

    Check out the sliding door theme support page. https://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

    dstewart015

    (@dstewart015)

    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

    https://www.charlottelifegroup.com/

    dstewart015

    (@dstewart015)

    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

    wayneconnor

    (@wayneconnor)

    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

    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>
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[HELP] how do i link the sliding door link ?’ is closed to new replies.