emilyT
Fils de soutien créés au cours des 30 derniers jours : 0
Sujets de forum favoris
This user has no favorite topics.
Sujets de forum créés
Status | Sujet | Supporter | Voix | Publications | Nouveauté |
---|---|---|---|---|---|
Setting minimum characters in text search
Commencé par : emilyT
in: Toolset Professional Support
Problem: jQuery(document).ready(function($) { // Reference to the search field and submit button var $searchField = $('input[name="wpv_post_search"]'); var $submitButton = $('input[name="wpv_filter_submit"]'); // Initially disable the submit button $submitButton.prop('disabled', true); // Event handler for keyup on the search field $searchField.on('keyup', function() { var minLength = 10; var currentLength = $(this).val().length; // Enable or disable the submit button based on the character count if(currentLength >= minLength) { $submitButton.prop('disabled', false); } else { $submitButton.prop('disabled', true); } }); }); In the code above: - The search field is referenced by its name, wpv_post_search. |
2 | 3 | Il y a 10 mois | ||
WYSIWYG Editor Buttons not showing
Commencé par : emilyT
in: Toolset Professional Support
Problem: Third party WYSIWYG buttons does not show when Toolset is active. Solution: Update Toolset Types to 3.4.17 or later. - IMPORTANT STEP! Create a backup of your website. Relevant Documentation https://toolset.com/faq/how-to-install-and-register-toolset/ |
2 | 5 | Il y a 2 années | ||
Moving caption on top of image
Commencé par : emilyT in: Toolset Professional Support |
2 | 5 | Il y a 2 années et 5 mois | ||
Creating a view to display custom taxonomy term
Commencé par : emilyT in: Toolset Professional Support |
2 | 3 | Il y a 2 années et 6 mois | ||
Displaying Custom Value on Frontend
Commencé par : emilyT in: Toolset Professional Support |
2 | 3 | Il y a 2 années et 6 mois | ||
Upgrading Toolset WooCommerce Blocks from 2.9.4 to 3.0 breaks sort order
Commencé par : emilyT
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
2 | 7 | Il y a 3 années et 6 mois | ||
Setting identifier on pagination to aid styling
Commencé par : emilyT
in: Toolset Professional Support
Problem: Is there a way of adding an id to the pagination so that it identifies which format it represents? Solution: There isn't such kind of built-in feature to add ids to the pagination links. you can use CSS codes to style the links, for example: https://toolset.com/forums/topic/setting-identifier-on-pagination-to-aid-styling/#post-1611749 Relevant Documentation: https://toolset.com/documentation/user-guides/views/views-shortcodes/#vf-344030 |
2 | 5 | Il y a 4 années et 6 mois | ||
View insterted into archive not displaying
Commencé par : emilyT in: Toolset Professional Support |
2 | 4 | Il y a 4 années et 7 mois | ||
Upgrading Maps
Commencé par : emilyT in: Toolset Professional Support |
2 | 3 | Il y a 4 années et 11 mois | ||
Add to cart message not displaying consistently
Commencé par : emilyT in: Toolset Professional Support |
2 | 12 | Il y a 4 années et 11 mois | ||
Upgrading from Toolset Maps 2.9.1 to 2.9.4 has caused the map styles to not work
Commencé par : emilyT in: Toolset Professional Support |
2 | 6 | Il y a 4 années et 11 mois | ||
Separating out category and sub category content
1
2
Commencé par : emilyT in: Toolset Professional Support |
3 | 24 | Il y a 5 années | ||
View not displaying since updating Views plugin
Commencé par : emilyT
in: Toolset Professional Support
Problem: The issue here is that since the latest update of views, the content isn't being displayed if the view is using a content template. Solution: |
2 | 3 | Il y a 5 années et 2 mois | ||
Changelog and Previous versions link for Types
Commencé par : emilyT
in: Toolset Professional Support
Problem: The issue here is that the user wanted to find the changelog and previous version link, however it wasn't available at the time. Solution: Our systems team has looked into this and the issue has now been resolved. |
2 | 5 | Il y a 5 années et 4 mois | ||
Marking up current taxonomy in view
Commencé par : emilyT in: Toolset Professional Support |
2 | 3 | Il y a 6 années et 6 mois |