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

Randy Sandberg on "Navigation menu disappears in mobile"


Randy Sandberg on "Navigation menu disappears in mobile"

$
0
0

I also found this link which suggests the issue may be contained to Safari browsers:

http://stackoverflow.com/questions/25444237/youtube-iframe-api-http-https-protocols-and-origin-issues

Which is what I was using! Mac Safari 8.0.2 to be exact. Steps to the error messages were:

1. Using Mac Safari 8.0.2, go to http://www.raisingwildones.com
2. Click Develop > Show Error Console
--> error messages

Note that in order to see the Develop menu item in a default install of Safari one must first click Safari > Preferences… > Advanced and check the "Show Develop menu in menu bar" checkbox.

wptestert on "[Plugin: Event List] Mobile Responsive?"

$
0
0

with a couple of css lines you can make it better responsive:

li.event {
width: 100%;
}

.event-date {
float: left;
margin: 0 0em 1.5em 0;
width: 20%;
display: inline;
}

.event-info {
margin: 0 0 0 1em;
float: left;
width: 80%;
display: inline;
}

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

.event-date { width:98%;}
.event-info { width:98%;}

}

davidebabylonia on "[Plugin: Plugin Organizer] I cannot make it work"

$
0
0

I have a problem with CSS's loaded by wptouch's rendered page, they belong to many plugins which I supposedly deactivated with PO, this is the reason brought me to think they weren't deactivated, am I wrong?

if you check with pagespeed insight an example page such as:

http://www.cookingwithpeachy.com/wordpress/buttered-chicken/

You can see under section "remove blocking JS/CSS" that all the following CSS are loading:

/wordpress-popular-posts/style/wpp.css
/contact-form-7/includes/css/styles.css
/youtube-embed/css/main.min.css
/dvk-social-sharing/assets/css/styles-32.min.css
/easy-custom-auto-excerpt/buttons/ecae-buttonskin-none.css
/easy-custom-auto-excerpt/assets/style-frontend.css
/jetpack/css/jetpack.css
/featured-posts-grid/css/featured-posts-grid.css
/featured-posts-grid/css/fpg.css.php
/extended-categories-widget/3.6/css/avh-ec.widget.css
/google-analytics-visits/css/style.css

Maybe I miss some setting or I misunderstood the result? Should I purge the cache and retest? (now I do >> same)

I even tried to deactivate YARPP on mobile side, no way, the widget is still there on my mobile.

Miquel on "[Plugin: WP Mobile Detect] Search not working in mobile theme (it does on desktop theme)"

$
0
0

Hello,

My website (http://opistobranquis.info/en) works quite well on desktop browsers. I installed "WP Mobile Detect" plugin to override a CSS problem with Jetpack Mobile theme that caused another plugin (Flexible maps) doing funny things with on map markers. I disabled Jetpack Mobile Theme, and right after installing "WP Mobile Detect" that problem solved, but a new one appeared.

I use Google Custom Search function provided by the plugin "WP Google Search". I see the "WP Mobile Detect" with the Bluesteel mobile theme has its own search box as the first option in the drop down menu. Well, typing anything in this box (i.e. janolus) to search for something in my web site (from a mobile phone) renders a 404 error (and as I have a 404 redirection to the home page, there you go). This very same search in any desktop shows you the correct results.

I tried disabling WP Google Search plugin and let the default wordpress search work, but I got the same results: Search does not work when my website is displayed with the mobile theme.

Any ideas? Thank you very much for your time.

https://wordpress.org/plugins/wp-mobile-detect/

Jeff Sterup on "[Plugin: Plugin Organizer] I cannot make it work"

$
0
0

Yes you should purge the cache. A caching plugin will make it so none of your disabled plugins are disabled until you clear it. You may also not have PO setup properly.

Jeff Sterup on "[Plugin: Plugin Organizer] I cannot make it work"

$
0
0

Start by disabling selective mobile plugin loading and also admin areas on the PO settings page. Is this a standard wordpress page or post? If not you have to enable the custom post type on the PO settings page. Make sure you have Selective Plugin Loading enabled.

Jeff Sterup on "[Plugin: Plugin Organizer] I cannot make it work"

$
0
0

I can also take a look at it to see what is happening if you want to create me a temporary account in your wordpress.


davidebabylonia on "[Plugin: Plugin Organizer] I cannot make it work"

$
0
0

if you give me an email address, I can mail you the login data, u may use the contact form here

Yes is a standard, I don't have custom post types

josydaisy on "[Theme: Twenty Fourteen] .menu-toggle not showing up correcting - text showing instead of three lines"

$
0
0

I'm having problems with my toggle menu.
When the site is mobile, there's a word "Primary sidebar" that shows up instead of the three lines that represents a mobile menu. Also, the menu area (when hovered over) is bigger than the other areas - shows up larger than the top bar which is really unsightly.

Can someone take a look at this and suggest a fix please?

http://minikonlaw.com/wordpress

thanks so much!

Icegram on "[Plugin: Icegram] PopUp still showing in mobile and tablets"

$
0
0

Happy to know Icegram's working fine for you. Yes, W3 Total Cache needs to be disabled for the popup to showup. Incase of any other issues. Send us a mail at hello@icegram.com we'll be happy to assist you :)

