Hi Ciaran,
I 'm working in my web site: https://bit.ly/3cVeo84
I copied my web site here to work better:
https://bit.ly/31aYTDM
I have two problems:
1) if I see my web site here from mobile device: https://bit.ly/3vS8JZg
I have "J51_Carousel" with title "Le migliori ricette" which isn't working well from mobile
See the attachment.
I tried also to disable the module immediately below called "Ricette di primi piatti" by RAXO Allmode Pro without success.
The problem remains.
2) When you enter any page of my site you can see for a few seconds that the slide show images appear one below the other
and the backgroud image doesn't appear. Then the display corrects itself. See my attachment.
Is there any way to make the images appear correctly?
Thank you very much.
A nice day
Antonietta
- antonietta
-
- Commercial Templates
- Tuesday, 09 March 2021
- Subscribe via email
Hi Antonietta
1. 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.
2. To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Ciaran
1. 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.
2. To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
.slick-slider {
max-height: 415px;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 1
Hi Ciaran,
on March 1st, 2021 I sent you an email on March 10, 2021 as you advised me to access my site.
I didn't receive any reply.
Today I sent you another mail.
Thank very much.
Regards
Antonietta
on March 1st, 2021 I sent you an email on March 10, 2021 as you advised me to access my site.
I didn't receive any reply.
Today I sent you another mail.
Thank very much.
Regards
Antonietta
- more than a month ago
- Commercial Templates
- # 2
Hi Antonietta
Strangely we do not appear to have received your email. Could I ask you to resend your email to info@joomla51.com and also cc my personal email (ciar4n@gmail.com) in case email is been filtered as spam.
My apologies for the inconvenience.
Kind regards
Ciaran
Strangely we do not appear to have received your email. Could I ask you to resend your email to info@joomla51.com and also cc my personal email (ciar4n@gmail.com) in case email is been filtered as spam.
My apologies for the inconvenience.
Kind regards
Ciaran
- more than a month ago
- Commercial Templates
- # 3
Hi Ciaran,
I confirm you that this morning I sent the mail with the keys to both of your e-mails.
Thank you very much.
A nice day
Antonietta
I confirm you that this morning I sent the mail with the keys to both of your e-mails.
Thank you very much.
A nice day
Antonietta
- more than a month ago
- Commercial Templates
- # 4
Thank you Antonietta
We have added the following to the Custom CSS field of your template setting which should resolve this issue...
Ciaran
We have added the following to the Custom CSS field of your template setting which should resolve this issue...
.owl-carousel .item {
display: flex;
flex-direction: column;
}
.owl-carousel h3 img {
width: 100%;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 5
Thank you very much for your help.
Unfortunately, the problem remains.
I reported two problems at the beginning of this post. The other problem is this:
When you enter any page of my site you can see for a few seconds that the slide show images appear one below the other
and the backgroud image doesn't appear. Then the display corrects itself. See my attachment.
Is there any way to make the images appear correctly?
Thank you very much.
A nice day
Antonietta
Unfortunately, the problem remains.
I reported two problems at the beginning of this post. The other problem is this:
When you enter any page of my site you can see for a few seconds that the slide show images appear one below the other
and the backgroud image doesn't appear. Then the display corrects itself. See my attachment.
Is there any way to make the images appear correctly?
Thank you very much.
A nice day
Antonietta
- more than a month ago
- Commercial Templates
- # 6
Hello
This issue should be now resolved.I have amended the suggested custom CSS to the following...
Ciaran
This issue should be now resolved.I have amended the suggested custom CSS to the following...
#container_slideshow {
max-height: 415px;
overflow: hidden;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 7
Hello Ciaran,
thank you very much for your help.
I'm sorry, but the problem persists.
I tested the web page on my Samsung Galaxy A50 smartphone and on mobile test web sites.
Thank you very much.
A nice weekend
Antonietta
thank you very much for your help.
I'm sorry, but the problem persists.
I tested the web page on my Samsung Galaxy A50 smartphone and on mobile test web sites.
Thank you very much.
A nice weekend
Antonietta
- more than a month ago
- Commercial Templates
- # 8
Hello
For smaller screen devices, try also adding...
Ciaran
For smaller screen devices, try also adding...
@media only screen and (max-width: 767px) {
#container_slideshow {
max-height: 257px;
}}
@media only screen and (max-width: 460px) {
#container_slideshow {
max-height: 170px;
}}
Ciaran
- more than a month ago
- Commercial Templates
- # 9
I added your script to custom.css without success.
I find it strange that this problem is so difficult to solve because the Carousel module is made by Joomla51.
I did a second test in another page: https://bit.ly/3cey6wH
- I deleted your latest script:
@media only screen and (max-width: 767px) {
#container_slideshow {
max-height: 257px;
}}
@media only screen and (max-width: 460px) {
#container_slideshow {
max-height: 170px;
}}
- I placed J51 Corousel in the module in top-2a
now everything seems to work
Thank you very much.
Regards
Antonietta
I find it strange that this problem is so difficult to solve because the Carousel module is made by Joomla51.
I did a second test in another page: https://bit.ly/3cey6wH
- I deleted your latest script:
@media only screen and (max-width: 767px) {
#container_slideshow {
max-height: 257px;
}}
@media only screen and (max-width: 460px) {
#container_slideshow {
max-height: 170px;
}}
- I placed J51 Corousel in the module in top-2a
now everything seems to work
Thank you very much.
Regards
Antonietta
- more than a month ago
- Commercial Templates
- # 10
Hi Antonietta
My apologies as I didnt realize the carousel module was still causing you an issue. The suggested CSS was for the FOUC issue on the slideshow module on smaller screens.
Ciaran
My apologies as I didnt realize the carousel module was still causing you an issue. The suggested CSS was for the FOUC issue on the slideshow module on smaller screens.
Ciaran
- more than a month ago
- Commercial Templates
- # 11
Hi Ciaran,
no problem. I have full faith in you and I thank you for your help
I have two things to tell you:
1) I have a bit confused ideas about what should remain in the custom.css and what I should delete;
2) the J51_Carousel module is also working well for the mobile version since it is in top-2a.
There is only one problem: the title of J51_Carousel is too close to the left edge in both the desktop and mobile versions.
MOBILE version: https://bit.ly/3vVI8KU
DESKTOP version: https://bit.ly/399oktE
Thank you very much
A nice evening
Antonietta
no problem. I have full faith in you and I thank you for your help
I have two things to tell you:
1) I have a bit confused ideas about what should remain in the custom.css and what I should delete;
2) the J51_Carousel module is also working well for the mobile version since it is in top-2a.
There is only one problem: the title of J51_Carousel is too close to the left edge in both the desktop and mobile versions.
MOBILE version: https://bit.ly/3vVI8KU
DESKTOP version: https://bit.ly/399oktE
Thank you very much
A nice evening
Antonietta
- more than a month ago
- Commercial Templates
- # 12
Thank you Antonietta
I have amended the title to your carousel module, applying the correct padding. I have also gone through your Custom CSS field and removed any unneeded CSS.
Ciaran
I have amended the title to your carousel module, applying the correct padding. I have also gone through your Custom CSS field and removed any unneeded CSS.
Ciaran
- more than a month ago
- Commercial Templates
- # 13
- 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 »