tomS-10
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 |
---|---|---|---|---|---|
Order after numbers which are separated with spaces
1
2
Started by: tomS-10 in: Toolset Professional Support |
2 | 24 | 6 years ago | ||
Marker does not show up on map
Started by: tomS-10 in: Toolset Professional Support |
2 | 3 | 6 years ago | ||
Responsive Images – Load different on each screen size
Started by: tomS-10 in: Toolset Professional Support |
2 | 8 | 6 years, 4 months ago | ||
Nothing happends when press search
Started by: tomS-10
in: Toolset Professional Support
Problem: The issue here is that the user has a custom search on their archive page but its not working when the search button is pressed. Solution: What I recommend that you check is that the option "Don't include current page in query result" is not checked. |
2 | 12 | 6 years, 4 months ago | ||
Setting up RSS with Toolset Layouts 2.3.1
Started by: tomS-10
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 15 | 6 years, 5 months ago | ||
Change numbers of columns inside wpv-loop wrap
Started by: tomS-10
in: Toolset Professional Support
Problem: I have a Bootstrap grid View that shows 4 columns on desktop size screens. I would like to show fewer columns on tablet and mobile devices, but the grid items have different heights so the rows do not break evenly. Solution: The easiest way to fix this is to use a fixed height for all items. This will prevent the problem where rows break unevenly, but you may have to add some CSS that truncates the content of each item so long text isn't cut off at the bottom. You may also have to add some media queries to change the fixed heights at different screen resolutiosn. Other solutions may involve scrollbars inside each item's content, or using custom JavaScript to manipulate item heights. Relevant Documentation: |
2 | 2 | 6 years, 5 months ago | ||
RSS Feed linked to custom post type
1
2
Started by: tomS-10 in: Toolset Professional Support |
2 | 28 | 6 years, 5 months ago | ||
Line-break not working
Started by: tomS-10
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 5 | 6 years, 5 months ago | ||
Make a view only appear on specific days
Started by: tomS-10
in: Toolset Professional Support
Problem: I would like to show a View on my site only on specific days of the week. The View should only appear Monday - Thursday. Solution: add_shortcode( 'format_today', 'format_today_func'); function format_today_func($atts = []) { $atts = shortcode_atts([ 'format' => 'l', ], $atts); $today = date($atts['format']); return $today; } Then go to Toolset > Settings > Frontend Content > Third-party shortcode arguments and add format_today. The full conditional: [wpv-conditional if="( '[format_today]' eq 'Friday' ) OR ( '[format_today]' eq 'Saturday' ) OR ( '[format_today]' eq 'Sunday' )" evaluate="false"] View goes here and is shown Monday - Thursday only. [/wpv-conditional] Relevant Documentation: |
2 | 3 | 6 years, 6 months ago | ||
Custom posts do not auto-save
Started by: tomS-10
in: Toolset Professional Support
Problem: Solution: You can change them at Toolset > Post Types > your_type > Edit > Sections to display > Revisions |
4 | 9 | 6 years, 6 months ago | ||
Show most popular posts based on post view count
Started by: tomS-10 in: Toolset Professional Support |
2 | 3 | 6 years, 6 months ago | ||
How to include taxonomy terms in custom searches?
Started by: tomS-10
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
2 | 3 | 6 years, 6 months ago | ||
Print friendly page
Started by: tomS-10 in: Toolset Professional Support |
2 | 5 | 6 years, 7 months ago | ||
Custom post type – Single posts with pagination for previous/next
Started by: tomS-10
in: Toolset Professional Support
Problem: The issue here is that the user wanted to add pagination to his single post pages. Solution: Since this is a single Post Page then it would be up to the theme to add the pagination there. I would suggest contacting the support team for your theme and see if they can assist with adding the pagination to the post templates. However we do have some shortcode that should be able to help this situation. |
2 | 3 | 6 years, 7 months ago | ||
Show most popular posts based on post view count
Started by: tomS-10 in: Toolset Professional Support |
2 | 10 | 6 years, 8 months ago |