johnH-21
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 |
---|---|---|---|---|---|
Using Visual Composer Shortcodes in Custom Post Fields Not Working after update
Started by: johnH-21 in: Toolset Professional Support |
2 | 5 | 5 years, 6 months ago | ||
Invalid Site Key
Started by: johnH-21
in: Toolset Professional Support
Problem: The issue here is that the user was getting an invalid site key with types version 2. Solution: What I recommend that you do is to perform a manual update of the plugin by downloading the latest version from the link below. Then uploading it to your site. Once you've done this then you should be able to re-register your plugin. |
2 | 5 | 5 years, 6 months ago | ||
Custom field groups disappear from Product editor screen
1
2
Started by: johnH-21
in: Toolset Professional Support
Problem: Custom field groups have disappeared from the Product editor screen. I cannot find them in Screen Options, and they are showing as connected to Products in the Field Group editor screen. Solution: There is currently a known issue with The7 Go Pricing, WPBakery Page Builder, and Types. When these 3 plugins are active at the same time, custom field groups disappear from the post editor screen in wp-admin. |
2 | 22 | 6 years, 8 months ago | ||
All post fields are missing
Started by: johnH-21 in: Toolset Professional Support |
2 | 2 | 6 years, 9 months ago | ||
Div, Span, & Shortcode settings are not appearing with type field & html output
Started by: johnH-21 in: Toolset Professional Support |
1 | 2 | 6 years, 11 months ago | ||
Having Issue with Layouts not stretching full width.
Started by: johnH-21 in: Toolset Professional Support |
2 | 7 | 7 years ago | ||
Setting a Custom Order that every 3rd Product is a Sold Product
Started by: johnH-21 in: Toolset Professional Support |
2 | 12 | 7 years, 2 months ago | ||
Pagination is not working just showing the shortcode. Unable to Diagnosis issue.
Started by: johnH-21 in: Toolset Professional Support |
2 | 9 | 7 years, 2 months ago | ||
Imported All Toolset Type Data, Views, etc. but Post Fields are not showing up.
Started by: johnH-21
in: Toolset Professional Support
Problem: The issue here is that the user imported his toolset data but was unable to see the information on his posts Solution: Usually issue like these are caused by plugin conflicts and I would recommend temporarily disabling all your non-toolset plugins and try again. |
2 | 8 | 7 years, 2 months ago | ||
Make Feature Products appear only on First Page of Pagination
Started by: johnH-21
in: Toolset Professional Support
Problem: The issue here is essentially the user wanted to get the current page number of his archive. Solution: We can do this with a very simple custom shortcode, add the following to your functions.php file // Add Shortcode function current_page() { return get_query_var('paged'); } add_shortcode( 'current_page', 'current_page' ); Then you can use this to get the current page number [current_page] |
2 | 7 | 7 years, 2 months ago | ||
Change Field from Text to Dropdown but keep current value
Started by: johnH-21 in: Toolset Professional Support |
2 | 3 | 7 years, 2 months ago |