|
I want the WordPressArchives to use the default Divi “Blank” template
Started by: JeffK362
in: Toolset Professional Support
Quick solution available
|
|
2 |
4 |
5 years, 8 months ago
JeffK362
|
|
Detail template not being used.
Started by: JeffK362
in: Toolset Professional Support
|
|
2 |
6 |
5 years, 8 months ago
Luo Yang
|
|
WP Post Titel to Divi Form
Started by: ralfS
in: Toolset Professional Support
|
|
2 |
2 |
5 years, 8 months ago
Christian Cox
|
|
Using Divi Library Items in CPT breaks wpv-post-title in archive loop
Started by: carmineM
in: Toolset Professional Support
Quick solution available
Problem: I am using a Divi global module from my Library in the contents of a custom post. I also have a WordPress Archive for this post type where the Content Template for the Loop is designed with Divi Builder. I have inserted the wpv-post-body shortcode in the loop, followed by another shortcode wpv-post-title. Any shortcode after the wpv-post-body shortcode will display information from the wrong post on the archive.
Solution: Divi global modules seem to cause problems with post context, so you should add an explicit post ID attribute to any Toolset shortcodes that follow the wpv-post-body shortcode.
|
|
2 |
3 |
5 years, 9 months ago
carmineM
|
|
Add Divi Gallery to Toolset Post it includes ALL media images
Started by: carmineM
in: Toolset Professional Support
Quick solution available
Problem:
I am trying to build a custom post type and use a Divi module called "Gallery" in posts. When I add the Gallery module and then choose "update Gallery" the WordPress Edit Gallery shows that ALL media images are added to the gallery instead of starting with an empty gallery.
I expected to see the gallery to initiate with NO images in it. When I add the Divi Gallery to a standard WP post/page this is the way the module behaves.
Solution:
It is a Divi problem, see details here:
https://toolset.com/forums/topic/add-divi-gallery-to-toolset-post-it-includes-all-media-images/#post-1210333
Relevant Documentation:
|
|
2 |
4 |
5 years, 9 months ago
carmineM
|
|
how to insert image field in place of divi logo
Started by: AmrA8547
in: Toolset Professional Support
Quick solution available
Problem:
The issue here is that the user wanted to know how to change their site logo in the divi theme.
Solution:
This can be solved by taking a look at the link below.
https://divitheme.net/change-logo/
|
|
2 |
5 |
5 years, 9 months ago
AmrA8547
|
|
Divi theme options not visible in content template (layouts not installed)
Started by: PLI
in: Toolset Professional Support
|
|
2 |
3 |
5 years, 9 months ago
PLI
|
|
Custom template styles duplicate to original page
Started by: zackaryT
in: Toolset Professional Support
|
|
2 |
3 |
5 years, 9 months ago
Beda
|
|
Repeatable field group shortcodes are not visible in Content Template
Started by: toolset-dave
in: Toolset Professional Support
Quick solution available
Problem: Repeatable field groups cannot be placed in Content Template using GUI in some circumstances.
Solution: Update to the latest version of Toolset plugins.
|
|
2 |
9 |
5 years, 9 months ago
toolset-dave
|
|
Building a database inside WordPress
Started by: jeremyA-4
in: Toolset Professional Support
|
|
2 |
9 |
5 years, 10 months ago
Shane
|
|
Can’t disable sidebar in archive page and strange elements on the page
Started by: sauliusD
in: Toolset Professional Support
Quick solution available
Problem: I am using the Divi theme, and I would like to remove the sidebar from my WordPress Archive to achieve a full-width archive page.
Solution: Unfortunately Divi does not provide a simple option to remove the sidebar from WordPress Archive pages. An article on Divi's site describes a CSS solution for this problem, but it may require some assistance from Divi support.
Relevant Documentation:
https://www.elegantthemes.com/blog/divi-resources/how-to-remove-sidebars-from-divi
|
|
2 |
3 |
5 years, 10 months ago
sauliusD
|
|
Paragraphs and HTML tags missing from divi content template
Started by: martinH-10
in: Toolset Professional Support
Quick solution available
Problem:
The problem here is that the user added their content to the Product Description section of their products and added html to the texts as well.
Solution:
This is happening because the user is using the [wpv-post-excerpt] shortcode. This is actually stripping the html from the excerpt area.
A custom shortcode was used to resolve this.
Add this to your custom code in Toolset -> Settings -> Custom Code and activate it.
function wp_woo_prod_description() {
$description = "Woocommerce is not active";
if ( class_exists( 'WooCommerce' ) ) {
$product = wc_get_product( get_the_ID() );
$description = $product->get_short_description();
}
return $description;
}
add_shortcode('wp_woo_prod_description','wp_woo_prod_description' );
Then add this to your template [wp_woo_prod_description]
|
|
2 |
9 |
5 years, 10 months ago
martinH-10
|
|
View deletes CSS IDs in Divi Builder sections
Started by: toolset-dave
in: Toolset Professional Support
Quick solution available
|
|
2 |
12 |
5 years, 11 months ago
toolset-dave
|
|
New Post Type not loading. Stays in endless loop.
Started by: richardR-10
in: Toolset Professional Support
Quick solution available
|
|
2 |
7 |
5 years, 11 months ago
richardR-10
|
|
New Divi Builder does not work in Content Templates
Started by: toolset-dave
in: Toolset Professional Support
Quick solution available
Problem:
After the latest update of Toolset, Divi was loading their templates anymore.
Solution:
This issue has been resolved by the Divi team, so I would recommend updated to the latest version.
|
|
2 |
3 |
5 years, 11 months ago
toolset-dave
|