This topic has 10 replies, 2 voices, and was last updated 8 years, 11 months ago ago by Robert Hall
Hello,
I have problem. In product description doesn’t work shortcode (like buttons, columns).
How can I solve this problem?
Best,
Tomek
Hello,
Could you please clarify with more details what exactly you want to do and show us screenshots?
Also please provide us with link to the page and wp-admin access in Private Content.
Regards,
Robert Hall.
hello,
screen below:
As I see “Catalog” button works fine. Do you tried to make two columns there?
Also please provide us access with full permissions for wp-admin panel.
Regards,
Robert Hall.
Button “Catalog” in description is wide.
Yes, I would like to create two columns.
I changed access
Hello,
Please try to add this code in custom.css file
.tab-content > .active{
width:60px;
}
.tab-content .span6 {
width: 550px;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
thanks, buttons work good,
but columns still doesn’t work.
Best,
Tomek
Please try to decrease width value to 545px in this code
.tab-content .span6 {
width: 550px;
}
Regards,
Robert Hall.
thanks, 540px work good.
Best,
Tomek
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Product Description – shortcode doesn't work’' has been successfully resolved, and the topic is now closed for further responses