morpheus101
Forum Replies Created
-
Thanks for the reply but you are using 2 links in your email sent to the student to review the course. 1 of them takes you to the Instructor Bio (Here is the link to post a review for the instructor) page which hasn’t got the option to leave a review so maybe remove the link and change the text as it is not clear at the moment.
Hi,
Cleared cache and tried on both Chrome and Edge browsers but still not able to import quiz. I have contacted dedicated support but still no solution.
I have also tested this on Linux and it works fine so definitely windows issue still present in my case.- This reply was modified 3 years, 12 months ago by morpheus101.
Hi, The review option is enabled and works fine for the courses but there is no button on the instructors page?
Found it myself. If you are using the tutor lms elementor addon, you will need to edit the about.php and remove the double echo $excerpt
Hi Billal, thanks for the reply. I thought as much and am looking forward to a fix.
Forum: Plugins
In reply to: [Site Reviews] Ajax pagination scroll to topThanks for the heads up. I did try to submit a review and all worked fine. So does my contact form so I assume all is working nicely together.
Forum: Plugins
In reply to: [Site Reviews] Ajax pagination scroll to topAll sorted. Fantastic support!! Thank you
Forum: Plugins
In reply to: [GDPR] Disable Google AnalyticsDoes this also happen when logged in as admin?. Do you use a caching plugin?
Forum: Plugins
In reply to: [GDPR] Disable Google AnalyticsHi Imloic. I removed the GADWP as I had issues with not beeing able to control the cookies. I now inject the GA code with the cookie allowed check straight into my header section:
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-XXXX-X"></script> <script> if (is_allowed_cookie('_ga')) { window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date());gtag('config', 'UA-XXXX-X', {"anonymize_ip":true,"allow_display_features":false,"link_attribution":false}); } </script>
I know it is a caching issue. Just need to find a solution as I do not want to remove my caching plugins ??
Forum: Plugins
In reply to: [GDPR] Disable Google AnalyticsHi Fernando, That is what I thought. Could you please share how I could bypass the caching issue by using the Javascript code and will this solve the issue?
Looking forward to V2. Thanks again for this great plugin. It has helped me a lot in getting ready for the GDPR!!
Forum: Plugins
In reply to: [GDPR] Disable Google AnalyticsThe “we could not verify the security token. Please try again” only happens on mobile device which is a known sporadic bug afaik. Works fine on pc
Forum: Plugins
In reply to: [GDPR] Disable Google Analyticsyes, works with admin login but with another user it says “we could not verify the security token. Please try again”.
Forum: Plugins
In reply to: [GDPR] Disable Google AnalyticsAfter a bit more testing it seems to only happen when logged out. When logged in, the cookie on/off toggle works as it should
Forum: Plugins
In reply to: [GDPR] Disable Google AnalyticsI have a similar problem and have autoptimize and w3totalcache installed. I am running the code as in the first post and although it works, it won’t update when I toggle the cookie on and off. Can anyone let me know the correct way to implement this the javascript way?
Thanks