Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • cedjans Friend
    #185988

    Hi everybody

    website: http://www.sportaanzee.be

    I would like to change our homepage… So that visitors directly see our blog page when they visit the website by mobile.

    Can somebody help us??

    THX

    Ninja Lead Moderator
    #487243

    If possible you can pm me admin access and ftp account on your site, I shall help you do this

    Ninja Lead Moderator
    #487775

    <em>@cedjans 365187 wrote:</em><blockquote>Hi everybody

    website: http://www.sportaanzee.be

    I would like to change our homepage… So that visitors directly see our blog page when they visit the website by mobile.

    Can somebody help us??

    THX

    Cé</blockquote>

    I have spent a lot my time to fix the problem on your site.

    1) Check device mobile
    2) Redirect mobile layout to blog

    You can do that as following below


    require_once 'Mobile_Detect.php';
    $detect = new Mobile_Detect;
    $deviceType = ($detect->isMobile() ? ($detect->isTablet() ? 'tablet' : 'phone') : 'computer');
    if ($detect->isMobile()) {
    if((JRequest::getVar('option')!="com_k2") && (JRequest::getVar('view')!="itemlist") && (JRequest::getVar('layout')!="category")) {
    header('Location: http://sportaanzee.be/index.php/blog/blog-2');
    exit;
    }
    }

    Please check on your site again, let me know if it helps

    cedjans Friend
    #487806

    THX!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    Its PERFECT 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  cedjans 11 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum