Ultimate_carousel.php error - by DaveJ - on WordPress WooCommerce support

This topic has 7 replies, 3 voices, and was last updated 6 years, 10 months ago ago by Amzy Leel

  • Avatar: DaveJ
    DaveJ
    Participant
    June 3, 2017 at 02:28

    Not sure if this is the place to mention this bug but in the php for the Ultimate_carousel if you try to change the color of the navigation dots to a new color it doesn’t show the new color and that because it places double quotes around the style.

    style=“”color:#bcd67f;“”
    In the php I have changed the following line 746
    $custom_dots = ‘style=color:’ . esc_attr( $dots_color ) . ‘;‘;
    To
    $custom_dots = ‘style=color:’ . esc_attr( $dots_color ) . ‘;’;
    Removing the double quotes seems to work. Now the colors change properly.

    Thanks

    Dave.

    6 Answers
    Avatar: DaveJ
    DaveJ
    Participant
    June 3, 2017 at 02:30

    Sorry for this reply but I can seem to edit the original and I wanted to know when someone replies to the thread.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 6, 2017 at 09:32

    Hello,

    Sorry for the delay.
    What exactly file in our theme folder do you mean?
    We are able to help you only with our theme configuration.

    Regards,
    Rose Tyler.

    Avatar: DaveJ
    DaveJ
    Participant
    June 6, 2017 at 19:02

    No worries I fixed the bug and it works fine now. I wasn’t sure if I should post the bug here so I will pass it on to the Ultimate Carousel peps.

    THanks

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 7, 2017 at 08:50

    Hello,

    I’m glad that problem was solved.

    Regards,
    Rose Tyler.

    Avatar: DaveJ
    DaveJ
    Participant
    June 8, 2017 at 22:51

    I actually posted this to the Ultimate people and they replied that they will have the bug fixed with the next update.

    Cheers.

    Avatar: amzy
    Amzy Leel
    Participant
    June 9, 2017 at 05:49

    Glade you sorted out the proper way to handle the third party issue.
    do not hesitate to ask if you have theme related questions in future.

  • Viewing 7 results - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.