- This topic has 5 replies, 2 voices, and was last updated 4 years ago by
Tom.
-
AuthorPosts
-
June 1, 2019 at 12:41 am #916864
Miss
Hi there,
I’m doing a website re-brand for a client and am using GP Premium together with Elementor.
I am using the Elementor Maintenance mode tool to show a generic coming soon page with signup form etc.
On the site I’m working on I’m using the element Home Hero. I have set the display rules to only front page, and Administrator, and I’ve also set the visibility of the element to Private, however, it is still showing up. I also tried logged in users and no joy.
I have purged entire site and disabled our caching plugin, cleared cache on browser, tried incognito and on phone etc but still no joy.
The website is https://logjec.co.uk/
Please can you advise?
Many thanks in advance,
Sophie
June 1, 2019 at 6:59 am #917137Tom
Lead DeveloperLead DeveloperHi there,
I’m able to see the entire page?
You should be able to hide it with some CSS:
.elementor-maintenance-mode:not(.logged-in) .page-hero { display: none; }
June 1, 2019 at 8:48 pm #917402Miss
Hey Tom,
My hero as always! (No pun intended π
Unfortunately, this one didn’t work π even when I moved the element to trash it still showed up, but when I click on any of the other links it doesn’t show…
So I’m guessing it’s server level caching? It’s Nginx do you know anyway around it? I have access to FTP but the ‘etc’ files are hidden and I’m guessing that’s what I need?
Maybe I could just set up a temporary redirect to a /home blank page for now… The client doesn’t have access to their own hosting as they paid one of these companies who like to keep complete control and charge ridiculous amounts for small changes down the line which is why I’m not using a staging site in the first place as we have no cPanel access to create new SQL etc.
Thanks so much in advance,
Sophie
June 2, 2019 at 7:19 am #917786Tom
Lead DeveloperLead DeveloperIf there is server-side caching, you’ll need to find the correct way to clear it. Maybe this plugin will help?: https://wordpress.org/plugins/nginx-helper/
June 3, 2019 at 1:57 am #918246Miss
Hey Tom,
Thanks for this.
Unfortunately that plugin didn’t work either, however, it is now resolved π
In case anyone else has similar issues, we were using Hummingbird as the caching plugin before, and although we deactivated it for this exact reason, the caching continued until I reactivated it and specifically disabled the front-page caching from within the plugin.
Such a simple answer, but I never knew I had to do that or delete the app for the disabling it to actually be effective!
Thanks so much as always,
Sophie
June 3, 2019 at 9:09 am #918713Tom
Lead DeveloperLead DeveloperGlad you got it working π
-
AuthorPosts
- You must be logged in to reply to this topic.