barryG-4
Admite hilos creados en los últimos 30 días: 0
Debates favoritos del foro
Este usuario no tiene debates favoritos.
Temas del foro creados
Status | Debate | Supporter | Voces | Mensajes | Caducidad |
---|---|---|---|---|---|
Images don’t display on custom post type pages
1
2
Iniciado por: barryG-4 en: Toolset Professional Support |
2 | 21 | hace 4 años, 1 mes | ||
Images in Custom Posts Are Not Displaying
Iniciado por: barryG-4
en: 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 | hace 4 años, 1 mes | ||
I cannot add a custom image field to a Post type template – The key is blank
Iniciado por: barryG-4 en: Toolset Professional Support |
2 | 6 | hace 4 años, 1 mes | ||
Toolset Views Not Working After 1 Year Of Working Perfectly
Iniciado por: barryG-4
en: 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 | hace 4 años, 5 meses | ||
Views data not working when it was before
Iniciado por: barryG-4 en: Toolset Professional Support |
2 | 8 | hace 4 años, 5 meses | ||
Toolset Access – Update Failed: undefined
Iniciado por: barryG-4 en: Toolset Professional Support |
2 | 3 | hace 4 años, 11 meses | ||
The code '[typesfield' is showing in a phone call button on iPhones
Iniciado por: barryG-4 en: Toolset Professional Support |
1 | 6 | hace 5 años, 1 mes | ||
Error When Adding Google Analytics Code Using Code Snippet
Iniciado por: barryG-4
en: 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 | hace 5 años, 1 mes | ||
Code previously given to now is no longer accepted in functions file
Iniciado por: barryG-4
en: 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 | hace 5 años, 1 mes | ||
Adding Conditional Code To Retrieve Taxonomy Item In A View
Iniciado por: barryG-4
en: 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 | hace 5 años, 1 mes | ||
Disabling Fields & Views, Toolset Forms and Access buttons to some users
Iniciado por: barryG-4 en: Toolset Professional Support |
2 | 3 | hace 5 años, 1 mes | ||
Shortcode to display a URL in a custom post field not working
Iniciado por: barryG-4
en: 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 | hace 5 años, 1 mes | ||
Content from an external site does not display from a toolset field
1
2
Iniciado por: barryG-4 en: Toolset Professional Support |
2 | 19 | hace 5 años, 3 meses | ||
Setting character limit on a Single Line field.
Iniciado por: barryG-4
en: 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 | hace 5 años, 3 meses | ||
Toolset Gallery Field not accepting the key Images
Iniciado por: barryG-4 en: Toolset Professional Support |
2 | 10 | hace 5 años, 6 meses |