Bart van Maanen
Forum Replies Created
-
Forum: Plugins
In reply to: [Pricing Table WordPress Plugin - Easy Pricing Tables] An issue with WP statsThanks David.
Thought it was a JS problem too, but I’m no expert on that. Stats we’re up over at WordPress.com, but got a blank bar (Dashboard) or the turning wheel over at the expanded site stats page. So a fix would be great.
Rock on!Forum: Plugins
In reply to: [Dynamic "To Top" Plugin] dynamic to top won't deleteThanks Michael, I had the same issue. Plugin has some problems functioning right at the moment, I think.
Forum: Plugins
In reply to: [The Events Calendar] Date format no longer overridden by wordpress@soundmushin – In which version does the date format ‘j F Y’ actually works? I’ve done an update from 2.0.11 to 3.2. All things seem to work, the only bother is the date format.
I’ve tried editing the tribe-date-utils.class.php file too, but nothing happens and the widget gets messed up, showing past events.
Thanks.
Forum: Fixing WordPress
In reply to: Visual Editor not working with 3.7 updateI encountered this problem with the grey box and horizontal scroll in the visual editor too. Good to hear it’s a bug that about to be fixed. Will wait for the coming update.
Forum: Plugins
In reply to: [Floating Social Bar] Adding Post Comments to Social BarYes, me too, a bit of a tutorial would be nice.
Forum: Plugins
In reply to: [WordPress Importer] Does not import images & file attachementsI would like to import my blog to a fresh install of WP. My database was messed up (so no .sql export) and so were the images folders (in wp-content instead of wp-content/uploads). Can I edit (search and replace) the xml file before the import with the new URL’s of the fresh install?
So: wp-content/2010 becomes wp-content/uploads/2010
Will that get the images on the right place?
Forum: Fixing WordPress
In reply to: Pictures from library don't show in post editor media upload screenI have not resolved it yet, so a fix is still needed. 🙁
That’s my question too. Or is there a combination possible with another plugin (like WP Acces Control)?
Forum: Fixing WordPress
In reply to: "Insert Into Post" Button missing with 3.2.1 HELPThe problem I had was in the theme (in functions.php), and was solved by adding some code to this theme file. Thanks to Gerard van Enk it was solved with this:
/* 2011-11-16 - [email protected] fix for problem with missing insert-into-post buttons */ add_filter('get_media_item_args', 'force_send_to_post'); function force_send_to_post($vars) { $vars['send'] = true; // 'send' as in "Send to Editor" return($vars); }I’m not sure if it will help you guys? But have a look.
Forum: Fixing WordPress
In reply to: "Insert Into Post" Button missing with 3.2.1 HELPI thought I had succesfully installed the Garnish (1.2) theme (by Premium Pixels) on a clients’ website, which uses pages to create portfolios. With two Portfolio skills (Documentary and Photography) that were in working order.
But now something strange happened. Creating a new portfolio is possible, but the WordPress (3.2.1) picture upload suddenly only shows the <b>Save changes</b> changes button but not the <b>Insert into Post</b> button is visible. I’ve checked the chmod settings (755 changed to 777 does not work either).
Same thing with normal posts. So it seems a WP thing as well as a possible theme problem.
You can find the site over here: http://www.roydames.nl/
@ mc_van Thanks, that helped. No issue with colours as well. You’ve earned a banana!
But does everyone who wants to use the plugin add this code to all style sheets in the future?I still get this message, saying (Dutch version) Download failed. Not found!
Downloaden update van http://downloads.wp.xz.cn/plugin/mailchimp.1.2.zip… Download mislukt. Not Found
@MarhaS: you cannot edit the widget, but you can edit the plugin under Settings. I use the widget on three sites in different appereances.
Where are the MailChimp boys or girls for a comment on this issue?
Forum: Themes and Templates
In reply to: Missing Tagline for Vita ThemeI suddenly have the same problem. Very strange. See http://bartvanmaanen.nl. Help is appreciated. Bart
Forum: Fixing WordPress
In reply to: Insert images in WP 2.7 not working@astromono I’m not sure what happened, but the single image insert now works. The only thing (I think) that I changed was updating several plugins, like Headspace, but also NextGen which was switched off already. I’m about to test SimpleViewer.
Also I tried to insert an image with a Windows XP computer and that worked fine too. Hope you’ll get your fix as well!
Forum: Fixing WordPress
In reply to: Insert images in WP 2.7 not workingI upgraded to 2.7 today and everything seems to be working accept the single image insert. Did not try the gallery yet, but the problem seems the same. I’m stuck at the Show button screen.
Hi there, I’m having an issue with the insert image option in WP 2.7. Whenever I upload images to use in a post, I go to Insert Image > Gallery and then the list of images pops up, but nothing happens when I click on the “Show” link.
I see all pictures I uploaded in the Media section, so the upload was okay.
Also I switched the Tweaks plugin, which previously disabled the flash uploader (didn’t work), on and off. Without any luck.
I’m working with FF and Mac OSX.