barryG-4
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 |
---|---|---|---|---|---|
I cannot add a custom image field to a Post type template – The key is blank
Started by: barryG-4 in: Toolset Professional Support |
2 | 6 | 4 years ago | ||
Toolset Views Not Working After 1 Year Of Working Perfectly
Started by: barryG-4
in: Toolset Professional Support
Problem: I have a View of terms filtered by the current post in the loop, nested inside a View of posts. After checking the posts and terms assigned, I can see the results are incorrect. Solution: Turn off Views caching for the View of terms by adding cached="off" to the View shortcode. |
2 | 6 | 4 years, 4 months ago | ||
Views data not working when it was before
Started by: barryG-4 in: Toolset Professional Support |
2 | 8 | 4 years, 4 months ago | ||
Toolset Access – Update Failed: undefined
Started by: barryG-4 in: Toolset Professional Support |
2 | 3 | 4 years, 10 months ago | ||
The code '[typesfield' is showing in a phone call button on iPhones
Started by: barryG-4 in: Toolset Professional Support |
1 | 6 | 5 years ago | ||
Error When Adding Google Analytics Code Using Code Snippet
Started by: barryG-4
in: Toolset Professional Support
Problem: I am trying to add some Google Analytics code in a Toolset Custom Code snippet but it's not working as expected. Solution: Toolset's custom code snippets feature is for adding PHP code, not JavaScript / HTML. You can follow Astra's guide for adding JavaScript at the link below. Relevant Documentation: |
2 | 3 | 5 years ago | ||
Code previously given to now is no longer accepted in functions file
Started by: barryG-4
in: Toolset Professional Support
Problem: Custom code that should hide Toolset buttons in wp-admin is no longer working as expected. Solution: Check the linebreak and indentation encoding, there seems to be some issue. Also if you use a custom code snippet in Toolset > Settings, you'll need to increase the priority of the init hook. |
2 | 7 | 5 years ago | ||
Adding Conditional Code To Retrieve Taxonomy Item In A View
Started by: barryG-4
in: Toolset Professional Support
Problem: I have a View that displays a custom post type. I have a custom taxonomy associated with this custom post type. If the term "New" is associated with a post in the View, I would like to display "New" with the post information. No other terms should be displayed for this post. Solution: The wpv-post-taxonomy shortcode is not filterable or conditional like this, so you must use a nested View of this taxonomy. Add a term Query Filter, set by the current post in the loop. Then in the loop, use the wpv-taxonomy-title shortcode in Conditional HTML to test each term in the results. If the term matches "New", display the term. If not, display nothing. [wpv-conditional if="('[wpv-taxonomy-title]' eq 'New')"] New [/wpv-conditional] Relevant Documentation: |
2 | 11 | 5 years ago | ||
Disabling Fields & Views, Toolset Forms and Access buttons to some users
Started by: barryG-4 in: Toolset Professional Support |
2 | 3 | 5 years ago | ||
Shortcode to display a URL in a custom post field not working
Started by: barryG-4
in: Toolset Professional Support
Problem: I am trying to use a custom URL field as the destination for an Elementor button element, but it's not working correctly. Solution: In the Shortcode area, use the following syntax: [types field='twitter-url' post_id='3679' output='raw'][/types] Relevant Documentation: |
2 | 5 | 5 years ago | ||
Content from an external site does not display from a toolset field
1
2
Started by: barryG-4 in: Toolset Professional Support |
2 | 19 | 5 years, 2 months ago | ||
Setting character limit on a Single Line field.
Started by: barryG-4
in: Toolset Professional Support
Problem: The issue here is that the user wanted to set a character limit to their backend single line custom field. Solution: For this to work you will need to install the plugin below. Secondly you will need to add a new custom JS code snippet. Ensure that the options on the snippet are exactly the same as mine, see screenshot Then add the following to your snippet. jQuery(document).ready(function( $ ){ jQuery("input[name='wpcf[linked-many]']").attr("maxlength", 4); }); Now you need to replace 'linked-many' with slug of your custom field and replace the 4 with the number of characters you want to limit the field to. |
2 | 11 | 5 years, 2 months ago | ||
Toolset Gallery Field not accepting the key Images
Started by: barryG-4 in: Toolset Professional Support |
2 | 10 | 5 years, 5 months ago | ||
Is Toolset suitable for a dog kennel site
Started by: barryG-4
in: Toolset Professional Support
Problem: I would like to know if I can create a website with Toolset. It should allow site visitors to book reservations for dogs at a dog kennel, and accept online payment. Solution: I suggest looking for the ecommerce and booking functionality through WooCommerce and its Booking extension. Toolset may still be useful, but these other tools will be better suited to handle the reservation system. |
2 | 4 | 5 years, 5 months ago | ||
Adding more than one field to a list view and styling it
Started by: barryG-4 in: Toolset Professional Support |
2 | 9 | 5 years, 6 months ago |