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, 8 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 ago | ||
Miltisite's Module Manager blank screen
Started by: dmitryK-2 in: Toolset Professional Support |
2 | 2 | 6 years 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, 1 month ago | ||
Woocommerce "added to cart message" constantly adds +1 good in basket
Started by: dmitryK-2 in: Toolset Professional Support |
1 | 2 | 6 years, 1 month 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, 1 month ago | ||
Set CPT Date to today by default
Started by: dmitryK-2 in: Toolset Professional Support |
2 | 4 | 6 years, 2 months ago | ||
Post-form with field from post
Started by: dmitryK-2 in: Toolset Professional Support |
2 | 3 | 6 years, 2 months ago | ||
Registration form w/ ONE generic field from POST
1
2
Started by: dmitryK-2
in: Toolset Professional Support
Problem: Solution: You can find the proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 26 | 6 years, 2 months ago | ||
TOOLSET WoocommerceViews & YITH Discounts Plugin
Started by: dmitryK-2 in: Toolset Professional Support |
2 | 10 | 6 years, 6 months ago | ||
insert CRED form on popup window
Started by: dmitryK-2 in: Toolset Professional Support |
3 | 4 | 6 years, 6 months ago | ||
Username autofill in Contact Us page
Started by: dmitryK-2 in: Toolset Professional Support |
3 | 6 | 6 years, 9 months ago | ||
New User created e-mail message raw template
Started by: dmitryK-2 in: Toolset Professional Support |
2 | 6 | 6 years, 9 months ago | ||
How to use custom fields from 3rd-party plugins in CRED forms
Started by: dmitryK-2
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
2 | 3 | 6 years, 9 months ago | ||
Woocommerce Archive Page JavaScript
1
2
Started by: dmitryK-2
in: Toolset Professional Support
Problem: Solution: To add custom javascript to your Custom Archive or Views all you need to do is to edit that view and then go to the JS editor on that view and just add the Javascript there. |
2 | 19 | 6 years, 9 months ago |