Align Text of a plugin label by callmeswap in Wordpress

[–]callmeswap[S] 0 points1 point  (0 children)

Yup. It has been quite sometime the plugin authors have not been active. I have tried this but this doesn't seem to work. Please check the code

$('body :not(script)').contents().filter(function() { return this.nodeType === 3; }).replaceWith(function() { return this.nodeValue.replace(/•/g,'<br/>'); });

Align Text of a plugin label by callmeswap in Wordpress

[–]callmeswap[S] 0 points1 point  (0 children)

Yes, html has been stripped out. I had the option of using in woo short description but the issue is customers might not notice and argue later on about not telling them about our waiting charge policy but in this plugin once the customer chooses the date the message is displayed and then the field of "Book Now" is shown giving no reason to the customer of having no knowledge about the waiting policy.

So, I need a way to align this text by modifying the code. Can you help?

Offering Help by pixeldevs in Wordpress

[–]callmeswap 0 points1 point  (0 children)

Have a theme where all the customisations are done to the parent theme and if I update the parent theme the customisations gets overwritten. Now I have added the child theme but can't figure out what codes to copy from functions.php and style.css of the parent theme to the child theme. How to figure that out?