Title: LinkAdvisor's Replies | WordPress.org

---

# LinkAdvisor

  [  ](https://wordpress.org/support/users/linkadvisor/)

 *   [Profile](https://wordpress.org/support/users/linkadvisor/)
 *   [Topics Started](https://wordpress.org/support/users/linkadvisor/topics/)
 *   [Replies Created](https://wordpress.org/support/users/linkadvisor/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/linkadvisor/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/linkadvisor/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/linkadvisor/engagements/)
 *   [Favorites](https://wordpress.org/support/users/linkadvisor/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 29 total)

1 [2](https://wordpress.org/support/users/linkadvisor/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/linkadvisor/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GoUrl Bitcoin Payment Gateway & Paid Downloads & Membership] When did the BTC Payment form becomes responsive?](https://wordpress.org/support/topic/when-did-the-btc-payment-form-becomes-responsive/)
 *  Thread Starter [LinkAdvisor](https://wordpress.org/support/users/linkadvisor/)
 * (@linkadvisor)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/when-did-the-btc-payment-form-becomes-responsive/#post-9968039)
 * 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](https://gourl.io/lib/examples/example_customize_box.php)—
   2018
 * As such, my earlier question/comment can be ignored
 * Tks/Rainer
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GoUrl WooCommerce - Bitcoin Altcoin Payment Gateway Addon] Not responsive???](https://wordpress.org/support/topic/not-responsive-133/)
 *  [LinkAdvisor](https://wordpress.org/support/users/linkadvisor/)
 * (@linkadvisor)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/not-responsive-133/#post-9887969)
 * 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…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Forms for Mailchimp] How to use the filter: yikes-mailchimp-checkbox-integration-body?](https://wordpress.org/support/topic/how-to-use-the-filter-yikes-mailchimp-checkbox-integration-body/)
 *  Thread Starter [LinkAdvisor](https://wordpress.org/support/users/linkadvisor/)
 * (@linkadvisor)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/how-to-use-the-filter-yikes-mailchimp-checkbox-integration-body/#post-9816714)
 * 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Forms for Mailchimp] How to use the filter: yikes-mailchimp-checkbox-integration-body?](https://wordpress.org/support/topic/how-to-use-the-filter-yikes-mailchimp-checkbox-integration-body/)
 *  Thread Starter [LinkAdvisor](https://wordpress.org/support/users/linkadvisor/)
 * (@linkadvisor)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/how-to-use-the-filter-yikes-mailchimp-checkbox-integration-body/#post-9804972)
 * 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 8 years, 8 months ago by [LinkAdvisor](https://wordpress.org/support/users/linkadvisor/).
      Reason: Adding info
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Forms for Mailchimp] How to use the filter: yikes-mailchimp-checkbox-integration-body?](https://wordpress.org/support/topic/how-to-use-the-filter-yikes-mailchimp-checkbox-integration-body/)
 *  Thread Starter [LinkAdvisor](https://wordpress.org/support/users/linkadvisor/)
 * (@linkadvisor)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/how-to-use-the-filter-yikes-mailchimp-checkbox-integration-body/#post-9803860)
 * 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](https://make.wordpress.org/support/handbook/forum-welcome/#post-code-safely).]_
 *  etc etc etc
    -  This reply was modified 8 years, 8 months ago by [bdbrown](https://wordpress.org/support/users/bdbrown/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Forms for Mailchimp] How to use the filter: yikes-mailchimp-checkbox-integration-body?](https://wordpress.org/support/topic/how-to-use-the-filter-yikes-mailchimp-checkbox-integration-body/)
 *  Thread Starter [LinkAdvisor](https://wordpress.org/support/users/linkadvisor/)
 * (@linkadvisor)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/how-to-use-the-filter-yikes-mailchimp-checkbox-integration-body/#post-9803843)
 * 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](https://make.wordpress.org/support/handbook/forum-welcome/#post-code-safely).]_
 * Not sure that filter works, though. I saw no difference.
 * Thanks looking into it.
 * Rainer
    -  This reply was modified 8 years, 8 months ago by [bdbrown](https://wordpress.org/support/users/bdbrown/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Forms for Mailchimp] How to use the filter: yikes-mailchimp-contact-form-7?](https://wordpress.org/support/topic/how-to-use-the-filter-yikes-mailchimp-contact-form-7/)
 *  Thread Starter [LinkAdvisor](https://wordpress.org/support/users/linkadvisor/)
 * (@linkadvisor)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/how-to-use-the-filter-yikes-mailchimp-contact-form-7/#post-9801861)
 * 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Forms for Mailchimp] How to use the filter: yikes-mailchimp-contact-form-7?](https://wordpress.org/support/topic/how-to-use-the-filter-yikes-mailchimp-contact-form-7/)
 *  Thread Starter [LinkAdvisor](https://wordpress.org/support/users/linkadvisor/)
 * (@linkadvisor)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/how-to-use-the-filter-yikes-mailchimp-contact-form-7/#post-9800380)
 * 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Forms for Mailchimp] How too add an icon in front of the labels of YOUR generated form + use of CFDB?](https://wordpress.org/support/topic/how-too-add-an-icon-in-front-of-the-labels-of-your-generated-form-use-of-cfdb/)
 *  Thread Starter [LinkAdvisor](https://wordpress.org/support/users/linkadvisor/)
 * (@linkadvisor)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/how-too-add-an-icon-in-front-of-the-labels-of-your-generated-form-use-of-cfdb/#post-9796107)
 * 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
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Livemesh SiteOrigin Widgets] No widgets avail. in Livemesh SiteOrigin Widgets](https://wordpress.org/support/topic/no-widgets-avail-in-livemesh-siteorigin-widgets/)
 *  Thread Starter [LinkAdvisor](https://wordpress.org/support/users/linkadvisor/)
 * (@linkadvisor)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/no-widgets-avail-in-livemesh-siteorigin-widgets/#post-9557726)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[[Abandoned] PPress] Fatal Error](https://wordpress.org/support/topic/fatal-error-2122/)
 *  Thread Starter [LinkAdvisor](https://wordpress.org/support/users/linkadvisor/)
 * (@linkadvisor)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/fatal-error-2122/#post-7346576)
 * Hi, yes, that might be correct. Considering since a while updating the server.
 * Thanks for the tip.
 * — Rainer
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Virtue] One of the best free themes available](https://wordpress.org/support/topic/one-of-the-best-free-themes-available-1/)
 *  [LinkAdvisor](https://wordpress.org/support/users/linkadvisor/)
 * (@linkadvisor)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/one-of-the-best-free-themes-available-1/#post-8051470)
 * What 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart Popup by Supsystic] Is this PopUp plugin Contact form 7 compatible?](https://wordpress.org/support/topic/is-this-popup-plugin-contact-form-7-compatible/)
 *  Thread Starter [LinkAdvisor](https://wordpress.org/support/users/linkadvisor/)
 * (@linkadvisor)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/is-this-popup-plugin-contact-form-7-compatible/#post-7016766)
 * Thanks t let me know so quick!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [' >' included in: make_clickable() function. How to get a clean URL?](https://wordpress.org/support/topic/included-in-make_clickable-function-how-to-get-a-clean-url/)
 *  Thread Starter [LinkAdvisor](https://wordpress.org/support/users/linkadvisor/)
 * (@linkadvisor)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/included-in-make_clickable-function-how-to-get-a-clean-url/#post-6998653)
 * Kjodle, great! Many thanks to help me out.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Virtue] Responsive Height of Title](https://wordpress.org/support/topic/responsive-height-of-title/)
 *  Thread Starter [LinkAdvisor](https://wordpress.org/support/users/linkadvisor/)
 * (@linkadvisor)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/responsive-height-of-title/#post-6985830)
 * Thanks to update me with the code. Will try it over the weekend. Have already
   custom css installed

Viewing 15 replies - 1 through 15 (of 29 total)

1 [2](https://wordpress.org/support/users/linkadvisor/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/linkadvisor/replies/page/2/?output_format=md)