Coaching Pro

When adding an image to a page or post, that image is used as the Featured Image, even though the option is not set.

In some older versions of Coaching Pro, you may run into this issue. Please update the file: /coaching-pro/lib/theme-setup.php accordingly: Update the code starting at Line 220: Save the updated file and upload it into your theme folder. You will now see the image in the body of your page or post is no longer used…

Custom CSS Examples

We have compiled a collection of CSS snippets for the Coaching Pro theme by BrandiD. You can add any of these to the Customizer -> Additional CSS area to adjust styles. These examples include: Change text colors in welcome area Remove borders on home page Remove borders and change background color on home page testimonial…

How to add After Entry widget area

How to add After Entry widget area

To add After Entry widget area below the content on single Posts, just add the following in Hello! Pro’s functions.php: This makes available an additional widget area called “After Entry” at Appearance > Widgets or inside the Customizer ready to be populated with your desired widget(s). The widget(s) placed in this widget area will automatically…