bberson
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Go] Go theme 1.8.11 inconsistent site-title tagsSorry about “bumping”, just needed to edit tags into this…
Thanks for getting the update out. All is well now, with PHP 5.4 and WP 4.8.2.
@canofgg, PHP 5.2 has some serious security issues. It would be wise to move on if at all possible.
@wendihihihi, Thanks for letting me know!
Unless Icegram is able to provide an easy edit for this one PHP file, y’all are probably gonna have to get your web site working to get the revised code on-line when they announce it.
Best to follow that link I posted to get your sites back up ‘n running without this plugin for now.
FYI, I tried to be fancy and disable just the one plugin using the described method for editing active_plugins in the options table, but for whatever reason WP didn’t like what I did and disabled all the plugins anyway. I don’t care. Got me running easily enough, and the contents of that field was saved to a notepad before the changes, so it served as a handy reference for the plugins that were activated.
Until these folks get there you-know-what together, this may help:
https://www.webhostinghero.com/manually-disable-wordpress-plugins/
Same problem here.
Our WordPress site only gives me an option for 5.4 and 5.6, and if I go to upgrade to 5.6 I get dire warnings…
“Upgrading to PHP 5.6 might cause compatibility issues with code on your site.
Installed applications might not run under this new version. If you are using a custom php.ini file, the file will need to be named php56.ini for your changes to take effect.”I’d really hate to start chasing my tail with code changes…
Anyone know what I’m really in for if I go from 5.4 to 5.6??
I’m on GoDaddy…
Forum: Plugins
In reply to: [Compact WP Audio Player] Button Stays Paused at End of MP3…Fixed! Thank you very much!!!
Forum: Plugins
In reply to: [Compact WP Audio Player] Button Stays Paused at End of MP3…Tried it in the header of Twenty Fifteen. Did it just using preview mode, FYI. Issue remained the same. Went as far as removing it from the DIV it was in, that I used to make sure it stayed where I wanted it. No difference. Tried moving it outside the branding DIVs, again no difference in behavior.
Invoking the plugin using the following code in header.php:
<?php
// Play audio clip on home page only…
if (is_home()) echo do_shortcode(‘[sc_embed_player fileurl=”http://w2abc.org/w2abc/wp-content/uploads/2016/05/VO-When-All-Else-Fails-2.mp3″ autoplay=true]’);
?>Forum: Plugins
In reply to: [Compact WP Audio Player] Button Stays Paused at End of MP3…This will require some time, as it requires me to fashion a child theme for Twenty Fifteen and find a place in its header.php to stick the home page -only audio tag insert code. Will get back to you…
Forum: Plugins
In reply to: [Compact WP Audio Player] Button Stays Paused at End of MP3…I apologize for not being more clear…
Client platform(s): Windows 7 Enterprise with latest Firefox, latest Chrome, Internet Explorer 10. Able to reproduce issue on Ubuntu 14.04 LTS with latest Firefox.
Thanks,
BradForum: Plugins
In reply to: [Compact WP Audio Player] Hover to Show Clip/Song Title?I’ll take that as a “no”… 🙂
Thanks anyway!
Forum: Plugins
In reply to: [Compact WP Audio Player] No Settings Menu…I disabled all plugins except this one, no change.
I disactivated, removed, re-installed and re-activated this one, no change.
While re-activating all my other plugins I noticed that in the Dashboard’s Settings Menu (left column) there was an SC Audio Player option, there and functional. I honestly have no idea if it was there before or not.
At the moment I still have no Settings link under Compact Audio Player in WordPress’ Plugins menu – just the Deactivate and Edit links. But yes, it’s available from Settings.
Other plugins which show a Settings link in the Plugins page include Google Adsense, Twitter and WP Edit.
If this is by design we can mark as resolved, else it may be a (minor) issue.
Forum: Plugins
In reply to: [Total Security] Security keys and salts….Discovered site was running on PHP 5.2. Moved to 5.4 and Total Security seems to be behaving better.