-
AuthorPosts
-
losttransmission Friend
losttransmission
- Join date:
- September 2015
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 12
September 25, 2015 at 10:26 pm #692551Hi,
I am having problems with JA Slideshow being responsive and showing up on mobile devices, it is fine on desktop and tablets. Does anyone know how I can change the settings to enable it to show up on mobile devices?
Note: I am a novice on site building, don’t understand code and only have experience in simple Joomla actions, so please be as simplistic as possible … if possible!!
Thanks on any help in advance!!
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 26, 2015 at 1:18 am #692592To show slideshow in small device
go to templatepurity_iiitplsblocksslideshow.php
Find this code
<div class="slideshow hidden-xs <?php $this->_c('slideshow') ?>">
Replace it with
<div class="slideshow <?php $this->_c('slideshow') ?>">Path: /templates/your JA templates/css/custom.css
if File is not there create it .+ Add this code in custom.css file to adjust the slideshow height in mobile view
@media (max-width:468px){.ja-ss-item
{min-height: 100%!important; padding:0px!important} }1 user says Thank You to Pankaj Sharma for this useful post
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 26, 2015 at 1:18 am #749749To show slideshow in small device
go to templatepurity_iiitplsblocksslideshow.php
Find this code
<div class="slideshow hidden-xs <?php $this->_c('slideshow') ?>">
Replace it with
<div class="slideshow <?php $this->_c('slideshow') ?>">Path: /templates/your JA templates/css/custom.css
if File is not there create it .+ Add this code in custom.css file to adjust the slideshow height in mobile view
@media (max-width:468px){.ja-ss-item
{min-height: 100%!important; padding:0px!important} }1 user says Thank You to Pankaj Sharma for this useful post
losttransmission Friendlosttransmission
- Join date:
- September 2015
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 12
September 26, 2015 at 11:45 am #692827Thanks very much – I was able to find the code for the first part no problem and I can see why the height needs adjusted!
However to adjust it I cant find the path to get to /templates/your JA templates …. should there be a “your JA templates” folder in the template section? Or is it somewhere within the Purity iii template files?
Sorry if i’m being silly here, i’m learning as I go along!!
losttransmission Friendlosttransmission
- Join date:
- September 2015
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 12
September 26, 2015 at 11:45 am #749765Thanks very much – I was able to find the code for the first part no problem and I can see why the height needs adjusted!
However to adjust it I cant find the path to get to /templates/your JA templates …. should there be a “your JA templates” folder in the template section? Or is it somewhere within the Purity iii template files?
Sorry if i’m being silly here, i’m learning as I go along!!
losttransmission Friendlosttransmission
- Join date:
- September 2015
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 12
September 26, 2015 at 1:31 pm #692828One more problem if anyone can help please. I am using JA Slideshow to display the above image on some of my pages. How can I remove the unused space that I have highlighted in green? Is there a simple way to do this?
Thanks in advance for any advice or help I can get on this!
losttransmission Friendlosttransmission
- Join date:
- September 2015
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 12
September 26, 2015 at 1:31 pm #749766One more problem if anyone can help please. I am using JA Slideshow to display the above image on some of my pages. How can I remove the unused space that I have highlighted in green? Is there a simple way to do this?
Thanks in advance for any advice or help I can get on this!
arthurjohnston Friendarthurjohnston
- Join date:
- November 2010
- Posts:
- 170
- Downloads:
- 152
- Uploads:
- 16
- Thanks:
- 58
- Thanked:
- 27 times in 2 posts
September 26, 2015 at 10:11 pm #692841<em>@losttransmission 494213 wrote:</em><blockquote>Thanks very much – I was able to find the code for the first part no problem and I can see why the height needs adjusted!
However to adjust it I cant find the path to get to /templates/your JA templates …. should there be a “your JA templates” folder in the template section? Or is it somewhere within the Purity iii template files?
Sorry if i’m being silly here, i’m learning as I go along!!</blockquote>
Replace “your JA templates” folder with the folder name of the template you are editing. ie: /templates/Purity_iii.
I hope that helps.
1 user says Thank You to arthurjohnston for this useful post
arthurjohnston Friendarthurjohnston
- Join date:
- November 2010
- Posts:
- 170
- Downloads:
- 152
- Uploads:
- 16
- Thanks:
- 58
- Thanked:
- 27 times in 2 posts
September 26, 2015 at 10:11 pm #749779<em>@losttransmission 494213 wrote:</em><blockquote>Thanks very much – I was able to find the code for the first part no problem and I can see why the height needs adjusted!
However to adjust it I cant find the path to get to /templates/your JA templates …. should there be a “your JA templates” folder in the template section? Or is it somewhere within the Purity iii template files?
Sorry if i’m being silly here, i’m learning as I go along!!</blockquote>
Replace “your JA templates” folder with the folder name of the template you are editing. ie: /templates/Purity_iii.
I hope that helps.
1 user says Thank You to arthurjohnston for this useful post
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 28, 2015 at 1:44 am #693144<blockquote>Replace “your JA templates” folder with the folder name of the template you are editing. ie: /templates/Purity_iii.
</blockquote>
Hi
as said above Your JA Template refer to the Joomlart template on your site , Its Purity III . Create custom.css and add the suggestion code .1 user says Thank You to Pankaj Sharma for this useful post
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 28, 2015 at 1:44 am #749832<blockquote>Replace “your JA templates” folder with the folder name of the template you are editing. ie: /templates/Purity_iii.
</blockquote>
Hi
as said above Your JA Template refer to the Joomlart template on your site , Its Purity III . Create custom.css and add the suggestion code .1 user says Thank You to Pankaj Sharma for this useful post
losttransmission Friendlosttransmission
- Join date:
- September 2015
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 12
September 28, 2015 at 7:56 pm #693415Thanks very much for the replies! I managed to get it to work!
losttransmission Friendlosttransmission
- Join date:
- September 2015
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 12
September 28, 2015 at 7:56 pm #749959Thanks very much for the replies! I managed to get it to work!
-
AuthorPosts
This topic contains 13 replies, has 3 voices, and was last updated by losttransmission 9 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum