• Home
  • Plugins
    • Use Any Font
    • WP Masonry Layout
    • Jquery Validation For Contact Form 7
    • Real Email Checker
    • Any Mobile Theme Switcher
    • Block Specific Plugin Updates
    • Featured Image in RSS Feed
    • Add Tags And Category To Page
    • Remove Admin Bar For Client
  • Support Forum
  • Blog
  • Contact
  • Home
  • Plugins
    • Use Any Font
    • WP Masonry Layout
    • Jquery Validation For Contact Form 7
    • Real Email Checker
    • Any Mobile Theme Switcher
    • Block Specific Plugin Updates
    • Featured Image in RSS Feed
    • Add Tags And Category To Page
    • Remove Admin Bar For Client
  • Support Forum
  • Blog
  • Contact
  • You are here:
  • Home
  • Any Mobile Theme Switcher
  • Altering settings for mobile theme

Home › Forums › Any Mobile Theme Switcher › Altering settings for mobile theme

This topic contains 3 replies, has 2 voices, and was last updated by  Dinesh 4 years, 9 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • April 19, 2013 at 5:37 pm #1099

    Peter

    Hi, is it possible to view different front page (posts vs. static) for mobiles?

    Kind regards, Peter

    April 21, 2013 at 3:28 pm #1123

    Dinesh
    Keymaster

    Sorry, not yet in this version. We are going to keep this in coming version.

    July 3, 2013 at 12:30 am #1622

    Hardley

    we built a workaround for this, add this snippet to the functions.php file for your mobile theme;

    NOTE: The /mobile/homepage is the path to your page in your site.

    //Although the name says it does, this does not actually change the template, just the page
    function mobile_template_redirect(){
    if( is_front_page() ){
    wp_redirect( home_url( ‘/mobile/homepage/’ ) );
    exit();
    }
    }
    add_action( ‘template_redirect’, ‘mobile_template_redirect’ );

    July 3, 2013 at 2:56 am #1624

    Dinesh
    Keymaster

    I haven;t checked it yet but seems promising.

    Thanks a lot 🙂

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Altering settings for mobile theme’ is closed to new replies.

Our Plugins
  • Use Any Font
  • WP Masonry Layout
  • Jquery Validation For Contact Form 7
  • Real Email Checker
  • Any Mobile Theme Switcher
  • Block Specific Plugin Updates
  • Featured Image in RSS Feed
  • Add Tags And Category To Page
  • Remove Admin Bar For Client
Support Forum
  • Add Tags And Category to Page and Post Types
  • Any Mobile Theme Switcher
  • Block Plugin Updates
  • Email Checker
  • Featured Image in RSS Feed
  • Jquery Validation for Contact Form 7
  • Use Any Fonts
Scroll
Support Forums
  • Add Tags And Category to Page and Post Types
  • Any Mobile Theme Switcher
  • Block Plugin Updates
  • Email Checker
  • Featured Image in RSS Feed
  • Jquery Validation for Contact Form 7
  • Use Any Fonts
Recent Topics
  • Font not showing up on blog
  • No install option. Activate only
  • Turns Fonts Bold
  • UseAnyFont doesn't work with Neon80s
  • Fonts not showing up on windows comp
  • API key will not activate
  • custom font not showing on mobile devices
Testing Platform Partner
Header logo

 

Follow Us
@2017 © Dnesscarkey