stewartE
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 |
---|---|---|---|---|---|
Filter by Date
Started by: stewartE in: Toolset Professional Support |
4 | 9 | 6 years ago | ||
Filters not working
1
2
Started by: stewartE in: Toolset Professional Support |
3 | 18 | 6 years, 1 month ago | ||
Parametric search to filter a view by post status
Started by: stewartE in: Toolset Professional Support |
2 | 3 | 6 years, 1 month ago | ||
Q& A Plugin
Started by: stewartE in: Toolset Professional Support |
2 | 2 | 6 years, 1 month ago | ||
Make date not a link
Started by: stewartE in: Toolset Professional Support |
2 | 2 | 6 years, 2 months ago | ||
Make phone numbers clickable
Started by: stewartE
in: Toolset Professional Support
Problem: Solution: <a href="tel:[types field='phone' output='raw'][/types]"><i class="fa fa-phone-square blue" aria-hidden="true"> [types field='phone'][/types]</i> </a> You can find the proposed solution, in this case with the following reply: Relevant Documentation: |
3 | 5 | 6 years, 2 months ago | ||
Hiding options on dashboard
Started by: stewartE
in: Toolset Professional Support
Problem: I would like to hide the The7 menu item in the wp-admin area based on User capabilities. Solution: I'm not sure if the7 offers the ability to control the display of this menu with capabilities. That's something you would need to find out from their support team. If so, you can add that capability here and manage it with Access. If not, then you'll probably need some custom code to remove the menu page. Something like this will hide the menu from everyone except Administrators: add_action( 'admin_menu', 'remove_the7_menu_pages', 999 ); function remove_the7_menu_pages() { if(!current_user_can('administrator')) { remove_menu_page( 'the7-dashboard' ); } } Relevant Documentation: |
2 | 2 | 6 years, 3 months ago | ||
Count post views and order by that count on a View
Started by: stewartE
in: Toolset Professional Support
ProblemHow can I create a view that displays the most viewed post on top, the less seen on the bottom of the list generated? SolutionThe sort, ordering or even querying by a "post-view" count would not be the problem in Toolset, the issue is more that we would need to add a tracking system to somehow count views of Posts. If you find a Plugin that adds this in form of PostMeta, then you can use this information to order or query a View output. An example that should work: Or, even nicer, a custom logic code: This last code uses post meta, which is perfect for the case here. However be careful storing such data and always check if this complies with GDPR laws. |
3 | 4 | 6 years, 4 months ago | ||
Changes to Google Maps Platform
Started by: stewartE in: Toolset Professional Support |
2 | 2 | 6 years, 5 months ago | ||
Content Template inside element
Started by: stewartE in: Toolset Professional Support |
2 | 6 | 6 years, 5 months ago | ||
Changes to Google Maps
Started by: stewartE
in: Toolset Professional Support
Problem: Will upcoming changes to the Google Maps API pricing structure affect my site? Solution: The changes in Google Maps will certainly apply to your site, but may or may not affect your site in a noticeable way. In plain language, Google is enforcing a fee for each address that the site converts to a location on a map. Those fees are charged to the API Key owner, not to Toolset. Google will give you $200 worth of this service each month at no charge. For the majority of our clients, this free service tier is sufficient for their needs and they will never incur any additional cost. However, if in one month you add a large number of new points on a map, or clear your existing geolocation cache in Toolset > Settings > Maps, you may exceed the $200 threshold. If you exceed the $200 free trial per month, your site Users may be shown error messages on your maps, and distance filtering may not work as expected. In technical terms, Toolset uses the Google Maps API to convert each address when it is first entered or saved, then stores that address's location on the map in a cache for future use. This means that the locations that have already been mapped will not be charged again, only new addresses saved on the site. If you empty the location cache, you will be charged to convert those addresses the next time they are shown on a map. If your site implements static maps, you may be charged according to Google's policies for those maps as well, but most people don't use these. Relevant Documentation: |
2 | 2 | 6 years, 6 months ago | ||
Improvements to Menu
Started by: stewartE in: Toolset Professional Support |
2 | 3 | 6 years, 6 months ago | ||
CRED SQL
Started by: stewartE
in: Toolset Professional Support
Problem: The issue here is that the user wanted to know if the posts that CRED creates if they are saved to the database. Solution: In short yes these items are saved to the database. |
2 | 4 | 6 years, 6 months ago | ||
Compatibility with Visual Composer Grid Builder
Started by: stewartE in: Toolset Professional Support |
2 | 5 | 6 years, 7 months ago | ||
Filter not working
Started by: stewartE
in: Toolset Professional Support
Problem: The issue here was that the user had a query filter on his view to filter for a criteria but also wanted to add that same filter on the frontend in a parametric search. Solution: Unfortunately this is not possible because you can only have 1 of the same filter on a view at a given time. If you are using that same taxonomy or custom field as a fixed query filter then it can't be used in a parametric search. |
2 | 9 | 6 years, 7 months ago |