ericL-12
Admite hilos creados en los últimos 30 días: 0
Debates favoritos del foro
Este usuario no tiene debates favoritos.
Temas del foro creados
Status | Debate | Supporter | Voces | Mensajes | Caducidad |
---|---|---|---|---|---|
Displaying post relationship name
Iniciado por: ericL-12 en: Toolset Professional Support |
2 | 6 | hace 3 años, 8 meses | ||
Nothing works after updating
Iniciado por: ericL-12 en: Soporte profesional de Toolset |
3 | 6 | hace 3 años, 11 meses | ||
Errors in checkout page of woocommerce
Iniciado por: ericL-12 en: Soporte profesional de Toolset |
2 | 10 | hace 4 años, 8 meses | ||
Conflicts between Toolset and Elementor
Iniciado por: ericL-12 en: Soporte profesional de Toolset |
2 | 3 | hace 4 años, 9 meses | ||
Add custom code in the sixth column of a loop in a view
Iniciado por: ericL-12 en: Soporte profesional de Toolset |
2 | 2 | hace 4 años, 9 meses | ||
Adding WC price to products archive even when the product has a variation
Iniciado por: ericL-12 en: Toolset Professional Support |
2 | 2 | hace 4 años, 10 meses | ||
Related posts not showing well
Iniciado por: ericL-12
en: 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 | hace 6 años, 6 meses | ||
Woocommerce category pages are not using my archive layouy
Iniciado por: ericL-12 en: Toolset Professional Support |
2 | 3 | hace 6 años, 6 meses | ||
p tag and css class not working in wpv-post-excerpt
Iniciado por: ericL-12
en: 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 | hace 6 años, 6 meses | ||
Importing with WP all import not working
Iniciado por: ericL-12
en: 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 | hace 6 años, 6 meses | ||
Show two or more related posts
Iniciado por: ericL-12 en: Toolset Professional Support |
2 | 5 | hace 6 años, 6 meses | ||
Sidebar appearing at the bottom of the page
Iniciado por: ericL-12 en: Toolset Professional Support |
2 | 7 | hace 6 años, 6 meses | ||
Showing related parent fields not working in woocommerce product page
Iniciado por: ericL-12
en: 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 | hace 6 años, 7 meses |