Theme Joomla Extensions

Disable The Image Zoom in Powerslide

I've been trying to find the code to disable the code for the lightbox zoom. Where exactly is that function in powerslides code??

Edit: So using firebug I found the code that controls this. However when I go to edit it takes me to my index.html, however I can not find this line of code in there....

Code to change is:

<a class="open" href="images/powerslide/test1wvy.jpg" title="Waverly Hills" rel="lightbox[powerslidegallery]" style="display: block;"/>

When I edit it in firebug to:

 <a href="images/powerslide/finalRender.jpg" title="Truck Stop Restroom" rel="lightbox[powerslidegallery]" style="display: block;"/>

The zoom icon and option is taken out, but still can't track this bugger down.

skash replied To disable image zoom

Open up [site name]/modules/mod_powerslidepro/mod_powerslidepro.php and change line 40 from:

$image_link_option = $params->get( 'image_link_option', '0' );


To:

$image_link_option = 0;


Then to remove the magnifying glass open up [site name]/modules/mod_powerslidepro/css/powerslide.css

And remove line 164:

.withArrows a.open:hover { background: url('../images/core/open.png') no-repeat center center; } 

apophis replied Awesome

Thanks a lot.

skash replied No problem

Glad to sort it out

You must be logged in to post a comment. Please register if you do not have an account yet.

busy

INSIDE: Forum / Extensions

members

search