Donation widget in 1st or 2nd Featured Section

Discussion in 'Dzonia WordPress Theme' started by tiredsahm22, Apr 1, 2014.

  1. tiredsahm22

    tiredsahm22 New Member

    Joined:
    Mar 2, 2014
    Messages:
    5
    Likes Received:
    0
    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!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    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'))); ?> 
    [​IMG]


    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.
     

Share This Page