Hi @niclasto,
Please share your site URL so we can solve your issues.
thank you
Hey,
this is how it looks like:
https://prudentwater.com/checking-account/
I hope there is a way to make it work with the rating plugin.
Best regards,
Niclas
Hi @niclasto,
Please go to plugins > plugin editor select plugin Service Box and goto template > design-1 > index.php file and replace code line number 108 and paste the below code.
echo do_shortcode($service_description);
and same for design-2 > index.php file replace code line number 105 and the below code
echo do_shortcode($service_description);
Thank you
Hey,
it does not work unfortunately. This is how it looks then:
https://prudentwater.com/wp-content/uploads/2021/01/Checking-Account-_-PrudentWater-Mozilla-Firefox-30.01.2021-13_59_25.png
The code also shows up when I put normal text in the service box.
Is there sill a way to solve it?
Regards,
Niclas
You need some changes to fix this issue. Please follow the below steps.
Go to Plugin directory -> service-box -> template -> designs-> design-1 -> open index.php file.
Go to line number 108.
replace below code
<p><?php echo $service_description; ?></p>
to
<p> <?php echo do_shortcode($service_description); ?></p>
And the same for Plugin directory -> service-box -> template -> designs-> design-2 -> open index.php file.
Go to line number 105.
replace below code
<p><?php echo $service_description; ?></p>
to
<p> <?php echo do_shortcode($service_description); ?></p>
it is working properly here is its screenshot
https://prnt.sc/xydglt
Thanks
Yes, now it works properly.
Many thanks for your help!
Regards,
Niclas
Hi @niclasto,
Glad that your issue has been resolved. If you like our plugin please rate us.
Thank you