Revolution Slider fade in delaytime

25 replies · opened Dec 6, 2021

JJensMangoldDec 6, 2021

Hi SemiColonWeb-Team,

i just have a simple issue in my eyes.
Best to describe it is to pick your corporate layout 1 (html/index-corporate.html)

Before the first slide starts to fade in, the slider area remains white a few seconds.
How do i change that? We need to start the first slide straight away without the white screen.

I tried different settings by myself (changed the delay etc.) and checked the themepunch docs, but it was futile.
It changed nothing. So i guess i am on the wrong track :-)

EDIT: I checked it on Safari and Chrome, and the fade in is very fast. Only on firefox it takes some seconds before the fade in start. Is this a browser problem, then?

May you assist me with a hint how to change it?

Kind regards,
Artur / Mangold Store

SSemicolon WebSTAFFDec 7, 2021

Hello,

We have checked this out and unfortunately, the delay is due to the Revolution Sliders itself. This is the delay they take while constructing the Slider via JS. You can check the examples on their Official Website: https://www.sliderrevolution.com/templates/news-magazine-slider-for-wordpress/ and they do have a considerable amount of delay as well.

What we can do is display an Alternate Image while the Slider is Loading and then fade it out once the Slider is ready and fading in. Add the following code just after the .slider-inner DIV start:
[ch_pre]
attachment
[/ch_pre]

This should definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

JJensMangoldDec 8, 2021

Hi There,

thanks for your reply and the solution.
After i uploaded the first files of my project to a subdomain to check it live and online i noticed, that the fade in delay is much faster. It only appeared on my local computer with a very long delay. So it's quite fine as it is.

Maybe your solution will help me anywhere else in my project. So thanks a lot.

You may help me with another issue. I could not find it correctly with the inspector.
I want to change the button color in the rev slider to the new default theme color wich i defined in colors.css

Where do i find the correct lines to change that? (Screenshot added to make it clear)
Here is the link to my project: Show Project

Kind regards,
Artur

SSemicolon WebSTAFFDec 8, 2021

Hello,

Glad the issues were resolved!

Simply find the following code:
[ch_pre]Unser Leistungsspektrum [/ch_pre]

and remove the button-border button-white button-light Classes.

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

JJensMangoldDec 8, 2021

Hello,

thanks for the quick response and the tweak of the code.

But if want to keep this white style? I liked the style of the button. Only the hover color (#444) has to change.
Is that possible?

If i delete all the classes you mentioned above my color appears, but the button loses its look.
Is it too complicated to change or customize the css?

Kind regards,
Artur

SSemicolon WebSTAFFDec 9, 2021

Hello,

Apologies, we might have misunderstood your query.

This is Absolutely Possible! Simply add the .h-bg-color Class to the .button Element. Example:
[ch_pre]Unser Leistungsspektrum [/ch_pre]

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

JJensMangoldDec 9, 2021

Hello,

thanks for the css tweak. This worked perfectly and very simple at the end :-)

Please have a look at this page i am currently working on: Show page

And please switch to responsive mode or view. Have a look at the three pics with texts...

As you may see, the order of the picture and text alternates visually on a normal screen.
But not on a mobile phone, currently it appears:

Picture
Text

Text
Picture

Picture
Text

I know that it is possible to change the order for a responive view, but i could not find any hint in your docs.
The order shall appear like this:

Picture
Text

Picture
Text

Picture
Text

See the Screenshot attached.
Do you have an idea how i may fix this? And perhaps how to make the picture slightly bigger on a mobile view?

Kind regards,
Artur

SSemicolon WebSTAFFDec 10, 2021

Hello,

This is Definitely Possible. So, what we recommend doing in this case is use different Rows for each section and then using .flex-lg-row-reverse Class in one of the .row DIV. Example:
[ch_pre]

		Erfahrung und Präzision

Unsere nunmehr fast 40 jährige Erfahrung, die Präzision unserer Planung und die stete Einsatzbereitschaft unseres technischen Equipments machen uns zu einem zuverlässigen Partner.

		Zuverlässiger Partner

Zuverlässigkeit und Qualität sind aufgrund der revisions- und reinigungsbedingten Stillstandzeiten der Kraftwerke unabdingbar, um den technischen und wirtschaftlichen Ausfall auf ein Minimum zu begrenzen.

			Kompetente Planung

Sprechen Sie mit unserem Techniker-Team. Wir erarbeiten für Sie gerne individuelle Lösungen hinsichtlich Aufgabenstellung und Terminierung.

[/ch_pre]

Also, we have made the the Image Height minimum 25% of the Viewport. You can increase or decrease it according to the Height Helper Classes: http://docs.semicolonweb.com/docs/utility-classes/heights/ .

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

JJensMangoldDec 10, 2021

Hey,
this absolutely great and works! Thanks a lot!

I tried to adopt the flex-lg-row-reverse class to my next page (team).
But unfortunately it does not work like it did in the page before.

Check the page

To explain it visually i added two screenshots.

How do i apply the row-reverse class correctly in this case?

