Theme Joomla Extensions

Change Read More in Power Slide

Hi all, I want to change Read More by Voir l'Album. I searched in the module files but cant find it. Please can anyone tell me where I can find the file to change it. Thank You

skash replied Adjust this javascript:

Open up tj.gallery.js and change line 544 from:

read_more = '<span class="read_more">  <a rel="nofollow" href="'+this.galleryData[this.currentIter].link+'">read more</a></span>';


To:

read_more = '<span class="read_more">  <a rel="nofollow" href="'+this.galleryData[this.currentIter].link+'">Voir l'Album</a></span>';


That should do the trick.

parvé replied A couple questions

I edited the file .js to change "read more" and transferred to my ftp but no change , Is it a cache? I don't understand why there's no change... Thanks!

Edit : It was my error, it worked !

How do I change the size of "read more" ? I want to change it to 12px and not bold.

I see the thumbnail in single gallery mode but I don't see it when not in single mode. Is that normal? (Chmod 755 and relative thumbnail mode ).

skash replied Read more styling

For the read more styling open up:

[site name]/modules/mod_powerslidepro/css/powerslide.css


Add the following code to the end of the file:

.read_more { font-size: 10px; font-weight: normal; }


We are aware of this issue with thumbnails not showing when multiple galleries is turned on and we have updated the code in our release. Just send us a support ticket and we will send you the updated change.

It was only a 1 character change so If you want to change it on your own copy then all you need to do is open up:

[site name]/modules/mod_powerslidepro/tmpl/default.php


And on line 169 change the question mark (?) to an ampersand (&). So from:

JRoute::_( "$thumbnail_string_base?imgfile=$thumbnail_method_txt"."$image_thumb_path" ):


To:

JRoute::_( "$thumbnail_string_base&imgfile=$thumbnail_method_txt"."$image_thumb_path" ):


That should sort out all your issues!

parvé replied It works ! Thnx

You should put her in the FAQ for update the mod

For the CSS I added the code but it didn't work. I added in default.css but didn't work either ^^ I think the Title is the same as read more

LumoMongo replied Just in powerslide.css

Close on the CSS call, just change this in powerslide.css:

.read_more a:link, .read_more a:visited {font-size: 22px;} 
 


You might need to put that into your main template css as well

parve replied Description in IE

You see the description in IE is at the bottom of power slide. Is it a problem with my theme or your css ?

LumoMongo replied IE specific code...

The height is set in the power slide module:

.jdGallery .slideInfoZone { height: 25%; } 
 


But it is definitely IE specific code that is doing that - I would recommend making the slide info zone bigger, or make the heading (h2) or content padding smaller for IE, try changing these as well:

.jdGallery .slideInfoZone h2 
.jdGallery .slideInfoZone div


Try changing the margins or padding in those elements...

shisane replied That's working !

Thank you so much,

LumoMongo replied Super epic.

Tick another one on the list

parve replied Arrows & images have shifted.

I have a new problem, I put the sideshow in an article and since then the arrows & images have shifted.
Please Help.
Ps : It's a translation from french ^^

The configuration :

moduleclass_sfx=bank 
    image_folder_path=images/powerslide/ 
    image_thumbnail_folder_path=images/powerslide/thumbnails/ 
    image_gallery_method=1 
    use_multiple_gallery=0 
    gallery_ids= 
    gallery_id=8 
    use_mootools=0 
    image_link_option=1 
    new_target_window=0 
    use_thumb_generator=1 
    thumbnail_method=1 
    image_width=507px 
    image_height=250px 
    thumb_width=100px 
    thumb_height=75px 
    gallery_columns=2 
    back_to_gallery_text=View other Galleries 
    fit_image_to_gallery_dimensions=0 
    stretch_image=0 
    stretch_thumbnail_image=0 
    show_title=1 
    slide_info_height=25% 
    show_readmore=1 
    show_controls=1 
    show_carousel=1 
    carousel_text=Show / Hide 
    gallery_heading=Galleries 
    transition_effect=fade 
    delay=6000 
    random_sort=0 
    autoplay=1 
    link_color=#74e800 
    title_color=#FFCC00 
    bg_color=#151515 
    description_color=#FFFFFF 
    gallery_bg=#333333 
    gallery_bg_hover=#666666 
    gallery_text=#999999


Edit: I do not know how I did but I had to put the arrows in the main image and now its march ... : s

 1 2 > 
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