ready
ready
Everything has been updated, the problem remains
I apologize, the code worked, it removes a piece of code needed, but only the button moves the cart to the left now, can it be put back in place only? I have returned the code, apparently for the button you need to correct your code, which you gave me to move the button to the right.
I did it for a tablet, but for some reason it works on a PC.
Got it, thanks, the thing is that the sections of the main we want to keep open too
And I also when I create the same file in a child theme, I have icons shifted to the left, so I tried removing your code and in the main file, not the child and still no luck
Deleted it, really haven’t seen the result yet:)
Thank you, your solution via css works for us, but if there is a possibility to hide pieces of code for each card that are not needed now, it will be just great:) This is the quantity code just like that, if I understand correctly
Oh, thank you, you can do that, I will know, but for now I just want to make the arrows a little more visible for clicking, they are difficult to get to the user, or rather not the arrow itself, but the area behind it for clicking, if possible this
Super, thank you!
Can you also tell me how to increase the click area around the drop-down arrow? It is very small and difficult to get into it, clicked section usually, I tried to make the font larger and indent like this: div.mobile-menu-content .open-child {
font-size: 8px;
padding: 15px; but the arrow becomes very big, and I just want to increase the click area without increasing the arrow itself.
we would like to make the main catalog and the submenu drop-down menu as you have shown in your example.
I just wanted to be able to display the product just an icon in the add to cart button, without text on it, now it is possible only with the option: Add to cart with quantity, but we do not need it. You do not have the option of just a button with an icon in the settings, unless through css as we have done, but we just hid it with styles, but in fact all the code remained unnecessary.
It would be great if you could still use the card view: just a button with a cart icon without quantity selection, but now you can do it only with the setting: Add to cart with quantity, but you don’t need quantity selection in the catalog, you have to hide it with all sorts of hooks.
Thanks, it’s really very similar, but the only question is about the button text (text-indent: -9999999px;), we are basically hiding it just, but it remains in the code, if you can cut it out, that would be great
Yes, thank you, so everything is correct and that’s how your smart carousel works, it’s just more correct when the photo returns to the first one when the cursor leaves the card:) The function “Swap” suits us, there is a return on 1 photo, we will leave it, thank you.
I turned off the function and everything seems to work, the coupon is ignored and at least the condition is not met.
Got it, in your demos you probably have the swap option and not the smart carousel option, then we’ll leave it for now
and the following error pops up in the browser console: Uncaught ResizeObserver loop completed with undelivered notifications.
we removed the style output via: add_filter(‘wp_img_tag_add_auto_sizes’, ‘__return_false’);
the site began to slow down a lot and the images do not load correctly after the update.
I apologize, you took the example of implementation for my site, my site with the problem I threw in a private area
Thanks, I guess you are logged in on a mobile device with an extension below 670px, I see the problem more for tablets, below 1024 to 690 roughly, in that range, the banners are displayed all in a row instead of one.
2. On the tablet for some reason writes that the site without a certificate and do not load pictures at all:(((.
Updated the theme and your plugin, nothing has changed
on the second question screenshot
its thanks, but now how to move to the right against the price, so that it would be the same as with the enabled setting Add to cart with quantity (screenshot)
Thanks, is it possible to square the button? It’s like it’s rectangular now, the same as when Add to cart with quantity is enabled
We did it through Loco, but it doesn’t work for some reason, that’s why we’re writing 🙂 We translated everywhere: Select, but a completely different translation remains on the button, only this hook helps:
add_filter( ‘woocommerce_product_add_to_cart_text’, ‘custom_variable_add_to_cart_text’, 10, 2 );
function custom_variable_add_to_cart_text( $text, $product ) {
if ( $product->is_type( ‘variable’ ) ) {
$text = __( ‘Выбрать’, ‘woocommerce’ ); // Новый текст
}
return $text;
}
In general, if you help solve a question from our other topic, then this one will be irrelevant if you can help make an icon instead of text: https://www.8theme.com/topic/is-it-possible-to-use-an-icon-instead-of-text-in-design-type-default-when-the-setting-add-to-cart/#post-427537
I have it done, Select options renamed, but it’s like it’s coming from your file from woo.php file and the translation is different altogether, can you somehow fix it to just “Select” ?
You wrote in the last thread that you don’t update plugins and themes yourself, I see that updated + still haven’t turned back on the part…
I don’t understand, we have folders there, I have commented (renamed) everything, but nothing has changed, what else can it be, where else to look in the child theme? All the folders that are here, in fact, created with you for the entire existence of the site…
Thanks, I’m uploading the data, it’s not working, I can’t access the favorites page on my mobile.
If you have a different solution and a better one, I would be very happy!