Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WPCharitable

    (@wpcharitable)

    The progress bar is displayed in the campaigns shown through the [campaigns] shortcode. Currently it is not added to the individual campaign pages, though I can put together an example of how to add it with code if that’s what you’re looking for.

    Cheers,
    Eric

    Thread Starter sgchan

    (@sgchan)

    If it is not too much trouble, an example of putting it together would be FANTASTIC. Looking forward to it. Many thanks in advance.

    Plugin Author WPCharitable

    (@wpcharitable)

    The easiest way to add it is with a single line of code:

    add_action( 'charitable_campaign_content_before', 'charitable_template_campaign_progress_bar', 5 );

    This will insert the bar right before the block of stats about the campaign.

    Cheers,
    Eric

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Progress bar’ is closed to new replies.