-
-
The Codeless builder appears to overwrite the WP Bakery styles and settings. How do we stop this from happening, so that the colours and styles set in your Customizer are actually used.
-
Hello,
You have to use the default theme buttons instead of the WpBakery Visual Composer buttons.
Regards!
-
-
-
-
Hello,
I have checked it but you have some styling on the child theme style.css:
.cl-btn:not(.btn-priority_secondary) { background-color: #fff !important; color: #0093d0 !important; }
This overwrite your button options.
Regards!
-
I have removed this and tried many things, but the color styles are still being overridden by your default colours…
The only way I have found is to edit your original Handel PHP files and replace the colour I do NOT want: 0CABD3 with the color I do want. That has worked for me only.
-
Hello,
I don’t know why you have this problem I see that color button on the customizer at the moment is: #0093d0
Did you have resolved this issue.
Let me know if you want any further help.
Regards!
-
I only resolved the issues by overwriting your defaults colours in 2 php files in the parent Handel theme with the colour I wanted which is #0093d0. Defining the colours in the Customizer did NOT work.
This obviously isn’t the perfect solution as if you have an updated to Handel and I install it, I will have to do another find and replace on the same 2 php files again then as well.
Can you look at my WordPress install and see what the problem is?
-
I just tested your site and changed the primary color option, it works.
Can you tell me which options don’t work?
Thanks
-
-
If you inspect the code you see that the primary and secondary styles are being overwritten.
-
Also if you say it works. Can you please explain point by point exactly how to do it. as I can’t make it work myself.
-
As per your request I sent you the credentials. Can you please advise what I am doing wrong.
-
-
-
-
-
Hello,
Please can you check it out now? It was our issue I have fixed it and will be ok also on the next update.
Sorry for the inconvenience.
Regards!
-
Ok thank you. Yes the fix that you have done has fixed the problem.
What was the issue? and this will be fixed properly in the next theme update?
-
Hello,
I have edited the file /wp-content/themes/handel/codeless_builder/cl_button.php
<?php echo esc_attr( $extra_classes ); ?>" <?php /*$this->generateStyle('.cl-btn', '', true)*/ ?> target="<?php echo esc_attr($target) ?>"> <span><?php echo cl_remove_empty_p( cl_remove_wpautop($btn_title, true) ) ?></span></a>
I have commented the code: $this->generateStyle(‘.cl-btn’, ”, true)
Regards!
-
Thank you for confirming the change Ruco and that I wasn’t doing anything wrong.
You can close this ticket now.
-
You must be logged in to reply to this topic.