shelkie
Forum Replies Created
-
Forum: Plugins
In reply to: [MiniMU] 500 error when activatingOkay – this helps!
Have you positively identified this plugin as the cause of the problem? (i.e. the problem goes away when you delete minimu.class.php)
If that’s the case, I’d need to take a closer look at your settings. If you’re able to view the dashboard with the plugin enabled, please send a screen capture of the settings page to me at [email protected]
Forum: Plugins
In reply to: [MiniMU] 500 error when activatingUnfortunately, that doesn’t provide any useful information. Does your host provide a separate PHP error log?
You could also try turning on WP debug mode by adding this to your wp-config.php:define('WP_DEBUG',true);
WordPress should then display the specific PHP error in the browser.
Forum: Plugins
In reply to: [MiniMU] 500 error when activatingDepends on your hosting environment. If you have a hosting control panel, you’d usually be able to access the error log from its reports area. If you have shell access, you can find it with the logs for your domain.
Forum: Plugins
In reply to: [MiniMU] 500 error when activatingHi,
Are you able to access your Apache error_log? If so, please post the log entry here so I can try to help you out.
Cheers,
Eric.Forum: Plugins
In reply to: [MiniMU] Can the domain/cat switcher work with Posts AND Pages?Hi,
I’ve updated this plugin, so now you can control which domain(s) your pages will appear under. Just assign categories to them, the same way you would with your posts.
Cheers,
EricForum: Plugins
In reply to: [MiniMU] Does not work with woocommerceThanks for the kind words!
I’ve updated this plugin, and should work with woocommerce now. Plese let me know if you have a chance to try it out.You can now also control which domains your pages will appear under. Just assign a category to them, the same way you would with posts.
Cheers,
EricForum: Plugins
In reply to: [MiniMU] MiniMU don't works on WordPress 3.5.1Haven’t had time to check for compatibility 3.5.1 yet. I’ll take a look at shortly, but in the meanwhile you can delete the plugin via FTP if you’re having trouble accessing your site.
Cheers,
Eric.Forum: Plugins
In reply to: [MiniMU] [Plugin: MiniMU] how do I fix www. redirect?Hmm,
You could try something like this in your .htaccess, to redirect visitors to www:
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www.domain.com$ [NC]
RewriteRule ^(.*)$ https://www.domain.com$1 [L,R=301]Cheers,
EricForum: Plugins
In reply to: [MiniMU] [Plugin: MiniMU] Custom post dont showI’m not familiar with woocommerce, so I’m not sure of how it structures things.
I’m hoping to find time to modify this plugin to use a custom taxonomy rather than relying on WP categories. Not sure when that’ll happen though.Forum: Plugins
In reply to: [MiniMU] [Plugin: MiniMU] Works except for 1 page!OK – thanks for letting me know. I’ll try to change things to accommodate this scenario.
Cheers,
Eric.Forum: Plugins
In reply to: [MiniMU] [Plugin: MiniMU] Works except for 1 page!Sorry – I missed your first post. I’ll take a look and see if I can spot the problem.
Cheers,
Eric.Forum: Plugins
In reply to: [MiniMU] [Plugin: MiniMU] category links not workingHi,
I’ve just published version 0.6.4 of the plugin, which should resolve the SQL error you noted.
I’m still not able to replicate the “unclickable link” issue you mentioned earlier though.
Eric.
Forum: Plugins
In reply to: [MiniMU] [Plugin: MiniMU] category links not workingWhat OS & browser are you using? Have you tried others?
Forum: Plugins
In reply to: [MiniMU] [Plugin: MiniMU] category links not workingWeird – are you seeing any type of JavaScript error when you click the button?
Forum: Plugins
In reply to: [MiniMU] [Plugin: MiniMU] category links not workingHi,
When you say “unable to select the category link” do you mean that you’re unable to click the “Choose…” link next to “Categories” on the MiniMU admin page?
Could be that I’m misunderstanding the problem you’re experiencing.
Cheers,
Eric.