Hi,
There is an issue with theshortcode display. When I insert the shortcode, the value of the shortcode is displayed on front-end with a whitespace blank line below it. It is so for all different shortcodes. Please advise how to resole it.
The problem is in the View's template where I createD a table to display product characteristics and insert Toolset fields...
ONE EXAMPLE:
<div class="col-sm-3">
<dl>
<dt>[types field='books-price'][/types]</dt> /*THE PROBLEM OF WHITESPACE OCCUR WHERE-EVER I INSERT TOOLSET SHORTCODE FOR ANY FIELD */
<dt><img src="hidden link"><span class="my-font-family-size">В наличии</span></dt>
<dt>РЕЙТИНГ</dt>
<dt><span class="my-font-family-size">ДОСТАВКА: <br/>
Курьером - сегодня<br/>
До ПВЗ - сегодня</span>
<dt><button>В КОРЗИНУ</button></dt>
<dt><span class="my-font-family-size">АКЦИИ, БОНУСЫ И СКИДКИ: <br/>
Покупай дешевле за Аальфус Токены</span></dt>
</dl>
</div>
To check how it looks on front-end: hidden link (you can see a lot of white space below the price)
Can you please share wp-admin access details and the content template link where you added the price shortcode.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
Thanks, You were most helpful. I was a little busy figuring out the white space below other Toolset shortcodes used in a table - for the whitespace was below other Toolset shortcodes, too. By analogy with your css snippet, I managed to delete it in other places as well. Thank you very much for your time.