BarryS9673
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 |
---|---|---|---|---|---|
View all is not loading all on page load
Started by: BarryS9673 in: Toolset Professional Support |
2 | 8 | 3 years, 2 months ago | ||
Date Picker not working
Started by: BarryS9673 in: Toolset Professional Support |
2 | 7 | 5 years, 4 months ago | ||
Using Categories
1
2
Started by: BarryS9673 in: Toolset Professional Support |
3 | 25 | 5 years, 5 months ago | ||
Fatal error: Call to undefined function mb_strtolower()
Started by: BarryS9673
in: Toolset Professional Support
Problem: Solution: To solve this issue you need to install MBString module on your server: Relevant Documentation: |
2 | 11 | 5 years, 5 months ago | ||
Types pages are not loading
Started by: BarryS9673 in: Toolset Professional Support |
1 | 2 | 5 years, 5 months ago | ||
Pagination not working
Started by: BarryS9673
in: Toolset Professional Support
Problem: Solution: You can find the proposed solution, in this case with the following reply: Relevant Documentation: |
2 | 5 | 5 years, 6 months ago | ||
is it possible to use shortcode to add portfolio-type to a Page
Started by: BarryS9673
in: Toolset Professional Support
Problem: Display "portfolio-type" posts list in a WordPress page Solution: You can create a post view: - Query portfolio-type posts - display portfolio-type post information Then insert the view shortcode [wpv-view] into your WordPress page Relevant Documentation: https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-view |
2 | 9 | 5 years, 6 months ago | ||
My blocks are not looping
Started by: BarryS9673 in: Toolset Professional Support |
2 | 12 | 5 years, 6 months ago | ||
Advice using Toolset with Oxygen 2.0
Started by: BarryS9673
in: Toolset Professional Support
Problem: The issue here is that the user wanted to call the custom fields using the php template. Solution: You can use the fields api by following the instructions below. |
2 | 5 | 6 years, 2 months ago | ||
I want to have multiple images
Started by: BarryS9673 in: Toolset Professional Support |
2 | 5 | 6 years, 7 months ago | ||
Limiting character output in Types field shortcode
Started by: BarryS9673
in: Toolset Professional Support
Problem: I would like to use a Types field shortcode to display the value of a custom field, but I would like to limit the number of characters shown. Solution: If the field holds HTML (like a WYSIWYG field, for example) then this is not a trivial task, and it would require a significant amount of custom code. However, if the field only holds plain text (like a single line or multi line text field), then you can add the following code to your child theme's functions.php file: function trim_string_func($atts, $content='') { $a = shortcode_atts( array( 'start' => 0, 'length' => 0, 'string' => '' ), $atts ); $string = $a['string']; $start = $a['start']; $length = $a['length']; return substr($string, $start, $length); } Then use it like this: [trim_string string="[types field='coach-holiday-description'][/types]" start="0" length="4"][/trim_string] |
2 | 2 | 6 years, 7 months ago | ||
The search output is not populating
Started by: BarryS9673 in: Toolset Professional Support |
2 | 6 | 6 years, 7 months ago | ||
Just want to understand more
Started by: BarryS9673
in: Toolset Professional Support
Problem: The issue here is that the user wanted to create a create a custom shop and product pages for woocomemrce using our Plugins. Solution: Take a look at these links below. https://toolset.com/learn/create-an-ecommerce-wordpress-site/designing-woocommerce-product-catalog/ These should be able to guide you through the process on how to do this. |
2 | 2 | 6 years, 8 months ago | ||
Unable to get the map to show
Started by: BarryS9673
in: Toolset Professional Support
Problem: The issue here was that the customer had created the map fields on the backend but didn't know how to display his map on the frontend. Solution: This should be able to guide you through the process as well as introduce to you any features that you are not aware of. |
2 | 10 | 6 years, 9 months ago | ||
Getting a result to show on the front end
1
2
Started by: BarryS9673
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 22 | 6 years, 9 months ago |