Power slider

Permalink
Hi ,

I have an issue in power slider .which is i have installed power slider and its working fine too..but when i m trying to give a link on slider images its takes me empty page . i mean when i select a page in power slider its goes with empty page..please see the attached screenshot..please some one help me..
Thanks!
Vasu

2 Attachments

 
JohntheFish replied on at Permalink Reply
JohntheFish
Ideally you should ask for support on the support or forum pages for the addon.

However (just a stab in the dark), the content of the tabs may be displaced off the right of the dialog. I have seen a similar issue with one of my addons in Firefox.

The immediate solution was to use Chrome or Safari, because this is a Firefox only rendering issue.

To fix the code (more for the addon developer here), an empty div style="clear:both" to clearfix after the tab headings solves the rendering issue for Firefox and has no adverse effects on other browsers.
vadamalaivasu replied on at Permalink Reply
Hi john,

I have tried all my browser but still its not working .and i have used your suggestion too but its still showing empty page .

below my site details :

http://smartchoiceslv.com/

please check and let me know john.

thanks!
JohntheFish replied on at Permalink Reply
JohntheFish
As this is a problem with the edit interface of the addon, viewing your site does not help. You really need to contact the addon developer through the addon support or forum pages.
onemhz replied on at Permalink Reply
onemhz
I belive thats point of error, just download fixed version from here

http://www.concrete5.org/marketplace/addons/power-slider-lite/forum...

Problem was IF when PrettyURL are on
so I added OR

WAS
<?php  if ( $theLink == DIR_REL."/index.php?cID=" ) {?>
<div class="powerSlide">   
<?php  }
else {?>
<a class="powerSlide" href="<?php  echo $theLink ?>">
<?php  } ?>


FIXED
<?php  if ( ($theLink ==  DIR_REL) || ($theLink ==  DIR_REL."/") || ($theLink == DIR_REL."/index.php?cID=") ) {?>


ow! maybe update C5 version, I have current version and sitemap show.