Destillator
Forum Replies Created
-
Forum: Plugins
In reply to: [MslsMenu] Hide menu-item when no translation is availableThat would be truly great! 🙂
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Admin css not loading in mapped sitesI had similar problems, this did the trick for me: https://ww.wp.xz.cn/support/topic/wordpress-mu-domain-mapping-and-mu-plugins-wrong-urls
No idea why this fix hasn’t been implemented in the plugin already, since it would prevent people a lot of frustration and headache I suppose. 🙂
I can confirm that the latest dev version fixed the “no files in archive” error. Thanks for the effort! My site has a pretty large “uploads” folder though, which results in a build interrupt as described here: https://ww.wp.xz.cn/support/topic/how-to-overcome-hosting-provider-strato-php-limits
Forum: Plugins
In reply to: [Plugin: All-In-One Event Calendar] Spinning WheelI had the same problem, this was caused by iThemes Security (formerly known as BetterWP Security). I fixed this issue by deactivating the options “Filter Suspicious Query Strings in the URL” and “Filter Long URL Strings”.
Strato is also pretty big in The Netherlands. Same issues here. Thanks for your effort!
Forum: Plugins
In reply to: [Enable Media Replace] Plugin directory name change errorI had the same issue, this occured with a renamed wp-content folder. Setting the following in wp-config.php solved this:
define( 'WP_PLUGIN_DIR', dirname(__FILE__) . '/path/to/plugins' ); define( 'WP_PLUGIN_URL', 'http://www.yoursite.com/path/to/plugins' );WP_PLUGIN_DIR is the path relative to wp-config’s location and WP_PLUGIN_URL is the full URL of the directory’s location on the server, including “http://”.
Forum: Plugins
In reply to: [CleanerPress] [Plugin: CleanerPress] Will the work in multi site?Definitely +1 for Multi-Site! The css-combiner doesn’t seem to work there. :/
Forum: Plugins
In reply to: [Theme My Login] [Plugin: Theme My Login] TML: Loop issue on home?Just a heads up: version 6.2.3 (Fix static front page bug) fixes the above problem. Thank you very much!
Forum: Plugins
In reply to: [Visual Editor Biography] [Plugin: Visual Editor Biography] missing P tagsThanks for this tip! It helped me a lot. Maybe this should be placed as extra info under “Installation”?
Forum: Plugins
In reply to: [Theme My Login] [Plugin: Theme My Login] TML: Loop issue on home?I just installed Theme My Login 6.2.2. and the problem ist still there. I was hoping the new fix for “the redirect loop” would have a positive effect, but it seems to be unrelated. Does someone have a clue for me where to look next?
Forum: Plugins
In reply to: [Theme My Login] [Plugin: Theme My Login] TML: Loop issue on home?The loop checks for different states, such as the user being logged in, has the possibility to edit posts and if a specific category is being viewed. (But not if the homepage is being displayed.)
When the login-error is provoked on the homepage, the content being shown isn’t the static homepage as defined in the wp-settings. It just shows all posts that someone not being logged in can see.
The strange thing is that this only happens on the static homepage, regardless of what page is defined. When I access a page directly, everything works fine.
Good to know the cause of this problem! I’ve reported it a couple of months ago (http://ww.wp.xz.cn/support/topic/plugin-dynamic-to-top-plugin-button-disappears-in-wp-33), hopefully this thread will help Matt to find a solution.
Hi Eagerterrier, I’ve installed the latest version of the plugin. I’ve also upgraded my browser in the meantime, so I can’t replicate this anymore. Thanks for the effort, though!
Hi Eagerterrier, the Mime Type Link Images version is 2.1.1 and the WordPress version is 3.3.1.
Any idea on this? Some hints or tips would be greatly appreciated.