elainevdw
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Widget no longer worksHi Vinood!
Ok, after poking around a bit and Googling some more, I discovered that I needed to update my theme overrides, as discussed in this thread: https://tri.be/support/forums/topic/events-list-widget-malfunction/
I forgot I had theme overrides, that will be useful to keep in mind for future upgrades, haha.
If the only problem you need to fix involves the improvements to the Hide Backend feature, you can go into your database and delete the itsec hide backend row to re-enable your wp-admin login URL.
That’s really the only feature that has been futzy for me, and as long as I check the new “theme compatibility mode” box, I don’t really have issues! But once in a while a client updates the plugin and gets locked out of their dashboard, so removing that itsec hide backend row in the DB allows me to get in there and reconfigure it myself.
It appears only to be duplicating classes in the Calendar view. the List view is normal.
Hey there, I went to pick this issue back up and it seems to be resolved! I’m guessing there was an update since I originally posted? In any case, thank you very much.
Hi Mikko, thanks so much for the reply! When I replaced the usort()s with uksort(), I got a 500 server error.
Forum: Plugins
In reply to: [Search Everything] Only searching posts, not pagesUpdate, I was able to get the search function to return the number of results I wanted by editing functions.php according to this article: https://wpninjas.com/how-to-modify-the-main-wordpress-query/
Forum: Plugins
In reply to: [Search Everything] Only searching posts, not pagesUpdate, I think it’s finding them all, but it’s only displaying four instead of 34 results.
I *think* I might have found it — this looks like it might be working, but I’m still testing it out.
$EM_Event = em_get_event($post); echo $EM_Event->output('<h2>Bookings</h2>#_BOOKINGFORM');
Forum: Fixing WordPress
In reply to: Images upload to correct folder but return 404'sOMG. ?__? You are totally correct. I assumed the spaces were fine as the filenames were url encoded. Oh well, live and learn! Thank you!
Forum: Fixing WordPress
In reply to: Images upload to correct folder but return 404'sHey, thanks for your help.
You can see the site here: https://www.urlgone.com/f29f61/ <– (I’m using temporary URLs because I don’t want this production site to live on in infamy in the Googlesphere, I hope that isn’t a problem.)
And here’s one of the images that uploaded into the correct folder but is dropping a 404 when you try to browse to it: https://www.urlgone.com/374a52/
Here’s a snap of the FTP folder they’re located in so you can see permissions and all that jazz: https://www.evernote.com/shard/s5/sh/dd594a3b-6e1c-4bfe-a408-ab4a44d38e54/e49005896c61d370884e1b95e9a322cb/res/35967c12-f960-49e5-bdb5-f2fbbce1fbbd/permissions-20130320-174040.png.png?resizeSmall&width=832
Weird, no?
Update again: That fixed it! You just have to go into the /js folder and comment out all instances of console.log(), e.g. //console.log(‘…’);
In a future update, maybe the developer can either publish it without all the console logging or put a check in there to only run console logs if console exists, which I guess it doesn’t in a vanilla IE install.
Update: Mine is stuck at the loading screen in IE… if Developer Tools is disabled! I’m going to go through all the .js files and get rid of all the console logging. Here’s a Stack Overflow thread with more info:
Phonke, I got mine working in IE9, and IE9 running as IE8. The slides show up in IE7, but the CSS for the whole site is borked so I’m not sure exactly what the problem is there. ??
However, I have had to do quite a few tweaks to the plugin’s CSS file to get it running the way I want it to. Maybe you can install the IE Developer Tools and see if there is something in the CSS that needs to be modified to have it work on your site in IE?
e.
Forum: Fixing WordPress
In reply to: previous_post_link problemThe top code should work, except you need to use next_posts_link (posts plural, not posts singular).
Forum: Installing WordPress
In reply to: 500 Error, Names Direct Hosting, MySQL 4 & PHP 4I know, it’s really sad. I was hoping I could work with it, though.