Ben
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 |
---|---|---|---|---|---|
Using Elementor template shortcodes inside View loop
Started by: Ben
in: Toolset Professional Support
Problem: The issue here is that the user is loading an elementor template shortcode in the view loop. Solution: This is actually possible as your shortcodes will still render inside a view loop. |
2 | 7 | 5 years, 6 months ago | ||
Show media custom fields in media attachment details
Started by: Ben in: Toolset Professional Support |
2 | 6 | 5 years, 6 months ago | ||
Custom Fields Privacy
Started by: Ben
in: Toolset Professional Support
Problem: The issue here is that the user wanted to know if a custom field data is available if its not being displayed on the page. Solution: No if the custom field isn't added to a template that displays the data then the frontend users won't be able to know what is the value of that custom field. |
2 | 9 | 5 years, 6 months ago | ||
Query intermediary and search parent or query parent and filter by intermediary
Started by: Ben in: Toolset Professional Support |
2 | 11 | 5 years, 6 months ago | ||
wpml-string in Views
Started by: Ben
in: Toolset Professional Support
Problem: The [wpml-string] shortcode assists in building multilingual sites with the help of the Toolset and WPML plugins. It allows you to register strings for translation in WPML’s String translation and displays the translations. Relevant Documentation: |
2 | 5 | 5 years, 6 months ago | ||
One to many relationship is showing intermediary custom fields after import
Started by: Ben in: Toolset Professional Support |
2 | 4 | 5 years, 7 months ago | ||
Internal security issue with Access permissions
Started by: Ben in: Toolset Professional Support |
2 | 11 | 5 years, 7 months ago | ||
Capabilities required to edit custom code snippets
Started by: Ben
in: Toolset Professional Support
Problem: The issue here is that the user wanted to know if their were any specific permissions to allow users to have access to specific components of Toolset Solution: Unfortunately no there isn't a comprehensive list of permissions to give users partial access to toolset components. |
2 | 7 | 5 years, 7 months ago | ||
Function not showing correct time via custom code snippets after start of DST
1
2
Started by: Ben
in: Toolset Professional Support
Problem: The issue here is that the user had some custom code below. add_shortcode('time-date', 'timedate'); function timedate() { date_default_timezone_set( get_post_meta(get_the_ID(), 'wpcf-timezone-select-test')); return date( 'H:i', current_time( 'timestamp' )); } This takes a location based on the PHP timezone location list below. It should render the time at the location that is specified, however the user notices that there is Daylight saving time activated even in countries that don't observe this. Solution: The user had set a specific timezone in their wordpress settings to a location that observes Daylight Saving Time. This had the effect that it will offset all the clock location by the DST rules. To workaround this I would recommend setting your wordpress settings timezone to UTC or GMT with no offsets. |
2 | 18 | 5 years, 7 months ago | ||
Content Template search in dashboard maybe not working correctly
Started by: Ben
in: Toolset Professional Support
Problem: The issue here is that the user is using the search on the backend on the content templates page to find their templates based on the title, however more than just the exact title matches were showing up. Solution: The search actually doesn't only match based on the title of the content template but also texts that are within the template. So if your search text matches the content within the template then it will match as well. You can check this to see if this is the case for you or if your keyword isn't present in the results at all. |
2 | 5 | 5 years, 7 months ago | ||
Import CSV with many to many post relationship including intermediary posts
Started by: Ben in: Toolset Professional Support |
2 | 3 | 5 years, 7 months ago | ||
Conditional statement that evaluates across multiple Views
Started by: Ben
in: Toolset Professional Support
Problem: Solution: You can find the proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 3 | 5 years, 7 months ago | ||
URGENT! Capabilities required to edit custom code snippets
Started by: Ben in: Toolset Professional Support |
2 | 10 | 5 years, 7 months ago | ||
Use [wpv-post-status]
Started by: Ben in: Toolset Professional Support |
1 | 2 | 5 years, 8 months ago | ||
Display time using shortcode after adjusting based on time zone stored as CF
Started by: Ben in: Toolset Professional Support |
2 | 3 | 5 years, 8 months ago |