Campaign Widget

Support Area Forums Forward Campaign Widget

Viewing 5 posts - 1 through 5 (of 5 total)
URL to the page in question: http://swedishamericanmuseum.org/2.0/product/donation/
  • Author
    Posts
  • #38101
    Allison Deerr
    Participant

    Hi Bill,

    Is there a way to change the amount raised on the campaign widget so I can input cash and check donations?

    Thanks for your help,
    Allison

    #38102
    Bill Robbins
    Moderator

    Hi Allison,

    You can do that. Basically you’ll want to create an order in the WordPress admin. You can do that the same way you would make a new post or page. While you’re doing that, you can add the product that’s your donation and set them amount paid for it. That would be the amount that you’re adding via check or cash. Save and complete the order. That amount will be added to your total raised.

    Let me know if you run into any teouble,
    Bill

    #38147
    Allison Deerr
    Participant

    Hi Bill,

    Good idea. That worked!

    Do you know why there is a bullet point that displays in front of the campaign name when I insert the widget shortcode on to a page and is there a way to hide it? Example: http://swedishamericanmuseum.org/2.0/support/

    Thanks,
    Allison

    #38148
    Bill Robbins
    Moderator

    Hi Allison,

    Glad that worked for you. The widget inside that page’s content looks like it is being inserted as a list item <li> tag. That’s where the bullet point is coming from.

    If the widget has an option to change the HTML that goes before and after the widgets, swap it out for a div. That would be more semantic. If that can’t happen, you could try this CSS:

    
    li.widget { list-style-type: none; }
    

    Hope that helps out,
    Bill

    #38165
    Allison Deerr
    Participant

    Thanks, Bill. That seems to have worked!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Campaign Widget’ is closed to new replies.