edhaas
Forum Replies Created
-
I have the same issue. On the site that is not showing any whitelisted sites, I get the following after entering document.getElementById(“wf-option-whitelistedServices-sucuri”).parentElement;
Error Message:
VM201:1
Uncaught TypeError: Cannot read property ‘parentElement’ of null
at <anonymous>:1:64
(anonymous) @ VM201:1There is no “Reveal Element” option. There is a “Reveal Sources” option when I click on the error message, which gives the following in a Sources tab: document.getElementById(“wf-option-whitelistedServices-sucuri”).parentElement;
When I select the element on the page and expand recursively, this is what shows in the Elements tab:
-
<li class=”wf-option-title”>Whitelisted services <i class=”wf-fa wf-fa-question-circle-o” aria-hidden=”true”></i>
<li class=”wf-option-checkboxes”>Hope this helps!
Ed
Forum: Plugins
In reply to: [WebToffee WP Backup and Migration] Exporting FailedNevermind. Got it working. Nginx multisite misconfiguration on my part. Thanks again for the plugin!
Ed
Forum: Plugins
In reply to: [WebToffee WP Backup and Migration] Exporting FailedHello,
Thank you for your plugin. I am having the same issue. Here seems to be the relevant error in my logs:
“PHP message: PHP Fatal error: Uncaught Error: Class ‘ZipArchive’ not found
Which throws a stack trace.I am running nginx and php7.2 if that helps.
Best wishes,
EdForum: Themes and Templates
In reply to: [Accesspress Basic] Accesspress Basic How to create a sub-menu?OK. This seems to be more of a WordPress issue. I am in the process of figuring out how to do it using links and categories. It would be more elegant and simpler if WordPress would add menus that you’ve created to the list of things in the right sidebar that can be dragged into the current menu, along with pages, posts, links and categories.