The mobile tag has no wiki summary.
0
votes
0answers
10 views
Wp-ecommerce plugin not working with Mobile detecter plugin?
I create new theme for mobile website. and also desktop website.
I use Mobile Detecter Plugin for switching theme.
But some issue occur when i switch desktop to mobile website and again switch to ...
1
vote
2answers
393 views
How can i disable a plugin for a mobile phone?
Is there a way I can not show something to mobile users? I have a floating social bar on my responsive theme, but it get in the middle of the content if I'm on my Android phone.
I don't want to use ...
0
votes
2answers
170 views
Use a different template/theme if mobile only on home page
I have looked around and can not find anything that fully works for my issue: I want to be able to set the home page template on the fly when a user is visiting from a mobile phone but not a tablet. I ...
0
votes
0answers
19 views
Code Only On Mobile [duplicate]
IS there a way to show code only when a user is on a mobile device and it wont show up on the desktop. I found the wp mobile detect plugin that looks to do the trick my thoughts are
1. Is this a good ...
0
votes
2answers
390 views
WPTouch - how to remove shortcodes or make shortcodes function
So as the title states - using WPTouch Mobile plugin (NOT Pro) I either want to make the shortcodes work as they should or remove them altoghether.
Currently they render on the page as [shortcode] ...
1
vote
2answers
832 views
Convert WP Menu to a Drop Down for Mobile browser
I'm working on a wp project with responsive theme.
I have single level nav menu at the top of the site, that I want to change to a Select Option tag for mobile browsers (small screens) with options ...
0
votes
1answer
34 views
Adding a template in WPTouch
I am creating a mobile version for a site. For that I am using WPTouch not WPTouch-Pro. Now I want to add a form in my page.
For desktop version I used template to add form. But in mobile version ...
0
votes
0answers
17 views
Website Menu order change when we look in Iphone Drop Down menu
I am Working on A Site. their is showing some Menus in Header Like A, B, C,D etc.
Their is Also one More menu in header Like X, Y, Z etc.
When I am Looking this Site then Menu are Showing in ...
-1
votes
1answer
27 views
jquery: cycle + touchwipe [closed]
I have a Wordpress site that uses WPSHOWERS Sight theme. There's a slideshow on top on the opening page that I presume uses the cycle js, which I would like to make responsive to touch (so you can ...
1
vote
1answer
435 views
Hiding a php element from mobile browsers
I've stuck a static width content slider on my Wordpress sites front page. I'm using the Twenty Eleven theme with a small piece of code included into index.php to display the slider. Unfortunately ...
0
votes
0answers
30 views
Images aren't correctly resized and gallery breaks
I need help to find out how to fix images in the mobile theme of my blog because they're not being resized correctly and galleries created with [gallery] shortcode are also breaking.
My current theme ...
0
votes
1answer
21 views
same wordpress, 2 domains
I currently have 2 domain names. www.xclo.co.uk is my site hosted by wordpress (found here www.xclo.co.uk/dir) and also www.xclo.mobi obviously for my mobile site.
now my .mobi site is pointed to ...
0
votes
0answers
21 views
Getting the correct header image on a smaller device
I have a Twenty eleven child theme, and I've modified the functions.php.
'width' => apply_filters( 'twentyeleven_header_image_width', 1200 ),
'height' => apply_filters( ...
0
votes
2answers
267 views
Wordpress REST endpoint with JSON for Mobile App integration
Is there some REST API that Wordpress supports, out of the box or through any plugin that exposes the same information exposed through the normal pages? (I.e. latest posts, filtering by categories ...
3
votes
4answers
658 views
Using a Theme inside a Plugin directory
I am building a mobile friendly plugin and put the theme directory inside the plugin directory.
If it's a mobile browser, how can I redirect to the theme in the plugin directory?
...
0
votes
0answers
15 views
drop down primary navigation not displaying on mobile iPhone in Wordpress
Here's a link to the mobile view of the website: http://oi47.tinypic.com/dxeq83.jpg
However, on the desktop version of the site, the navigation is fine. www.genesismediation.com
I have another ...
1
vote
1answer
124 views
I want to retrieve all posts of a blog without username & password
I want to make an android application for my wordpress blog, I want to display there all my blog posts with many options like category wise, date wise, search wise etc...
How Can I retrieve all my ...
1
vote
2answers
164 views
Conditionally load CSS/JS/PHP in wp-admin if using a mobile device
I'm looking for a way to conditionally load different scripts if the user is accessing the admin area from a mobile device.
In my case I'm looking to restrict the user to just be able to make new ...
0
votes
1answer
44 views
Changing the loop w/o killing category links
OK. I am going to try to rewrite this.
I am trying to use the Gridly theme as a mobile only theme for my site.
The problem is the theme pulls all post categories into the main feed when it is ...
0
votes
1answer
44 views
Add exception to WP Mobile Detector
In the function websitez_detect_mobile_device in functions.php of WP Mobile Detector there is the detection of a mobile device (smartphone). Now I want that my Samsung Galaxy Tab (GT-P5100) is not ...
0
votes
0answers
28 views
Change Image Sizes for Mobile Theme
I've got a small challenge, right now I have an existing blog with images that formatted for desktop. I have a mobile child theme that shows the content for mobile.
Is there a method to filter a ...
0
votes
0answers
24 views
How can I get my theme to be mobile-friendly?
I purchased a theme and have had nothing but trouble with it, plus the theme author has been completely useless with support.
I can't get my theme to appear the way it is supposed to on mobile ...
1
vote
3answers
421 views
Possible to filter the posts or categories that XML-RPC users see in their mobile application?
Is it possible to filter the posts or categories that XML-RPC users see in their mobile application?
I have a plugin that hooks into pre_get_posts and list_terms_exclusions to do what I need it to ...
0
votes
1answer
127 views
Using Wordpress as a Mobile App Backend
I'm searching for a fast way to develop a backend for Mobile Apps.
The idea is to use Wordpress as a backend.
My problem is: How can i serve the information to the Mobile App?
I saw the JSon plugin ...
0
votes
0answers
97 views
WP Touch Pro vs Responsive Design [closed]
I'm considering getting WP Touch Pro since I need a mobile theme. I can't retro fit responsive design into my site, as that would be too costly. Besides, my site is optimized for the desktop ...
0
votes
1answer
361 views
Responsive image slider/rotator using multiple image sizes [closed]
There are many WP image slider plugins that claim to be responsive. So far, all the ones I've looked at resize images on the fly e.g. with CSS. A small-screen or mobile user is forced to download ...
0
votes
5answers
183 views
Blackberry mobile theme redirection
I've got a this site Casarão Amneo Reseda, that has 2 themes, the main one for any desktop browser and a second one, mobie friendly, based on the jQuery mobile framework.
I'm currently using the ...
1
vote
2answers
245 views
Load a theme based on browser detection
Ok I know browser detection is considered bad practice but I can't find a way around it because I really do need whole different themes for a complex site. So I snatched this function from ...
0
votes
1answer
43 views
Wordpress Mobile Edition not working with WP v3.5
Since upgrading Wordpress from 3.4.2 to 3.5, Wordpress Mobile Edition has not worked.
I have left a support request on the plugin's support page, but have received no reply in 2 weeks. I might have ...
4
votes
1answer
138 views
WP Multisite: load content from site X on site Y
I'm running a WP multisite-network on my professional website (http://mydomain.com). I'd like to play around with jQuery Mobile and deliver a different website and web experience to mobile users, so I ...
2
votes
2answers
216 views
How can I make a wp site in a mobile application?
Which are the ways and how is possible a wp site become an iphone, ipad, android and a blackberry application(not a wp mobile theme)?
0
votes
1answer
126 views
How can I only show one responsive menu on mobile devices?
Here's my site: http://dev.shoeporn.com/
I'm running WP 3.5 and using this plugin: http://wordpress.org/support/plugin/responsive-select-menu
It is supposed to allow you to select which menus you ...
3
votes
4answers
183 views
WordPress on WP7
Is there an app for the Windows Phone (7) that allows submission to WordPress?
Having used the WordPress app on the Blackberry, I'm looking for one that is similar to that, but for the WP7.
I've had ...
1
vote
1answer
146 views
How to set different settings for a mobile theme?
My desktop version of wordpress theme requires using a 'static' page as the start page as it has custom shortcodes etc.
While this is good, when it comes to my mobile theme, sadly the 'static' page ...
0
votes
1answer
88 views
$is_iphone - to redirect a page
I have a responsive site that works well with @media queries except for 1 or 2 maps that are embedded in an iframe and use html5 overlays to display location markers.
When viewing the site in ...
0
votes
1answer
94 views
Blackberry specific Mobile Redirect plugin?
Is there a Wordpress plugin out there, that redirects only Blackberry visitors to a very simple basic something of the site?
Currently I have a responsive website, a long vertical one with ...
-1
votes
1answer
982 views
WordPress Child Theme - twentyeleven Menu Issues on Mobile Devices [closed]
I'm really hoping someone can assist me with formatting issues I am having with my twentyeleven child theme based of actual twentyeleven shipped with latest version of WordPress.
Basically the main ...
1
vote
2answers
64 views
What is the correct way to do a mobile theme for WordPress?
I'm building a custom theme, along with a custom mobile theme counterpart. They don't share resources, CSS, etc. (cause I like to keep them clean, and separate).
My question is: how does everyone ...
0
votes
0answers
49 views
Super Long Scroll past end of page on Android [closed]
Has anyone witnessed a situation where a page just shows the background after the end of the footer and lets you scroll for a long long ways with no content? Its happening specifically on Android ...
5
votes
3answers
2k views
wordpress json custom taxonomy problem
I created 1 custom post type with 2 custom taxonomy. Installed http://wordpress.org/extend/plugins/json-api/ and tried to reach result with:
...
2
votes
3answers
374 views
Is there a plugin which disables other plugins for mobile browers?
I have a wordpress site which uses a plugin to provide a music player. This plugin uses frames to keep the music playing while the user browses the site.
Mobile devices have trouble with this because ...
1
vote
4answers
460 views
How do I stop a widget from displaying on mobile site?
On my main site I have used the search widget in the sidebar.
However, the mobile theme I am using (minileven) already has a search box built into its menu bar. This results in a second search box ...
0
votes
1answer
71 views
Strategy for making a mobile version of an existing site? [closed]
I have a site setup with content, themes, plugins, and modified code.
However, I want a mobile version.
I googled this and it looked like there use to be plugins that helped with this, but it seems ...
1
vote
0answers
81 views
Switch to other theme at url
I want to switch to other theme at this url - www.mysite.com/m/ .
And then redirect mobile users to www.mysite.com/m/ with htaccess based on their "user-agent".
I have htaccess redirect rules and it ...
15
votes
9answers
10k views
How to detect mobile devices and present them a specific theme?
I would like to create a new modified version of my theme (check my profile if needed) to present to visitors if I detect that they are visiting the site from a hand-held device, like iPhone, Android, ...
-2
votes
1answer
117 views
How can I directly upload smartphone videos to blog and comments?
I am using MAMP and WordPress to locally host and test
my video website on my Macbook Air (using the templatic "video"
theme). I am trying to find the simplest way to easily upload and
embed videos ...
0
votes
2answers
101 views
Replace the slug of parent pages with # [closed]
I'm creating a Wordpress site with a Superfish CSS3 / Jquery dropdown menu, complete with hoverIntent as displayed here:
http://users.tpg.com.au/j_birch/plugins/superfish/#examples
As far as I can ...
0
votes
4answers
2k views
How can I redirect mobile users to diff url, but also allow them to come back to full site
this is pretty straight forward: How do I redirect mobile users to /mobile, but still allow them to click a "Full site" button and see the full site without being redirected again back to the mobile ...
1
vote
0answers
107 views
is there any wp plugin that could detect wp site visitor(using mobile browser) Geo location? [closed]
i found one plugin http://wordpress.org/extend/plugins/ochre-w3c-geolocation-services, close to my demand
but it seems still need revise some code on the activated theme.
so i am wondering, if any ...
-1
votes
2answers
202 views
different startsite for IOS and change menu
I have a homesite and a second site. They are displayed to normal browsers.
But I would like to show IOS and mobile devices the second site as homesite and hide the normal homesite.
How can I do ...
