barryG-4
In den letzten 30 Tagen erstellte Support-Threads: 0
Lieblings-Forenthemen
This user has no favorite topics.
Forum Topics Created
Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
---|---|---|---|---|---|
Images don’t display on custom post type pages
1
2
Gestartet von: barryG-4 in: Toolset Professional Support |
|
2 | 21 | vor 4 Jahren, 4 Monaten | |
Images in Custom Posts Are Not Displaying
Gestartet von: 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 | vor 4 Jahren, 5 Monaten | |
I cannot add a custom image field to a Post type template – The key is blank
Gestartet von: barryG-4 in: Toolset Professional Support |
|
2 | 6 | vor 4 Jahren, 5 Monaten | |
Toolset Views Not Working After 1 Year Of Working Perfectly
Gestartet von: 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 | vor 4 Jahren, 8 Monaten | |
Views data not working when it was before
Gestartet von: barryG-4 in: Toolset Professional Support |
|
2 | 8 | vor 4 Jahren, 9 Monaten | |
Toolset Access – Update Failed: undefined
Gestartet von: barryG-4 in: Toolset Professional Support |
|
2 | 3 | vor 5 Jahren, 3 Monaten | |
The code '[typesfield' is showing in a phone call button on iPhones
Gestartet von: barryG-4 in: Toolset Professional Support |
1 | 6 | vor 5 Jahren, 4 Monaten | ||
Error When Adding Google Analytics Code Using Code Snippet
Gestartet von: 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 | vor 5 Jahren, 4 Monaten | |
Code previously given to now is no longer accepted in functions file
Gestartet von: 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 | vor 5 Jahren, 5 Monaten | |
Adding Conditional Code To Retrieve Taxonomy Item In A View
Gestartet von: 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 | vor 5 Jahren, 5 Monaten | |
Disabling Fields & Views, Toolset Forms and Access buttons to some users
Gestartet von: barryG-4 in: Toolset Professional Support |
|
2 | 3 | vor 5 Jahren, 5 Monaten | |
Shortcode to display a URL in a custom post field not working
Gestartet von: 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 | vor 5 Jahren, 5 Monaten | |
Content from an external site does not display from a toolset field
1
2
Gestartet von: barryG-4 in: Toolset Professional Support |
|
2 | 19 | vor 5 Jahren, 6 Monaten | |
Setting character limit on a Single Line field.
Gestartet von: 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 | vor 5 Jahren, 7 Monaten | |
Is Toolset suitable for a dog kennel site
Gestartet von: 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 | vor 5 Jahren, 10 Monaten |