Theme Joomla Extensions

Problems with "Link to URL" feature in Power Slide

We recently purchased Power Slide Pro and face a weird problem: We are using the "Link to URL" feature and for some reasons the module is changing the link when we click on the images

It creates this

But the link should be this

So it adds "amp;" after each "&" sign, which results that Joomla doesn't shows the assigned modules to the site. here a link to the site. Any idea how to get this fixed?

LumoMongo replied That's very strange...

We actually recoded Power Slide to make sure it places the ampersands in the URLs as this is the correct method and how it should be done for HTML.

I think Skashi should have a closer look - I will CC this post in to him and see what he finds out.

CRLouis replied Possible timeline?

I appreciate your help. Could you give me any timeline on this. The customer needs his site online and so far the only part missing is power slide pro. Thanks

skash replied Replace the following code

Lumo is correct in saying that we have put in the correct code wrappers around the urls (it's using the Joomla JRoute::_( 'url' ) wrapper) so it is strange why it is giving out code with & as the url.

To fix this replace the following code on line 37 & 54 to the following file:

[site name]/modules/mod_powerslidepro/helper.php


From:

$link = JRoute::_( $image->link );


To:

$link = $image->link;



That will display the link exactly how you have entered it.

CRLouis replied That did the trick.

Thanks for your help

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