jay-august
Forum Replies Created
-
Any update on this rATRIJS?
Forum: Fixing WordPress
In reply to: current_page_item class not applied to "custom links" menu itemsAny fix on this?
Thank you Kristarella, your explanation was exactly what I was looking for. I now have the right taxonomies on the right content types 🙂
Forum: Plugins
In reply to: [More Types] [Plugin: More Types] Wrong datatype?Errr… don’t do this 🙂 It will wreck your site, sorry.
Forum: Plugins
In reply to: [More Types] [Plugin: More Types] Wrong datatype?Although not a perfect fix, I did manage to get rid of the error by editing
more-type-settings.phpfrom line 285 – 296 to this:$tax = array(); $stax = array(); $mytax = $more_types_settings->get_val('taxonomies'); foreach($wp_taxonomies as $taxonomy) { if (!trim($taxonomy->label)) continue; $tax[$taxonomy->name] = $taxonomy->label; if(is_array($mytax)) { if (in_array($taxonomy->name, $mytax)) $stax[] = $taxonomy; } else { $stax[] = NULL; } }This is =not= a perfect fix, but it did got rid of the error. I’m not 100% sure how your custom taxonomies will respond to this!
UPDATE:
After updating the plugin to the 0.8.1 version, my terms page is wrecked.
Check this out.
With your plugin disabled: http://ep2up.com/uploads/1292234440.jpg
with your plugin enabled: http://ep2up.com/uploads/1292234383.jpgAny idea what could be wrong?
fps, thanks for the heads up. I will download and install the update once WP has put in their update queue.
THANKS A LOT for fixing my site 🙂 Much appreciated.
//EDIT
Your update is actually downloadable from the plugin page. The button says 0.8.0, the zip file you’re downloading says 0.8.1. After installing the plugin still says 0.8.0, but at least it works again 🙂
Hi,
Since topic starter doesn’t respond anymore… I’m having the same issue, as I mentioned on your blog as well.
My server:
WiredTree Managed VPS
cPanel running on CentOS
Apache version 2.2.15
PHP version 5.2.13
MySQL version 5.1.51
Architecture i686WP version 3.0.3
Latest stable version of your pluginStill, when I add or edit a post, I get the ‘are you sure you want to do this, please try again’
You must have knowledge about logical structures in WordPress before attempting such a usually problematic part of maintaining a WP site.
A hosting enviromment is just that, your hosting package, webspace, shared hosting package, your server, your space on the internet.
Forum: Fixing WordPress
In reply to: My Site wont ValidateNot completely, older browsers will trip over that JavaScript.
Add comment statements around the JS:
<script type='text/javascript'> <!-- var w_lang='en'; var w_width='500'; var w_height='220'; var w_id='29'; //--> </script>ofcourse you’re locked out, you’ve just changed the address of your WordPress blog to an URL that probably doesn’t contain your copied-over files…
Copy all your files and folders to your hosting environment. Then open wp-config.php and enter new dbase details.
Now go to your database in PHPMyAdmin or alike, and do a find-replace action in your database tables from OLDLOCALADDRESS to NEWREMOTEADDRESS. After that login to your wp-admin on your NEW address.
Forum: Plugins
In reply to: [Custom Post Type UI] [Plugin: Custom Post Type UI] Post Thumbnail problemif it doesn’t show, it means your theme does not support it. This is not a problem with Custom Post Types UI, but with YOUR theme.
check out the code that’s used in the TwentyTen theme and copy it to yours. To test it’s functionality, enable TwentyTen as your default active theme and edit the post again. You’ll see the featured image upload field appearing again.
Forum: Plugins
In reply to: [Plugin: More Fields] Causing 404 ErrorsUPDATE
this only works when logged in… As soon as you logout, the 404 errors are back.
Forum: Plugins
In reply to: [Plugin: More Fields] Causing 404 Errors@mitchellgeere thank you that worked. The solution of john.andrews didn’t work for me.
Forum: Fixing WordPress
In reply to: HELP! — Stuck in Maintenance ModeHaving the same problem here. The maintenance mode sucks and should be removed. It only gave me problems since upgrading to 3.0 and since I manage over 35 WordPress sites, I don’t want this to happen all the time!!