Bob33
Forum Replies Created
-
Forum: Plugins
In reply to: [Image Rotator Widget] No slider after updating to 3.9, only spinner showingHaving same issue on Twenty Thirteen – just getting spinner.
Thanks Daniel. Appreciate your work. Will mark this resolved and double check my initial observations on DB versions and the one click button.
OK, that’s what I would have expected. I’ll go through the exercise again and report back.
One thing that seems to have happened as a result of the migration is that BackWpup is now having issues with Dropbox authentication, throwing up this error:
Dropbox API: (59) Unknown cipher in list: ECDHE-RSA… etc
I’ve tried creating a fresh job, same error. Uninstalled and reinstalled the plugin created new job, same error.
Are there settings in the DB that persist after an uninstall that could be causing this?
The plugin operated with no issues prior to the shift. It’s on a new server, so could be that.
Any pointers?
Be nice to hear from one of the developers on this. At least a comment given the current surge in attacks on WP sites. Great plugin, but is it introducing a vulnerability?
ThanksForum: Fixing WordPress
In reply to: PCLZIP_ERR_BAD_FORMAT (-10)Thanks froginapuddle
According to my CP there was plenty of space, but anything is possible. Today, mysteriously, after more talks with hosting support, the problem seems to have resolved. So don’t really know what caused or fixed it!Hi srijith.v – did a bit more poking around and it was a css problem – iframe max-width:100%
sorted ??
ThanksThanks srijith.v – emailing url
Thanks Josh, you’re a legend ??
Yep, its also affecting some functions on post edit pages – word count not working, can’t add new category etc.
Great looking update to this plugin – thanks – but be good to see a fix for this.
Forum: Plugins
In reply to: [Third Column] [Plugin: Third Column] broken in 3.4+1 for a fix
Thanks for your workOK worked it out – this removes all styles except the base style (thus removing unused stuff from the <head>):
function my_deregister_styles() { wp_deregister_style( 'wp_cpl_css_0' ); wp_deregister_style( 'wp_cpl_css_1' ); wp_deregister_style( 'wp_cpl_css_2' ); wp_deregister_style( 'wp_cpl_css_3' ); } add_action( 'wp_print_styles', 'my_deregister_styles', 100 );
Still curious about the resetting drop down menu for selecting styles.
Forum: Fixing WordPress
In reply to: Why can I not add photos from media library to a gallery?@marcusgrip
You’ve probably worked this out by now but anyway it may be helpful for someone – I’ve just been having a play around with the built in WP gallery function and to address your initial question, I don’t think it’s necessary to ‘upload’ your pictures again so (you have multiple copies of the same pic) to create a new gallery.The other way (though it’s a little unintuitive and I think where improvement could be made without imposing constraints or affecting the flexibility of WordPress) is to add the existing photos you want to be in your ‘gallery’ to the new post from the media library as per usual. You’ll then find the gallery tab appears in the media uploader. Click on this and choose your gallery options and insert.
Then you’ll have to delete the code for the photos you have inserted but leaving the gallery shortcode there.
In order to add extra images to this gallery you’ll need to add them to the post, then delete the code again – leaving the original gallery shortcode in place. You will find your new photos are now in the gallery.
This does seem a little bizarre to me. I can’t really see how including a facility within the gallery tab to add images directly from the media library to a gallery could have any negative effect.
It may be one of those things that is not on the list of priorities for WP development or there may well be other considerations.
I’ve used NextGen on a number of sites and it’s a great plugin, however, for many people it adds layers of complexity and management when all they want is a simple way to add a basic gallery.
The built in WP gallery functionality is so close to doing that it would be great to see some small improvements made.
Notwithstanding the above, full credit to WP dev team and all plugin developers everywhere for making WordPress awesome.
Forum: Themes and Templates
In reply to: [Elbee Elgee] Elbee Elgee and All in One SEOZaMoose – that solved it ??
Forum: Themes and Templates
In reply to: [Elbee Elgee] Elbee Elgee and All in One SEONo & same behavior with no plugins active
Forum: Themes and Templates
In reply to: [Elbee Elgee] Elbee Elgee and All in One SEOI get the blank page result with an unsuccessful search when running 1.3.6-beta4 on my local server.
body class=”search search-no-results” ==> div id=”lb-content” is empty.
But if you can’t replicate this and if no one else is reporting it could be some glitch on my end.