majaW
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 |
|---|---|---|---|---|---|
|
Cannot update: toolset: Unable to register: Site key not matching
Started by: majaW in: Toolset Professional Support |
2 | 3 | 1 year, 8 months ago | ||
|
The url has changed, it is now in production
Started by: majaW in: Toolset Professional Support |
|
2 | 2 | 1 year, 11 months ago | |
|
Sorting of view
Started by: majaW
in: Toolset Professional Support
Problem: I can't figure out how to sort all the locations alphabetically based on the post title. Solution: You can achieve this by creating a sorting option and setting the default one to sort by title. After that, you can use CSS to hide the sorting control. Follow the steps outlined in this documentation. You can use the CSS code below to hide the sorting control:
.wpv-sorting-block {
display: none !important;
}
Relevant Documentation: https://toolset.com/course-lesson/creating-a-custom-search/#add-front-end-sorting-to-search-results |
|
2 | 4 | 2 years, 2 months ago |