• Hey, does anyone know how to make the slider stand alone WITHOUT being able to click on it? Please help. THanks.

Viewing 1 replies (of 1 total)
  • Hi,
    i partially solved the problem. Go to your index.php file and find all

    href="<?php the_permalink() ?>"

    and change

    <?php the_permalink() ?>

    into # or any oder link eg. https://www.yoursite.com. It will looklike this:

    href="#"

    It won’t make slider unclickable, but # will make you stay on homepage.
    Good luck

Viewing 1 replies (of 1 total)
  • The topic ‘Making Slider None Clickable’ is closed to new replies.