BuddyBoss Home – Web Support Forums Themes Boss. theme my login logofont text title is pacifico how do i change it

Viewing 7 posts - 16 through 22 (of 22 total)
  • Question

    #49989
    @bigokilla

    @vapvarun when you viewed the page on your mobile device did you scroll down and click the button view as desktop thats when it goes white. make sure your phone is still in landscape mode meaning your phone is in a horizontal stance then click on the button that says view as desktop after page refresh it should turn all white.

    Answers

    #50241
    @bigokilla

    @vapvarun so after the recent update some of my previous issue was fixed thank you but theirs still some issues that are yet to be fixed still first is when i upgrade a user role to editor theirs no dashboard button for editors I’m sure this is a easy fix and also my mobile problem still persist I’ve tried this with a few phones this problem occur when viewing my page on a mobile devise make sure to turn off portrait orientation to off and while using the safari browser on iPhone 6 while on my website scriltech.com turn your phone to the side and the screen should turn to landscape mode now scroll down to the button where it ask [view as desktop] click on it and after it refresh theirs an all white screen that show nothing but a white page no content is showed. wish i can send you guys a video can’t explain it better than this.

    #50294
    @vapvarun

    Hi @bigokilla, I have notices your issue now
    I have notified about it to developers and it will be fixed shortly
    Regards
    Varun Dubey

    #50440
    @bigokilla

    thanks so much mobile problem is now fixed thank you now the last issue i have it that theirs no dashboard button for other user roles like editor as in i have to editors but they can’t view dashboard because theirs no button that pops up when you hover the mouse over the profile picture works fine for me but my editors have to actually have to type the address in the address bar to get to their dashboard I’m sure this is an easy fix please help. @vapvarun

    #50473
    @vapvarun

    You can modify following codes inside child theme the template-parts/header-profile.php
    Line 103-107
    Replace level_10 with level_7 like following

    
    <?php
    						if ( boss_get_option( 'boss_dashboard' ) && ( current_user_can( 'level_7' ) || bp_get_member_type( get_current_user_id() ) == 'teacher' || bp_get_member_type( get_current_user_id() ) == 'group_leader') ) :
    							get_template_part( 'template-parts/header-dashboard-links' );
    						endif;
    						?>
    

    Customize and BuddyBoss option panel Links will lead editor to permission pages because they do not have permission to edit any options.

    I will suggest about it to developer to make required changes to access dashboard for Editor and Author roles.

    Regards

    #54631
    @bigokilla

    can we have an update for the boss theme that enables profile cover photo rearrange after its uploaded. unable to rearrange cover photo after upload may some time be offset

    #54642
    @vapvarun

    @bigokilla rearrange cover photo feature is not available yet I will keep in our suggestion list.
    Regards
    Varun Dubey

Viewing 7 posts - 16 through 22 (of 22 total)
  • The question ‘my login logofont text title is pacifico how do i change it’ is closed to new replies.