jakelovelock
Forum Replies Created
-
Hosting company has sorted it out by turning off the rate limiter! Thanks for the help @sterndata
Forum: Fixing WordPress
In reply to: Plugin for booking toursHave a look into the WooCommerce extension called Bookings.
This might be what you want?
According to the WPEngine website they don’t use mod_secure.
I’m waiting in queue to talk to their support so will keep you posted… Thank you @sterndata !
Forum: Fixing WordPress
In reply to: Menu links shifts on iPadNo worries! That’s what these forums are for! ??
Forum: Fixing WordPress
In reply to: Menu links shifts on iPadI just tried this one.
Maybe this will work?
ul#menu-dchc-main-menu-1 {
float: none !important;
}Forum: Fixing WordPress
In reply to: Menu links shifts on iPadThe !important needs to be within the ;
“float:none !important;”
If that still doesn’t work I can try to suggest other methods!
Forum: Fixing WordPress
In reply to: Menu links shifts on iPadYou could add “float:none;” to get rid of the float rather than removing the code I suggested above.
I hope that’s what you’re asking aha.
- This reply was modified 5 years, 9 months ago by jakelovelock.
Forum: Fixing WordPress
In reply to: Menu links shifts on iPadHey! I just removed this and the menu now goes back into the center.
Hope this helps.
@media only screen and (max-width: 959px)
.gdlr-header-style-2.gdlr-centered .gdlr-navigation .sf-menu {
float: left;
}Forum: Plugins
In reply to: [Live Scores for SportsPress] 400 ErrorNope, we don’t have any security plugins on this site.
Would it help if I sent the console log at all?
Ah sorry!
It should now be visible again!
Hi!
That’s brilliant thank you for the extra CSS code! Hadn’t got to fixing that yet haha.
As for the Jumping, I seem to have found a fix. The theme gives an option to link to “Lightbox” which is obviously a built in feature for their own lightbox, however, it when selected your plugin works great!
Thank you for your brilliant support!
I’ve also just noticed that the thumbnail images on the bottom of the Lightbox screen are showing up as broken. If I click them they still function fully, it’s just the thumbnail image doesn’t work.
Fantastic!
Thank you.