Hello @bonaldi,
thank you for your support. We’ve updated the plugin – can you verify if that solves your issue?
Best Regards
Marc
Hi Marc,
This doesn’t solve the issue: I still have a hidden element that calls a CSS display: none;.
html.wp-toolbar.light body.wp-admin.wp-core-ui.js.silentshield_page_silentshield-admin.auto-fold.admin-bar.branch-6-9.version-6-9-4.admin-color-midnight.locale-fr-fr.svg.wp-theme-mytheme.customize-support div#wpwrap div#wpcontent div#wpbody div#wpbody-content div.wrap div#silentshield-root div.group/sidebar-wrapper.relative.flex.min-h-[calc(100vh-46px)].w-full.has-[[data-variant=inset]]:bg-sidebar div.min-h-screen.flex.w-full div.group.peer.text-sidebar-foreground.md:block div.absolute.inset-y-0.z-10.hidden.h-full.w-[--sidebar-width].transition-[left,right,width].duration-200.ease-linear.md:flex.left-0.group-data-[collapsible=offcanvas]:left-[calc(var(--sidebar-width)*-1)].group-data-[collapsible=icon]:w-[--sidebar-width-icon].group-data-[side=left]:border-r.group-data-[side=right]:border-l
Regards.
When it works, this CSS rule from silentshield-admin.css is called and overwrites display: none;
@media (min-width: 768px) {
.md\:flex {
display: flex;
}
}
Hello @bonaldi,
thank you for your feedback. Would it be possible to send us a copy using duplicator of the page via mail to info@forge12.com ?
Best Regards
Marc
Sorry, but I can’t send you a duplicated site.
The bug exists on several of my sites, by the way.