MEAU
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Events Calendar 6.0.10 and Shield 17.0.9 incompatibleHi Darian.
Yes, the latest version has resolved the PHP/Monolog library issue.
Shield no longer reports any issues.
Forum: Plugins
In reply to: [The Events Calendar] Events Calendar 6.0.10 and Shield 17.0.9 incompatibleThank you for letting us know, Darian.
Much appreciated.
Forum: Plugins
In reply to: [The Events Calendar] Events Calendar 6.0.10 and Shield 17.0.9 incompatibleThank you, iammarta.
Further info: My Shield has now updated to version 17.0.14.
The combination of your plugin and Shield is no longer causing the site to fail. However, Shield is now showing this message:
You have a PHP library conflict with the Monolog library. Likely another plugin is using an incompatible version of the library. Monolog library is version 1. Version 2 is required. Location: "Plugin - The Events Calendar".Forum: Plugins
In reply to: [Dan's Embedder for Google Calendar] date formatDan replied to this post a couple of years ago saying it was on his to-do list. I’d say it’s still there.
Sadly, I don’t think he gives this plug-in much time anymore.
Do you really need to remove their order?
What about the option to reset the course for the user?
You can do that under LearnPress > Tools > Course > Reset item progress for an user
I realise this doesn’t address the possible email problem, but perhaps it might solve your dilemma.I’ve revisited your issue and I’m scrapping my previous suggestions.
Here’s what I did, and the emails got sent out again.
- I went into the order and set it to Payment Pending. (saved it)
- I removed the course from the order. (saved it)
- I set the order to Cancelled. (saved it). This generated emails to the admin and the user.
- I then moved the whole order to trash
- Then, the user re-enrolled. This generated emails to the admin and the user.
- Once the order status hit complete it generated emails to the admin and the user again.
I hope this helps.
Forum: Plugins
In reply to: [Easy Voice Mail] Play is not playing anythingThank you for directing me to the problem.
For the sake of others.
- I use Shield Security
- Under ‘HTTP Headers’ I had ‘Enable CSP’ switched on, along with each of the following also turned on: Self, Inline Entities, Embedded Data, Allow eval()
- I turned off ‘Enable CSP’ and left all the others on, but the problem remained
- I added
default-src 'self' blob: data: 'unsafe-inline' 'unsafe-eval' *to the ‘Manual Rules’ and now (after saving of course) I can hear my recordings when I hit Play
I truly appreciate your help, @phoenixstudiodz.
1) This works for me
.section-content .course-item { background-color: #000 !important; }2) Try this
span.price { display: none; }Thank you.
I’ve reported this as you requested.
https://thimpress.com/forums/topic/bug-assignment-plugin-translations-not-showing/
Forum: Plugins
In reply to: [Easy Voice Mail] Play is not playing anythingI experience the fault on all my pages, so I created a new one for testing.
You’d need to modify the language .po file.
If you’re unsure how to do it, just let us know what language this is for and I or someone else can write out the instructions.
In the meantime, you could download the .po file with all your up-to-date translations, and then, after an update, just upload it. Still manual but it’ll take less time.
I successfully embed YouTube vids into my lessons using this method
<iframe src="https://www.youtube.com/embed/abcdefghi" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"><span style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" data-mce-type="bookmark" class="mce_SELRES_start"></span></iframe>Let us know if that works for you.
You could add this to Customise > Additional CSS
.learn-press-nav-tabs.course-nav-tabs { display: none; }Forum: Plugins
In reply to: [Easy Voice Mail] Not receiving emailsThank you for fixing the issue. I’m now receiving emails about voice messages.
Would you be able to add something else in the next update? Could you make it so that the notification email links to Easy Voice Mail in wp-admin?
Like this:
To access the messages, login as admin and go to Tools -> <a href="https://mysite.com/wp-admin/tools.php?page=easy-voice-mail/admin/easy-voice-mail-admin.php">Easy Voice Mail</a>- This reply was modified 5 years, 5 months ago by MEAU.
Forum: Plugins
In reply to: [Dan's Embedder for Google Calendar] CSS help / changing timePreviously, I have added some CSS styling tips in this post.
There are other possible CSS changes that can be made. I’ll try and help if you can’t find what you need at the above post.
Regarding the html showing in the description, that’s entirely at the mercy of what’s in the Google Calendar description. Try making changes there and see how it reflects in Dan’s Gcal.
And you’ll need to wait for @duplaja to chime in regarding the List calendar and its 24 hour times.