• Resolved joselsolas

    (@joselsolas)


    Hi,

    I installed this and saw a great boost in my page speed. However, when this plug in is active, the responsive mobile version of my site loses the top menu and banner.

    Because I’ve had such a good jump in performance – I really don’t want to de-activate it and start looking for another cache plug in again.

    Feedback and insights are welcome. Website is kusuyamadotjp – if you wanted to check it out.

    Thanks!

    https://wordpress.org/plugins/w3-total-cache/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Seems your theme is using wp_is_mobile() and delivers two versions of your pages.

    In default setup W3TC will cache the version which is requested first for a given url.

    To make W3TC work with themes using wp_is_mobile() do the following:

    1. Open W3TC Performance -> User Agent Groups
    2. Delete any non-enabled preset groups
    3. Create a group, name it e.g. wp_is_mobile
    4. Check “Enabled”
    5. Set “Theme” to “Pass-through”
    6. Leave “Redirect..” empty
    7. Copy & paste the following at “User agents” (this matches wp_is_mobile() check of WordPress):

    android
    blackberry
    kindle
    mobile
    opera\ mini
    opera\ mobi
    silk/

    8. Save all settings
    9. Empty all caches

    Thread Starter joselsolas

    (@joselsolas)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Missing parts on mobile’ is closed to new replies.