Head Goldfish
Forum Replies Created
-
Forum: Plugins
In reply to: [List Custom Taxonomy Widget] Remove Go Button / First ItemAppreciate it! Trying to keep my UX consistent. If I can’t add a Go button to the other widgets then perhaps I’ll try some CSS.
UPDATE: The iframe src for the YouTube videos all say “https://www.youtube.com/embed/” rather than “https://www.youtube.com/embed/%5Bvideo ID]” in the Chrome Inspector. So it seems that it isn’t able to get the video ID from the URL?
Forum: Plugins
In reply to: [W3 Total Cache] Browser Cache Breaks Site + Fix!Thanks for putting out such a quick fix! It’s working now.
I’m having this same issue – the “hide backend” feature breaks user registration (specifically in multisite) and instead sends them to the 404 page. This seems to have been an issue for a while, is there a fix for this?
Forum: Plugins
In reply to: [WebDefender Security – Protection & AntiSpam] Database Scan in Trial?Why would my 30 day trial be expired, I just installed the plugin like two days ago?
Forum: Plugins
In reply to: [WebDefender Security – Protection & AntiSpam] Database Scan in Trial?It also tells me that my API key is invalid every time I log in, and I keep having to put in my name and email again. Could that have something to do with it?
Forum: Plugins
In reply to: [WebDefender Security – Protection & AntiSpam] Database Scan in Trial?Thanks for the reply. Perhaps I’m missing something but I get this:

The database scan appears to be turned on but the database box at the top always shows nothing. If I go to the scan results I can’t find anywhere that says whether any issues were detected in the database.
Hm, okay, sorry, this is really weird. On some of my sites all I see is Dashboard, Search Console, and Go Premium in the menu, and on other sites I see all the usual stuff, like Titles and Metas, Sitemaps, etc. All of them say they’re up to date. What gives?
I’m having this same issue but the uploads/sucuri file says it’s writable in the settings.
Forum: Plugins
In reply to: [Contact Form 7] Please remove span wrapping !Hey all,
If you’re using jQuery, here’s a solution that I’ve gotten working. Please note though that apparently the validation errors for the individual fields (“Please fill the required field” etc.) require the span wrap, so those don’t show up. The error at the bottom still does though.
<script> $(document).ready(function(){ $("input.customclass").unwrap(); }); </script>Just add a custom class to the inputs that you don’t want wrapped.
Forum: Plugins
In reply to: [Contact Form 7] Please remove span wrapping !YES, please remove the
<span>wrappers! What a headache it is when stuff like that is added automatically. If I wanted wrappers I’d put them in the plugin backend like all the rest of the form code. Is there any sort of possible timeline for this for a future update? Or is there a way to unhook that now?I somewhat figured. I’ll still keep it in mind if I don’t find another solution. Thanks
Thanks, John. I was actually wondering if I could incorporate single posts into the main event feed, but the Featured Post extension appears to display them separately from the rest of the feed. What I would like to do is display a single list of events from all over Facebook that I’m involved in, but many of those come from pages that post other stuff that I don’t want, so the multifeed option wouldn’t work either.
Thanks for the info, I may keep looking around.
Forum: Fixing WordPress
In reply to: HTTP Error when Uploading ImagesFOUND A FIX!
Uggghhhh…..
So my host had to create a custom .user.ini file and put it in the root directory of every one of my domains. The file is just “.user.ini” and contains just this:
memory_limit = 1000M upload_max_filesize = 2000M post_max_size = 2000M max_execution_time=120 max_input_time=120Hope this helps someone else!
Forum: Fixing WordPress
In reply to: HTTP Error when Uploading ImagesIt’s hosted by a 3rd party, but it’s unlimited bandwidth and space and all that.