Tagged: ultimate carousel
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.
Theme version: 3.0.0.1Hello,
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.
Hello,
I’m glad that problem was solved.
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.
The message was successfully sent
Your shopping cart is empty
Seems you did not register purchase code for WooPress WordPress Support Forum to be able to create a topic on this forum.