1. ericbhf
  2. Commercial Templates
  3. Friday, 27 November 2015
  4.  Subscribe via email
Hello i've just bought another of your great templates : Artisan
I can't get the j51_layerslideshow to be responsive, the image always gets cut off depending on the device or screen resolution.
I tried this custom css :
@media only screen and (max-width: 1024px) {
.layerslideshow .img-fill img {
max-width: 100%;
min-height: auto;
}}
But still the same,
I am working on localhost so I can't give you access to administration.
What can I do ?
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Eric

It is tricky to say for sure without an example of the issue. Would you possibly have a screenshot of the problem? Is the issue present when you resize your browser window or just on mobile devices?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello,
A little better..
I installed the version of joomla with the template demo that's in the download file and now with this custom css:
@media only screen and (max-width: 1024px) {
.layerslideshow .img-fill img {
max-width: 100%;
min-height: auto;
}}
the image doesn't get cut off, maybe something wrong with my first installation.
But when resizing the window and with phones in portrait mode, the showcase container seems to be too big.
I want to keep the image proportions, and reduce the container height.
Also the arrows to disappear
Can I do that ?
Thanks
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

To resolve try adding the following to the Custom CSS field of your templates parameters...


@media only screen and (max-width: 767px) {
.layerslideshow .info {
height: auto;
line-height: 20em;
max-height: 0;
}
.layerslideshow button {
display: none !important;
}}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
There is still an unwanted white space I'd like to remove on phones in portrait mode if it's possible.
Thanks a lot for your answers.
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
There is still an unwanted white space I'd like to remove on phones in portrait mode if it's possible.
Thanks a lot for your answers.
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Could you also try adding the following...


@media only screen and (max-width: 1024px) {
.layerslideshow .img-fill {
height: auto
}}}


Does that help?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Yes it's just perfect now !
I really appreciate the assistance, thanks a lot

Eric
  1. more than a month ago
  2. Commercial Templates
  3. # 7
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok