Maxaud
Forum Replies Created
-
Forum: Plugins
In reply to: [Mobile CSS] Change header logo for phonesModifying the src of the image isn’t possible with using this plugin. I plan on adding a javascript version of this plugin in the future that will allow for this.
Forum: Plugins
In reply to: [Adminer] Invalid CSRF token. Send the form again.I should note that this happens to me using Google Chrome. Not sure about other browsers.
Forum: Plugins
In reply to: [Adminer] Invalid CSRF token. Send the form again.@frank, have you tried to recreate this issue by trying to modify an email address in the users table?
What were you doing when you encountered the issue, @moaltmann?
Forum: Plugins
In reply to: [Adminer] is_user_logged_in() not definedIt’s happened with 3.8 in a normal root installed domain with the wp-config.php in the default location.
Forum: Plugins
In reply to: [Mobile CSS] W3 Total CachePlease bump the post in the above link.
Forum: Plugins
In reply to: [Mobile CSS] Settings disappear each night – ?Please see here:
http://wordpress.org/support/topic/w3-total-cache-29?replies=5Forum: Plugins
In reply to: [Mobile CSS] Settings disappear each night – ?It could be. If a page is being cached then it will cache the rules being generated.
Forum: Plugins
In reply to: [Mobile CSS] Great plugin! Can I show something only on mobile?With CSS you could make a rule specific to an item on the page and use display:block; or display: none; to show or hide it.
Forum: Plugins
In reply to: [Adminer] is_user_logged_in() not definedI’ve actually encountered this multiple occasions on MANY different sites.
Some times it gives the “Cheatin’ uh?” WordPress error.
In all occasions, if I change my theme to a default or deactivate all other plugins, it will start working.
Forum: Plugins
In reply to: [WP Mobile Detect] can't activate@JBinJPN
Put
if ( !class_exists( 'Mobile_Detect' ) ) {on the line right before
class Mobile_Detect {and put
}right after
}that is the closing bracket for the Mobile_Detect class.
Forum: Plugins
In reply to: [WP Mobile Detect] can't activateAny progress here?
Forum: Plugins
In reply to: [Mobile CSS] fatal error@todotblogger, as stated above. This plugin includes a class and only includes it if the class hasn’t been found. Other plugins should do the same and they are not.
See that the original post here states that the offending plugin is “wp-mobile-detect”
To fix the issue, deactivate one of the plugins.
If deactivating cannot be done through the dashboard you will have to log in through FTP and manually remove either the other plugin or Mobile CSS.
Thanks! Much appreciated.
Forum: Plugins
In reply to: [Mobile CSS] W3 Total CacheI’ve reached out to the plugin author with no response.
http://wordpress.org/support/topic/how-to-disable-plugin-on-page-load-compatibility-with-another-plugin?replies=1If you’re still needing this, please bump the post there to show interest to the other plugin developer.
I’m marking this as “not a support request” as it’s more of a feature request at this time.
Forum: Plugins
In reply to: [Mobile CSS] fatal errorI’ve left a message on the support forum of the plugin author here:
http://wordpress.org/support/topic/cant-activate-6?replies=5Please reopen this support ticket if that doesn’t solve your issue.