micharo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Update Post Clears Custom TaxonomiesHi Joshua,
I have exactly the same problem. Did you find a solution? Or did you find what causes this?
Any help appreciated!
Forum: Fixing WordPress
In reply to: media upload errorHi,
I could figure out my problem.
add_image_size( 'orbit-custom', array( 'width' => 660, 'height' => 440 ) );
During the development process we tested out different slider plugins. The above code was in the function.php of the child theme, but we used a different slider at the end and deleted the plugin but not this line of code.
solved
Forum: Fixing WordPress
In reply to: media upload errorSorry – no
The site is under maintenance mode on a production server.
But you cannot see anything there since the error show up in the wp-admin.Still need help!
Hi, I have very similar problems!
Help appreciated!
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in xxxx/wp-includes/media.php on line 1025
Warning: imagecopyresampled() expects parameter 1 to be resource, boolean given in xxxx/wp-includes/media.php on line 435
Warning: imagejpeg() expects parameter 1 to be resource, boolean given in xxxx/wp-includes/media.php on line 467
607Forum: Fixing WordPress
In reply to: Subcategory permalink keeps adding parent category twice?The problem is when you have child categories with the same name but under different parent category. WordPress automatically adds the parent slug to the child slug.
Does anyone know a work around this?
Forum: Plugins
In reply to: [Plugin: Notifly] remove comment emailActually it works for me! There was a different problem which cuased this code not to work.
I hope this others!
MicharoForum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] connecting table with postThanks for your respond.
If I figured something out I am happy to share it with you.
Love your plugin!
Forum: Fixing WordPress
In reply to: Can not add a new category on “Edit Post” pagethanks Kal
upgraded from 1.3 to 1.4 and it works!
Forum: Fixing WordPress
In reply to: making blog private, option not there?Same problem
only two options are showing!
Help!
Hi,
Check
Settings -> Miscellaneous in the admin. There you can change the upload url.Perhaps this helps!
Michael
Forum: Plugins
In reply to: Bookshelf pluginI am very interested in this too!
Forum: Requests and Feedback
In reply to: Looking for Library PluginThis would be fantastic!
Forum: Fixing WordPress
In reply to: Need to import 60,000 articles into wordpress. Help. Me.thanks to everyone above for their work.
I had success with the pubDate.
I still have problems with custom fields.
Anyone have an idea why it is not adding the custom field?<item> <pubDate>15 February 2008 00:00:00 +0001</pubDate> <title>rin</title> <description>easy</description> <category>Adrian</category> <category>rings</category> <postmeta> <meta_key>observer</meta_key> <meta_value>m</meta_value> </postmeta>< /item>
If you refer to the 50m on the RSS screen in wordpress – I think that means 50 megabytes not 50 items.
Forum: Everything else WordPress
In reply to: Creating Batch Posts and a pseudo RSS feed by using ExcelHi,
thanks for the code and idea above!
One more question:
I use the following xml and it works great but the custom field is not added to the post.
Any ideas?<item> <pubDate>15 February 2008 00:00:00 +0001</pubDate> <title>rin</title> <description>easy</description> <category>Adrian</category> <category>rings</category> <postmeta> <meta_key>observer</meta_key> <meta_value>m</meta_value> </postmeta>< /item>
Forum: Themes and Templates
In reply to: wp_list_pages — expandable menuI’m working on a similar issue. I renamed and extended the Walker class. I added the css I needed for the navigation to display – worked!
But now I need to put a css class=”lastPageInLevelOne” in the htm code.
I do not know how to ask if this is the last element in base level.
It looks like it would be somewhere in the Walker class.
Does anyone have a clue?