Hi, I have been looking through and trying to find a fix from other people's similar problems, but have been unable to find a solution that works. I am using a custom header on my site - whynotlivewell.com - looks great on a computer, but on mobile device it does not resize properly, and is way to big. The slider images however do resize properly.
celliot60 on "[Theme: EvoLve] Custom Header Not Properly Resizing On Mobile"
marziyehe on "[Plugin: Storefront Site Logo] Site logo showing too small on mobile device"
Hi,
I noticed that the site logo is showing too small on mobile device. is there a way to make it show bigger on mobile?
Thanks,
annethemes on "[Theme: Fifteen] featured images not clickable on mobile devices"
Hi,
I have this site janicereale.com based on this theme. It's great on desktop but my images on this page are not clickable on iphone or ipad:
http://www.janicereale.com/category/norman-jordan/
Presumably this because there is not hover state on mobile devices, how can I can I change the featured image behavior so it fires on click on a mobile device instead of hover?
thanks!
lexie.miller on "[Plugin: Jetpack by WordPress.com] Images Not Showing On Mobile Theme"
Hi Ryan,
I just double checked and both the Functionality plug in and the one that was generated specific to my site are active. Below is the code for the plugin generated specific to my site with the code Jeremy recommended adding. Thank you again for all of your help!
<?php
/*
Plugin Name: A Perfect Escape
Plugin URI: http://a-perfect-escape.com
Description: A site-specific functionality plugin for A Perfect Escape where you can paste your code snippets instead of using the theme's functions.php file
Author: Lexie
Author URI: http://a-perfect-escape.com/
Version: 2015.05.14
License: GPL
add_theme_support( 'post-thumbnails' );
*/
captainswallow on "[Plugin: LessButtons Social Sharing and Statistics] No display on Mobile"
This is a great/fast/basic plugin - however, it doesn't seem to work in mobile mode.
http://thespiritorium.com
KungPaoKitties on "[Theme: Customizr] How do I have my mobile navigation bar disappear when clicked outside of menu?"
Hi there I am new to WordPress and I have been playing around with the Customizr theme which I have fallen in love with after trying out a few different themes. Anyways what I am trying to do is have the mobile navigation menu (with the hamburger icon) disappear when clicked anywhere OUTSIDE of the navigation menu. This is typically a behavior seen in other hamburger style menus across many websites, but notably absent here. Can anyone help me out? Thanks
Access Keys on "[Theme: Accesspress Lite] how to show slider caption on mobile devices"
Hi There,
We have check your site there is every thing is fine.The text are displaying in slider.
Thanks.
emranemranx on "[Theme: EvoLve] Custom Header Not Properly Resizing On Mobile"
Hi there,
Thanks for writing in,
For eliminating the problem if you want to achieve something like this: http://prntscr.com/794f3m to make the header image fully responsive you can add following code under Appearance > Theme Options > Custom CSS:
.custom-header {
background-size: 100% 100%;
}
@media only screen and (max-width: 520px)
.custom-header {
min-height: 92px;
}
Hope this helps!
Thanks.
hungryfatcat on "Scaling down Logo for mobile"
I'm using a logo on my website. Unfortunately the logo is too big for a small mobile screen and I want it to be scaled down and adapted automatically.
I added this to the style.css
#site-logo {display: block; height: auto; max-width: 100%;}
The logo's size still remains unchanged.
Any ideas?
GeorgeChoul on "[Theme: MH Magazine lite] Move Sidebar Above Content On Mobile?"
Is there any way to move right sidebar content showing below Home1 BUT Above Home2, Home3 on Homepage for mobile phones screen sizes?
Is there anything we could add in media queries in css?
MH Themes on "[Theme: MH Magazine lite] Move Sidebar Above Content On Mobile?"
Hi George,
thanks for using MH Magazine lite.
No sorry, that isn't possible.
HannaMedL on "[Theme: Fruitful] Change color of the responsive (mobile) menu bar"
Hi,
Anyone who knows how to change the color of the small responsive drop down menu?
Thanks!
Hanna
anganastra on "[Theme: MH Magazine lite] Move Sidebar Above Content On Mobile?"
Hi,
I would like to know if how can I make my categories highlighted on the navigation menu when opened on a single post.
I have tried several option but the do not seem to work.
I am using a MH Lite Them.
The link is karibu.org.za/Karibu
and one more thing is that I would like to have my tags linked to the navigation menu as well.
Thanks
MH Themes on "[Theme: MH Magazine lite] Move Sidebar Above Content On Mobile?"
Hello anganastra,
sorry, but this doesn't have anything to do with the topic of this thread and it's also not very polite to just use the thread by George for your own questions. Please open your own thread instead - thanks...
anganastra on "[Theme: MH Magazine lite] Move Sidebar Above Content On Mobile?"
Hi,
Sorty about that, I am new in Wordpress didn't know how to but managed to. I have just opened one.
Thanks alot.
camgalou on "[Theme: Mace] Menu doesn't show on mobile phone"
I have recently installed Mace theme on http://www.madpirat.dk
I really like this theme but when I use a mobile phone the menu doesn't appear.
Can anyone help me?
Thanks,
Camgalou
Northwoods Creative on "[Theme: Mace] Menu doesn't show on mobile phone"
Easy fix.
Appearance > Customize > Navigation > Mobile Menu > Select your menu in the drop down box.
Northwoods Creative on "[Theme: Fruitful] Change color of the responsive (mobile) menu bar"
Appearance > Theme Options > Custom CSS
#mobile-menu-1.select-menu {
background: #fff;
}
woodwc on "Twenty Fifteen menu strategy"
I run a small training center's site at http://williamcwood.com/econed/ and am looking to take it to a mobile-first strategy, for which Twenty Fifteen seems ideal. In keeping with the strategy, we'll be going for a flatter design concentrating on the four things that site visitors want to do:
- Register for a workshop
- Read our newsletter
- Find lesson materials
- Contact us
So in fooling around, I'm easily able to feature those things in a menu on the desktop version. But on the mobile version, it's hard. If our visitors don't press the hamburger menu, they don't get what they want right away. I experimented with adding buttons to the sticky post -- which always shows on mobile, of course -- but I could tell I would spend a lot of time and not get a good result. (See my test post at http://excessmas.com/2011/05/25/test-post/ and you'll see what I mean.)
So -- I'm asking for advice on strategy rather than CSS right now, if you know what I mean. Should I work on making the Twenty Fifteen menu just the best it can be and hope visitors hit the hamburger? Or should I put those four links into the sticky top post and try to dress them up a bit? I like the idea of flat buttons but I can tell I'm out of my element trying to make them all work. Thanks in advance for your advice, Bill
paulwpxp on "Twenty Fifteen menu strategy"
The sticky post idea works good, but you just need to style it up a bit.
Another way is to create a top bar containing links for that 4 important items. Scale them down in 2 by 2 in small screen device, and 4 in a row in tablet and desktop.