Quantcast
Channel: Topic Tag: mobile | WordPress.org
Browsing all 22083 articles
Browse latest View live
↧

SpankMarvin on "Mobile Redirect with a difference."

Although it's better to have the URL being pulled from the CMS rather than hard-coded, if you must: (This assumes the mobile URL is http://google.com) function do_home_redirect() { if( wp_is_mobile()...

View Article


gangstagoose on "Mobile Redirect with a difference."

I added the code above (the last reply only) to functions.php and left the url as google to test. Using a Galazy S4 mini to visit the home page I still see the sites homepage as normal rather than...

View Article


SpankMarvin on "Mobile Redirect with a difference."

Try this code instead? function do_home_redirect() { if( wp_is_mobile() && ( is_front_page() || is_home() ) ){ header('Location: http://google.com/'); exit; } } add_action( 'init',...

View Article

doctorwahbeh on "[Theme: Twenty Thirteen] Menu dropdown doesn't work on mobile"

I am running Holi a child them for Twenty Thirteen. The menu is working great on a desktop. The pages are listed next to each other in the header. mahakury.wholebodyradiance.com However, when I look at...

View Article

michaeljmac on "[Plugin: Jetpack by WordPress.com] Subscribe button on mobile...

Hi, I'm having this same issue, but I don't want the mobile version to look different than the full sized version. Is there any way to make that button appear the same square in both versions? Thanks,...

View Article


Muneeb on "[Plugin: WP Popup Plugin] Popup to redirect user if on mobile"

The free does support the option to hide popup on mobile devices or show popup only on mobile devices. Only the pro version supports HTML theme which lets you add any kind of content inside the popup...

View Article

simonkahan on "[Plugin: SZ - Google for WordPress] compatibility with customizr"

ah well. thanks for putting this together!

View Article

oes on "responsive menu - how"

hallo, i work with the thembles bones theme on wordpress. which has a less script for mobiles and diverse others for bigger screens, they work together. now i have problems with my layout on mobiles....

View Article


esmi on "responsive menu - how"

I'm sorry but as you appear to be using a non-WPORG theme, you need to seek support from the theme's developers - paid or otherwise. We only support themes downloaded from wordpress.org here.

View Article


hitw help on "[Theme: Simplify] Responsive mobile design not working"

When the "Responsive layout of your website" box is checked at the bottom of the theme options screen the website does not scale down properly when viewed on a mobile device or when the browser window...

View Article

weemac123 on "Editing mobile responsive themes, and making a mess."

Hi, I'm hoping someone can help me! I'm making my friend a website using the free, mobile-responsive, theme Bartleby. Basically, I have tweaked the CSS (quite a lot) to get it to look how I want. I...

View Article

401frankie on "[Plugin: YOP Poll] yop poll mobile issues"

Hi Team! My polls are not working when I try to go mobile. The vote does not record and then it automatically goes back to home page. Any thoughts? I am using Twenty-twelve theme. Thank you, Frankie...

View Article

kandystahl on "Mobile Site Maintenance"

I logged in to update my mobile site today. The first thing I needed to do was update my version of WP, which I did. There is not longer a link for the Mobile Site Builder! I downloaded and activated...

View Article


goldengander on "Blog quote (title) not showing up on mobile theme mini eleven"

I have a minor problem, that is driving me crazy I recently added jetpack and enabled the mobile theme and after a couple adjustments I am pretty happy with it.. there is one issue that I can't seem to...

View Article

foxtangocharlie on "[Plugin: Easy Table] Responsive table column widths are...

Every time I resize my browser on google chrome the table views with a small first column and a huge scrollable second column. Clearly I have listed the second column to be small. It shows correctly in...

View Article


esmi on "Blog quote (title) not showing up on mobile theme mini eleven"

Can you replicate the problem using the default Twenty Fourteen theme?

View Article

Jeremy Herve on "[Plugin: Jetpack by WordPress.com] Mobile theme not working"

@nasa66d Could you please start your own thread, as per the Forum Welcome? http://wordpress.org/support/plugin/jetpack#postform Thank you!

View Article


nasa66d on "[Plugin: Jetpack by WordPress.com] Mobile theme not working"

Problem already solve. the problem is jetpack. before this i not active mobile theme in jetpack. after install jetpack we should active mobile theme in jetpack. now ok already. thanks

View Article

MatthewRuddy on "[Plugin: Easing Slider "Lite"] swipe on mobile devices"

Hey, going to mark this as resolved but feel free to get back in contact if support is still needed :)

View Article

Jeremy Herve on "[Plugin: Jetpack by WordPress.com] Subscribe button on...

@michaeljmac I replied on the other thread you started here.

View Article
Browsing all 22083 articles
Browse latest View live