Slideshow after flashing of second section
1 year 5 months ago #68594
by artonweb
eCommerce store solution by Art On Web
Slideshow after flashing of second section was created by artonweb
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
Please Log in or Create an account to join the conversation.
1 year 5 months ago #68595
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Slideshow after flashing of second section
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
Please Log in or Create an account to join the conversation.
1 year 5 months ago #68600
by artonweb
eCommerce store solution by Art On Web
Replied by artonweb on topic Slideshow after flashing of second section
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
Please Log in or Create an account to join the conversation.
1 year 5 months ago #68603
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Slideshow after flashing of second section
give me the url of your page so that I can check
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
1 year 5 months ago #68605
by artonweb
eCommerce store solution by Art On Web
Replied by artonweb on topic Slideshow after flashing of second section
eCommerce store solution by Art On Web
Please Log in or Create an account to join the conversation.
1 year 5 months ago #68608
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Slideshow after flashing of second section
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
Please Log in or Create an account to join the conversation.
Time to create page: 0.224 seconds