hramzy
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Members Membership Plugin] login not workingI found the culpret!
With the google recaptcha plugin active the login doesn’t work for me…
Is there a way to remedy this issue?
I have sent you login details through the form you provided ??
Still not working.
I can see that the data is being sent through the network tab of developers tool but it’s not showing up on facebooks end for both page view and also the add to cart jquery that you have added.I even added the pixel to another website and it worked fine.
Is there a way you could email me and I will give you logins for my website so you can have a look yourself? Everything set up fine but the pixel isn’t firing…
My email address is [email protected]
I’m using the pixel checker, I can’t actually post an image on here I don’t think otherwise I would show you what it’s saying.
This is the code for page view that I have added to the script part of the plugin. I copied it directly from Facebook so i don’t see a reason why I shouldn’t work.
<!– Facebook Pixel Code –>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version=’2.0′;
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,’script’,
‘https://connect.facebook.net/en_US/fbevents.js’);
fbq(‘init’, ‘pixelcodehere’);
fbq(‘track’, ‘PageView’);
<!– End Facebook Pixel Code –>This is the script that im using to track the button press conversions. I have used this code previously on mulitiple websites and it has worked no problem.
<script type=”text/javascript”>
jQuery( ‘.giveasap_button’ ).click(function() {
fbq(‘track’, ‘AddToCart’);
});
</script>The code changes to the scrip underneath when saved.
jQuery( ‘.giveasap_button’ ).click(function() {
fbq(‘track’, ‘Giveaway Entered’);
});If you have the pixel checker installed maybe you can check the errors for yourself. I have made a test giveaway here:
If necessary i can give you some login details so you can look at the back end ??