I am using the Smart Donation plugin. How can I get the Progress Indicator widget to appear in the 1st or 2nd Featured Section. I can get it to appear in the footers without problem, but I don't want it there. It needs to be more prominent. Thank you!
Hello, Go to the front-page.php file present in your theme directory and paste the code given below as instructed in the image given below. Code: <?php echo stripslashes(do_shortcode(get_option('inkthemes_feature1'))); ?> Now go to the Appearance > Theme options > HomePage First Featured Section in your dashboard and paste the shortcode of Progress Indicator in First Feature Content section. This will solve your issue.