ZeroGravity
Forum Replies Created
-
Forum: Plugins
In reply to: [Appointment Scheduler] Guest BookingOk. Thanks!
Hi Nikola,
I have the timezone in general settings set to Denver.
There is a service that takes 90 minutes.
A connection is setup for the service from 12:00 to 17:00 on Mondays.
When you select the date these times show.
12:00pm, 1:30pm, 3:00pm, 4:30pm.Is there something else I should check?
Forum: Plugins
In reply to: [Easy Appointments] Display color key under calendarThanks Nikola! What do you add to the shortcode to have the key appear. I have the two column layout on the page but can’t see an option or another shortcode to display a key for the colors.
Forum: Plugins
In reply to: [Easy Appointments] Easy way to set Holidays/Vacations (feature request)Thanks! Nikola
Forum: Plugins
In reply to: [Display Posts - Easy lists, grids, navigation, and more] OrderBy issues?I’m going back to bed. Feel like a complete twit. I wasn’t awake enough to realize the posts were ordering descending instead of what I expected, ascending. More Coffee!!!
Forum: Plugins
In reply to: [Display Posts - Easy lists, grids, navigation, and more] OrderBy issues?Did you track down what was causing the issue? I am having the same problem but it is on a live site so I am a little reluctant to change themes and disable plugins.
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Show a single random FAQ in a widgetThanks but the FAQ ID List will show the same FAQ every time. I am only wanting to show one and have it change each time a page loads. Is it possible via the shortcode to set the order to random?
Otherwise a feature request would be a random FAQ widget or adding “number_to_display” and “orderby” (with “rand” as an option) attributes to the [ultimate-faqs] shortcode. 🙂
Thanks!
Forum: Plugins
In reply to: [Gallery by FooGallery] Issue with Masonry gallery and Center AlighmentI just updated my site to WP 4..6.1 and am getting the same thing with images overlapping when the gallery is set to centered. Seem to be working when left aligned.
Disabling plugins always makes me nervous on a live site. Fortunately I had a copy of the site setup on another server. Tracked it down to Kwayy HTML Sitemap. I replaced the plugin and all is working again.
Thanks!
Forum: Fixing WordPress
In reply to: PHP7 – Call to undefined function mysql_connect()Thanks Dion!
Forum: Fixing WordPress
In reply to: MySQL version, WP requirements and 500 errorThanks for your reply Jason. After testing it seems nd_mysqli get it working for me.
Forum: Fixing WordPress
In reply to: PHP7 – Call to undefined function mysql_connect()Looks like I needed to activate nd_mysqli. Everything seems to be working now. Would this be correct? Is there anything else I should activate as well?
I didn’t see much of a performance increase but it is a fairly lightweight site.
Forum: Fixing WordPress
In reply to: MySQL version, WP requirements and 500 errorHi Jason,
I am getting the same error. Which box did you need to check? There are several MySQL options checked and unchecked in my cPanel and I can’t work out which one I need to activate.
Many Thanks!
Forum: Plugins
In reply to: [Simple Membership] Redirect / popup if not logged inIf you replace the wp_redirect code with a call to activate a popup which blurs the screen it should work. Also change code in the if statement so it restricts the pages instead of the other way round.
Just as a heads up. Depending on how securely you want to protect your content a simple popup that blurs the background may not be the best option. People in the know can use a browser plugin like firebug to remove the popup and see the content behind.
Look into Paywall type plugins.
The solution to my problem was mod_security. I found a couple of other posts mentioning this and asked my host to relax the rules.