DaveFE
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Mission News] YouTube block only shows video URLWeird. Tried again today with other embed URL’s and it worked. Must’ve been the particular video I was testing with. Thanks for the reply!
Forum: Themes and Templates
In reply to: [Mission News] Mission News Pro update package not availableI’m an idiot. That was it. Thanks!
Hi! Installed this update and it causes a server error 500 on my site and dashboard. Error_log shows:
[14-Feb-2018 03:26:23 UTC] PHP Fatal error: Call to undefined function dnh_register_notice() in /home/public_html/wp-content/themes/mission-news/functions.php on line 652
I’ve commented out that line and it got things going again. Thought you’d want to know.
Dave.
I’m an idiot. While the link I posted has is_main_query() in there, I ended up using a similar snippet from another page that didn’t have it. With that in, it works fine without messing with any widgets.
Thanks again for the quick replies on here and for making a great theme!
Dave.
Forum: Themes and Templates
In reply to: [Mission News] Vertical bar separating left and main disappearsFound that the problem is only present when I have the zoom level set to 90%. Doesn’t happen at 100%. False alarm!
Forum: Themes and Templates
In reply to: [Mission News] Active content on front page and archive pageNice work! Thanks so much for this!!
Forum: Themes and Templates
In reply to: [Mission News] Active content on front page and archive pageThe audio embeds are native. Video are from that plugin. I’ve disabled the plugin and you can see the audio embeds are still affected.
Forum: Themes and Templates
In reply to: [Mission News] Active content on front page and archive pageThanks! My site is in maintenance mode atm. You can login as a subscriber with
https://forteriedave.com
user: missionnews
pass: nfZLue68nEr0icQ6@uH7TqvOForum: Plugins
In reply to: [Videopack] Skin changes after audio embedAll good now. Thanks for the fix!!
Forum: Plugins
In reply to: [Media Library Assistant] Minor issue… search button in media libraryI want to keep the MLA search box in the stock media library, but it just seems the styling of it is incorrect. The word SEARCH on the button is aligned to the bottom and the margin above the search field is more than what’s beneath the checkboxes. Again, very nitpicky and it doesn’t affect the functionality at all. I suppose I’m really wondering if there’s something on my installation of WordPress causing it or if everyone sees it this way.
Forum: Plugins
In reply to: [WP Vegas] Possible to add Random order feature?Cheers!
Forum: Plugins
In reply to: [Videopack] Custom path for qt-faststart?Cheers!
Forum: Plugins
In reply to: [Videopack] Custom path for qt-faststart?Wow, you read my mind! That’s EXACTLY the situation I’m in. Using a shared host that actually provides FFMPEG, so that’s good, but it’s 0.6.5 from Jan 2012 and doesn’t support movflags faststart. Support tells me they can’t go to a newer version. I have qt-faststart installed and working, but I’d need to hack your php to get it to use it where it is. I’m willing to do that, but then I have to remember to re-hack when you update.
BTW, your plugin is great. It solved several problems… a need for thumbnail generation and file conversion of some older flv’s. Also is a nice workaround to the bug with WP 4 and height responsiveness that’s broken with the default mediaelement.js.
Forum: Plugins
In reply to: [Audio Player] Fixed my Buffering… issue; Might help someoneCan you disable the “Encode mp3 URLs” option in the advanced settings for the audio player plugin? I suspect the player is looking at a bad URL, but there’s no way to see that unless you disable the encoding.
Forum: Plugins
In reply to: [Audio Player] Fixed my Buffering… issue; Might help someoneThat code I posted is what I put into one of the back end plugin PHP files, not into the WordPress post itself. You should continue to put [audio:NAMEOFFILE.mp3] in the post.
It’s weird that you say it works in the editing side because if I put [audio:NAMEOFFILE.mp3] into the editor I don’t see the player.
Do you have a page with a clip on that is doing the buffering that I could look at to try to help more?