Quantcast
Channel: Topic Tag: mobile | WordPress.org
Viewing all 22159 articles
Browse latest View live

Chad on "Scaling down Logo for mobile"

$
0
0

Can you post a link to the site?

Also, is your logo a background image, or an inline image?


1hella on "Responsive navigation menu not showing on certain pages"

$
0
0

I have a WordPress site I'm helping someone fix. The problem is that the navigation menu disappears when you look from a mobile device on certain pages. This is the website: http://siemakitchenandbath.com/. The mobile nav menu works fine on any of the product pages, but not the home, blog and contact pages. I've tried fixing some errors in plugins I saw but nothing worked. Can somebody help to see what the issue is?

Here's a screenshot from a product page where it is working: http://i.imgur.com/bhOPABz.png

And from the home page where it's not: http://i.imgur.com/GRO6aYV.png

Pioneer Valley Web Design on "Responsive navigation menu not showing on certain pages"

$
0
0

The mobile nav menu works fine on any of the product pages

Do the product pages use a specific Page Template? If so, can you apply it to the other pages?

1hella on "Responsive navigation menu not showing on certain pages"

$
0
0

It doesn't look like it's using a specific template. It says the template is Default Template in all the pages. I have no idea what's making the product pages any different from the other pages.

Pioneer Valley Web Design on "Responsive navigation menu not showing on certain pages"

$
0
0

What are you using to generate the Product Pages?

1hella on "Responsive navigation menu not showing on certain pages"

$
0
0

It's using WooCommerce I believe.

1hella on "Responsive navigation menu not showing on certain pages"

Pioneer Valley Web Design on "Responsive navigation menu not showing on certain pages"


1hella on "Responsive navigation menu not showing on certain pages"

$
0
0

I had broken the site trying to update the theme about 30 minutes ago so that might have been the cause of the 500 server responses.

I'll look into the revslider issue though. That's the plugin that was actually giving me trouble before. However it's not on the Blog and Contact pages so I'm thinking that's not what's causing the nav menu problem.

deprims on "Display problem on mobiles when showing more than 3 posts"

$
0
0

i sent email to automattic for this issue, they give me this fixed, put the code into Custom CSS feature in Jetpack:

@media only screen and (max-width: 640px){

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4), div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4) {
  clear: right;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+6) {
  clear: right;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-child(3) {
  clear: left;
}

}

hammie123 on "Responsive menu not working on mobile"

$
0
0

Hello,

I've this problem on the mobile lay-out of my theme Couponer. When on mobile I can't open the menu. WHen you click on the menu it should open a list of menu items, but when you click on it now nothing happends.

Thnx in advance!

hungryfatcat on "Scaling down Logo for mobile"

$
0
0

thanks , but this did it:

#site-logo img {
height: auto;
max-width: 100%;
}

Viralmedia on "[Theme: ProfitMag] Mobile Version"

$
0
0

There are no problem in desktop version.But when i open my site in mobile version, the slider title didn't show up...only post image...How can i settle this?

HannaMedL on "[Theme: Fruitful] Change color of the responsive (mobile) menu bar"

$
0
0

Thank you so much Northwoods Creative! If anyone wants to change also the font color, here's the code (where I also transformed the text to uppercase):

#mobile-menu-1.select-menu {
background: #9e8ba0;
color: #f1f1f1;
text-transform: uppercase;
}

wooassist on "[Plugin: Storefront Site Logo] Site logo showing too small on mobile device"

$
0
0

@marziyehe the plugin doesn't really add any styles to the logo, and is dependent on Storefront's default styling.

You can adjust this though with some custom CSS. Please try the following the code below if it would work for you:

.site-header .site-logo-anchor img {
    max-height: none;
}

Do make sure that you upload an image that has good enough width on it.


avimeso on "Scaling down Logo for mobile"

$
0
0

did you do this in a child theme?

Jeremy Herve on "[Plugin: Jetpack by WordPress.com] Images Not Showing On Mobile Theme"

$
0
0

Try something like this, and let me know how it goes:

function custom_theme_setup() {
	add_theme_support( 'post-thumbnails' );
}
add_action( 'after_setup_theme', 'custom_theme_setup' );

DATS_website on "Get rid of unnecessary blank spaces in Mobile"

$
0
0

Hi everyone,

I am using a different slider for the mobile home page. It seems to have too much blank space between the slider and the text underneath.

I suppose that it's just inserting CSS. Any idea what to put?

Many thanks!

hungryfatcat on "Scaling down Logo for mobile"

Northwoods Creative on "[Theme: Mace] Menu doesn't show on mobile phone"

$
0
0

I tested it on your theme and it was there, you might need to scroll down a bit.

If it's not I'm not sure what would cause it to disappear.

Viewing all 22159 articles
Browse latest View live


Latest Images