David Gimenez
Web poet and Marketing adventurer
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 doesn’t render
Started by: David Gimenez
in: Toolset Professional Support
Problem: When a Content Template (CT) is added to a Taxonomy View and this View is inserted outside the Loop in an archive, the CT from the first View is not used anymore. Solution: It is a known issue: urrently, you can try these: Relevant Documentation: |
2 | 13 | 3 years, 11 months ago | ||
Always show markers of a custom post type and filter different custom post type
Started by: David Gimenez
in: Toolset Professional Support
Problem: I have a map that displays markers from a View that displays results from two different custom post types. I would like to be able to always display all results from custom post type A, but allow the User to apply front-end filters to filter custom post type B. Solution: Relevant Documentation: |
2 | 5 | 3 years, 11 months ago | ||
Limi to create posts by user and unexpected results
Started by: David Gimenez
in: Toolset Professional Support
Problem: Solution: I updated the code to introduce the "numberposts" equal to -1, to return all posts, and it worked form. function u_product_count() { //we create the $variable $user_product_count = count( get_posts( array( //we get the posts //we define the Post type 'post_type' => 'producte', //all posts numberposts' => -1, //we get the current logged in author 'author' => get_current_user_id(), ) ) ); //We return the amount of posts created by user return $user_product_count; } Relevant Documentation: https://developer.wordpress.org/reference/functions/get_posts/ |
3 | 9 | 3 years, 11 months ago | ||
Diconnecting posts in a M2M relationship
Started by: David Gimenez in: Toolset Professional Support |
2 | 8 | 4 years ago | ||
types termmeta comparison in conditional output
Started by: David Gimenez in: Toolset Professional Support |
3 | 13 | 4 years, 1 month ago | ||
Post form: Issue with dropdown of related posts in conditional field
Started by: David Gimenez in: Toolset Professional Support |
2 | 5 | 4 years, 2 months ago | ||
Relationship missing in form
Started by: David Gimenez in: Toolset Professional Support |
2 | 4 | 4 years, 2 months ago | ||
Unexpected result with checkboxes in custom search
Started by: David Gimenez in: Toolset Professional Support |
2 | 8 | 4 years, 2 months ago | ||
use my location css font button
1
2
Started by: David Gimenez in: Toolset Professional Support |
3 | 22 | 4 years, 2 months ago | ||
Notices showing after updating WordPress
Started by: David Gimenez in: Toolset Professional Support |
3 | 6 | 4 years, 2 months ago | ||
PHP Notice when using Views debug
Started by: David Gimenez in: Toolset Professional Support |
3 | 13 | 4 years, 3 months ago | ||
cred custom field in post title
1
2
Started by: David Gimenez in: Toolset Professional Support |
2 | 17 | 4 years, 4 months ago | ||
Passing argument to content template
Started by: David Gimenez in: Toolset Professional Support |
2 | 3 | 4 years, 4 months ago | ||
irl Parameter and wpml
Started by: David Gimenez in: Toolset Professional Support |
1 | 2 | 4 years, 5 months ago | ||
Height and width in toolset blocks
Started by: David Gimenez in: Toolset Professional Support |
2 | 3 | 4 years, 5 months ago |