p tag and css class not working in wpv-post-excerpt
Started by: ericL-12
in: Toolset Professional Support
Quick solution available
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:
I managed to write a custom shortcode for this since i'm not sure why our views shortcode is functioning like this.
The shortcode is.
1
[my_excerpt]
I've already added this to code below to the functions.php file and it should be working as intended.
// 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, 8 months ago
ericL-12
Change striped row order
Started by: hashemh
in: Toolset Professional Support
Quick solution available
Problem: I would like to change the alternating striped row order.
Solution: Manipulate the CSS classes applied to each row to change the order of the stripe colors.
2
3
6 years, 8 months ago
hashemh
Toolset CSS is causing SEO and ranking issues
Started by: MichaelR9215
in: Toolset Professional Support
2
2
6 years, 8 months ago
Beda
Toolset layouts with page builders
Started by: Matthias Reichl
in: Toolset Professional Support
Quick solution available
Problem:
Can, should we use Toolset Layouts with/on other page builders or vs?
Solution:
No, logically, not.
Both do the same, and hence one is not needed.
Either use Layouts or a page builder of your choice.
2
7
6 years, 8 months ago
Beda
Starter Theme?
Started by: umbertoZ
in: Toolset Professional Support
Quick solution available
Problem:
What is the starter theme
Solution:
A deprecated legacy product of Toolset.
2
7
6 years, 8 months ago
Beda
Edit the custom post created with Toolset
Started by: maysamA
in: Toolset Professional Support
4
35
6 years, 8 months ago
Shane
Woocommerce single product page not displaying correctly
Started by: Harvey
in: Types Community Support
3
24
6 years, 8 months ago
Beda
Different Bootstrap columns widths in different parts of a layout
Started by: andrewT-9
in: Toolset Professional Support
2
2
6 years, 8 months ago
Luo Yang
“Form Type or Post Type is not set” error when using the Autogenerate button in CRED
Started by: aaronM-9
in: Toolset Professional Support
Quick solution available
Problem:
The issue here is that the user was getting the error "Form Type or Post Type is not set"
Solution:
This issue was resolved in our Latest Toolset Forms version.
2
16
6 years, 8 months ago
aaronM-9
Black screen/window, only when viewing Internet Explorer (11)
Started by: ruudd
in: Toolset Professional Support
2
4
6 years, 8 months ago
Shane
Fatal Error Displaying Post After Upgrade to Layouts 2.3 RC2
Started by: aaronM-9
in: Toolset Professional Support
4
18
6 years, 8 months ago
aaronM-9
Shortcode executing first rather than layout row order
Started by: kathyS-3
in: Toolset Professional Support
2
2
6 years, 8 months ago
Beda
css style: shortcode for background image on Bootstrap Profile Cards
Started by: georgesw
in: Toolset Professional Support
2
2
6 years, 8 months ago
Beda
Rogue p tags and linebreaks in layout
Started by: jonathanB-16
in: Toolset Professional Support
2
5
6 years, 8 months ago
jonathanB-16
Video Player showing black band on top and bottom
Started by: francoisP-5
in: Toolset Professional Support
Quick solution available
Problem:
The custom video field displays with wrong size in frontend.
[types field='video' width="600" separator=', '][/types]
Solution:
It seems to be a compatibility problem in your website, I have checked the HTML source code you mentioned above:
view-source:https://formatout.fpdevel.ca/conferencier/alain-samson/ , line 222:
<video class="wp-video-shortcode" id="video-69-1" width="600" height="320" ... </video>
Types shortcode is outputting the video field into a HTML tag with 320 px height, but there are some JS codes in your website which is changing the video height to 641.656px, see screenshot height.JPG
https://cdn.toolset.com/wp-content/uploads/2018/05/886832-height.JPG
please try this:
Deactivate other plugins and switch to wordpress default theme, and test again
Relevant Documentation:
2
3
6 years, 8 months ago
francoisP-5