Hi, I work with the new London-Template. I use the J51_LayerSlideshow on the position showcase. Everything is fine but not on Mobile. Can you please have a look on http://www.3c-beratungsportal.ch.
Thanks a lot
Dear Ciarán, I have problem if i define the slideshow then I see on the mobile device nearly nothing or only fragments. Roli
- more than a month ago
- Commercial Templates
- # 2
Thank you
To amend try adding the following to the Custom CSS field of your templates parameters...
Ciarán
To amend try adding the following to the Custom CSS field of your templates parameters...
.touch .layerslideshow .item h2 {
font-size: 24px;
}
.touch .layerslideshow .item h3 {
font-size: 14px;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Solved it,
Added some code you posted in another thread:
.layerslideshow .info {
display: block !important;
}
Thanx Ciarán
Added some code you posted in another thread:
.layerslideshow .info {
display: block !important;
}
Thanx Ciarán
- more than a month ago
- Commercial Templates
- # 4
Hi Ciarán,
I have the same problem with the same template. I have some text and a link in the layerslideshow, but none are showing or working on mobile device.
I have my layerslideshow in position top-3a, and put the code mentioned above in the template custom CSS, both in the man and the responsive css, but neither worked.
Please help.
Baljinder
I have the same problem with the same template. I have some text and a link in the layerslideshow, but none are showing or working on mobile device.
I have my layerslideshow in position top-3a, and put the code mentioned above in the template custom CSS, both in the man and the responsive css, but neither worked.
Please help.
Baljinder
- more than a month ago
- Commercial Templates
- # 5
Hello Ciarán, hello balosingh,
I have the same problem.
Look : http://www.ji-consult.be/fixingyou
On mobile, the text on the slideshow is not showing up (iphone 7). When you tilt the mobile device, it's working.
So I added the code from balosingh, it's showing up now, but the first text is only showing a part of it.
Instead of putting : 'mind body soul' it only puts 'body'.
I have the same problem.
Look : http://www.ji-consult.be/fixingyou
On mobile, the text on the slideshow is not showing up (iphone 7). When you tilt the mobile device, it's working.
So I added the code from balosingh, it's showing up now, but the first text is only showing a part of it.
Instead of putting : 'mind body soul' it only puts 'body'.
- more than a month ago
- Commercial Templates
- # 6
Hello
To amend try adding the following to the Custom CSS field of your templates parameters...
Ciarán
To amend try adding the following to the Custom CSS field of your templates parameters...
@media only screen and (max-width: 440px) {
.layerslideshow .img-fill img {
max-width: 260%;
}}
Ciarán
- more than a month ago
- Commercial Templates
- # 7
Hello again,
I have another question for these layeredslideshow : can I use a different color for the font, so that when you display this on a phone, let's say, the font is Very light (withe ...) or something, and if used on tablet, it's dark green or something. Is it also possible to change the font itself?
Look : http://www.ji-consult.be/fixingyou
I have another question for these layeredslideshow : can I use a different color for the font, so that when you display this on a phone, let's say, the font is Very light (withe ...) or something, and if used on tablet, it's dark green or something. Is it also possible to change the font itself?
Look : http://www.ji-consult.be/fixingyou
- more than a month ago
- Commercial Templates
- # 9
Hello
Using the Custom CSS fields in the responsive Options tab of your templates parameters you can add the following CSS (edit to taste)...
Ciarán
Using the Custom CSS fields in the responsive Options tab of your templates parameters you can add the following CSS (edit to taste)...
.layerslideshow .item h2,
.layerslideshow .item h3 {
color: white;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 10
Hello Ciaran, tnx for the reply. However... this doesn't seem to be working.
Take a look at http://www.ji-consult.be/fixingyou
Take a look at http://www.ji-consult.be/fixingyou
- more than a month ago
- Commercial Templates
- # 11
Hello
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
- more than a month ago
- Commercial Templates
- # 12
Thank you
Your text color should be now changing correctly. We have replaced the suggest CSS with the following (adding !important)...
[code].layerslideshow .item h2,
.layerslideshow .item h3 {
color: white !important;
}[code]
Ciarán
Your text color should be now changing correctly. We have replaced the suggest CSS with the following (adding !important)...
[code].layerslideshow .item h2,
.layerslideshow .item h3 {
color: white !important;
}[code]
Ciarán
- more than a month ago
- Commercial Templates
- # 13
Tnx ! You're the best. For me it just keeps difficult sometimes to pinpoint the exact place of where one should tweak some css code, to get the desired action.
Any (online) css course recommendations?
Any (online) css course recommendations?
- more than a month ago
- Commercial Templates
- # 14
Hello
Your best friend in situations like this is the 'Inspect Element' option in your browser (Right Click -> Inspect Element). At the top of the list of rules you will see a plus sign. Clicking this will give a recommended selector for that element.
Ciarán
Your best friend in situations like this is the 'Inspect Element' option in your browser (Right Click -> Inspect Element). At the top of the list of rules you will see a plus sign. Clicking this will give a recommended selector for that element.
Ciarán
- more than a month ago
- Commercial Templates
- # 15
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »