Need help disabling a feature slideshow joomla module features

Need help disabling a feature slideshow joomla module features

New Issue
PS Fullwidth Slideshow Alex
  • (1 Ratings)

Hi there,

I'm looking fo a way to disable a feature int the PS FullWidth SlideShow.

If you take a look here : ../joomla/, you will see a windows like image with JS code in it over my main image... I manage to identified this element :

&:lt;img class="content-img animated fadeInUpBig" src="../joomla//media/mod_ps_fullwidthslideshow/image1.png" alt="Simple Image Alt"&:gt;

but I can't seem to find how to disable it...

When I try to change the module setting in the Module manager admin section, I can't remove text and images... all change are lost when I hit the save button... everything return to it's former state if I leave the text an images box empty...

Any help you be very appreciated

Regards
Alex

5 Responses

AppClave

7 years ago #123

Hi Alex,

We sent latest version of 'PS FullWidth SlideShow' module zip file to your email. Please check it.

Then just go to add following style in 'Custom Css' field. You can find it under 'Slider Options' of this module

1. If you want to hide 'title' then add below code

.slide h1{display:none;}


2. If you want to hide 'text below from title' then add below code

.slide p{display:none;}


3. If you want to hide 'buttons' then add below code

.slide .content_article-btns{display:none;}


4. If you want to hide 'small thumbnail image' from slideshow then add below code

.slide .content_article-img-btn{display:none;}


Note: If you want to hide all above then add below code

.slide h1,.slide p,.slide .content_article-btns,.slide .content_article-img-btn{display:none;}

Regards,
AppClave Team

Alex

7 years ago #124

Nice, I'll try this ASAP... but I've been able to hack my way by making modification in the XML file of the module. :evil:

It's not quite what I want to do, so I'll definitively try your solution. :cheer:

Thanks
Alex

Alex

7 years ago #125

OK, I'm looking for another "hack"...

For now, I don't need more than one image showing in the slider... so I've disable the navigation buttons... and the arrows.

As long as I'm viewing the website with a computer... everything's fine, but when I'm browsing it with a smartphone... I'm still able to swap the image in the slideshow with my finger....

How can I disable this???

Regards
Alex

AppClave

7 years ago #126

Hi Alex,

Can you tell us what is the screen size of your smartphone or brand modal.

Regards,
AppClave Team

Alex

7 years ago #127

Nexus 4 and 5, iPhone 4S, iPhone 5, Nexus 4.....

Submit Your Response