Looking forward to your reply.

Cheers,
Artur

SSemicolon WebSTAFFDec 11, 2021

Hello,

This should be your code:
[ch_pre]




attachment

				Uwe BiallasGeschäftsführer

Uwe Biallas ist seit dem 01.03.1985 bei Haumann und seit dem Jahre 1999 Geschäftsführer.

[/ch_pre]

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

JJensMangoldDec 11, 2021

Hey Dear Support Team,

thanks! That works very fine! As always your tweaks and solutions are great.

Sorry to bother you again :-0

Please have a look at following page

1.) Shrink the page to a mobile view. Is it possible to show a more "better" part of the picture in the responsive view? Perhaps the right part with the logo?

2.) How do i center the four picture inside the parallax section? I assume my structure is not that quite right?
Any example how i fix it? (i tried different things like "justify-content-center" or "align-items-center" but it was futile)

That would be very helpful.

Many thanks to you. The support team deserves a medal in my eyes!

Wish you a nice time and a good pre xmas time :-)

Cheers,
Artur

SSemicolon WebSTAFFDec 13, 2021

Hello,

Thank You so much for the Kind Words! :)

  1. The Background Image is resized according to the size of the available area for the best fit. You may consider using a different background-position for responsive devices based on your Image requirements as it may work best in this case. Example:

[ch_pre type="css"].device-sm #slider { background-position: right; }

.device-xs #slider { background-position: right; }[/ch_pre]

This will definitely work fine. The Responsive Classes are as follows:

.device-xl – Class for Large Devices >=1200px

.device-lg – Class for Medium Devices >=992px to 1199px

.device-md – Class for Tablets

.device-sm – Class for Landscape Mobiles or Phablets.

.device-xs – Class for Portrait Mobiles

  1. The Entire Layout for this is incorrect. We Apologize for the Inconveniences, however, we currently do not provide Customization related Support according to the Item Support Policy: https://themeforest.net/page/item_support_policy . You will need to manually code Custom Layouts or Hire a Freelancer to help you out.

You can consider using this code:
[ch_pre]

		[

attachment

		](images/zertifikat_scc.jpg)
	



	
		[

attachment

		](images/zertifikat_scc.jpg)
	



	
		[

attachment

		](images/zertifikat_scc.jpg)
	



	
		[

attachment

		](images/zertifikat_scc.jpg)

[/ch_pre]

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

JJensMangoldDec 14, 2021

Dear Supportteam,

thank you very much for your help and the code you provided here.
The background position of the slider picture is set now like you suggested.
Works fine! :)

I replaced my absurd code of the parallax inner part with the four pics with your code and it works great.
And now i have the challenge to get the picture quite smaller like previewimages / thumbnails (perhaps 40% smaller).
If you click on one of them, then they become lightboxed in bigger size.

To resize the preview picture with photoshop will not really change something, right?
When i set the column to md-4 it would be more the layout i would like, but then they do not appear centered anymore.
How do i get the effect of 4 smaller pictures being centered in your code?


    
	 [
	    
![attachment](images/zertifikat_scc.jpg)

	      
		
		  
		
		
	      
	 ](images/zertifikat_scc.jpg)
   

Kind Regards,
Artur

P.S."I know exactly that my code is not the best, as I work more with wordpress and am still learning the boostrap syntax. That's why I'm so grateful to you for intercepting my uncertainty in the syntax of the source code and still offering me a solution. You don't have to. But you do it anyway. That is extraordinary and deserves great praise."

SSemicolon WebSTAFFDec 14, 2021

Hello,

We are very Happy to Help! :)

You can simply consider using this code:
[ch_pre][

attachment

](images/zertifikat_scc.jpg)[/ch_pre]

This will definitely work fine. If you would like to make the Image even more smaller, simply use style="width:60%;" Attribute instead of using the .w-75 Class. Example:
[ch_pre][

attachment

](images/zertifikat_scc.jpg)[/ch_pre]

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

JJensMangoldDec 14, 2021

Hi There,

thanks for the fast reply and again a solution i can work with :-)
Happy about it!
I' ll change the code and let you know.

You gave me good infos about how to reverse columns in responsive mode (iphone, ipad).
I tried to apply the same syntax here on that row (flex-md-row-reverse) but the column with the picture does not swap the positions with the text column, why?


    

        
            
                Die Haumann GmbH
                
Wir sind Ihr zuverlässiger Partner bei Kessel- und Maschinenrevisionen. Ebenfalls übernehmen wir für Sie alle in diesem Zusammenhang anfallenden allgemeinen Reinigungsarbeiten.

            
            
