• Resolved pdoc

    (@pdoc)


    Hello,

    I think the full site (desktop) view of enigma-parallax works great also on mobile devices.
    Can I set any parameters to have mobile visitors land directly on the full site page?

    I have tried some plugins that redirect traffic from mobile sites, but if I try to redirect to the path of the full site, I generate a loop of redirections…!

    In my case is very important, because of the customizations I made.

    thanks a lot!

Viewing 5 replies - 1 through 5 (of 5 total)
  • weblizar

    (@weblizar)

    Hello ,

    Share site URL.

    Thanks

    Thread Starter pdoc

    (@pdoc)

    Hi,

    site is at https://www.presentardoc.com

    my .htacces file is:
    ################## start of file (this line is not part of it)

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /01_sites/wptest/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /01_sites/wptest/index.php [L]
    </IfModule>

    # END WordPress
    ################## end of file (this line is not part of it)

    If I enter https://www.presentardoc.com on a mobile, I land to the mobile view, and I have to tap on “View full site” (at the bottom) to display the desktop layout.
    If I enter https://www.presentardoc.com/01_sites/wptest then also on a mobile the full view is displayed.

    Thanks.

    weblizar

    (@weblizar)

    Hi,

    Check you jetpack settings.

    Thanks

    Thread Starter pdoc

    (@pdoc)

    Hi,

    Yes, there is a setting where I can deactivate the mobile theme, in Jetpack plugin.
    Now also with mobile the full desktop view is loaded automatically.

    Thanks a lot for your help!

    weblizar_support

    (@weblizar_support)

    Most Welcome..

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘enigma parallax force full view on mobile’ is closed to new replies.