barryG-4
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é |
---|---|---|---|---|---|
Images don’t display on custom post type pages
1
2
Commencé par : barryG-4 in: Toolset Professional Support |
2 | 21 | Il y a 4 années et 1 mois | ||
Images in Custom Posts Are Not Displaying
Commencé par : barryG-4
in: Toolset Professional Support
Problem: Using Elementor template to design those single photo-album posts, and using Elementor Gallery widget to display repeatable image fields. Solution: It is Elementor plugin can not output the images, I don't think we can fix their problem, you might need to check it with Elementor support. As a workaround, you can try our Toolset Blocks plugin: https://toolset.com/forums/topic/images-in-custom-posts-are-not-displaying/#post-1832895 Relevant Documentation: https://toolset.com/course-lesson/creating-templates-to-display-custom-posts/ |
2 | 6 | Il y a 4 années et 1 mois | ||
I cannot add a custom image field to a Post type template – The key is blank
Commencé par : barryG-4 in: Toolset Professional Support |
2 | 6 | Il y a 4 années et 1 mois | ||
Toolset Views Not Working After 1 Year Of Working Perfectly
Commencé par : 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 | Il y a 4 années et 5 mois | ||
Views data not working when it was before
Commencé par : barryG-4 in: Toolset Professional Support |
2 | 8 | Il y a 4 années et 5 mois | ||
Toolset Access – Update Failed: undefined
Commencé par : barryG-4 in: Toolset Professional Support |
2 | 3 | Il y a 4 années et 11 mois | ||
The code '[typesfield' is showing in a phone call button on iPhones
Commencé par : barryG-4 in: Toolset Professional Support |
1 | 6 | Il y a 5 années et 1 mois | ||
Error When Adding Google Analytics Code Using Code Snippet
Commencé par : 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 | Il y a 5 années et 1 mois | ||
Code previously given to now is no longer accepted in functions file
Commencé par : 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 | Il y a 5 années et 1 mois | ||
Adding Conditional Code To Retrieve Taxonomy Item In A View
Commencé par : 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 | Il y a 5 années et 1 mois | ||
Disabling Fields & Views, Toolset Forms and Access buttons to some users
Commencé par : barryG-4 in: Toolset Professional Support |
2 | 3 | Il y a 5 années et 1 mois | ||
Shortcode to display a URL in a custom post field not working
Commencé par : 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 | Il y a 5 années et 1 mois | ||
Content from an external site does not display from a toolset field
1
2
Commencé par : barryG-4 in: Toolset Professional Support |
2 | 19 | Il y a 5 années et 3 mois | ||
Setting character limit on a Single Line field.
Commencé par : 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 | Il y a 5 années et 3 mois | ||
Toolset Gallery Field not accepting the key Images
Commencé par : barryG-4 in: Toolset Professional Support |
2 | 10 | Il y a 5 années et 6 mois |