• Resolved AlwaysEnthusiast

    (@alwaysenthusiast)


    The icon at the bottom left corner is showing despite the page being password protected. This icon is a widget that only exist on this page. Hence, the widget with all its functionality is not protected. Can I protect also the widget inserted on that specific page?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author WP Folio Team

    (@buildwps)

    Hello @alwaysenthusiast,

    Thank you for reaching out to us! We apologize for not getting back to you sooner.

    The plugin feature is not available for the widget.

    You can do this using some theme customization, but it depends on the theme and how and which widget you are using.
    Can you please share your theme name and page URL where you want to protect the widget? 

    You can use add condition in the theme template or sidebar like this

    if (!postpasswordrequired()) {
    dynamic_sidebar( 'sidebar-1' );
    }else{
    echo 'protected';
    }

    Please reach out to us by email at support(at)wpfolio.com for more convenient and personalized responses.

Viewing 1 replies (of 1 total)

The topic ‘Widgets shown on protected page’ is closed to new replies.