danichi
Forum Replies Created
-
Hi again and thank you for the reply!
So, just to confirm, “Application fee” is a Stripe fee? Stripe support was adamant about this not being the case. This leaves me in ambiguity, who to listen to: Stripe or you? Also, if I return to Stripe with this information, I am afraid support will give me same answer as before.
Also, can’t seem to find Premium for Stripe and Swedish customers (googled). Would you be so kind to point me in the right direction?
Wish you a nice weekend!
Thank you for a quick reply! Hmm, I actually do see a Donation Confirmation page under WordPress pages. And under Donations > General > Success page, there are two Donation Confirmation options. Is this default? (Not sure, first time using Give.)
Hm, when I selected the other Donation Confirmation of the two, the first one disappeared. And then I got this result instead when donating (no longer successful donation it seems).
Notice: Trying to get property of non-object in /customers/9/e/0/nameofsite.com/httpd.www/wp-content/plugins/give/includes/gateways/stripe/includes/payment-methods/class-give-stripe-card.php on line 257 Notice: Trying to get property of non-object in /customers/9/e/0/nameofsite.com/httpd.www/wp-content/plugins/give/includes/gateways/stripe/includes/payment-methods/class-give-stripe-card.php on line 258 Notice: Trying to get property of non-object in /customers/9/e/0/nameofsite.com/httpd.www/wp-content/plugins/give/includes/gateways/stripe/includes/payment-methods/class-give-stripe-card.php on line 261 Notice: Trying to get property of non-object in /customers/9/e/0/nameofsite.com/httpd.www/wp-content/plugins/give/includes/gateways/stripe/includes/payment-methods/class-give-stripe-card.php on line 262 Notice: Trying to get property of non-object in /customers/9/e/0/nameofsite.com/httpd.www/wp-content/plugins/give/includes/gateways/stripe/includes/give-stripe-helpers.php on line 987 Warning: Cannot modify header information – headers already sent by (output started at /customers/9/e/0/nameofsite.com/httpd.www/wp-content/plugins/give/includes/gateways/stripe/includes/payment-methods/class-give-stripe-card.php:257) in /customers/9/e/0/nameofsite.com/httpd.www/wp-includes/pluggable.php on line 1251 Warning: Cannot modify header information – headers already sent by (output started at /customers/9/e/0/nameofsite.com/httpd.www/wp-content/plugins/give/includes/gateways/stripe/includes/payment-methods/class-give-stripe-card.php:257) in /customers/9/e/0/nameofsite.com/httpd.www/wp-includes/pluggable.php on line 1254
Cheers,
Danichi- This reply was modified 5 years, 1 month ago by danichi.
Forum: Themes and Templates
In reply to: Enabling embedded videos on main index pageJust to give more info.:
(1) I can see only the link for the video that I have embedded on the main index page, but not the video itself. I want to be able to see it.
(2) When I hit the link and get to the sub-page, I can see the video.
Here is the code for the sub-page that works:<?php get_header(); ?> <div id="mid" class="fix"> <div id="mainCol" class="fix"><a name="main"></a> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <h2><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title() ?></a></h2> <div id="singleEntry" class="entry"> <p><?php the_content('<p class="serif">Read the rest of this entry »</p>'); ?></p> </div> </div> <?php endwhile; else: ?> <div class="post"> <h2>No matching results</h2> <div class="entry"> <p>You seem to have found a mis-linked page or search query with no associated results. Please trying your search again. If you feel that you should be staring at something a little more concrete, feel free to email the author of this site or browse the archives.</p> </div> </div> <?php endif; ?> </div> <?php include (TEMPLATEPATH . '/second-page.php'); ?> </div> <?php get_footer(); ?>
Regards,
Danichi