Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #566969

    The Easy Slider isn’t sliding. It just stays fixed on the first image.
    The advanced slider works fine.
    I’ve linked my site below.
    I’ve just updated the theme and it hasn’t changed anything

    #567591

    Hi iceberg_che,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Thanks,
    Rikard

    #567646

    Ok I’m also not able to change a table background color using html…
    <table style=”width: 100%; background-color: #1E1E1E;”>

    I’ve included the login info

    #567696

    Hey!

    please add to your css

    table {
    background-color: #1E1E1E !important;
    }

    and let us know if it works our correctly

    Cheers!
    Basilis

    #567837

    Won’t this change all the table backgrounds?
    I don’t want that, I only want to change one of them.

    Also the easy slider still isn’t working.
    It just stays static on the first image.

    #567846

    Hey!

    1- Please turn on custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your table and give it a custom CSS class and change the code Basilis posted to following one

    .your-custom-class table {
    background-color: #1E1E1E !important;
    }

    2- Can you please try de-activating all active plugins and check if that helps? If not, please try re-updating the theme via FTP and overwrite all files – kriesi.at/documentation/enfold/updating-your-theme-files/?

    Best regards,
    Yigit

    #568212

    Still having the same two issues.

    De-activated all plugins and re-updated the theme via FTP.

    The table background color is still not changing, and the easy slider still isn’t working.

    #568438

    Hi,

    You are getting a lot of https errors on the page, resources which are requested over http won’t be accepted to load. Not sure how to resolve it though except recreating the element which don’t work, could you try that please?

    Thanks,
    Rikard

    #569423

    Ok I’ve recreated the elements. I’m just getting one error now, I’ve googled it and says I have to add: document.domain = ‘yourdomain.com’ to the header. The error is Uncaught SecurityError: Failed to read the ‘contentDocument’ property from ‘HTMLIFrameElement’
    How can I fix this? How do I add an html code to the header?

    The original issues are still not resolved. The easy slider isn’t moving, and the background color for the table is not working.

    #569808

    Hi,

    Could you try adding the code to the Google Analytics field to see if that works out?

    Thanks,
    Rikard

    #570144

    Hi,

    Did that. Same error and same two original issues with background color and easy slider.

    #570487

    Hey!

    I checked the Easy Slider options and the Autorotation active? setting is disabled. We enabled it and the slider is automatically rotating now. Please remove browser cache or hard refresh the page: https://matcha-o.com/

    Where can we find the table? Please post the actual link to the page.

    Regards,
    Ismael

    #570512

    great the easy slider is working!

    The table is on the link I sent you, I’ve written in again in the private content.
    Right under where it says “How many antioxidants are in matcha tea?”, the 4 columns are in a table with a white background, that is the table that I can’t change the color.

    #571176

    Hi!

    We added a unique class selector to the table and then added the css modification in the Quick CSS field.

    .main_color .matcha-table tr {
        background: #1E1E1E !important;
    }

    Best regards,
    Ismael

    #571375

    Thanks guys!
    I should’ve specified the 2nd table so I just moved the class code to the other one and added

    .main_color .matcha-table td {
    border-color: #1E1E1E !important;
    }

    to change the border color as well

    All good now

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Easy Slider Not Working’ is closed to new replies.