francescoG-3
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 |
---|---|---|---|---|---|
FORM Post edit have issues
1
2
Started by: francescoG-3 in: Toolset Professional Support |
|
3 | 23 | 5 years, 5 months ago | |
I need to customize a View filter
1
2
Started by: francescoG-3 in: Toolset Professional Support |
|
2 | 21 | 5 years, 6 months ago | |
How to take View Shortcode from one site to another site in WordPress Multisite
Started by: francescoG-3 in: Toolset Professional Support |
|
2 | 4 | 5 years, 6 months ago | |
How to have CPT like as Post?
Started by: francescoG-3 in: Toolset Professional Support |
|
2 | 3 | 5 years, 6 months ago | |
Maps don’t work fine in post backend
Started by: francescoG-3
in: Toolset Professional Support
Problem: The issue here is that the user's Toolset map field isn't showing the field on the backend. Solution: What I would recommend is to disable any plugin that is also importing the Google Maps API since our toolset plugin already imports it. |
|
2 | 5 | 5 years, 6 months ago | |
I need to create a conditional logic using the today date and the date field
1
2
Started by: francescoG-3 in: Toolset Professional Support |
|
2 | 32 | 5 years, 7 months ago | |
I need to create a conditional logic using a shortcode that return values array
Started by: francescoG-3
in: Toolset Professional Support
Problem: Solution: You can find the proposed solution in this case with the following reply: Relevant Documentation: |
|
2 | 15 | 5 years, 7 months ago | |
I need to get the Post Author Role
Started by: francescoG-3
in: Toolset Professional Support
Problem: I need to show some content to the user, using a conditional logic by Post Author Role Solution: There isn't such a built-in feature within Toolset, it needs custom codes, currently, you can try the solution in another similar thread: Relevant Documentation: |
|
2 | 6 | 5 years, 7 months ago | |
I need to get the IDs of the images of the repeateable image field
Started by: francescoG-3
in: Toolset Professional Support
Problem: The issue here is that the user wanted to get the ID of his repeatable image fields. Solution: // Put the code of your snippet below this comment. function wp_get_image_ids() { $image_urls = get_post_meta( get_the_ID(),'wpcf-galleria-evento'); $id_list = array(); foreach ($image_urls as $image_url) { if(!empty($image_url)){ $attachment = attachment_url_to_postid($image_url); array_push($id_list, $attachment); } } return implode(",", $id_list); } add_shortcode( 'wp_get_image_ids', 'wp_get_image_ids' ); Just replace "wpcf-galleria-evento" with the slug of your repeatable image fields keeping the wpcf- prefix. Add this to your custom code section in our Toolset -> Settings-> Custom Code and activate it. Then you can just use the shortcode below to get the ID [wp_get_image_ids] |
|
2 | 6 | 5 years, 7 months ago | |
View Slider display only the image and title of the first article
Started by: francescoG-3 in: Toolset Professional Support |
|
3 | 11 | 5 years, 7 months ago | |
Toolset GUI (Pop UP, Modal) appearing behind other controls of WordPress or Plugins
Started by: francescoG-3
in: Toolset Professional Support
Problem: Solution: |
|
2 | 4 | 5 years, 8 months ago | |
When I use more than one slider in a page the site is too slow
Started by: francescoG-3 in: Toolset Professional Support |
|
2 | 7 | 5 years, 8 months ago | |
I need to have an alternative solution to build a Directory Site
Started by: francescoG-3 in: Toolset Professional Support |
|
2 | 11 | 5 years, 9 months ago | |
Conditional logic issues and others
Started by: francescoG-3 in: Toolset Professional Support |
|
2 | 6 | 5 years, 11 months ago | |
Split: checking term field conditionally with forms
Started by: francescoG-3 in: Toolset Professional Support |
|
2 | 4 | 5 years, 11 months ago |