callmeforsox
Forum Replies Created
-
I have a similar problem. Didn’t dig too deep. I’m on nginx though.
Forum: Plugins
In reply to: [Featured Video Plus] Bug with fullscreen buttonSame here. But this has been happening for a while now. I usually go into the code to put in the allowfullscreen option in the embed. At least that’s how I did it before the update.
Forum: Plugins
In reply to: [WP Popular Posts] Getting thumbnail in filter hookThanks! Turns out I had to right idea. Just had a silly typo mistake.
Forum: Plugins
In reply to: [New Nine Adaptive Images] NGINX rules for Adaptive Images?Definitely not working. Not sure how those two images were even created but no other images have been created since.
Forum: Plugins
In reply to: [Responsive Video Embeds] Not working after update 1.2.4Apparently he mixed up some variables.
Starting at around line 108, comment out the cleanup whitespace. Think it’s supposed to clean up line breaks but it’s actually taking out every space.
Then change “$embed = trim( $embed);” to “$embed = trim( $html );”
Forum: Plugins
In reply to: [New Nine Adaptive Images] NGINX rules for Adaptive Images?Been testing this rule but doesn’t seem to be working. Checking the site from a phone, the only directory that’s ever created is for the 1200 breakpoint. And even then, I’ve only gotten two images to be created.
You’re right. Doing some more digging and checking comment_parent, I realize there were two of them. One from a hidden form, another from the real form.
Turns out I had a spammer plugin that used a red herring form and this was interfering with comment replies.
Didn’t notice this before because logged in users don’t get served the form and I was almost always logged in.
Forum: Plugins
In reply to: [Fast Secure Contact Form] vcita wp_sessions being added to wp_options tableThese get deleted, right? I have over 1 million rows of just sessions.
It’s not invalidating homepages for me.
Look up actions in the facebook API
Bump? Stopped work on the plugin already?
I’m on version .2.1 btw.
Yep, I had to disable this plugin because the slowdown timed out my server.
Forum: Plugins
In reply to: Multiple image insertHave you tried it yet? I think when you click insert selected after you finished modifying your alt tags, etc., it will save your edits and insert the images.
I haven’t tested it yet, but I thought I did this one time.