dmitryK-2
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Custom capabilities vs AJAX issue for Toolset
Started by: dmitryK-2 in: Toolset Professional Support |
|
2 | 5 | 5 years, 11 months ago | |
Dynamically changing the template for a single post page PT.2
Started by: dmitryK-2 in: Toolset Professional Support |
|
2 | 2 | 6 years, 3 months ago | |
Miltisite's Module Manager blank screen
Started by: dmitryK-2 in: Toolset Professional Support |
|
2 | 2 | 6 years, 3 months ago | |
Add FontAwesome icon to WooCommerce button
Started by: dmitryK-2
in: Toolset Professional Support
Problem: I would like to add a FontAwesome icon to the WooCommerce Add to Cart button. Solution: Add the following code to your WordPress Archive's Loop JS editor: jQuery(document).ready(function(){ jQuery('a.add_to_cart_button').prepend('<i class="fa fa-cart-plus" aria-hidden="true"></i> '); }); Add the following code to your filters JS editor: jQuery( document ).on( 'js_event_wpv_pagination_completed', function( event, data ) { jQuery("html, body").animate( {scrollTop: 0}, "fast"); jQuery('a.add_to_cart_button, .cart button.button.alt').prepend('<i class="fa fa-cart-plus" aria-hidden="true"></i> '); }); |
|
2 | 15 | 6 years, 4 months ago | |
Woocommerce "added to cart message" constantly adds +1 good in basket
Started by: dmitryK-2 in: Toolset Professional Support |
1 | 2 | 6 years, 4 months ago | ||
Hide Woocommerce products from Guests
Started by: dmitryK-2
in: Toolset Professional Support
Problem: The issue here is that the user wanted to hide a specific woocommerce product with our plugins and not allow it to show in the shop page. Solution: What you can do is try this plugin s2 Member (Free) |
|
2 | 14 | 6 years, 4 months ago | |
Set CPT Date to today by default
Started by: dmitryK-2 in: Toolset Professional Support |
|
2 | 4 | 6 years, 5 months ago | |
Post-form with field from post
Started by: dmitryK-2 in: Toolset Professional Support |
|
2 | 3 | 6 years, 5 months ago |