errors in banner responsive slider

  • Posted by Martha E. Bernal (8) Offline
good afternoon, then I explain the mistakes that I have in my Responsive banner slider, paid version:

1) When the page loads appear the letters of different sliders mounted one above the other, this happens in a few seconds and then repaired.

2) I want to know how to change these texts so that they can align left, and not right

3) as I can change the button text "read details" and replace "see product"

4) How to change the color of preloader (currently orange but I want to change to blue)

5) My navigation controls do not work
9 years 1 month ago #1 by Martha E. Bernal

Please Log in or Create an account to join the conversation.

  • Posted by Martha E. Bernal (8) Offline
please tell me that I can send mail images from mistakes
9 years 1 month ago #2 by Martha E. Bernal

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5310) Offline
Hi Can you let me know the URL of your site so I can take a look?
9 years 1 month ago #3 by TemplatePlazza

Please Log in or Create an account to join the conversation.

  • Posted by Martha E. Bernal (8) Offline
9 years 1 month ago #4 by Martha E. Bernal

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5310) Offline

1) When the page loads appear the letters of different sliders mounted one above the other, this happens in a few seconds and then repaired.

Hmm strange, it should be already handled by the built in preloader. Anyway can you try this work around :

Add this code to your css file
.sequence ul {display:none;}

then add this javascript at to your template index.php file :
jQuery(document).ready(function() {
    $(".sequence ul").delay(2000).fadeIn(500);
});

2) I want to know how to change these texts so that they can align left, and not right


Try to add this code to your css file
.slide3 .seqtitle, .slide3 .subseqtitle, .slide3 .rbs_readon {
text-align:left!important;}

4) How to change the color of preloader (currently orange but I want to change to blue)

Try to add this code to your css file :
#sequence-preloader img {
	background: #5A62B7!important;}

5) My navigation controls do not work

Is the 'Show navigation' setting in the backend already set to yes?
9 years 1 month ago #5 by TemplatePlazza

Please Log in or Create an account to join the conversation.

  • Posted by Martha E. Bernal (8) Offline
hello, and corrected some of the errors with your answer.

1) although the texts are no longer mounted one above the other , the slider 1 is paused when you load the page many times.

2) although css change the color of the preloader (orange to blue) as you indicated you me , this still shows orange

3) Set in the backend navigation ( show navigation) , but no icons corresponding to the next, back , paused, shows etc.

Please take a look at the page

www.globaltradeup.com
9 years 1 month ago #6 by Martha E. Bernal

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum