Disable Links in Power Slider Lite?
Permalink
Does anyone know how to disable the links in Power Slider Lite? Even though the links aren't set, when you click the images they take you to the home page which is confusing people. Any ideas?
ask in the power slider support.
Find Michaelg power Slider Lite folder in Packages /../. Find view.php and remove href on line 35
to this:
<a class="powerSlide" href="<?php echo $theLink ?>">
to this:
<a class="powerSlide">
Eilbeck:
Thank you SO MUCH for this hint! I'm a complete newbie in concrete5, and thanks to your help, I managed to add custom CSS clases for each of the texts and subtexts by editing that view (a simple counter and a couple of print statements inside the foreach). Now I can choose the positioning for the text of each different slide directly from my CSS!
Thank you SO MUCH for this hint! I'm a complete newbie in concrete5, and thanks to your help, I managed to add custom CSS clases for each of the texts and subtexts by editing that view (a simple counter and a couple of print statements inside the foreach). Now I can choose the positioning for the text of each different slide directly from my CSS!
I tried the same but it didn't work, is there anything else that needs to be changed? any other document? I used the search and replace in the view.php file so if there are several links it should have overwritten all of them, but still it redirects onto the index.php :(