Home › Forums › Themes Support › Claue › Double-Click on Bootstrap Dropdown
- This topic has 23 replies, 2 voices, and was last updated 3 years, 6 months ago by onrax.
-
AuthorPosts
-
-
April 20, 2021 at 5:23 am #41289onraxSupport Expired
Please see any product at our website such as, https://onrax.com/onrax-ascension-as48-motorized-storage/, in mobile and in order to select a Color/Control Type option it requires a double click to bring up the dropdown. Diagnosed to possibly related to this, https://stackoverflow.com/questions/24218663/avoid-having-to-double-click-to-toggle-bootstrap-dropdown. But can’t figure out how to fix. Thank you.
-
April 21, 2021 at 11:30 pm #41299onraxSupport Expired
FIXED. The post I linked to above pointed me in the wrong direction. Paused all plugins, reactivated them one by one and and dialed it down to the redirection plugin. Was able to find the redirect that seemed to caused the problem. </FIXED>
-
April 21, 2021 at 11:56 pm #41300onraxSupport Expired
UNFIXED. Upon further review. We are back to square one. Seems something fixed itself, when deactivating all plugins, but then the issue came back. Can’t figure out where. Suspect there is a double load of bootstrap now. Any help? Please and thank you!
-
April 22, 2021 at 12:16 am #41301onraxSupport Expired
Confirmed it DOES work correctly on the backup Twenty Twenty-One theme. I’ll leave it up to the experts now. You guys! Thank you.
-
April 22, 2021 at 12:52 am #41302onraxSupport Expired
unloading this “/themes/claue/assets/js/theme.js?ver=5.7.1” makes dropdown work. Of course it breaks quite a bit too. But, getting closer.
-
April 22, 2021 at 10:07 am #41303HarrySupport Expired
Hi Onrax,
Sorry for late reply because miss your topic.
Did your issue fixed? If not please add below code to Claue > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 736px) { .variations .value select { -webkit-appearance: inherit; -moz-appearance: inherit; appearance: inherit; background: none; }} .variations .value:after { right: 15px; font-size: 18px; }
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 22, 2021 at 11:50 am #41305onraxSupport Expired
One somewhat interesting thing to note. After clicking on once, the next click will work. If you scroll back up so the dropdowns are off the screen and then back down. You need to click on it again before it will work.
-
April 22, 2021 at 12:26 pm #41306onraxSupport Expired
Here is what is in the functions.php:
// Remove Clear on Variants
add_filter(‘woocommerce_reset_variations_link’, ‘__return_empty_string’);// Remove “Returning customer? Click here to login” From Checkout Page
remove_action( ‘woocommerce_before_checkout_form’, ‘woocommerce_checkout_login_form’, 10 ); -
April 22, 2021 at 9:28 pm #41307onraxSupport Expired
Looks like I stumped the master! Not working yet. I changed the Font Sizes back and removed your code:
@media only screen and (max-width: 736px) {
.variations .value select {
-webkit-appearance: initial;
-moz-appearance: initial;
appearance: initial;
}}
.variations .value:after {
right: 15px;
font-size: 18px;
top: 6px;
} -
April 22, 2021 at 9:34 pm #41308onraxSupport Expired
Please feel free to adjust back if/when you have something else to try. Thank you!
-
April 22, 2021 at 10:53 pm #41309HarrySupport Expired
Hi,
Please download attach file, extract and put in claue-child > woocommerce > single-product > add-to-cart
Kind regards
- This reply was modified 3 years, 6 months ago by Harry.
Attachments:
You must be logged in to view attached files.Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 22, 2021 at 11:06 pm #41313onraxSupport Expired
I have not worked with Child Themes and do not have one installed that I know of. And, can’t find where this should go. Might take me a bit to figure out, or feel free to point me in the right direction. Much appreciated.
-
April 22, 2021 at 11:12 pm #41314HarrySupport Expired
You can find file claue-child.zip included in package you dơnload from Theme Forest
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 22, 2021 at 11:22 pm #41315onraxSupport Expired
That helped. This has been uploaded. Fix right away? Or do you have to do something? I’ll go test.
-
April 22, 2021 at 11:25 pm #41316onraxSupport Expired
Not fixed yet. Just fyi. Got a feeling its getting close though! Thank you.
-
April 22, 2021 at 11:27 pm #41317HarrySupport Expired
Please test on your site. It work now.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 22, 2021 at 11:31 pm #41318onraxSupport Expired
Wish I could say it does. Unfortunately not yet. I’ve also noticed the mobile menu also requires a double click from time to time.
-
April 22, 2021 at 11:40 pm #41319onraxSupport Expired
Reminder, I removed the custom css code. Is that supposed to be back in there?
@media only screen and (max-width: 736px) {
.variations .value select {
-webkit-appearance: initial;
-moz-appearance: initial;
appearance: initial;
}}
.variations .value:after {
right: 15px;
font-size: 18px;
top: 6px;
} -
April 22, 2021 at 11:51 pm #41320onraxSupport Expired
And I kinda sorta dislike the square box when there are options. I’d much prefer what we have on the checkout page for Country and State dropdowns. Which…work on first click, btw. 😉
-
April 22, 2021 at 11:58 pm #41321onraxSupport Expired
Suspecting you called it a day (which I understand), I changed it back away from the child theme. Feel free to switch back when you’re ready to work on it again. Thank you.
-
April 23, 2021 at 2:15 am #41322onraxSupport Expired
Decided to go a different route for now. May pop back in another time and see if there is a fix for this, but no rush at the moment. Appreciate the efforts.
-
April 23, 2021 at 10:44 pm #41325HarrySupport Expired
Hi I’m sorry for late reply.
If you want back style, just delete or change name of file variable.php in child theme.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
May 7, 2021 at 6:41 am #41445onraxSupport Expired
Came back to this and was able to get it to work by going to Product Detail Settings and selecting the 2nd option in the Product Detail Style (this one doesn’t use the arrow left/right picture arrow for multiple pictures/scrolling). None of the other product detail styles work.
-
-
AuthorPosts
You must be logged in to reply to this topic.