Just today on Chrome browser my mobile-specific css from this plugin is firing on desktops???????
]]>Hey,
I found a solution to the w3 Cache issue.
If you go to your CSS Rules and select “Purge from Cache” it will allow the rules to work with the cache turned on.
Hope this helps
-BYTELA
]]>I tested the same css by rewriting the style.css and tested on ipad mini to make sure that the css should be correct.
however after copy paste the same code onto the plug-in css rule,
only part of the css effects on the ipad version but many of them did not work.
Here is my site: https://www.a-unefille.com/
p.s. Does the plug-in allows different css rules for landscape/portrait tablet view?
Many thanks!
]]>Getting this error notice on administration pages.
]]>Notice: Undefined index: MC_noncename in /home/gekkotel/public_html/quest/wp-content/plugins/mobile-css/mc-includes/mc.meta_box.php on line 64
I need to use CSS queries to target mobile devices or just right the CSS?
My problem is that I have site where I have two parts, the left part is for shortcuts and links and contact form and the right part is for the main content, the problem is that the left part appear first and on top the right part when I using mobile devices and I want to show the right part first and on top the left side.
I using this CSS, as it appear on the source:
.row-fluid .span8{float:left !important;}
.row-fluid .span4{float:right !important;}
but it is not working, I checked with border and it target the right place.
Can I use your plugin do to such a thing?
Hello,
I visited your website for an order, but the contact form doesn’t work and there is not any alternative contact way.
https://playforward.net/contact
Please have a look and fix the issue on your website, I’ll contact you again.
Regards
]]>I’m getting the following notice when I enable the plugin and navigate to my site’s admin page.
Notice: trying to get property of non-object in /var/www/wp-content/plugins/mobile-css/mc-includes/mc.functions.php on line 159
This is fixable by editing mc.functions.php
function MC_styles() {
// get post
global $post;
+
+ if(!$post)
+ return;
+
// if we’re viewing mc_rule post type
if ( ‘mc_rule’ == $post->post_type ) {
Hello
All I want is for the header image not to repeat on mobile devices but the css rule is having no affect at all.
‘#header {
no-repeat !important;
}
Am I missing something?
Thanks
Karen
I get the settings to take hold and then by the next day they are back to what they were before. Could this have something to do with the cache plugin? Help!
]]>Does it work the other way? Getting something to show up only on a mobile device? Thanks
]]>I would love to use your plugin however get this each time I try to activate the plugin.
Fatal error: require_once() [function.require-once]: Cannot redeclare class mobile_detect in PATH/wp-content/plugins/wp-mobile-detect/wp-mobile-detect.php on line 33
I deactivated other plugins.. had to delete the entry in active-plugins in wp-options in the database to get the site back up.
]]>Your Tool is using Mobile Detect V 2.2? Can you upgrade to 2.6? Thanks a lot
]]>i installed the plugin but it’s not working. why?
]]>I Would like to provide a “Switch to Desktop-Version” button. Is it possible somehow?
I can’t figure it out where you send the header request inside your plugin (or exactly where to hook in).
Can you provide a code to do so?
]]>I’ve been using Mobile CSS for a while and it’s great.
However just installed W3 Total Cache, and I’m finding some pages on mobile are using the mobile css and others aren’t.
Any idea?
Thanks!
Matt
Hello,
I must say this plug in works great for the android. I was able to write a css rule to override the original logo to a smaller one for mobile use. The problem I have is that I specifically want a smaller logo for the Iphone because my logo is larger then the screen but am not able to get an iphone to respond to the plugin at all.
I have tested by writing css code with an image that doesnt exist. The android will no longer show a logo but the iphone seems to pull the original logo and not grabbing the css plugin info.
Has anyone else experienced this issue? Any solutions out there would be most helpful! I will be happy to provide my code if needed, but my css is up to par on both the android and pc.
Thank you,
Brandon
]]>Your plugin is the bomb. Now i can have both from 2 worlds since i hate responsive websites. big width website on a browser and sized down to 960 for the mobile and pad. just create a rule and add the css code into it. bam works as designed and easy as hell.
]]>How do I get a different header logo to show for mobile phones when creating a new CSS Rule with your plugin?
]]>