ericL-12
Fils de soutien créés au cours des 30 derniers jours : 0
Sujets de forum favoris
This user has no favorite topics.
Sujets de forum créés
Status | Sujet | Supporter | Voix | Publications | Nouveauté |
---|---|---|---|---|---|
Displaying post relationship name
Commencé par : ericL-12 in: Toolset Professional Support |
2 | 6 | Il y a 3 années et 10 mois | ||
Nothing works after updating
Commencé par : ericL-12 in: Soporte profesional de Toolset |
3 | 6 | Il y a 4 années | ||
Errors in checkout page of woocommerce
Commencé par : ericL-12 in: Soporte profesional de Toolset |
2 | 10 | Il y a 4 années et 10 mois | ||
Conflicts between Toolset and Elementor
Commencé par : ericL-12 in: Soporte profesional de Toolset |
2 | 3 | Il y a 4 années et 10 mois | ||
Add custom code in the sixth column of a loop in a view
Commencé par : ericL-12 in: Soporte profesional de Toolset |
2 | 2 | Il y a 4 années et 10 mois | ||
Adding WC price to products archive even when the product has a variation
Commencé par : ericL-12 in: Toolset Professional Support |
2 | 2 | Il y a 4 années et 11 mois | ||
Related posts not showing well
Commencé par : 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 | Il y a 6 années et 7 mois | ||
Woocommerce category pages are not using my archive layouy
Commencé par : ericL-12 in: Toolset Professional Support |
2 | 3 | Il y a 6 années et 7 mois | ||
p tag and css class not working in wpv-post-excerpt
Commencé par : 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 | Il y a 6 années et 7 mois | ||
Importing with WP all import not working
Commencé par : 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 | Il y a 6 années et 8 mois | ||
Show two or more related posts
Commencé par : ericL-12 in: Toolset Professional Support |
2 | 5 | Il y a 6 années et 8 mois | ||
Sidebar appearing at the bottom of the page
Commencé par : ericL-12 in: Toolset Professional Support |
2 | 7 | Il y a 6 années et 8 mois | ||
Showing related parent fields not working in woocommerce product page
Commencé par : 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 | Il y a 6 années et 8 mois |