Charles
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 |
---|---|---|---|---|---|
How to prevent user from seeing other users posts?
Started by: Charles in: Toolset Professional Support |
3 | 5 | 4 years, 1 month ago | ||
How can I switch between loops in Views
Started by: Charles in: Toolset Professional Support |
2 | 2 | 5 years, 4 months ago | ||
How to show parent/child custom post's slug in permalink
Started by: Charles in: Toolset Professional Support |
2 | 4 | 5 years, 5 months ago | ||
Auto loading with View when scrolled to bottom of page
Started by: Charles in: Toolset Professional Support |
2 | 4 | 5 years, 5 months ago | ||
Specified file failed upload test
Started by: Charles
in: Toolset Professional Support
Problem: I get this "Specified file failed upload test." error (as attached) when uploading an image with the "Contributor" role. Solution: Please try these in your website: 1) Make sure you are using the latest version of Toolset plugins, you can download them here: 2) In case it is a compatibility problem, please deactivate all other plugins, and switch to wordpress default theme 2019, deactivate all custom PHP/JS code snippets, and test again Relevant Documentation: |
2 | 3 | 5 years, 5 months ago | ||
How to hide file path in image upload gallery for Custom Fields
Started by: Charles in: Toolset Professional Support |
2 | 2 | 5 years, 5 months ago | ||
How to hide toolset buttons in wp editor for non-admin users
Started by: Charles
in: Toolset Professional Support
Problem: I would like to hide the Toolset buttons that appear above the main editor. Only admins should see these buttons. Solution: Use a custom code snippet: add_filter( 'toolset_editor_add_form_buttons', function(){ if( current_user_can('administrator') ) { return true; } return false; }); Relevant Documentation: |
2 | 9 | 5 years, 6 months ago | ||
CSS broken after Toolset upgrade
Started by: Charles in: Toolset Professional Support |
2 | 5 | 6 years ago | ||
How to ensure Access Author role can only read and edit his own custom posts
Started by: Charles in: Toolset Professional Support |
2 | 5 | 6 years ago | ||
[Re-open] How to autofill parent custom field?
Started by: Charles in: Toolset Professional Support |
2 | 7 | 6 years, 7 months ago | ||
How to autofill parent custom field?
Started by: Charles
in: Toolset Professional Support
Problem: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 6 | 6 years, 7 months ago | ||
Views seem to have got hacked
Started by: Charles
in: Toolset Professional Support
Problem: In the Google Analytics dashboard, I see some strange traffic with URL parameters that seem to point to strange links. Solution: It looks like someone or some bot visited your site URL with this parameter in the URL. I don't think it's anything to worry about in this case. |
2 | 6 | 6 years, 8 months ago | ||
Views not working when browser script blockers such as noscript is active
Started by: Charles in: Toolset Professional Support |
2 | 5 | 6 years, 8 months ago | ||
How to hide Google Map POIs in View?
Started by: Charles
in: Toolset Professional Support
Problem: I am trying to disable POI pop ups in google map in View. There seem to be no option or short code to do that. As shown in screen shot, the POIs pops up easily on mobile especially in dense urban areas where there are many businesses. This shifts the map from the Markers I want to show. And I don't need these POIs at all. Google presents option to do this via Styling: https://developers.google.com/maps/documentation/android-api/poi But I do not know how to apply all these codes in Toolset. Solution: It is possible to customize style of Toolset maps, for example, [ { "featureType": "poi.business", "stylers": [ { "visibility": "off" } ] } ] https://developers.google.com/maps/documentation/android-api/poi 2) upload it to your webserver, you will get the URL of the json file, for example: http://site-url/wp-content/uploads/2018/03/No-poi.json 3) Then edit the map shortcode [wpv-map-render], add attribute "style_json" in it, specific the value as the JSON file URL, for example: [wpv-map-render style_json="http://site-url/wp-content/uploads/2018/03/No-poi.json" ...][/wpv-map-render] Relevant Documentation: https://toolset.com/documentation/user-guides/display-on-google-maps/using-custom-styles-for-maps/ |
2 | 4 | 6 years, 9 months ago | ||
How to add JS to Toolset
Started by: Charles
in: Toolset Professional Support
ProblemHow can we use JS in a Toolset View or Content Template? Solution JS is added to the JS Editors under each of the relevant HTML editors. There are also several hooks you can use when you press the button "Front-End Events" in the JS Editor for a Views Filter. Relevant Documentationhttps://toolset.com/documentation/user-guides/adding-custom-javascript-views/ |
2 | 3 | 6 years, 9 months ago |