lawrenceK
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 |
---|---|---|---|---|---|
Split: Product view not correctly applied
Started by: lawrenceK in: Toolset Professional Support |
2 | 7 | 5 years, 5 months ago | ||
Product view not correctly applied
1
2
Started by: lawrenceK
in: Toolset Professional Support
Problem: The issue here is that the user's product content template is not getting applied to new products. Solution: The issue here is that the user had our Layouts plugin installed and had created a blank product layout. So their new products were being assigned to this blank layout. In this case I would recommend creating your product template with layouts if you intend to continue with layouts. Or secondly you can just disable layouts and then just set your new products to use your previously created content template. |
2 | 19 | 5 years, 5 months ago | ||
Site breaks when Toolset plugins are activated
Started by: lawrenceK in: Toolset Professional Support |
2 | 9 | 5 years, 5 months ago | ||
Is there a way to format site search results?
Started by: lawrenceK in: Toolset Professional Support |
2 | 2 | 5 years, 8 months ago | ||
Display view correctly
Started by: lawrenceK
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
2 | 5 | 5 years, 9 months ago | ||
Fancybox is not working
Started by: lawrenceK
in: Toolset Professional Support
Problem: I am displaying multiple instances image field. When a user clicks on an image, it should open the full-size in a lightbox. Solution: You can setup the HTML link, like this: https://toolset.com/forums/topic/fancybox-is-not-working/#post-1208065 Relevant Documentation: https://toolset.com/documentation/customizing-sites-using-php/functions/#image |
2 | 5 | 5 years, 9 months ago | ||
Remove WP meta info from View page
Started by: lawrenceK in: Toolset Professional Support |
2 | 2 | 5 years, 10 months ago | ||
Taxonomy filter not working
Started by: lawrenceK in: Toolset Professional Support |
1 | 1 | 5 years, 10 months ago | ||
There is a problem with status field. Please check CRED form.
1
2
Started by: lawrenceK
in: Toolset Professional Support
Problem: The issue here is that the user is getting the error "There is a problem with status field. Please check CRED form." This happens because there is a field on your form that isn't on the custom post type. What I recommend that you do is to check the form to ensure that all the fields that are on the form are the same that are assigned to the CPT. |
2 | 17 | 6 years ago | ||
Create graphical taxonomy grid
1
2
Started by: lawrenceK in: Toolset Professional Support |
3 | 24 | 6 years ago | ||
Hide Uncategorized term in View of taxonomy terms
Started by: lawrenceK in: Toolset Professional Support |
2 | 2 | 6 years ago | ||
Cotent Template not displaying
Started by: lawrenceK
in: Toolset Professional Support
Problem: The issue here is that the user's content template wasn't displaying how they wanted it and a few images were there from the theme. The custom wanted to hide these images. Then just apply this css if its an ID #idname{ display:none; } If its a class selector then you do this. .idname{ display:none; } |
2 | 13 | 6 years ago | ||
Reset button code not working
Started by: lawrenceK in: Toolset Professional Support |
2 | 2 | 6 years, 1 month ago | ||
Content template not editable with Divi
1
2
Started by: lawrenceK
in: Toolset Professional Support
Problem: The issue here is that the user is trying to edit their content template that was built using the Divi builder, but the template won't show up. Solution: It seems the issue was that it was using the [] brackets for shortcodes in divi. Due to some issues with Divi and Toolset we added a special way of rendering the shortcodes in Divi. Please ensure that when you add our Toolset shortcodes to your divi layout they are of this format -> {!{cred_form form='form-edit-a-product'}!} |
2 | 20 | 6 years, 1 month ago | ||
White top border on results view cannot be removed
Started by: lawrenceK
in: Toolset Professional Support
Problem: Solution: Add the following to one of the edit sections of the View: <style type="text/css"> .entry-content tr td { border-top: none; } </style> |
2 | 5 | 6 years, 1 month ago |