|
there is a bug and I can't create layout
Started by: rachidz
in: Toolset Professional Support
|
|
2 |
2 |
5 years, 8 months ago
Christian Cox
|
|
product of woocommerce problems
Started by: carlosb-6
in: Toolset Professional Support
|
|
2 |
6 |
5 years, 8 months ago
Minesh
|
|
Showing a post’s Custom Fields in Page Builder output via excerpt
Started by: niallB
in: Toolset Professional Support
Quick solution available
Problem:
The issue here is that the user was using the fusion builder custom query block to display the posts on a page but wanted to add the custom fields that are attached to those posts.
Solution:
The problem is that the query widget is separate from the module being used the display custom fields.
In this case it won't work, unless you are able to customize the output of the Post Query and add this code to that query.
This is why it is not working because it is not able to get any post information from the post query. Why not recreate this setup in views ?
If not what I recommend that you do is contact the plugin author and see if it is possible to customize the output, this way we might be able to get the ID to pass into the shortcode.
I would highly recommend using views for this as this is exactly what views is meant to do.
|
|
2 |
9 |
5 years, 8 months ago
niallB
|
|
product layout not showing correctly
Started by: uweK-3
in: Toolset Professional Support
Quick solution available
Problem:
I am trying to: use the layout editor to generate a new product layout and the product excerpt is not showing the correct layout (lost html) instead the description is set in one line
I expected to see: the product images should line to the product description and the excerpt should show proper layout as i assigned in the product description
Solution:
Q1) the product images should line to the product description
This is a CSS problem, see the CSS codes here:
https://toolset.com/forums/topic/product-layout-not-showing-correctly/#post-1212940
Q2) the excerpt should show proper layout as i assigned in the product description
You can add attribute output="raw" in the shortcode [wpv-post-excerpt], and test again, for example:
[wpv-post-excerpt output="raw"]
Relevant Documentation:
|
|
2 |
5 |
5 years, 8 months ago
uweK-3
|
|
Cannot get Google fonts to work with Toolset and my bootstrap starter theme
Started by: Robert Campbell
in: Toolset Professional Support
Quick solution available
|
|
2 |
3 |
5 years, 8 months ago
Robert Campbell
|
|
flexslider help for a gallery with multiple custom fields form one post
Started by: Anonymous
in: Toolset Professional Support
Quick solution available
Problem:
The issue here is that the user had some repeated image fields and wanted to create a slider using these images.
Solution:
I managed to create a flexslider plugin that should be able to help your.
Download and install the plugin in the link below.
https://drive.google.com/file/d/1CFU2_oBqe9PJBks8cT1VqMND8-ytDdVE/view?usp=sharing
Then create a content template for your post and add the following.
<div class="flexslider">
<ul class="slides">
[wpv-for-each field="wpcf-image_1"]
<li>[types field="image_1" size="medium" align="none" resize="pad" padding_color="#FFF"][/types]</li>
[/wpv-for-each]
</ul>
</div>
After doing this then you will need to add the script for it to work.
Add this to the js section of the content template.
jQuery(window).load(function() {
jQuery('.flexslider').flexslider();
});
|
|
2 |
18 |
5 years, 9 months ago
Anonymous
|
|
Custom Theme Settings, based on Toolset and Toolset Layouts
Started by: Nashaat
in: Toolset Professional Support
|
|
2 |
2 |
5 years, 9 months ago
Minesh
|
|
Split: Issue with Flatsome Theme
Started by: ahmad-abdillahH
in: Toolset Professional Support
|
|
2 |
3 |
5 years, 9 months ago
ahmad-abdillahH
|
|
Issue with Flatsome Theme
Started by: ahmad-abdillahH
in: Toolset Professional Support
|
|
2 |
4 |
5 years, 9 months ago
Shane
|
|
Removing Sidebar From Custom Post Types
Started by: danielC-17
in: Toolset Professional Support
Quick solution available
Problem:
How can I remove the sidebar from my posts?
Solution:
Sidebars are not part of the_content and hence can only be removed from the Theme's Template used to display the_content.
That template will either deliver or call the header, footer, sidebar, menu and more.
Toolset does not allow to customize such templates, it only allows to customize the "Post Body" (the_content) part of those templates.
There are 2 exceptions to this:
- if you use a CPT read Theme as listed here: https://toolset.com/documentation/recommended-themes/ (apply here: https://toolset.com/documentation/beyond-pages-program/)
- or, if you use a Custom Theme that integrates Toolset Layouts (legacy) the_ddlayout() function to render the content.
|
|
2 |
3 |
5 years, 9 months ago
danielC-17
|
|
Gutenberg output in Layouts independent of Post Content
Started by: webD-3
in: Toolset Professional Support
|
|
2 |
3 |
5 years, 9 months ago
Luo Yang
|
|
Toolset Layout plugin is not working
Started by: heidiv-2
in: Toolset Professional Support
|
|
2 |
2 |
5 years, 9 months ago
Nigel
|
|
Different layouts per page with a combination of full and narrow width panels.
Started by: MichaelR9215
in: Toolset Professional Support
Quick solution available
Problem: I would like to know how to manage Layout options per post.
Solution: You can manage options per post when using Content Layouts, but not Template Layouts. Template Layouts offer theme options, but they are assigned per Template Layout and not per post.
|
|
2 |
8 |
5 years, 9 months ago
MichaelR9215
|
|
Still can't get my original Shop page to come back with Toolset activated
Started by: leoD-3
in: Toolset Professional Support
|
|
2 |
2 |
5 years, 9 months ago
Beda
|
|
Building a database inside WordPress
Started by: jeremyA-4
in: Toolset Professional Support
|
|
2 |
9 |
5 years, 9 months ago
Shane
|