Please see private area
Please see private area
Hello
See in private area.
Thanks
Please help.
It’s working, thanks! May I ask what the problem was an will the fix persist at the next theme update?
Thank you.
I udated to 6.3.6. But i still have problems with the tabs on the single product page. The “Livrare si retur” (Shipping and returns) tab shows up without without even being selected in the builder. It shouldn’t be there.
Hello, there is no option to uptate to 6.3.6 in Appearance > Themes
The only thing can i do there is turn on or off the social icons all together. I want to turn off just some of them.
https://prnt.sc/t22h3q
Hello, can you help me with this, please?
Please help.
Thank you!
Thank you.
I replaced Category with Collection everywhere i could find it in theme translations and also in Xstore Core plugin, but the text remains the same.
Thanks. Yes, it shows on mobile. Is would be nice if the option showed up on computers too, so clients could send products to their friends phones. Is it possible?
Thanks.
Tried it. On QUFORM forums:
There was a Chrome update 83 which broke the form submission, please update the plugin to the latest version 2.11.2 .
If i go to Xtheme >Plugin installer and try to update to 2.11.2 looks like the plugin is beeing updated, but when reloading the page it still same old version.
Thank you!
I fixed it. The add-to-cart-variation.min.js had an error. Thanks.
Please help!
The code in the related.php file.I pasted the code from https://www.8theme.com/topic/show-related-products-by-same-category/ replacing this:
$args = apply_filters( 'woocommerce_related_products_args', array(
'post_type' => 'product',
'ignore_sticky_posts' => 1,
'no_found_rows' => 1,
'posts_per_page' => $posts_per_page,
'orderby' => $orderby,
'post__in' => $related,
'post__not_in' => array( $product->get_id() )
) );
. After that, the related section doesn’t show any products.
Thanks.
Is it possible to use a link instead of a button? Thanks
I need a form to show in a pop-up when a button is pressed. I use WPBakery, but i’m thinking of switching to Elementor in the future.
Thanks.
It’s not a specific file. You add the code snippet to your theme’s functions.php file. For instance, the code bellow will put the Short description info instead of the default content of the “Additional information” tab. Be sure yo backup your file before modifying.
add_filter( 'woocommerce_product_tabs', 'woo_custom_description_tab', 98 );
function woo_custom_description_tab( $tabs ) {
$tabs['additional_information']['callback'] = 'woo_custom_additional_information_tab_content'; // Custom description callback
return $tabs;
}
function woo_custom_additional_information_tab_content() {
//echo '<h2>Custom Description</h2>';
global $product;
echo $product->get_short_description();
}
Never mind, it appeared now. Thanks
The topic in question is not there. It was about customizing the category pages.
Won’t this disable the variations swatches and Add to cart button on the single product page also?
Thank you!
Posted in private area. Thanks.