Ryan Townley
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Tickets and Registration] 4.9.0.2 RuntimeExceptionThat appears to have solved it! Thanks!
I took over managing/supporting this site somewhat recently, so I wasn’t involved in building it originally, but here are the plugin details…
The Events Calendar: Remove QR Codes
Hides QR codes from the email/tickets sent to purchasers
Version 0.1.1 | By Modern TribeMust be an old unsupported plugin.
Thanks again!
Fantastic, thank you!
Forum: Plugins
In reply to: [Genesis Responsive Slider] Arrows not workingI agree, I’m hoping a fix can be pushed out. @modernnerd, thoughts?
As for editing the plugin itself, I’ll actually use the code tag this time, hopefully that helps…
On line 28 of jquery.flexslider.js you’ll find:
slider.eventType = ('ontouchstart' in document.documentElement) ? 'touchstart' : 'click';
Change that to:
slider.eventType = 'click';
Forum: Plugins
In reply to: [Genesis Responsive Slider] Arrows not workingHaving the same problem and happen to also be on a touch screen device.
There is an old closed thread with a solution that worked for me: https://www.ads-software.com/support/topic/next-previous-buttons-wont-work/
I’ve been having the same problem with my version of Chrome, version 55. I took a look at the code and I think I’ve noticed a problem. On line 28 of jquery.flexslider.js:
slider.eventType = (‘ontouchstart’ in document.documentElement) ? ‘touchstart’ : ‘click’;
It’s setting the eventType for the buttons to “touchstart”, which when clicked with the mouse on Chrome doesn’t trigger the event. I fixed this for my site by replacing it with the following line:
slider.eventType = ‘click’;Still works on touch screen and I tested on non-touch as well. Would love if this could be implemented on the plugin assuming it’s the right solution.
No problem, and thank you! I try not to open IE unless I really have to for testing ??
Forum: Plugins
In reply to: [Display Featured Image for Genesis] Title & excerpt overlay on Front PageYou rock, Robin! That did the trick. It did repeat the title down below, however, that’s an easy fix. Thanks so much!
You can see it here: https://mmi-global.com/
I did fix it by adding the following code which I temporarily commented out so you can take a look…
.front-page-header {
overflow: hidden;
}Forum: Plugins
In reply to: Plugin: The Events Calendar sidebar widget links not functionalI am having this same issue running same version of WP and The Events Calendar plugin.
Great, glad I could help!
You said you changed “site title”, if you accidentally changed the Site or WordPress URLs, this can effect loading of your site and login. You may want to check your settings inside your database via phpMyAdmin since you cannot login at the moment. Usually you can get access from your web host control panel.
Forum: Plugins
In reply to: Connecting to FacebookYou should have them post announcements to their site first as a post and then use a service such as LinksAlpha (there are many other options) to automatically publish blog posts to Facebook (and even Twitter and other networks). I have a “how to” on this here: https://ryantownley.com/automatically-publish-blog-posts-twitter-facebook
I hope this helps.
Forum: Fixing WordPress
In reply to: Unable to log in, fatal errorTry upgrading your WordPress software manually.
https://codex.www.ads-software.com/Updating_WordPress#Manual_Update
Do you happen to have any kind of redirect or login plugins installed? I have seen these cause an Admin page redirect loop. Not sure if that is the issue but is something to check. You would need to remove the plugin directory via FTP if this is the case.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Updated plugin, now doesn't workMy forms work HOWEVER, suddenly the pages are NOT secure. I have made no changes other than updating this plugin and suddenly HTTS is not secure. Anyone else having this problem?