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 … Read more
On my main site I have used the search widget in the sidebar. However, the mobile theme I am using (minileven) already has … Read more
Ok I know browser detection is considered bad practice but I can’t find a way around it because I really do need whole … Read more
I have a pretty simple child theme of Twenty Twelve active, but the mobile menu does not expand when pressed. Here is header.php: … Read more
I just read the wp_is_mobile function reference and I have some questions. As you can read, there is a line explanation in bold … Read more
I’m coding my first WordPress Theme and trying to solve this problem: On the desktop version of the website I’d like to split … Read more
Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be … Read more
If there is a network (multisite installation) with 10 sites inside. Is there a clean way to separate that site to its own … Read more
I created a mobile version of my site with CSS, with all my styles in a single stylesheet (using @media only screen and … Read more
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 … Read more
I want to switch to another theme at when a user visits www.mysite.com/m/. Then, redirect mobile users to www.mysite.com/m/ with htaccess based on … Read more