veronicaG-2
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 |
---|---|---|---|---|---|
Calling get_parent_class() without arguments is deprecated
Started by: veronicaG-2 in: Toolset Professional Support |
2 | 8 | 4 weeks ago | ||
custom post type creates new layout for every click / character selection
Started by: veronicaG-2 in: Toolset Professional Support |
2 | 8 | 3 years, 1 month ago | ||
Contional view by Tag from a tag on the Custom Post Type & select products
Started by: veronicaG-2 in: Toolset Professional Support |
2 | 2 | 4 years, 8 months ago | ||
logo appears in the middle but only for two pages using views to show products
Started by: veronicaG-2 in: Toolset Professional Support |
2 | 4 | 4 years, 11 months ago | ||
The layout is not working for anything other than search.
Started by: veronicaG-2
in: Toolset Professional Support
Problem: After a recent update, my plugins were deactivated and reactivated. Now the Product Layout isn't working correctly and I see 404 errors for several pages. Solution: Resave your site permalinks. |
3 | 5 | 5 years, 8 months ago | ||
user input fields are gone & recapcha doesn't seem to work
Started by: veronicaG-2 in: Toolset Professional Support |
2 | 2 | 6 years, 6 months ago | ||
Fatal error message displays after usin Views Training Course-P7: Custom search
Started by: veronicaG-2 in: Toolset Professional Support |
3 | 9 | 6 years, 8 months ago | ||
Custom search breaks for no reason
Started by: veronicaG-2
in: Toolset Professional Support
ProblemMy View in the front end does not work for no obvious reason. Parts are missing, the styles are off and the custom search is not working either. What could it be? Solution Make sure that you close your HTML tags. Example: <div class="row"> some more HTML <div class="row"> some more HTML Instead you should use the closing HTML too: <div class="row"> some more HTML </div> <div class="row"> some more HTML </div> Not closing the HTML can exactly break the View as you experience. One single missing item may cause big effects. |
2 | 8 | 6 years, 9 months ago | ||
default post layout still appears on Content Template
Started by: veronicaG-2 in: Toolset Professional Support |
2 | 5 | 6 years, 9 months ago | ||
Layout is not displaying as code indicates
Started by: veronicaG-2 in: Toolset Professional Support |
2 | 3 | 6 years, 11 months ago | ||
Error after updating to Avada 5.3 from 5.2.2
Started by: veronicaG-2 in: Toolset Professional Support |
3 | 4 | 6 years, 11 months ago | ||
Fatal error when displaying a custom search View
Started by: veronicaG-2
in: Toolset Professional Support
Problem: Solution: Adding pagination to the View fixed the issue. |
3 | 6 | 7 years ago | ||
Item info overlaps item image when screen size gets smaller
Started by: veronicaG-2
in: Toolset Professional Support
Problem: At certain screen sizes, some of the content in the right column of my site overlaps the image displayed in the left column. Solution: Remove the col-md-6 class from the element marked in the attached screenshots. Relevant Documentation: https://getbootstrap.com/docs/3.3/css/#grid |
3 | 5 | 7 years, 1 month ago | ||
Have the price display inline
Started by: veronicaG-2
in: Toolset Professional Support
Problem: Solution: .wpb_wrapper > p:first-child, .wpb_wrapper .price { display: inline-block !important; } |
2 | 5 | 7 years, 1 month ago | ||
Product image won’t resize to full width or any other size
Started by: veronicaG-2
in: Toolset Professional Support
Problem: The Product Images in a full-width row are not shown at the correct size. I cannot adjust the size using the CSS provided in the tutorial video "Creating WooCommerce Product Templates With Toolset". Solution: The structure of the product image markup was modified by WooCommerce after this video was produced, so the proper adjustment should be as follows: .woocommerce-page div.product .ddl-full-width-row div.images { width: 100% } |
2 | 5 | 7 years, 1 month ago |