sambino883
sambino883
About
- Username
- sambino883
- Joined
- Visits
- 65
- Last Active
- Roles
- Member
License key verification
We do not store any license keys, it is for verification purpose only if support expired
Where can I find my purchase code?Comments
-
/** * Ajax | Complete */ $(document).ajaxComplete(function() { setTimeout(function() { $(window).trigger('resize'); mfnSidebar(); }, 100000); }); I found a way with changine file - betheme/js/scripts.js I chagne the tim…
-
You can use this code for offset for blogs. This hide first 3 posts .Latest_news .ul-first li:nth-child(-n+3) { display: none; }
-
1.I put This code in function.php To show quantity of every variation in 'woocommerce_short_description . add_filter( 'woocommerce_short_description', 'display_in_stock_variations_to_short_description' ); function display_in_stock_variations_to_sho…
-
https://forum.muffingroup.com/betheme/uploads/414/X7H0YCUW8UGL.jpg I think I managed to do something similar but only in the products page. Now I'm thinking about a single page, how to do it - the css code I put above doesn't work exactly as I wante…
-
.mfn-vr-options.attribute_pa_size li.attr_m a[data-id="m"], .mfn-vr-options.attribute_pa_size li.attr_l a[data-id="l"], .mfn-vr-options.attribute_pa_size li.attr_xl a[data-id="xl"], .mfn-vr-options.attribute_pa_size li.…
-
I use Betheme from a long time and always write if i found any bug. Keep up the good work. You`r doing great things. Problem solved :)
-
I Found a solution in Shipping settings on Woocomerce. Hide shipping costs until an address is entered - must be unchecked. https://forum.muffingroup.com/betheme/uploads/347/I3UWLP7473O3.png
-
Yes, but I want to add a quick search engine only in the category I'm in and your theme doesn't offer that. I want to build something that is convenient for the customer and gives them the following options: quick search for a product in the same ca…
-
Finaly resolve the problem with code in function.php /** * Display QTY Input before add to cart link. */ function custom_wc_template_loop_quantity_input() { // Global Product. global $product; // Check if the product is not null, is …
-
This resolve the problem but after add to cart go to main page and do not load AJAX.. Maybe the answer is other...
-
Thanks for help i resolve my problem by removing Tamplate for shop and put this in function.php add_filter('woocommerce_product_add_to_cart_text', 'change_add_to_cart_button_text', 10, 2); function change_add_to_cart_button_text($text, $product) { …
-
Here is the page where i want to add to cart option with Quantity+ 1 -: https://preparatko.com/?product_cat=перилни-препарати