clicksolutions
Forum Replies Created
-
Forum: Plugins
In reply to: [Brazilian Market on WooCommerce] Enviar CPF ou CNPJ no emailTAMBEM TENHO MESMA DIFICULDADE !!!
Search in console ,found this issues:
Forum: Themes and Templates
In reply to: [OceanWP] Dropdown Arrow not work !Awesome =)
Forum: Themes and Templates
In reply to: [OceanWP] Dropdown Arrow not work !Hi @tracyraftl , thank you for share!!!!
Your custom code gave me some new ideas… and i solved by myself…
I’m used this code :
.theme-select {
display: none!important
}
.hasCustomSelect {
width: 300px!important; opacity: 1!important;
}#embalagens{
bottom:0px;
top:-4px!important;
}Remember to change #embalagens for your #pa_make-a-choice, you code is this
.theme-select {
display: none!important
}
.hasCustomSelect {
width: 300px!important; opacity: 1!important;
}#pa_make-a-choice{
bottom:0px;
top:-4px!important;
}Let me know if you solved this too!
Best Rgds… Felipe =)
Forum: Themes and Templates
In reply to: [Neve] Essential Grid + NEVE + SITEGROUNDThanks ! Solved!
Forum: Plugins
In reply to: [Ocean Extra] 5.3 throws an error@skygrey if you need help, please add me to whatsapp +55 11 986929378 – Felipe!
Forum: Plugins
In reply to: [Ocean Extra] 5.3 throws an errorHello … this solution works like a charm…. THANK YOU veso_peso (@veso_peso)!!!
In WordPress 5.3 the definition of WP_Upgrader_Skin::feedback method in wp-admin/includes/class-wp-upgrader-skin.php was changed from:
public function feedback( $string ) {
to
public function feedback( $string, …$args ) {
However, this was not reflected in the declaration of QuietSkin that extends WP_Upgrader_Skin in wp-content/plugins/ocean-extra/includes/wizard/classes/QuietSkin.php.
A quick fix is to change the following line in wp-content/plugins/ocean-extra/includes/wizard/classes/QuietSkin.php:public function feedback($string) { /* no output */
to
public function feedback($string, …$args) { /* no output */
Forum: Plugins
In reply to: [PopBox For Elementor] Mobile PopBox Too NarrowI have the same problem!