Dee_DeeA2948
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 |
---|---|---|---|---|---|
Suppress a post type from being indexed in Google
Started by: Dee_DeeA2948
in: Toolset Professional Support
Problem: I don't want custom post types to be indexed in a google search. Solution: You can follow Google document to setup the "noindex" metatag: https://developers.google.com/search/docs/advanced/crawling/block-indexing For example, some other SEO plugins support this feature: https://wordpress.org/plugins/wordpress-seo/ Relevant Documentation: |
2 | 6 | 4 years ago | ||
Require a value to be entered in the search in order to show results.
Started by: Dee_DeeA2948 in: Toolset Professional Support |
2 | 5 | 4 years ago | ||
Only allow logged-in users to comment
Started by: Dee_DeeA2948
in: Toolset Professional Support
Problem: I would like to prevent Guest users from submitting comments. Solution: Use WordPress configurations to restrict comments to logged-in Users only. Relevant Documentation: https://www.wpbeginner.com/glossary/comment/#:~:text=Only%20Allow%20Registered%20Users%20to%20Com |
2 | 3 | 4 years ago | ||
Edit url not appearing in view
Started by: Dee_DeeA2948
in: Toolset Professional Support
Problem: The Toolset edit form link is not showing, I’m not sure why this won’t work? Solution: So the problem you mentioned above is abnormal, please check these: https://toolset.com/forums/topic/edit-url-not-appearing-in-view/#post-1882459 Relevant Documentation: https://toolset.com/documentation/programmer-reference/debugging-sites-built-with-toolset/ |
2 | 3 | 4 years ago | ||
Toolset Layouts are getting automatically created everytime I edit a page
Started by: Dee_DeeA2948 in: Toolset Professional Support |
2 | 5 | 4 years ago | ||
Style distance filter
Started by: Dee_DeeA2948
in: Toolset Professional Support
Problem: Style the distance filter fields with CSS codes. Solution: Here are some examples: https://toolset.com/forums/topic/style-distance-filter/#post-1541623 Relevant Documentation: |
3 | 14 | 4 years, 10 months ago | ||
I’m trying to create a view that sorts by location. How do I do this?
Started by: Dee_DeeA2948
in: Toolset Professional Support
Problem: When I click "New Filter", I don't see the "Toolset Maps" section with the distance button below it as an option. Should this be there by default or do I need to do something else? Solution: Please check these: Relevant Documentation: |
2 | 7 | 4 years, 10 months ago | ||
Hide a specific post from view?
Started by: Dee_DeeA2948 in: Toolset Professional Support |
2 | 5 | 5 years, 8 months ago | ||
Hide a specific post from view?
Started by: Dee_DeeA2948 in: Toolset Professional Support |
2 | 5 | 5 years, 9 months ago | ||
Form stopped displaying on "my account" page
Started by: Dee_DeeA2948 in: Toolset Professional Support |
1 | 2 | 5 years, 10 months ago | ||
Save edit to meta field > Create small function which updates the main content?
Started by: Dee_DeeA2948 in: Toolset Professional Support |
2 | 3 | 5 years, 10 months ago | ||
Restrict users from submitting more than 1 post.
Started by: Dee_DeeA2948 in: Toolset Professional Support |
2 | 3 | 5 years, 10 months ago | ||
Reset Password Process Not Working
Started by: Dee_DeeA2948
in: Toolset Professional Support
Problem: The issue here is that the user's reset password isn't working correctly. Solution: To setup the reset password page please follow the instructions EXACTLY as the documentation depicts it. |
2 | 7 | 5 years, 11 months ago | ||
Customize hint on password form of Toolset
Started by: Dee_DeeA2948
in: Toolset Professional Support
Problem: Solution: function my_custom_hint() { $string = 'my custom string'; return $string; } add_filter( 'password_hint', 'my_custom_hint', 10, 1 ); Relevant Documentation: |
2 | 7 | 5 years, 11 months ago | ||
Help setting up the forgot password page
Started by: Dee_DeeA2948 in: Toolset Professional Support |
1 | 2 | 5 years, 11 months ago |