donaldM-2
Support threads created in the last 30 days: 0
Favorite Forum Topics
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Create masonry grid layout using X Theme
Started by: karenC-3
in: Toolset Professional Support
Problem: About the Masonry Framework Integration, which is already in our to-do list, I added this thread into it, our developers will take care of it. According to the feedback from our developers: |
|
2 | 3 | 6 years, 1 month ago |
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Cannot Change Author on Post
Started by: donaldM-2 in: Toolset Professional Support |
|
2 | 2 | 3 years, 5 months ago | |
Document File Upload is coming to a 404 error when clicking the link.
Started by: donaldM-2 in: Toolset Professional Support |
|
2 | 3 | 3 years, 5 months ago | |
Multiple Form Notifcations When User Submits a Post
Started by: donaldM-2 in: Toolset Professional Support |
|
2 | 3 | 3 years, 5 months ago | |
Missing Results in View
Started by: donaldM-2 in: Toolset Professional Support |
|
2 | 2 | 3 years, 6 months ago | |
Including File Size
Started by: donaldM-2 in: Toolset Professional Support |
|
2 | 7 | 3 years, 6 months ago | |
Repeater Sum
Started by: donaldM-2 in: Toolset Professional Support |
|
2 | 2 | 4 years, 1 month ago | |
Map Zoom Being Overridden.
Started by: donaldM-2 in: Toolset Professional Support |
2 | 2 | 4 years, 3 months ago | ||
CRED plugin causing conflict with X and Pro.
1
2
Started by: donaldM-2 in: Toolset Professional Support |
|
2 | 18 | 4 years, 6 months ago | |
Date comparisons in conditional shortcodes
Started by: donaldM-2
in: Toolset Professional Support
Problem: Solution: For example, this will work for a custom field with a slug of due-date: [wpv-conditional if="( $(wpcf-due-date) + 31536000 lt 'TODAY()' )"] <p>Due date is more than one year ago</p> [/wpv-conditional] Pay careful attention to the formatting of the if condition. Relevant Documentation: |
|
2 | 9 | 4 years, 7 months ago | |
Simple Submission for Checking in and out
Started by: donaldM-2 in: Toolset Professional Support |
|
2 | 9 | 4 years, 7 months ago | |
Input Field
Started by: donaldM-2 in: Toolset Professional Support |
|
2 | 2 | 4 years, 7 months ago | |
Time Ago Reference
Started by: donaldM-2
in: Toolset Professional Support
Problem: The issue here was that the customer wanted to have his published post have the reference "time ago" on his published times. So if a post was publish yesterday it would say "24 hours ago" Solution: Add the following shortcode to your functions.php file add_shortcode('time-ago', 'time_ago_shortcode'); function time_ago_shortcode($atts, $content = null) { human_time_diff( get_the_time('U'), current_time('timestamp') ) . ' ago'; } Then use it by doing this [time-ago] |
|
2 | 11 | 4 years, 10 months ago | |
Comments appearing under all blogs
Started by: donaldM-2 in: Toolset Professional Support |
|
2 | 10 | 4 years, 11 months ago | |
Separate Shortcode for Map View than Lists
Started by: donaldM-2 in: Toolset Professional Support |
|
2 | 7 | 4 years, 11 months ago | |
Content not displayed because it produces an infinite loop
Started by: donaldM-2 in: Toolset Professional Support |
|
2 | 2 | 5 years ago |