amir_canteetu
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Quizr] social share not functioningHi Sarah,
The solution is simple. No need to re-write it here; here it is: https://stackoverflow.com/questions/37063685/facebook-oauth-the-domain-of-this-url-isnt-included-in-the-apps-domain
Let me know if this does not help or if there is anything else you need help with.
Regards,
Amir
Forum: Plugins
In reply to: [Woo Social Discounts] Coupon not obtained after shareIt seems there has been a change in the woocommerce code (maybe the hooks). Unfortunately I’m quite oveloaded with work right now.
I’ll try update this plugin asap; I regret I may have to remove it from the repo for now.Forum: Plugins
In reply to: [Woo Social Discounts] Coupon not obtained after shareHello,
Can you send me a link?
Is it only FF or other browsers as well?
Regards
Forum: Plugins
In reply to: [Woo Social Discounts] Not for all productsHi Judy,
That would be a cool feature to have indeed.
I regret I’m overwhelmed with work rigt now and cannot make the updates as soon as I would want to.
I do however look forward to doing so (say in the next two weeks or so); I’ll keep you posted.
Thanks for using my plugin!
Forum: Plugins
In reply to: [Woo Social Discounts] Restrict by locationHi Daniel,
Sorry for the delay; I did not get an email notification after your post.
Can you send me a link?
If you don’t get a timely response from me you can send me an email directly; my email address is on the main plugin file.
Regards,
Forum: Plugins
In reply to: [Woo Social Discounts] TranslationHey Nick!
Thanks for using my plugin.
Sorry for not making it translatable; I was under pressure when I wrote this the first time.
I’ll see to it asap and let you know when it’s done.
Forum: Plugins
In reply to: [WP Quizr] Does not redirect to outcomeLooks good!
I’ll mark this as resolved.
Please don’t forget to rate the plugin.
Best wishes!
Forum: Plugins
In reply to: [WP Quizr] Does not redirect to outcomeA bit more info:
My guess is that there is something configuring your web address as “https://buddhacareers.com/” (which is why my script is sending a request back to THIS address), whereas it should be “https://www.buddhacareers.com/”. It shouldn’t take long to solve.
Best Regards and thanks for trying my plugin.
Forum: Plugins
In reply to: [WP Quizr] Does not redirect to outcomeOkay,
I’ve discovered there is a misconfiguration somewhere on your website, which is blocking requests back to the server for the final outcome.
You can see this if you go to your web browser’s web development console (press F12). You’ll see that while your web address starts with “www”, the requests are being made to https://buddhacareers.com (without the “www”), which causes the request to fail. Browsers don’t allow this.
Note that it’s not only the wp_quizr plugin requests that are being blocked; for instance your jquery.adrotate.clicktracker.js (on the home page) and some theme banner images are also being blocked because of this.
I sugest you get a developer to help sort out your config so that all your URLS start with the same characters as this may cause some other functionality to break as well.
Let me know if you still have problems.
Regards
Forum: Plugins
In reply to: [WP Quizr] Does not redirect to outcomeOkay let me check.
Get back to you asap.Forum: Plugins
In reply to: [WP Quizr] Does not redirect to outcomeIf you can reach the address by pasting the url in your browser url bar, then it’s good enough.
Forum: Plugins
In reply to: [WP Quizr] Does not redirect to outcomeI suspect you may be missing some steps in the creating a new quiz; or maybe not updating/saving after each step.
In the plugin folder is a README.txt file with a “User Guide” section at the far bottom.
Follow the steps from 1 to 9.
If you like you can even contact me directly and I’ll happily set a quick quiz for you.
Let me know if you’re still having problems.
Regards
Forum: Plugins
In reply to: [WP Quizr] Does not redirect to outcomeHi.
It’s not designed to work that way.
Try a more realistic example, with more questions and possible outcomes.
Let me know if there are still issues; I woul be happy to help.
Forum: Plugins
In reply to: [Woo Social Discounts] Restrict by locationUpdated
Forum: Plugins
In reply to: [WP Quizr] Feature Request – Auto scroll down, Multiple pagesThanks!
1. To add the autoscroll feature you would have to edit the “/plugins/wp-quizr/public/js/wp-quizr-public.js” file.
Note that the actual file in use is the minified version, /plugins/wp-quizr/public/js/wp-quizr-public.min.js, so don’t forget to minify after editing, or copy your edits to this file.
2. It would be great to have this feature. I think it would be best to use Ajax rather than to have to wait for a new page to load.
I in fact had planned to add those features later, but I’m not sure when that will be as I’m quite busy right now.
Thanks again for your suggestions!