Home › Forums › Themes Support › Gecko › Font color in selected variation swatch
- This topic has 10 replies, 2 voices, and was last updated 4 years, 3 months ago by Harry.
-
AuthorPosts
-
-
September 10, 2020 at 9:28 pm #38452
-
September 11, 2020 at 11:09 am #38456HarrySupport Expired
Hi,
I check your site it now hide all products. Can you add some products so i can check.
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
September 11, 2020 at 3:09 pm #38468boramiSupport Expired
Hi Harry,
Apologies, we are having issues with the BDroppy plugin (which import our catalog to our site).
I’ll let you know when we publish a product, I hope it won’t take long.
Thanks and regards.
-
September 12, 2020 at 10:53 pm #38492boramiSupport Expired
Hi Harry,
Products are already uploaded.
Also I want to ask you another question if I may.
Is regarding the BeRocket Ajax filter. One of the things I love most of that plugin is that it can create a sidebar with the filters. Is there anyway to use your filters button (the one located on top of the WooCommerce) to call that BeRocket sidebar instead of using the BeRocket button which appears on the left side on the top. (Pic attached)
Thanks again.
Attachments:
You must be logged in to view attached files. -
September 13, 2020 at 3:05 pm #38497HarrySupport Expired
Hi Borami,
1. For size variation swatch. Please add below code to JanStudio > Theme Option > General Layout > Custom CSS for better style
.is-label .swatch__list--item { border-radius: 5px; padding: 2px 5px; } .swatch.is-label .swatch__value { width: auto; }
2. I checked the Filter button. It can show button in center like this https://prnt.sc/ugep74 by add code to
JanStudio > Theme Option > General Layout > Custom CSS
.jas-wc .berocket_ajax_filters_sidebar_toggle { margin: 20px 0 0; width: 100% !important; text-align: center; }
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
September 13, 2020 at 5:27 pm #38499boramiSupport Expired
Hi Henry,
Thanks again for your support.
1- With the variation swatch it worked at first putting a rectangle button which I have to say that I loved it. But now it turned to an oval-shaped button which is not as fancy as the rectangle one.
2-The code worked perfectly but in the plugin css dedicated space as putting it into the theme CSS Style menu sometimes the button was misaligned.
Thanks again.
Attachments:
You must be logged in to view attached files. -
September 13, 2020 at 5:42 pm #38503HarrySupport Expired
Hi,
I see you added PHP code to JanStudio > Theme Option > General Layout > Custom CSS
/** * add brands attribute to the Appearance menu */ add_filter('woocommerce_attribute_show_in_nav_menus', 'wc_reg_for_menus', 1, 2); function wc_reg_for_menus( $register, $name = '' ) { if ( $name == 'pa_brands' ) $register = true; return $register; } /** * Move Apple Pay button * * @return bool */ function cs_woocommerce_stripe_apple_pay_button() { $applePayInstance = WC_Stripe_Payment_Request::instance(); //Product Page remove_action( 'woocommerce_after_add_to_cart_quantity', array( $applePayInstance, 'display_payment_request_button_separator_html' ), 2 ); remove_action( 'woocommerce_after_add_to_cart_quantity', array( $applePayInstance, 'display_payment_request_button_html' ), 1 ); add_action( 'woocommerce_after_add_to_cart_form', array( $applePayInstance, 'display_payment_request_button_html' ), 30); } add_action( 'init', 'cs_woocommerce_stripe_apple_pay_button', 1 );
Please remove PHP code in Custom CSS it cause error, and insert PHP code to gecko-child > functions.php
The Custom CSS field only work with CSS code.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
September 13, 2020 at 11:01 pm #38513boramiSupport Expired
One more time, thanks again…
I’ve created the child theme and added the code as you recommended and now goes everything fine.
I don’t have words to express how professional you are and how grateful I am.
Hoping do not disturbing you more in the future.
Have a nice day.
-
September 13, 2020 at 11:09 pm #38514HarrySupport Expired
Glad to hear all your issue resolve.
Feel free contact us again if you need more help.
Could you please go to this link https://themeforest.net/downloads and give us 5 stars rating.
Thank you and have a nice Sunday!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
September 13, 2020 at 11:27 pm #38515boramiSupport Expired
Consider it done!
-
September 13, 2020 at 11:27 pm #38516HarrySupport Expired
Thank you so much!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
-
-
AuthorPosts
You must be logged in to reply to this topic.