Theme Joomla Modules

How to remove "read more"

Need your help with the following:

I want to get rid of "read more" text and instead make the title clickable. How to do that? Thanks

skash replied Set Show Read More to No

Then open up [site name]/modules/mod_powerslidepro/js.tj.gallery.js round about line 530:

element.getElement('h2').setHTML(this.galleryData[this.currentIter].title+read_more);

Change it to:
element.getElement('h2').setHTML(''+this.galleryData[this.currentIter].title+''); 
Let me know how it goes

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

busy

INSIDE: Forum / Modules

members

search