Im Revisionsbereich kommen neben der Bestiftungstechnik diverse Strahltechniken wie z.B. das Glasperlen-Strahlen und das Staubfrei-Strahlen zum Einsatz. Unser professionelles modernes Equipment verbunden mit unseren qualifizierten und flexiblen Mitarbeitern garantieren einen hohen Qualitätsstandard unserer Arbeit.Auf unserem Werkstattgelände verfügen wir über eine eigene Strahlhalle. Hier können aufgrund der Hallenabmessung von 6 x 10 m Grundfläche und einer Höhe von 5 m auch großvolumige Bau- und Maschinenteile gestrahlt werden. Dadurch sind wir in der Lage sowohl vor Ort als auch auf unserem Betriebsgelände alle anfallenden Strahlarbeiten für unsere Kunden durchzuführen.
	
            [Unsere Referenzen](#)
        

        
            
![attachment](images/wirueberuns2.jpg)

        

    

It's the index of my project: View Page

What did i wrong or perhaps misunderstood something in the reverse syntax?

Looking forward to any hint.

Thanks in advance!

Cheers,
Artur

SSemicolon WebSTAFFDec 14, 2021

Hello,

We have just checked out the Codes on your Website and the .flex-md-row-reverse Class does not exist. See attached image.

We also tried applying this Class and the Image/Content is switching fine as expected. Please consider checking again.

Thanks for your Patience.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

JJensMangoldDec 14, 2021

Dear Support-Team,

to give a feedback to your previous code tweak.
I applied the style="width:60%;" Attribute instead of using the .w-75 Class.
And it looks much better.

Still one thing remains.
How do i resize the dark hover layer to the same size like the four pictures?

Here the link to the changed page

Thankful for any idea how to solve this.

Cheers,
Artur

JJensMangoldDec 14, 2021

Hello,
i uploaded the index.html with the flex-md-row-reverse code. (changed it only loccally in teh first place)
Please check again the page

The Picture/Text is not switching.

My line looks like this:
``

What did i wrong?

Cheers,
Artur

SSemicolon WebSTAFFDec 14, 2021

Hello,

  1. Please make sure that you are copying the Codes exactly as we provide it to you for the Layout to work correctly. Please notice that we have also added the .position-relative Class to the `` Tag. This will ensure that the BG Overlay is properly aligned.

  2. It is working for us on your Website. Clearing your browser cache will show the changes.

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

JJensMangoldDec 14, 2021

Please excuse me!
I was probably a little inattentive with taking over your code. :-(

Added your code correctly and it works perfect!

Thanks.

SSemicolon WebSTAFFDec 14, 2021

Hello,

Not a problem at all! Glad that your issues were resolved!

Do let us know if we can help you with anything else or if you find any further issues with Canvas.

JJensMangoldDec 14, 2021

Hey,
Maybe this got lost here..

I uploaded the index.html with the flex-md-row-reverse code. (changed it only locally in the first place)
Please check again the page

The Picture/Text is not switching.

My line looks like this:
<div class="row gutter-50 align-items-center my-5 flex-md-row-reverse">

What did i wrong?

Cheers,
Artur

SSemicolon WebSTAFFDec 15, 2021

Hello,

We have just checked this out again and the .flex-md-row-reverse Class appears to be working perfectly fine for us. We have attached a Video. We are not sure which issue you are pointing to in this case. Thanks for your Patience.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

JJensMangoldDec 15, 2021

Hi,
im very sorry for my misleading explanation of the issue.
I try to upload a video aswell. (EDIT: Video upload failed but Screenshot is attached)

When you shrink the browser or switch to iphone or ipad view the columns doesn't switch.
The picture still appears at the end. I want to have it vice versa on mobile view. (Pic first and then the column with text below)

Do you know what i mean? Is that more clear?

Kind regards,
Artur

JJensMangoldDec 17, 2021

Hi There,
perhaps this one above got lost? Or do you need more Screenshots or explanations?

Thankful for any tweak or hint.

Looking forward to you reply.

Kind regards,
Artur

SSemicolon WebSTAFFDec 17, 2021

Hello,

Thanks for your Patience!

We have checked out your Codes and the issue is that your Image is placed in the last column which is why the Image appears last on Mobile Devices. You will need to use something like this:
[ch_pre]

attachment

		Die Haumann GmbH

Wir sind Ihr zuverlässiger Partner bei Kessel- und Maschinenrevisionen. Ebenfalls übernehmen wir für Sie alle in diesem Zusammenhang anfallenden allgemeinen Reinigungsarbeiten.

Im Revisionsbereich kommen neben der Bestiftungstechnik diverse Strahltechniken wie z.B. das Glasperlen-Strahlen und das Staubfrei-Strahlen zum Einsatz. Unser professionelles modernes Equipment verbunden mit unseren qualifizierten und flexiblen Mitarbeitern garantieren einen hohen Qualitätsstandard unserer Arbeit.Auf unserem Werkstattgelände verfügen wir über eine eigene Strahlhalle. Hier können aufgrund der Hallenabmessung von 6 x 10 m Grundfläche und einer Höhe von 5 m auch großvolumige Bau- und Maschinenteile gestrahlt werden. Dadurch sind wir in der Lage sowohl vor Ort als auch auf unserem Betriebsgelände alle anfallenden Strahlarbeiten für unsere Kunden durchzuführen.

	[Unsere Referenzen](#)

[/ch_pre]

This should work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard