This topic has 2 replies, 2 voices, and was last updated 6 years ago ago by Olga Barlow
Is it possible to remove the shortcode references that appear in quick view, the setup we have uses shortcodes from visual composer, so we can create some simple columns, however the [xxx] code shows in quickview
URL in private, click on quick view on any product and you can see whats happening
Hello,
Short description does not have WPBakery Editor and the Quick view does not support its shortcodes, only simple HTML. So, you can either use html code to create columns, for example
<p>Accurate from 28 days, Turnaround time 5-7 days. Conditions that the Profile 2 STD Test package</p>
<div class="row">
<div class="col-md-6"><ul>
<li>Chlamydia</li>
<li>Gardnerella Vaginalis</li>
<li>Gonorrhoea</li>
<li>Herpes Simplex I/II</li>
</ul>
</div>
<div class="col-md-6">
<ul>
<li>Mycoplasma</li>
<li>Trichomonas Vaginalis</li>
<li>Ureaplasma</li>
</ul>
</div>
</div>
Or disable short descriptions for the Quick View http://prntscr.com/lg8sb8
Regards
You must be logged in to reply to this topic.Log in/Sign up