ninjaboobman
Member
Posted 1 year ago #
Clicks only get counted when logged in but not for other normal visitors.
I think it has to do with not being able to set variable
wpBannerizeJavascriptLocalization because it gets set from this bit of code:
var wpBannerizeJavascriptLocalization = {
ajaxURL: "http://www.domainname.com/wp-admin/admin-ajax.php"
};
which won't do anything because it is under wp-admin
How can I fix this?
http://wordpress.org/extend/plugins/wp-bannerize/
ninjaboobman
Member
Posted 1 year ago #
still waiting for a reply. Click counter not working at all unless logged into admin.
Hi,
This issue in not true for me.
Pelasse, check again your environment , because you are alone that report this issue.
Regards
GF
paulhobart
Member
Posted 1 year ago #
Nope, not alone. It happens on my site too.
This is a DEAL BREAKER bug for me. I can't use this plug in if it doesn't report clicks.
Hi,
Please, check for me the 3.0.9 revision. I think that different WordPress installation has different behaviour.
Let me know if all works properly
Thx
paulhobart
Member
Posted 1 year ago #
Beautiful! It works now! Thank you so much!
ninjaboobman
Member
Posted 1 year ago #
Works for us as well!
Thanks!
Hi,
thanks to all for your reports and patience ;)
regards
GF
danielsl
Member
Posted 1 year ago #
Not click counting for me, also :-( I am using v 3.0.10.
This is pity, because the counting is the main point of the plugin, at least for me.
Any idea?
absolutex
Member
Posted 1 year ago #
<script type='text/javascript'>
/* <![CDATA[ */
var wpBannerizeJavascriptLocalization = {
ajaxURL: "<? bloginfo('url');?>/wp-admin/admin-ajax.php"
};
/* ]]> */
</script>
<script type='text/javascript' src='<? bloginfo('url');?>/wp-content/plugins/wp-bannerize/js/wpBannerizeFrontend.min.js?ver=3.0.50'></script>