This topic has 7 replies, 3 voices, and was last updated 7 years, 5 months ago ago by Amzy Leel
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.
Sorry for this reply but I can seem to edit the original and I wanted to know when someone replies to the thread.
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.
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
Hello,
I’m glad that problem was solved.
Regards,
Rose Tyler.
I actually posted this to the Ultimate people and they replied that they will have the bug fixed with the next update.
Cheers.
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.
Tagged: error, themes, troubleshoot, ultimate_carousel, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up