Graham
Forum Replies Created
-
Forum: Plugins
In reply to: [Quick Event Manager] syntax errorExecllent!
Forum: Reviews
In reply to: [Quick Interest Slider] Looks like a great pluginPer site.
If you want a multisite license we can do a deal
Forum: Plugins
In reply to: [Quick Event Manager] Blank lines in event listYour theme is forcing the event title in the widget down onto a new line.
Add this to the ‘Additional CSS’ in your theme customizer:
.qem h2 {display: inline;}
Forum: Plugins
In reply to: [Quick Event Manager] Recurring events?Yes you can.
When you look at the list of events in your dashboard one of the links is to duplicate the event.
On the event editor there is an option to create repeat events (daily, weekly, monthly etc).
Forum: Plugins
In reply to: [Quick Event Manager] Blank lines in event listCan you install this update:
http://quick-plugins.com/quick-event-manager/qem-update/
It seems that some themes force headers to display as a block which causes the problem. If the above updates fixes it please let me know and I can upload to the plugin repository
Forum: Plugins
In reply to: [Quick Event Manager] syntax errorWhat version of PHP are you using?
Older versions of PHP can throw an error message.
Forum: Plugins
In reply to: [Quick Interest Slider] Refund Payment for Pro version of this pluginPlease contact me directly via the plugin website. Support can only be given here for the free version.
Forum: Plugins
In reply to: [Quick Paypal Payments] compatibility with php 7.2Yes, it is a quick fix for now as nothing I do fixes the problem.
I could spend a lot of time rewriting the code but I just don’t have the time. If someone want to do it for me I’ll happily pay them for their time.
Forum: Plugins
In reply to: [Quick Event Manager] Past events displayingI don’t see past events on that page.
But if you are pulling events using the page builder I can’t really help with this as it’s not how the plugin was designed to be used.
A WP query will search the database for all the posts types you have selected. It doesn’t discriminate by date or any other parameter. The only way to hide past events is to use the standard [qem] shortcode.
Forum: Plugins
In reply to: [Quick Event Manager] SMTP Send function issueHave you installed the latest version?
I’ve checked the function and the email headers use the email address set up in the autoresponder as the sender.
Forum: Plugins
In reply to: [Quick Interest Slider] Incorrect Authorization KeyThis has been resolved
Forum: Plugins
In reply to: [Quick Paypal Payments] Last Update broke my formYes you can. I’ve got one other bug to fix then the update will be released.
Forum: Plugins
In reply to: [Quick Paypal Payments] PHP 7.1.x WarningThis is line 2138:
$input = ".qpp-style".$id." input[type=text], .qpp-style".$id." textarea {border: ".$style['input-border'].";".$inputfont.";height:auto;line-height:normal; ".$style['line_margin'].";}";None of the variables in that line are numeric so I’ve no idea what that warning is telling you. Looking at the code on the live site, the CSS is all correctly formatted with no warnings.
So not really sure how to fix this.
Forum: Plugins
In reply to: [Quick Event Manager] Register & Pay Not WorkingReally need to see the site to work out why.
Have you go any redirections set up?
Forum: Plugins
In reply to: [Quick Event Manager] firefox does not show reg confirmationNo idea. I see the confirmation using firefox. But I will investigate