Maxaud
Forum Replies Created
-
Forum: Plugins
In reply to: [Mobile CSS] Plug-in not workingok, marking this as resolved.
Forum: Plugins
In reply to: [Mobile CSS] Mobile-Detect Version 2.6Yes, this will be bundled in the next release.
I will resolve this when it’s uploaded.Forum: Plugins
In reply to: [Mobile CSS] Plug-in not workingNot sure what could be wrong.
Have any conflicting plugins?
Do you have a screenshot of your admin panel?
Thanks!
Forum: Plugins
In reply to: [Custom Field Template] Upload stopped workingThis ended up being server related.
Forum: Plugins
In reply to: [Mobile CSS] W3 Total CacheSadly, I’m not sure if there is a way around this.
I can look at the code for w3tc and see if there is a way to deactivate it programatically for mobile devices via the plugin.
Forum: Plugins
In reply to: [Mobile CSS] Redirect to Desktop VersionI can possible implement an option for this on the next version.
Right now, it simply detects if a CSS rule needs to be applied depnding upon the rules supplied and if so it adds it to the head of the page.
I may be able to make it so if you direct to a certain URL it sets a cookie and deactivates the plugin for that user.. something like
yourdomain.com/?mobilecssdeactivate=true
Would something like that work?
Forum: Plugins
In reply to: [Mobile CSS] W3 Total CacheGlad to hear it’s been working good.
Not sure what the issue would be here.
I’m not sure if there is a way to change the cache entry dependent upon device. Hadn’t thought about this.Forum: Plugins
In reply to: [Mobile CSS] Rules don't work for Iphone?Hmm, haven’t had any reported issues with this.
Have you tried multiple browsers on the iPhone?
Does it work if you set it directly to mobile phone only?
Forum: Plugins
In reply to: [Mobile CSS] 1 word fab pluginAwesome, thanks for sharing!
Forum: Reviews
In reply to: [Expandable Menus] Works great now! :)Glad to hear. Thanks!
Forum: Plugins
In reply to: [Expandable Menus] New Version Broke WP-AdminI’ve just uploaded version 2.1 to address this.
Please let me know if you still encounter this problem after updating as I could not reproduce the problem.
The plugin repository may take a little time to display the new version.
Thanks!
Forum: Plugins
In reply to: [Expandable Menus] New Version Broke WP-AdminThanks for the feedback, I’ll release another version to address this issue.
Can you provide what browser you’re using?
Forum: Plugins
In reply to: [Mobile CSS] Change header logo for phonesHey jewlzmcq,
Depends on how your logo is added in the first place.
If the logo is added though a CSS background-image on an element then you can create a new rule that targets phones and sets a new background-image.
If you’re adding the logo through an img element on the page you can hide the main logo for phones by creating a new rule that targets phoneos and sets the logo to display:none; and then have another img element on the page that was previously hidden that you can then set to display:block; so that logo shows instead.
Forum: Plugins
In reply to: [Expandable Menus] How can we load with auto-fold ON ?No problem, glad I could help.
Yeah, large menus can be a pain.. that’s why this plugin was created in the first place.
The new version also states how many items are in the minimized parent so that should help.
Let me know if you encounter any issues.