Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jonas

    (@flinnn)

    Hi peterteszary,

    thanks for reaching out.
    Yes, you can display the remaining amount by using style 7 of the progress bar shortcode: https://www.wc-donation.com/documentation/usage/progress-bar-shortcode/

    And you can add multiple progress bars to your website. I can see that your page does have multiple progress bars already in the HTML although they are hidden by some custom script & styling.

    Best,
    Jonas

    PS: If you’ve found Donation Platform for WooCommerce helpful and would like to support its continued growth and development, I’d truly appreciate it if you could leave a 5-star rating on www.remarpro.com. Thank you so much!

    Thread Starter peterteszary

    (@peterteszary)

    Hello Jonas,

    Thank you for the help. However I still can’t display several progress bars on a Page. It says “this shortcode does not support AJAX calls”

    Thanks,
    Peter

    Thread Starter peterteszary

    (@peterteszary)

    I did not find any Scripts that would hide the other progress bars.

    • This reply was modified 4 months, 1 week ago by peterteszary.
    Plugin Author Jonas

    (@flinnn)

    Hi,

    I’ve identified the following CSS as the reason why the progress bar is not visible:

            /* Az eredeti progress bar elrejtése */
    .wcdp-fundraising-progress .wcdp-progress {
    display: none;
    }

    /* A Progress Bar Div beállításai */
    .wcdp-progress-row {
    display: none;
    }

    I’ve fixed the error message, although this should only happen within your page builder when it tries to render the Shortcode via Ajax. You can install the latest development version if you already want to try it out: https://www.wc-donation.com/documentation/support/installing-the-latest-development-version-of-donation-platform-for-woocommerce-wordpress-plugin-from-github/

    Best,
    Jonas

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.