BuddyDev

Search

Replies

  • Participant
    Level: Initiated
    Posts: 10
    Alexandre Brunet on #11556

    Hi Brajesh,

    Thank you for your help, actually Salient support told me to disable page transition option and the problem was solved. It makes the navigation less smooth but it’s working now. Thank you very much for your help.

    Cheers,

    Alex,

  • Participant
    Level: Initiated
    Posts: 10
    Alexandre Brunet on #11399
    This reply has been marked as private.
  • Participant
    Level: Initiated
    Posts: 10
    Alexandre Brunet on #11311

    Hi Ravi,

    I’m quickly following up on this.

    I updated Salient to 8.5 and the code you proposed then didn’t work on any pages. So it’s definitely related to the theme specification. so I search a bit and found this code

    ‘add_action(‘after_setup_theme’, ‘remove_admin_bar’);

    function remove_admin_bar() {
    if (!current_user_can(‘administrator’) && !is_admin()) {
    show_admin_bar(false);
    }
    }’

    Which is doing the job as far as WP admin bar is concerned. Also there is no blank on the top except for the profile page. Any clue why only the profile page is keeping this blank?

    Many thanks,

    Alex,

  • Participant
    Level: Initiated
    Posts: 10
    Alexandre Brunet on #11286

    Hi Ravi,

    I’m currently bulding the website on local also so it’s not yet online (will put it in few days). In the meantime as I’m using salient theme and that I put this code in the salient function.php, do you think it should be put somewherelse ?

    Many Thanks,

  • Participant
    Level: Initiated
    Posts: 10
    Alexandre Brunet on #11282

    Hi buddy heroes, I’m following up on this BP Simple Front End plugin Post for two reasons :

    First, I found why I was having this cheating uh page. I was just not giving the right rights to the user. I just has to change the capability of my user to the right of publishing to “publish_posts” capability.

    Secondly now that I have access to the image uploader I have an issue getting back to the post page. I explain. after clicking the “set image feature” I can upload an image and save it but afterward I’m not automatically sent back to my post page and there is also no “get back to the blog post page” button. I’m stuck on the page. If I launch a new window and go back to my post there is indeed my feature image uploaded.
    Is there a way to automatically going back to my blog post writing page after uploading a feature image ?

    Many thanks for your help,

    Best,

  • Participant
    Level: Initiated
    Posts: 10
    Alexandre Brunet on #10992

    Hi Brajesh,

    Sorry I’m using buddyblog,

    Thanks,

    Alexandre

  • Participant
    Level: Initiated
    Posts: 10
    Alexandre Brunet on #10891

    It’s Working !

    Many thanks for your quick and great answer,

    Cheers,

  • Participant
    Level: Initiated
    Posts: 10
    Alexandre Brunet on #10821

    Hi Brajesh!

    Thank you for your message, I was rushing into the code for no reason.

    Actually what I needed to change in the buddyblog settings were the “capabilities” to edit or create posts. I switched them following those instructions :

    https://codex.wordpress.org/Roles_and_Capabilities#Capability_vs._Role_Table

    from “read” to “edit_users”

    all good now, the form appears

    Many thanks,

    Alex