• On desktop, WP Super Cache provides a “Delete Cache” menu option for each page in the admin menubar, but this menu option does not display on mobile. Is there a way or work-around where I can access this “Delete Cache” menu option for specific pages on mobile, just like on desktop?

Viewing 3 replies - 1 through 3 (of 3 total)
  • If you’re logged in on mobile does that bar show? It should show the “Delete Cache” link too.

    Thread Starter hastibe

    (@hastibe)

    @donncha — no at 782px screen width or less, this rule in /wp-includes/css/admin-bar.min.css?ver=5.7.2 hides it:

    @media screen and (max-width: 782px)
    #wp-toolbar>ul>li {
        display: none;
    }
    Thread Starter hastibe

    (@hastibe)

    @donncha — assuming this isn’t a quirk of my website (I assume not, since the CSS causing it is coming from WordPress core), could this be fixed so that the “Delete Cache” link shows on mobile, too?

    [ Please do not bump. ]

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to Clear Page Cache on Mobile?’ is closed to new replies.