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

Kaetrin on "[Theme: Encounters Lite] Mobile website not displaying properly"

$
0
0

Hi, I updated the Encounters Lite theme and since then my site doesn't display properly on mobile devices. The header picture doesn't show and neither do some of the widget pictures. It was working fine before.

Can you suggest a fix?

thx
Kaetrin

http://www.kaetrinsmusings.com


campheri on "Vantage Theme-Home Page Not Working Properly on Mobile Device"

ismashedit on "Mobile Website Transparent Menu Glitch"

$
0
0

Hello everyone.

I moved the nav bar on my website to the top and made it fixed so it scrolls down with the page and stays on top. To do so, i deed the following code is CSS editor.

.main-navigation {
position: fixed;
top: 0;
background-color: #ff0000;
width: 100%;
height: 30px;
z-index: 100000;
}

http://www.laserfast.com.au/smashedittest/

But now if I open the menu on mobile phone, the background comes out transparent and you can hardly see anything.

Any help would be highly appreciated as I am not a technical genius and I can't figure out what to do.

Thanks a lot for any help in advance!

Cheers

Tara on "Vantage Theme-Home Page Not Working Properly on Mobile Device"

hannah on "Virtue Theme: mobile responsive"

James Huff (MacManX) on "Header Right Menu not showing on Mobile device"

$
0
0

As that is a commercial theme, we ask that you please go to their official support channel. In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it's important to direct people to those official locations.

http://my.studiopress.com/

Forum volunteers are also not given access to commercial products, so they would not know why your commercial theme is not working properly. This is one other reason why volunteers forward you to the commercial product's vendors. The vendors are responsible for supporting their commercial product.

Chiara Pari on "[Theme: Constructzine Lite] dropdown menu not visible on mobile"

emranemranx on "[Theme: EvoLve] Bootstrap Slider Missing Slider Description and Button"

$
0
0

Hi there,

Thanks for writing in,

After taking a deep look into your website URL http://sauvaginiers.org/. It seems to be fine where on slides captions descriptions and buttons are working well on iPhone 5 screen size as per shown into this snapshot:

http://prntscr.com/753fbt

But after taking a look into my iPhone 5 it seems to be real with no descriptions and read more buttons as well. but Firstly I require you to check whether you are using the updated version of theme.

https://wordpress.org/themes/download/evolve.3.3.0.zip?nostats=1

Thanks.


josiah820 on "Jetpack Custom CSS"

$
0
0

I'm working on a site with a mobile layout. The problem is that I can't figure out how to modify the Theme Typography for mobile layouts. I know all about finding screen width, but I just can't figure out how to access, for example, the Theme Typography class named "altHeadline".

How do I access the custom typography for my theme in Jetpack Custom CSS?
Thanks!

emutert on ""Ink" responsive theme not being responsive"

$
0
0

The Ink theme I'm using is supposed to be responsive. The url I have is smalltowntexas.kut.org.

You can see that the theme is not responsive if you pull up the site on mobile — we've tried with iphones only, using safari & chrome, and it has not worked. The main title header is wrong.

I'm not sure what's the best way to get help with this. If anyone has any experience let me know!

WPAdminJoe on "[Theme: EvoLve] Bootstrap Slider Missing Slider Description and Button"

$
0
0

Hello emranemranx,

Just to clarify, my site url is: http://accessibilite-apf66.org/wordpress/
The site: http://sauvaginiers.org/ is just another example site with this problem.

I looked at your image. Did you reload the page after selecting the iPhone 5 model? I get the same image as you until a reload is performed. Below are links to 2 JPG's that show the problem.

My Site (does not show iPhone 5, but problem occurs on all models)
The other site

I am at the current release of both WordPress and Evoke.

Hope you can help! Thanks.

stephencottontail on ""Ink" responsive theme not being responsive"

$
0
0

Your site looks fine on my iPhone. What specifically is wrong with the main title header?

Beardenumc4407 on "Disable Wordpress' Mobile View for Custom Theme"

$
0
0

We have been using a custom theme called ichurch. The theme is completely responsive. We are however having issues when it comes to loading on mobile devices (Smartphones not tablets). When it loads it comes up as a mobile view "powered by Wordpress" The theme is squished and pushed to the side of the screen. How can I disable this default Wordpress Mobile Theme?

emutert on ""Ink" responsive theme not being responsive"

$
0
0

Well that's good news! What iphone & browser are you using?

Can you see the screenshot here? https://www.dropbox.com/s/gwrj6jzaz0pcy5p/IMG_2092.PNG?dl=0

Not sure if I have the share settings correct.

But essentially the main title/header is superimposed over the post title. Looks like a mess on my device and two of my coworkers'.

emutert on ""Ink" responsive theme not being responsive"

$
0
0

Are you looking at it horizontally or vertically?


stephencottontail on ""Ink" responsive theme not being responsive"

$
0
0

After looking at your screenshot, I see what the issue is. I'm looking at it on an iPhone 6 Plus, which explains it.

If your theme has a built-in custom CSS option, use it; otherwise, get a custom CSS plugin and put:

@media screen and (max-width: 649px) {
  .site-title {
    font-size: 26px;
  }
}

This code will make your site title smaller, only if the browser is a maximum of 649 pixels wide.

mickeywilliams on "Adaptive paragraph spacing"

$
0
0

I really like this theme alot, but need help with paragraph spacing. What ever method I use to put a blank line between paragraphs on a page has the same results. When I view the full page in a laptop browser or tablet the spacing is perfect, but on an android or apple mobile device the space is gone. This does not happen on other themes. Is there a trick to making them both the same?

emutert on ""Ink" responsive theme not being responsive"

$
0
0

Cool. Could I do percentage max width instead of pixel? I'm kind of a novice sorry.

stephencottontail on ""Ink" responsive theme not being responsive"

$
0
0

You could set a maximum width on the site title's containing element, but you'd probably still want to change the font size so the title itself doesn't overflow the container.

@media screen and (max-width: 649px) {
  .site-branding {
    max-width: 75%;
  }

  .site-title {
    font-size: 26px;
  }
}

mindctrl on "Disable Wordpress' Mobile View for Custom Theme"

Viewing all 21751 articles
Browse latest View live




Latest Images