SurfEddy on "[Plugin: WPtouch Mobile Plugin] No mobile web site at all"

$
0
0

I would buy the Pro version if I could get this free one to work at all. No screen or blank screen. Long load delays. Just does not work at all in mobile. Tried differant themes, no help at all. Both responce and plain.
I am having a problem getting the web site to display in a mobile device. Blank pages, or flashes of the page or the page dropping out after a minute or two. Tried on many mobile devices, but not an apple, android. Hostmarks theme.
http://ecfapaplayers.com is the web site.
I would love any help.
Thanks,
Scotty

https://wordpress.org/plugins/wptouch/

LuluSupp on "3D WP Tag Cloud-S on mobile devices:"

$
0
0

Hey guys,

I embedded the widget in my website's footer and I'm quite happy with the performance of that on my notebook/PC. But - when I click on a tag on my mobile device (Samsung Galaxy SII), the whole cloud is shown on top of the linked page, which is very ungainly. ;)

Screenshot: http://www.kkg-luenen.de1.cc/wp-content/uploads/2014/12/Screenshot_2014-12-18-12-09-05.png

Website: http://www.kkg-luenen.de1.cc (until 18th December) / http://www.kkg-luenen.de (from 19th December)

How can I solve this problem?

Thanks in advance,
Gustav

https://wordpress.org/plugins/my-wp-tagcanvas/

hityr5yr on "3D WP Tag Cloud-S on mobile devices:"

$
0
0

Hi Gustav,

Are you saying that initially your site loads correctly on your Samsung Galaxy SII, and only after you tap on a cloud's link (tag) a new page loads in that wrong way?

Peter

LuluSupp on "3D WP Tag Cloud-S on mobile devices:"

$
0
0

Yes, exactly! (Sorry for language mistakes, I'm not a native speaker...) ;)


hityr5yr on "3D WP Tag Cloud-S on mobile devices:"

$
0
0

Most probably your problem is connected to the WP theme you use. May be it s not fully responsive and your mobile browser interprets it in a specific way. From what I see may be cloud instance in the footer gets absolute position under some conditions.

I would suggest you two experiments:

1. Try to load your site under Twenty Fourteen WP Theme which is a standard one. No matter how ugly it will looks, just to see if the problem will appear on your mobile phone.
2. Try to load your site (under the present and under 2014 themes) on different mobile browser.

Thus you may narrow where the reason comes from.

BTW I do not see a cloud instance on http://www.kkg-luenen.de/
Does the problem exist on it?

Jeremy Herve on "[Plugin: Jetpack by WordPress.com] How/where to edit mobile css styling??"

Jeff Sterup on "[Plugin: Plugin Organizer] I cannot make it work"

$
0
0

You can send the login info to foomagoo at gmail dot com. Put davidebabylonia in the subject so I know who it's from.

teglin on "[Plugin: Plug-N-Edit Drag & Drop HTML Visual Editor with Web Page Builder WYSIWYG] Click Links on Mobile"

$
0
0

Hey.
Thanks for the plugin. Don't know where I would be without it.
I can't seem to make my linked text or images work on mobile devices i.e you touch them and nothing happenS

Any ideas if this is fixable?
Thanks for your time.

https://wordpress.org/plugins/plugnedit/

teglin on "[Plugin: Plug-N-Edit Drag & Drop HTML Visual Editor with Web Page Builder WYSIWYG] Click Links on Mobile"

$
0
0

Scratch that (kind of). Just checked it in Chrome mobile browser and works perfectly. Seems to just be the native android browser.
Would still appreciate your input as to why it won't work on that though.

Viewing all 21755 articles
Browse latest View live




Latest Images