Slideshow after flashing of second section
Slideshow after flashing of second section was created by artonweb
Posted 5 months 1 week ago #68594
Hello,
When a visitor comes to the website, for a few ms appears the second section and then the Slideshow in the first section.
Why does this happen?
When a visitor comes to the website, for a few ms appears the second section and then the Slideshow in the first section.
Why does this happen?
eCommerce store solution by Art On Web
by artonweb
Please Log in or Create an account to join the conversation.
Replied by ced1870 on topic Slideshow after flashing of second section
Posted 5 months 1 week ago #68595
Hi
this is the time needed to load the slideshow and images when your page is rendered
the only way you could "improve" that would be to give some css rules to reserve the needed space in your page
but this is the way it works for all major websites ...
CEd
this is the time needed to load the slideshow and images when your page is rendered
the only way you could "improve" that would be to give some css rules to reserve the needed space in your page
but this is the way it works for all major websites ...
CEd
Joomlack Webmaster and Developer
by ced1870
Please Log in or Create an account to join the conversation.
Replied by artonweb on topic Slideshow after flashing of second section
Posted 5 months 1 week ago #68600
Thank you for your answer.
Can you help me in order to resolve the problem?
Can you help me in order to resolve the problem?
eCommerce store solution by Art On Web
by artonweb
Please Log in or Create an account to join the conversation.
Replied by ced1870 on topic Slideshow after flashing of second section
Posted 5 months 1 week ago #68603
give me the url of your page so that I can check
Joomlack Webmaster and Developer
by ced1870
Please Log in or Create an account to join the conversation.
Replied by artonweb on topic Slideshow after flashing of second section
Posted 5 months 1 week ago #68605eCommerce store solution by Art On Web
by artonweb
Please Log in or Create an account to join the conversation.
Replied by ced1870 on topic Slideshow after flashing of second section
Posted 5 months 1 week ago #68608
what you can do, is to add this custom css code to your page
it will reserve the space for the slideshow (44vw), add a background image which is the same as the 1st slide, and position it in the same way as in the slideshow
hope it helps
Code:
#camera_wrap_111 {
min-height: 44vw;
background-image: url("https://arhontikostoufi.gr/images/slideshow/D85_2856.jpg");
background-size: cover;
background-position: center center;
}
it will reserve the space for the slideshow (44vw), add a background image which is the same as the 1st slide, and position it in the same way as in the slideshow
hope it helps
Joomlack Webmaster and Developer
by ced1870
Please Log in or Create an account to join the conversation.
Time to create page: 0.684 seconds