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

wkdwlstj on "Menu navigation (Hamburger btn) scrolling on Mobile device"


Hardeep Asrani on "Menu navigation (Hamburger btn) scrolling on Mobile device"

$
0
0

Can you tell me which browser? It works fine on my Chrome. :)

wkdwlstj on "Menu navigation (Hamburger btn) scrolling on Mobile device"

$
0
0

chrome..

I modified some codes and it started working properly.

.nav-menu-vertical {
width: 240px;
height: 100%;
top: 0;
z-index: 1000;
overflow-y: scroll;
}

I added overflow-y: scroll;..

Did i do right ??

Hardeep Asrani on "Menu navigation (Hamburger btn) scrolling on Mobile device"

$
0
0

Hi,

Yes, that's right. So I'm not sure if the issue wasn't there already or is it your code which solved it. I'll check it in the main theme too.

Glad to know that you found the solution, and I'll implement it to an upcoming release of the theme too. Soon you'll see a logo option in the theme too. :)

Regards,
Hardeep

santoshsethu on "My site keeps crashing on mobile devices"

$
0
0

Ok, so my site continuously crashes on mobile devices but loads fine on desktops. It may have something to do with the multiple YouTube videos embedded in my site - is there anything I can do?

weblizar_support on "[Theme: Enigma] mobile issues"

Frank Goossens on "[Plugin: WP YouTube Lyte] On mobile doesn't load custom thumbnail and shows grey/black sometimes"

$
0
0

This works in desktop. But in mobile, none of the custom thumbnails show up. It looks like the normal youtube embed is showing up.

it is;

By default WP YouTube Lyte will indeed load slower normal YouTube video's instead of Lyte ones, as Lyte video's would require two clicks from the user to play a video (once to load the YouTube video and once to start it) because there is no autoplay-support on mobile. If you want to, you can force WP YouTube Lyte to make video's Lyte on mobile with this code (add it in your child theme's functions.php, in a seperate helper plugin or using the code snippets plugin;

add_filter('lyte_do_mobile','lyte_on_mobile',10,0);
function lyte_on_mobile(){
    return true;
}

so add the filter somewhere and your thumnails will be OK, you'll have no black or grey backgrounds, your pages will load faster, but your users will have to click twice for the vid to play ...

frank

weblizar_support on "[Theme: Enigma] Footer not responsive"

$
0
0

Hi..

Please go to Admin dashboard >> Appearance >> Theme Option >> General Setting.

Paste the below css in custom css editor.

@media (max-width:768px){
.enigma_footer_widget_column {
    min-height: 200px !important;
    margin: 10px 0 !important;
}
}

@media (max-width:480px){
.enigma_footer_widget_column .textwidget {
    padding-bottom: 0 !important;
    height: auto !important;
    display: inline-block !important;
    margin: 10px 0 !important;
}
.enigma_footer_widget_column {
    margin-bottom: 20px !important;
}
.enigma_footer_widget_title {
    margin: 0px !important;
}
}

and save the changes.

Thanks.


Imran ali on "[Theme: Appointment] Dropdown menu in mobile"

$
0
0

Hi

Please tell us the name of your mobile Device on which you are looking at your website.

Thanks

spacetime on "[Plugin: Ad Inserter] adsense and client-side Detection"

Riccardo79 on "My site keeps crashing on mobile devices"

$
0
0

Maybe it's a problem of the mobile browser, if it works fine on desktops.
Did you try it with different browsers and OS (i.e. Android, IOS, Windows Phone...)?

weisermoench on "[Plugin: WordPress ReCaptcha Integration] reCaptcha on my iPhone"

$
0
0

hi,
I have the same problem, but not on an iphone. I have the problem on an ipad (iOS 9.2.1 (13D15)).
The backend login is ok und the frontend login is with an ipad with safari not possible. When you click on the reCaptcha does nothing.
With the iphone and the same software is all ok.

I hope you can fix this problem.
weisermoench

I work with WP 4.4.2 and 4.1.8

Huge-IT Support on "[Plugin: Portfolio Gallery] Various mobile bugs"

$
0
0

We have seen the problem, there is a Z-index problem, please contact with the developers via the following email:info@huge-it.com, they will help you.

Thank you.

weisermoench on "[Plugin: WordPress ReCaptcha Integration] reCaptcha on my iPhone"

$
0
0

I test it with other browser e.g. firefox and google Chrome for ipad both have problems with the reCaptcha. But only in the frontend.
Only Puffin Browser works correct.

I have tested other sites like this (http://patrickhlauke.github.io/recaptcha/), they works on an ipad without problems

Zodor on "[Plugin: Portfolio Gallery] Various mobile bugs"

$
0
0

Yeah, I have figured that out too.

The following CSS override is needed for mobile view to work

ul#huge_it_portfolio_popup_list_2 {
z-index: 99999 !important;
}


an3na on "[Theme: Enigma] Footer not responsive"

weblizar_support on "[Theme: Enigma] Footer not responsive"

Mike Jolley on "[Plugin: WooCommerce] Mobile Shop Category Size"

sblair77 on "[Plugin: WooCommerce] Mobile Shop Category Size"

$
0
0

I deleted

.main-content-area {
margin: 0 0 0;
}

but it still shows categories all the way to the edge on my phone.

2000c on "How to get rid of false mobile landing page?"

$
0
0

A very weird thing happens with our website that's left over from several IT people back from me. I can't quite figure out how to stop it.

Advertica has a perfectly nice, responsive mobile version. However, it gets covered up by some godawful ugly former mobile version someone must have jerry-rigged. I've removed most of the excess plugins--certainly anything that seems likely to have to do with the situation.

Here's the website. It'll display the badly designed older version initially. To access what our mobile site should look like outright, click View Full Website.

(I made a similar thread months ago, but forgot about it--sorry about that. Someone there suggested something with Virtualhost in Apache, but I'm not running Ubuntu, and don't really know how to go that route.)

Does anyone have any idea what might be causing this, or how I might be able to remove it and let our native theme shine?

Update: The plugin Redirection won't allow for redirection from m. to plain www. and only appears to work for pages that would come after a backslash.

Viewing all 21751 articles
Browse latest View live




Latest Images