fharper
Forum Replies Created
-
Forum: Plugins
In reply to: [Broken Link Checker] Links to YouTube videos: “403 Access Not Configured”Here is a temporary solution: add your own YouTube API key, see https://github.com/ManageWP/broken-link-checker/issues/56
Forum: Plugins
In reply to: [WordPress Backup to Dropbox] "Column 'offset' cannot be null"?Still having the issue with 4.4.1.
Forum: Plugins
In reply to: [GC Message Bar] close button not workingOn another note, there is another bug: the plugin doesn’t keep the closed state even if the value of state cookie time isn’t zero.
Forum: Plugins
In reply to: [GC Message Bar] close button not working@getconversion: for whatever reason, it’s not loading your jQuery.selectbox.js file, so I didn’t have the function you use with jQuery UI. I added the effects core of jQuery UI to my installation, and now the close button is working.
Forum: Plugins
In reply to: [GC Message Bar] close button not workinghttp://outofcomfortzone.net . I”m also looking to see what is wrong.
Forum: Plugins
In reply to: [GC Message Bar] close button not workingI just install the latest version, and I have the same problem. Any idea what was the problem for burfiboy? There is not JavaScript error on my site. It’s working without animation.
Forum: Hacks
In reply to: Deactivating TinyMCE keyboard shortcutFor those who are looking to do the same, you can add this code to functions.php
//Remove TinyMCE shortcuts function myformatTinyMCE($in) { $in['custom_shortcuts']=false; return $in; } add_filter('tiny_mce_before_init', 'myformatTinyMCE' );Forum: Plugins
In reply to: [Sociable] [Plugin: Sociable] No control over pluginAny news on this, that make the plugin unsable on my site as I cannot remove the button I don’t want.
Forum: Fixing WordPress
In reply to: P2 theme – Hide threads by defaultThank you! It was usefull.
Forum: Fixing WordPress
In reply to: No image into RSS feedYou could see, I disabled the plugin that made my feed goes to FeedBurner.
Forum: Fixing WordPress
In reply to: No image into RSS feedI use FeedBurner, but when I use my feed url instead of the FeedBurner’s one, I still got the same problem…
Forum: Fixing WordPress
In reply to: No image into RSS feedNobody?