ericL-12
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 |
---|---|---|---|---|---|
Displaying post relationship name
Started by: ericL-12 in: Toolset Professional Support |
2 | 6 | 3 years, 8 months ago | ||
Nothing works after updating
Started by: ericL-12 in: Soporte profesional de Toolset |
3 | 6 | 3 years, 11 months ago | ||
Errors in checkout page of woocommerce
Started by: ericL-12 in: Soporte profesional de Toolset |
2 | 10 | 4 years, 8 months ago | ||
Conflicts between Toolset and Elementor
Started by: ericL-12 in: Soporte profesional de Toolset |
2 | 3 | 4 years, 9 months ago | ||
Add custom code in the sixth column of a loop in a view
Started by: ericL-12 in: Soporte profesional de Toolset |
2 | 2 | 4 years, 9 months ago | ||
Adding WC price to products archive even when the product has a variation
Started by: ericL-12 in: Toolset Professional Support |
2 | 2 | 4 years, 10 months ago | ||
Related posts not showing well
Started by: ericL-12
in: Toolset Professional Support
Problem: I would like to show a View of related Products in the single Product Layout. For some reason the Loop Template of the related Products View does not show the correct information. It shows the post body of each related Product. Solution: In this case, the Loop Templates and Content Templates are causing some conflicts. The best solution is to put all the code directly in the Loop Output editor, and not use a Loop Template. [wpv-layout-start] [wpv-items-found] <!-- wpv-loop-start --> <div class="container wpv-loop js-wpv-loop"> <wpv-loop wrap="4" pad="true"> [wpv-item index=1] <div class="row "> <div class="col-sm-3 col-xs-12"> <div class="book-single-archive"> <div class="imgbooks"> <div class="imgbook"> <a href="[wpv-post-url]">[wpv-post-featured-image size="woocommerce_thumbnail" class="book-image-shop"]</a> </div> </div> <div class="shop-text-wrapper"> <p class="book-cat-shop">[wpv-post-taxonomy type="product_cat"]</p> <h2 class="book-title-shop">[wpv-post-link]</h2> <h3 class="book-author-shop">[wpv-post-link id="[wpv-post-field name="_wpcf_belongs_autor_id"]"]</h3> </div> <div class="price-shop-container"> <div class="price-archive"> [wpv-woo-product-price] </div> <div class="buy-archive"> [wpv-woo-buy-or-select add_to_cart_text="COMPRAR"] </div> </div> </div> </div> [wpv-item index=other] <div class="col-sm-3 col-xs-12"> <div class="book-single-archive"> <div class="imgbooks"> <div class="imgbook"> <a href="[wpv-post-url]">[wpv-post-featured-image size="woocommerce_thumbnail" class="book-image-shop"]</a> </div> </div> <div class="shop-text-wrapper"> <p class="book-cat-shop">[wpv-post-taxonomy type="product_cat"]</p> <h2 class="book-title-shop">[wpv-post-link]</h2> <h3 class="book-author-shop">[wpv-post-link id="[wpv-post-field name="_wpcf_belongs_autor_id"]"]</h3> </div> <div class="price-shop-container"> <div class="price-archive"> [wpv-woo-product-price] </div> <div class="buy-archive"> [wpv-woo-buy-or-select add_to_cart_text="COMPRAR"] </div> </div> </div> </div> [wpv-item index=4] <div class="col-sm-3 col-xs-12"> <div class="book-single-archive"> <div class="imgbooks"> <div class="imgbook"> <a href="[wpv-post-url]">[wpv-post-featured-image size="woocommerce_thumbnail" class="book-image-shop"]</a> </div> </div> <div class="shop-text-wrapper"> <p class="book-cat-shop">[wpv-post-taxonomy type="product_cat"]</p> <h2 class="book-title-shop">[wpv-post-link]</h2> <h3 class="book-author-shop">[wpv-post-link id="[wpv-post-field name="_wpcf_belongs_autor_id"]"]</h3> </div> <div class="price-shop-container"> <div class="price-archive"> [wpv-woo-product-price] </div> <div class="buy-archive"> [wpv-woo-buy-or-select add_to_cart_text="COMPRAR"] </div> </div> </div> </div> </div> [wpv-item index=pad] <div class="col-sm-3 col-xs-12"></div> [wpv-item index=pad-last] <div class="col-sm-3 col-xs-12"></div> </div> </wpv-loop> </div> <!-- wpv-loop-end --> [/wpv-items-found] [wpv-no-items-found] <strong>[wpml-string context="wpv-views"]No items found[/wpml-string]</strong> [/wpv-no-items-found] [wpv-layout-end] |
4 | 13 | 6 years, 6 months ago | ||
Woocommerce category pages are not using my archive layouy
Started by: ericL-12 in: Toolset Professional Support |
2 | 3 | 6 years, 6 months ago | ||
p tag and css class not working in wpv-post-excerpt
Started by: ericL-12
in: Toolset Professional Support
Problem: The issue here is that the user is unable to add html around the [wpv-post-excerpt] shortcode because the html gets removed. Solution: The shortcode is. 1 // Add Shortcode function my_excerpt() { return get_the_excerpt(); } add_shortcode( 'my_excerpt', 'my_excerpt' ); With this shortcode [my_excerpt] you will be able to add html tags around it. |
2 | 9 | 6 years, 6 months ago | ||
Importing with WP all import not working
Started by: ericL-12
in: Toolset Professional Support
Problem: I would like to export custom field data from one site using WP All Export, and then import that custom field data into another site using WP All Import. Solution: When you create an export file, you have the ability to customize the export data. In the customizer, you can drag custom fields from the right into the export builder on the left (see the attached screenshot customizer.png). Custom field values created by Types have the prefix "wpcf-". When the CSV is produced, it will include the selected custom field values (see csv.png). |
2 | 9 | 6 years, 6 months ago | ||
Show two or more related posts
Started by: ericL-12 in: Toolset Professional Support |
2 | 5 | 6 years, 6 months ago | ||
Sidebar appearing at the bottom of the page
Started by: ericL-12 in: Toolset Professional Support |
2 | 7 | 6 years, 6 months ago | ||
Showing related parent fields not working in woocommerce product page
Started by: ericL-12
in: Soporte profesional de Toolset
Problem: Show a field from a related parent custom post in a product page (it's a book page and I want to show the authors information). I deactivated all plugins and changed theme and it worked Solution: It should be a compatibility problem between Toolset plugins and other plugins/theme in your website, I will not be able to duplicate same problem with only the database dump file, as I suggest you above, please try these: 1) deactivate other plugins and switch to wordpress default theme, and test again Relevant Documentation: |
2 | 12 | 6 years, 7 months ago |