htz77
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity Forms + Stripe] Add New Stripe FieldsDid you ever figure this out?
I’ve done this before for Authorize.net, by writing my own custom function, hooked into GravityForms’s validation routine. But now i’m trying to do something similar with this Stripe plugin. I found hooks but can’t seem to get it working.Ahhhh, thank you for confirming that the AddThis plugin does indeed insert itself into any call of the_content(), even those outside the loop. This seems like a problem with the plugin — I would think it should just have a config option like “__ constrain to main-loop only”, to prevent this.
Also, thanks for the template-tag code. That can help me in some situations/sites, but unfortunately not the one i’m currently doing. And surely many users of this plugin won’t understand this kind of solution. I’m really surprised I couldn’t find more bug/support requests about it.
But again, thank you for your response, honesty, and assistance.
By the way, I know i can just hide the errant AddThis display, by using CSS display:none, but that’s not ideal.
I am using the_content() in my custom WP_Query, outside the main loop for the page, to display something in the sidebar and footer. So if the AddThis plugin just listens for “the_content()” then it seems like that’s a problem with the plugin — since the_content() can be called multiple times on a page. I have seen this problem on multiple sites now.
I can’t give direct access to my wp site. My code is a just a basic use of WP_Query outside the loop.
$args = array( 'post_type' => 'page', 'post__in' => array($page_id) ); $the_query = new WP_Query( $args ); while ( $the_query->have_posts() ) : $the_query->the_post(); ?> <?php the_content();?> <?php endwhile; wp_reset_postdata(); //reset query
My code works fine — except that the AddThis buttons insert themselves at the end of the displayed content.
My AddThis settings are-
on the Basic tab:
– Bottom Sharing Tool enabled
– custom button (but the problem persists with other options)
on the Advanced tab:
– show on Homepage, Pages,
– Show analytics in admin dashboard: yes
– nothing else set.I also posted about this on the AddThis support site, and got no help there.
https://support.addthis.com/customer/portal/questions/3359303-wp-addthis-plugin-inserts-share-buttons-in-wp-query-calls-outside-the-loopForum: Plugins
In reply to: [Contact Form 7] Email notification to the admin?i actually can’t get EITHER email (admin-notif or user-confirmation) to send. I do see entries logged in the wp database (via separate cf7 database plugin).
I normally use (and much prefer) GravityForms, but my client already has CF7 and wants to continue using it.
Forum: Plugins
In reply to: [Contact Form 7] Email notification to the admin?@dynm — I’m having the same problem. Did you figure it out yet?
Forum: Plugins
In reply to: [Social Sharing Toolkit] buttons duplicated in the templateI have the same problem, but i’d prefer to solve without CSS for performance reasons.
Forum: Plugins
In reply to: [Audiobar] Please update. =(+1 here.
I’d happily pay for this plugin if it were updated for wp 3.6+Forum: Plugins
In reply to: [Constant Contact for WordPress] Incorrectly says my CC account is LOCKEDI just switched to MailChimp.
I tried three wp plugins for Constant Contact and none worked.
I even tried just using CC’s “embedded form” – which is some hacky/lame integration with a different service they have a partnership with called FormStack – but that failed to even generate my code snippet, within my account at CC (nothing at all to do with WP). And CC’s tech support was totally unable to help. Useless service!
Forum: Plugins
In reply to: [Gravity Forms Constant Contact] Login Problem FixIs that the email address in
CC > My Account > My Profile > User Email
or the email address in
CC > My Settings > Signature InformationEither way, where do i verify it?
Forum: Plugins
In reply to: [Clone] Problem with wp_list_pagesHi, thank so much for following up on this! I just can’t figure out why this is happening.
I don’t see any related errors in the php error_log.
I’d be happy to give you a link to the cloned version of the site, but I can’t publish it here in a public forum. If you’d like to take a look, I can email you the link to my clone, as well as the url of my full backup-zip (from the original site). If you want to see, let me know what email address to send it to.
Other things i now see about the problem:
– In addition to the URL being missing, the linked text (between the opening and closing A tags) is also omitted.
– A couple of my LI elements are actually ok – they have normal links. So not all LI’s are bad, but most are.
– In the LI’s that are bad, the source code has an EXTRA SPACE between the two css classes listsed. There are two spaces, instead of just one space.Below is a larger code snippet (some LI’s are removed so it’s not too long). Note the extra space in the LI classes.
<ul> <li class="pagenav">Pages <ul> <li class="page_item page-item-20"><a href="https://test.mysite.org/about/">About the Alliance</a> <ul class="children"> <li class="page_item page-item-69"><a href=""></a></li> <li class="page_item page-item-460"><a href=""></a> <ul class="children"> <li class="page_item page-item-446"><a href=""></a></li> </ul> </li> <li class="page_item page-item-429"><a href=""></a></li> </ul> </li> <li class="page_item page-item-22"><a href=""></a> <ul class="children"> <li class="page_item page-item-116"><a href=""></a></li> </ul> </li> <li class="page_item page-item-6"><a href=""></a></li> <li class="page_item page-item-8"><a href="https://test.mysite.org/events/">Events</a> <ul class="children"> <li class="page_item page-item-280"><a href=""></a></li> </ul> </li> <li class="page_item page-item-11"><a href=""></a></li> </ul> </li> </ul>
Forum: Plugins
In reply to: [Clone] Page lists, menus, not working nowWow —- i think i just accidently broke the Forum system here. Somehow the code back-ticks got messed up in my last post, and now the page is busted.
Forum: Plugins
In reply to: [Clone] Page lists, menus, not working nowI’m having a similar problem — wp_list_pages() does not work properly on the clone. Specifically, the URLs are missing from the HREF attribute in all tags in the generated
- list.
So it looks like this:
<ul> <li class="page_item page-item-69"> <a href=""></a> </li> </ul>
I did not first deactivate all the plugins on the original site before cloning it. 1) I don’t think that should be necessary. 2) I didn’t see that in the plugin instructions. 3) i can’t really do it anyway, since it’s a live site.
@jrf — Wow, fantastic!!! Yes very happy ?? I really do appreciate your looking into this, and so quickly.. and of course your efforts to improve the plugin for everyone.
Hmm. But as i said, i had removed the line myself from header.php, but the warning persisted. I also found others talking about this issue, and some suggested the browser cache was involved (https://www.ads-software.com/support/topic/your-theme-contains-a-meta-description-1?replies=6), but that didn’t fix it for me either. I had to click the “fix it” button, though as i said, i had already deleted the commented-out meta-desc from header.php myself. Weird.