mbguru
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Membership] Integrate iDevAffiliate with SimpleMembershipHi wp.insider,
Can I just ask, the integration plugin, will that support for monthly subscriptions with affiliates?I.e. If i referred you to a site and you sign up for Monthly reccurring, and stay on the site for 8months.
I should get 8x comissions paid monthly, as it’s recurring and billed ongoing from PayPal monthly.
Thanks,
Forum: Plugins
In reply to: [Simple Membership] Integrate iDevAffiliate with SimpleMembershipOkay so I’d placed the code in and it seemed to be working great. I’ve just updated to 3.0.2 however and now the file simple-membership/ipn/swpm_handle_pp_ipn.php is showing as (inactive)
Im 99% sure the other day when I first added the code that call-line was active that you told me to add to.
Has 3.0.2 update changed where i should place my line of code??
Forum: Plugins
In reply to: [Simple Membership] Integrate iDevAffiliate with SimpleMembershipHi wp.insider,
So this is the code im placing inside the ipn/swpm_handle_pp_ipn.php file above that line quoted:
<?PHP $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "https://www.MY-SITE-NAME-HERE.com/idevaffiliate/sale.php?profile=72198&idev_saleamt=$gross_sale_amt&idev_ordernum=$txn_id&ip_address=$_SERVER['REMOTE_ADDR']"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_exec($ch); curl_close($ch); ?>
Does that look about right to you?
Forum: Plugins
In reply to: [Simple Membership] Integrate iDevAffiliate with SimpleMembershipOkay wp.insider,
Just making sure I fully understand, so go into Plugin editior and locate the ipn/swpm_handle_pp_inp.php file and edit it.Then place this code;
“https://www.site.com/idevaffiliate/sale.php?profile=72198&idev_saleamt=XXX&idev_ordernum=YYY&ip_address=IPA”`
Place this on the line before:
do_action('swpm_paypal_ipn_processed', $this->ipn_data);
Can I just check, what are the $calls for Sale Amount, Order Number
and IP Address (of customer).Im not an experienced developer, but can usually follow instructions pretty good for editing php files and plugins.
Thanks
Forum: Plugins
In reply to: [Simple Membership] Integrate iDevAffiliate with SimpleMembershipOh thank you very much wp.insider I really appreciate it.
Keep me updated, I’m more than happy to try implement the code into the site, if it saves you the effort of having to create an Addon or are you wanting to integrate Simple Membership with iDevaffiliate anyways?
Thanks,
Forum: Plugins
In reply to: [Simple Membership] Integrate iDevAffiliate with SimpleMembershipHi wp.insider,
I’ve spoke with iDevaffiliate about the setup and they believe that the call required is;Therefore the only calls we need is:
Sale Amount
Order Number
IP Address (of customer)I believe this then needs implementing alongside the file that is triggered after payment is complete for the subscription
Thanks,
Forum: Fixing WordPress
In reply to: Different Widget Every Single PostScrap that last reply, I’ve just inserted the Code you sent above into my PHP Code widget however it needed the opening:
<?php
Once i’d inserted this and then in my per_post_content I added:
[wp_progress_bar text="Progress" text_color="#fff" background="#eee" progress_color="#bbb" pc="90" width="100%" bottom="15px"]
It’s now working just perfect!
Thanks Josh you’re a star!
Forum: Fixing WordPress
In reply to: Different Widget Every Single PostSorry to sound daft, the code you attached above, am i right in saying that goes into the PHP Code Sidebar Widget
And do i then in my “per_post_content” insert the following value;
do_shortcode([wp_progress_bar text="Progress" text_color="#fff" background="#eee" progress_color="#bbb" pc="90" width="100%" bottom="15px"])
Or am i missing something here?
Forum: Fixing WordPress
In reply to: Different Widget Every Single PostHi Josh,
Yes inserting this code into PHP Code widget outputs the word TESTING in Widget AreaForum: Fixing WordPress
In reply to: Footer Menu Horizontal rather than VerticalSo if i add in the following to .css
#menu-footer{ box-shadow: 0 4px 35px rgba(0, 0, 0, 0.5) inset; }
If you view the site live, you’ll see that its just shadowed the actual footer links rather than the whole footer box.
Thanks
Forum: Fixing WordPress
In reply to: Footer Menu Horizontal rather than VerticalHi Innuvo, that’s worked perfect for splitting them as a 4 way footer thanks!
The site is using a fixed width layout, so regardless of media device it’ll be loading up the full site rather than responsive/mobile as such.
For the styling of the footer, is their an easy way to add the likes of a box-shadow inset?
Forum: Fixing WordPress
In reply to: Footer Menu Horizontal rather than VerticalHi innuvo, it’ll just be the 4 links:
Forum
Privacy Policy
Refund Policy
AffiliatesThis footer will remain consistent accross the site.
Thanks