Ryan Novotny
Forum Replies Created
-
Forum: Plugins
In reply to: [Pricing Tables WordPress Plugin - Easy Pricing Tables] Inline cssI can’t think of a good way to overwrite that as it is written besides modifying the core plugin code, which future updates would likely overwrite. We could maybe add a filter or something like that to make it possible in the future. If you could perhaps explain your use-case we could get a better idea of how to implement it
Hi,
If someone could create a ticket on our support system by either filling out the form at fatcatapps.com/support or by email us at support[at]fatcatapps[dot]com we can do some testing with Visual Composer.
Hi,
I just installed All in One Scheme plugin and did some testing. It looks like they have included some JavaScript on our admin pages which has an error “media.js?ver=1.0:5 Uncaught TypeError: Cannot read property ‘editor’ of undefined”.
I can’t think of an immediate fix on our end, since their plugin is adding these files to our pages, I suppose it would be best to contact that plugin author and see if they can fix it.
Forum: Plugins
In reply to: [Quiz Cat - WordPress Quiz Plugin] Quiz not working on mobileHi,
Freemius is not required, we are just using it to get a better idea of environments (wp and php versions) and to get a better idea why people choose to uninstall to see if we can add features or fix any issues. But it is not required, you can choose the opt-out option and the plugin will function the same.
For the mobile that it wasn’t working on, do you know the browser? We’ve tested on all common desktop browsers down to IE 9, my android phone as well as iOS devices (iphone 6, 5, ipad) but maybe some other mobile browser has a problem.
Regards,
RyanForum: Plugins
In reply to: [Quiz Cat - WordPress Quiz Plugin] Bug with punctuationHi,
In the last release (1.0.6) I re-wrote how the answers are checked for correctness, now the answer will not use HTML to determine the correct answer (instead it uses a key, e.g. answer ‘1’ is the correct answer).
This should fix any issues with character encoding/special characters/punctuation/client-side translation affecting the answer being right or wrong.
If you do have any questions or issues in the future feel free to let us know.
Forum: Plugins
In reply to: [Quiz Cat - WordPress Quiz Plugin] Correct answer showing up as incorrectHi,
In the last release (1.0.6) I re-wrote how the answers are checked for correctness, now the answer will not use HTML to determine the correct answer (instead it uses a key, e.g. answer ‘1’ is the correct answer).
This should fix any issues with character encoding/special characters/punctuation/client-side translation affecting the answer being right or wrong.
If you do have any questions or issues in the future feel free to let us know.
Forum: Plugins
In reply to: [Quiz Cat - WordPress Quiz Plugin] Correct answer showing up as incorrectHi,
I did look at it just now, and I’m not entirely sure why it would do that, but the most likely cause is the & symbol is possibly causing the issue. You could try to change the question for now to be ‘Goat and Cow’, but I’ll see if I can find out the cause
Regards,
RyanHi,
Not sure if you did something to fix it but when I tested, I got redirected and got a e-mail confirmation (after a few minutes). Can you confirm there is still an issue?
Hi,
It looks like there is a issue with a plugin. If you check the javascript console you’ll see the error:
Uncaught Error: Syntax error, unrecognized expression: a[href$=.mp3]
Basically, WordPress 4.5 updated to a new version of jQuery that has a slightly more strict syntax for links, such as the above line of code; whatever that code appears needs to be changed to.
a[href$=”.mp3″] which should fix the issue.
I’m guessing it looks like some kind of music/mp3 plugin?
There is some more information here: https://www.ads-software.com/support/topic/read-this-first-wordpress-45-master-list?replies=7&view=all#post-8271654
Hi,
@lauren
I just checked out the link you gave, but I don’t see an Opt-in on the page.The most common cause of this issue is a another plugin or theme running on the website that has a script error. WordPress 4.5 had a recent update that tended to break a lot of plugins and how they deal with links specifically, which could break our opt in form’s ability to sign up new accounts.
If either of you do have a current problem on your websites, feel free to post a link and I can take a look.
Forum: Plugins
In reply to: [Quiz Cat - WordPress Quiz Plugin] Correct answer showing up as incorrectHi,
It looks like the link is actually behind a membership restriction, could you either make that page unrestricted or make a new post/page with the quiz that is unrestricted I could see?
Forum: Plugins
In reply to: [Quiz Cat - WordPress Quiz Plugin] Correct answer showing up as incorrectHi Anna,
Could you provide a link to the Quiz that is having the problem? There might be a plugin conflict or bug, I can take a look.
Forum: Plugins
In reply to: [Quiz Cat - WordPress Quiz Plugin] Bug with punctuationHi, I tried on my install having quotes and em-dashes and it seemed to work fine. Could you provide an example where the bug happens and I can look in to it?
Forum: Plugins
In reply to: [Quiz Cat - WordPress Quiz Plugin] How to share the results?Hi,
Thank you for the feedback. We do plan to add social media sharing (Facebook, Twitter, etc), but for now the best way is to find a different social media sharing plugin and use that for now.
As for the restart quiz button, we will consider adding this as an option in a future release
Forum: Plugins
In reply to: [Quiz Cat - WordPress Quiz Plugin] Quiz not advancing to next stepHi,
It looks like there is a issue with the theme. If you check the javascript console you’ll see the error:
Uncaught Error: Syntax error, unrecognized expression: ul.cb-hmenu a[href=#]
Basically, WordPress 4.5 updated to a new version of jQuery that has a slightly more strict syntax for links, such as the above line of code; whatever that code appears needs to be changed to
ul.cb-hmenu a[href="#"]
which should fix the issue with the Quiz.There is some more information here: https://www.ads-software.com/support/topic/read-this-first-wordpress-45-master-list?replies=7&view=all#post-8271654