This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Description not showing on pages created with Visual Composer

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Description not showing on pages created with Visual Composer Reply To: Description not showing on pages created with Visual Composer

#3911
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

Yes. The problem was that the description length was 60 characters and the leftover stripped html tags were incomplete as I expected. Luckily this was not an error or a bug. All I did is changed the strip tags to this:

[code]<b>[/code]

So every other tag will be stripped besides “b”. The description should be visible now.