sharcs
Forum Replies Created
-
That’s not a problem. The backup worked when I updated to the latest version of Duplicator.
Thanks.
Forum: Plugins
In reply to: [The Events Calendar] Getting my “Events” slug backFound the solution. Turns out you have to go and save your Permalinks after changing the slug in The Events Calendar settings page.
That is very good news. I’d be very happy to reinstall it and use it once you’ve completed it, the current donation system I’m using is super inferior compared to your plugin.
This is something that I’d be happy to pay for.
Thank you. I appreciate it.
Thank you so much Markussss for your little hack. It worked perfectly.
Did you get an answer for this? I’m also interested in it.
I don’t understand why they feel this needs to be answered in private? It would save people so much more time if it was just answered here.
Thanks for the reply.
After getting back to this after the weekend, it looks like everyone is now consistently scoring 0.9. Maybe the server just needed some time.
If the issue pops up again, I’ll be sure to follow the instructions you gave.
Thanks again.
I made it very clear on my review, I didn’t give you a bad rating because you submitted a lite version, I gave you a bad rating because your plugin is basically a demo.
You can make a better testimonial page and widget than this by using a page builder.
I’ve changed my rating from 2 to 3 stars because you guys seem interested in what your reviewers are saying and seem happy to take in the community’s opinion when developing your plugin, but my original point still stands:
Again, this is a demo of your pro plugin, it’s not a lite plugin. I’ve never given a bad rating before based on locked features on a plugin and I’ve been using WordPress for over 10 years.
Thank you for taking the time to read my review and reply.
Hi guys, just checking if this issue has been fixed.
Checked out the Changelog but some of the stuff was above my head.
Thanks.
Hey @joeldjones , did changing it to (1.0) work for you?
I’ve done the same to my site but I agree with your scepticism, changing it to (1.0) looks like a sure-fire way to make it worse.
Has this been fixed?
I can see from the latest changelog that there are a few changes and additions to the Paypal component of the plugin, but I can’t tell if any of them fix this issue.
Thanks.
Ok thanks, I’ll keep a lookout.
I’m having the same issue, any idea when the next release with the fix will be released?
For now I’m just keeping Duplicator deactivated until I need it.
Forum: Plugins
In reply to: [The Events Calendar] PHP 8.0 errorAny idea on when this will be fixed?
I have somewhat of a crude and dirty solution.
I just installed a plugin that allows you to put code into the <head> and put my custom CSS in there. As most of you know, <head> CSS overrides external CSS, so that made my !important tag more important that UM’s CSS’s !important tag.
Don’t forget to use
<style type="text/css"> </style>
so that the system knows its CSS.If you’re wondering which plugin I used, I used “Head & Footer Code”, but I’m sure there are plenty other plugins out there that do the same.
If you don’t like installing unnecessary plugins, then I’m sure you can put your header file into your child theme and add the CSS directly in there. I haven’t tried that so I don’t know how well it will work.
The good thing about doing it this way is that you don’t have to rewrite a bunch of CSS from the files you dequeued, you just need to overwrite the stuff you want changed.