LinkAdvisor
Forum Replies Created
-
UPDATE:
Just today (FEB13, 2018), the payment box become responsive with the new Bitcoin Payment PHP Class (ver2.0).
Many great and useful code snippets and samples where given at:
https://gourl.io/lib/examples/example_customize_box.php — 2018As such, my earlier question/comment can be ignored
Tks/Rainer
Forum: Plugins
In reply to: [GoUrl WooCommerce - Bitcoin Altcoin Payment Gateway Addon] Not responsive???Hi. When this will be the case, the next realease? As of January 22, 2018 I still see only the non-responsive version.
I agree 100% with jabaco12. Having not a responsive design lets me already search for alternatives.
So sad…
Hello Jeremy,
I can’t find a problem on my side.
I have changed your MailChimp plugin against another one and I got no problems. Everything is working now. I did not needed to modify codes anywhere (except the mapping which could be done easily)
While your provided wp-form with connectivity to MailChimp works entirely, your integration with contact form 7 does NOT so on my wordpress site and with the cf7 plugin.
I give up the issue now as my new replacement of your plugin works fine for me. All data will be correctly transferred to MailChimp now. In addition, I can make a local backup of the forms data with CFDB as a double back-up, but that was of course not the mentioned problem.
Thank you for your help,
Rainer
Hi,
Any idea what to do? I need urgently your suggestions…
And yes, I used the filter ‘yikes-mailchimp-checkbox-integration-body’ already , but I think you have more options for it how to use it re finding out where my problem is (re invalid resources). Beyond the use of the filter as I did already. That is the reason why I asked.
Thanks
Rainer
- This reply was modified 6 years, 11 months ago by LinkAdvisor. Reason: Adding info
p.s.
I also use:
// Defining the filter add_filter( 'yikes-mailchimp-contact-form-7', 'additional_contact_form_7_data', 10, 2 ); // And defining our function to grab CF7 form data and send it off to MC function additional_contact_form_7_data( $merge_variables, $cf7_variables ) { $merge_variables['XFNAME'] = isset( $cf7_variables['your-full_name'] ) ? $cf7_variables['your-full_name'] : '';
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
etc etc etc
- This reply was modified 6 years, 11 months ago by bdbrown.
Hi Tracy,
It is single optin, but I use that filter too:
add_filter( 'yikes-mailchimp-checkbox-integration-body', 'set_integrations_to_single_optin', 10, 2 ); function set_integrations_to_single_optin( $request_body, $integration_type ) { $request_body['status_if_new'] = 'subscribed'; $request_body['status'] = 'subscribed'; return $request_body; }
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
Not sure that filter works, though. I saw no difference.
Thanks looking into it.
Rainer
- This reply was modified 6 years, 11 months ago by bdbrown.
Hi Kevin,
Thank you for the quick, useful and detailed reply. I always appreciate your help very much.
For my purpose, the single-optin code is very useful too.
Will test those code snippets today.
–Rainer
Hi Kevin,
Thank you very much for the code snippets. Very helpful! It make sense, I will write and test the filter the next days.I do have however another related problem.
At mailchinmp, the optin is currently single-optin. That works fine with your generated form at my site. All data will be transfered.
However, using contact form 7, none of the fields will be transfered. Understandable, as I need to enhance the filter, but also the email field is not being transfered at all! I guess however, both settings, at MailChimp AND and your plugin MUST be double-optin with cf7 so I can confirm. Am I right?
Or should it work also with both settings as single-optin as well?
Thanks Kevin,
–Rainer
Hi Kevin,
Thanks for the tip. Not very familar with CSS pseudo elements, but I will find it out. You gave me a good sample.
I do have some integration problems with MailChimp, but I will test a little bit more before I ask for help.
Again thanks
— Rainer
Thanks for replying.
Yes, that was my error. I did so and everything is ok. Thanks reminding me.
I gave you the 5 stars.
Sorry for not done the activation. It is kind of unusal to have to do it seperately for the widget (or each widget) again, but yes, you mentioned it at your home page.
Forum: Plugins
In reply to: [[Abandoned] PPress] Fatal ErrorHi, yes, that might be correct. Considering since a while updating the server.
Thanks for the tip.
— Rainer
Forum: Reviews
In reply to: [Virtue] One of the best free themes availableWhat themes are you using for mid to high budget projects? Ever used dreamweaver to develop a complete high-end theme? Or, what is the framwework you do prefer to start with?
Please let me know. Thanks.
P.S.
As per Virtue (Premium) I do agree that this is a very flexible theme.Forum: Plugins
In reply to: [Popup by Supsystic] Is this PopUp plugin Contact form 7 compatible?Thanks t let me know so quick!
Forum: Fixing WordPress
In reply to: ' >' included in: make_clickable() function. How to get a clean URL?Kjodle, great! Many thanks to help me out.
Forum: Themes and Templates
In reply to: [Virtue] Responsive Height of TitleThanks to update me with the code. Will try it over the weekend. Have already custom css installed