Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #611278

    I want to change the Fade speed of Easy slider . I read in the forum how to do that, but I donlt know where I can enter this JS code for Easy slider, or for anything for that matter.
    thanks
    Dick

    #611470

    Hey DickZirkzee!

    Thanks for getting in touch with us!

    Maybe this was the post you found that helped you: https://kriesi.at/support/topic/slider-fade-speed-2/
    The JS file is located at the folder path js>shortcodes.js within your theme folder.

    Let me know if you need further assistance.

    Best regards,
    Jordan

    #611475

    Thanks,
    i’m finding my way, partly bij trying partly with your ans the forums help.
    It worked, but it doesn’t look nice. I would like it to be as https://www.bartvandenbelt.nl/ its also Enfold
    but perhaps thats done in a different way then backgroun? it almost looks like an image with text on top
    can you helpt me?

    #611479

    Hi!

    Thanks for getting back to me!

    Could you please also provide login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.

    Cheers!
    Jordan

    #611491

    Thanks, see in private Content. I’m still building the website so its a bit of a mess.
    Since you are going to look, I have another quustion I used the wasy slider to have a nice image all over the website below the header, with a text and a buttom. But I don’t want the text and the button to fade in. I guess the solution is to speed up the fade in so that nobody can see its a fade in. I alo saw a forum post about that, but I don;t know where to find t ecode to chage the tranistion speed.
    By the way, I’m impressed with the support.
    Thanks
    Dick

    #611868

    I see that I am confusing two threads.
    One question is about the background in testimonial . See the before montioned site https://www.bartvandenbelt.nl/ which is also enfold. How do they do that?
    Second question is the speed of the easy slider. I only have one picture but I use the slider to fill the whole site witht the image and to put a button and text on top. The text and button appear according to the fade setting. But I would like to have them there immidiatly, so I want to make the fade in very fast.

    #611924

    Hey!

    If the purpose is to use the image as a background image so that it fills the page width we recommend using a colorsection with a background image.

    Do you have a ticket open for the other issue? if not we request you to open different tickets for different issues.

    Cheers!
    Vinay

    #611933

    Sorry no.
    Two different things, sorry it got confused.

    One: I would like to have a background color on my testimonials like https://www.bartvandenbelt.nl/
    Two: Where do I change the Fade speed of Easy slider. Where do I find the code, what do I have to change

    #611948

    Hi!

    To add background color to testimonial use the below CSS in Enfold > General Styling > Quick CSS

    Remove the inline style

    
    <span style="background-color: #ffffff;">

    Feel free to change the background color value

    .avia-testimonial-content {
        background: gold;
        padding: 20px;
    }
    

    To change the slider speed you can edit js > shortcodes.js, find this code:

    //transition speed when switching slide<br />
    transitionSpeed:900,

    Replace it with:

    //transition speed when switching slide<br />
    transitionSpeed:100,

    Regards,
    Vinay

    #611960

    Thank you kindly for your answer, I’m getting close but not yet there, please be patient :-)
    One: What do you mena by: Remove the inline style? Don;t know what that is. My CSS window is empty
    Two: where do I find edit js > shortcodes.js. How do I get there?
    thanks in advance, still impressed with your support
    regards
    Dick

    #612082

    Hey!

    It’s not a problem, we’re happy to help :)

    To edit the file shortcodes.js you will need to access the theme files using an FTP client, for example FileZilla. Your web host also usually provides access to a cpanel which allows you to see your files. Before downloading Filezilla please ask your web host about cpanel access.

    Once you are able to see your files. Please locate the WordPress folder, then the Enfold theme folder. Within the Enfold theme folder will be another folder called js and in the js folder is the file shortcodes.js you will need to edit.

    I hoped I explained things clearly. Let me know if you need further assistance or if you still don’t understand.

    Regards,
    Jordan

    #612625

    Hi There, thanks,
    Kind of Urgent
    Don;t know if you guys did something with my Login, but this morning I started up Working on my Website and the Easy slider does not work anymore. There is another media element I am using , testimonials, which is still working. The Easy slider element is still there and also filled with information, the info that worked yesterday
    Pleas help
    Dick

    #612984

    hullo??

    #612987

    Hey!

    Please update Enfold to the latest version 3.5.2 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
    Issue is related to WordPress update, not something we have changed :)

    Best regards,
    Yigit

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.