BuddyBoss Home – Web Support Forums Themes Boss. theme Removing 'Edit' on pages for subscribers

Viewing 5 posts - 1 through 5 (of 5 total)
  • Question

    #67747
    @blstraub

    I’ve created a couple of test users for the new website I’m working on. Each one has the subscriber role. That role has the normal permissions associated with it.

    Each of these users sees a small ‘Edit’ link at the bottom of every single page. I need to remove that edit link and, for the life of me, I don’t see how. These users should never have the option to edit a page and I don’t want them to ever edit the dashboard, either.

    Thanks!
    Brian

    Answers

    #67800
    @vapvarun

    Hi @blstraub,

    It’s not theme issue, Please try to deactivate your active plugin to debug it. Theme do not have inbuilt option for subscriber to edit pages.

    Regards
    Varun Dubey

    #67821
    @blstraub

    Varun,

    Thank you for the reply.

    I have disabled all plugins except Visual Composer, which is needed for rendering the pages correctly. As you can see in the first photo, the Edit link is still on the page. Disabling bbPress added a new “edit with visual composer” link that was not there previously.

    I tried disabling Visual composer, too. Although the page does not render correctly, you can see from the second photo that the Edit link is still at the bottom of the page. On that view, every single plugin is disabled.

    Looking at the page source, this is the beginning of the section where the Edit link is created:

    <footer class=”entry-meta”>
    <span class=”edit-link”>Edit</span> </footer><!– .entry-meta –>
    </article><!– #post –>
    </div><!– #content –>
    </div><!– #primary –>
    </div><!– .page-full-width –>
    </div><!– #main .wrapper –>
    </div><!– #page –>
    </div> <!– #inner-wrap –>
    </div><!– #main-wrap (Wrap For Mobile) –>
    <footer id=”colophon” role=”contentinfo”>
    <div class=”footer-inner-bottom”>
    <div class=”footer-inner”>

    I believe that it is coming from some theme element.

    Please help!

    Thanks!

    Brian

    #67879
    @blstraub

    I got rid of the link by adding the following CSS:

    .entry-meta .edit-link {
    display: none;
    }

    I still don’t know where it’s coming from but it’s gone and the solution didn’t impact anything else so I’m satisfied. You can close this thread. Thanks!

    #67903
    @anve

    Hi @blstraub,

    Great you sorted it out :). I will close this thread , if you have any other concern please create a new topic.

    Regards
    Anve

Viewing 5 posts - 1 through 5 (of 5 total)
  • The question ‘Removing 'Edit' on pages for subscribers’ is closed to new replies.