BuddyDev

Search

Replies

  • Participant
    Level: Master
    Posts: 496
    Daniel on #50420

    Hi again,

    I also recognized that the BuddyDev plugin to hide Admin profile in user search which is installed on my website also doesn’t work anymore since the new BuddyPress Version. I can see admin login on the User “Recently Active” widget, so I have to deactivate the widget now because otherwise the users will know which is the admin username.

    Could you please also check that by any chance?

    Thanks for your time.

    Regards
    Daniel

  • Participant
    Level: Master
    Posts: 496
    Daniel on #50419
    This reply has been marked as private.
  • Participant
    Level: Master
    Posts: 496
    Daniel on #50074

    Hi Brajesh,

    Thank you for the really great support, it is working now again.

    Have a nice day.

    Regards
    Daniel

  • Participant
    Level: Master
    Posts: 496
    Daniel on #50062
    This reply has been marked as private.
  • Participant
    Level: Master
    Posts: 496
    Daniel on #49555

    Hi Brajesh,

    No issue at all, thanks for your input about @font-face which I will check what exactly it is.

    Regards
    Daniel

  • Participant
    Level: Master
    Posts: 496
    Daniel on #49545

    Hi Brajesh,

    Actually the issue doesn’t appear anymore, it looks like it was fixed. The issue occured only on that particular mobile device and after checking with other mobiles all seemed to be normal.

    Thanks anyways.

    Regards
    Daniel

  • Participant
    Level: Master
    Posts: 496
    Daniel on #49540

    Hi Brajesh,

    I am still looking for a solution but after trying different CSS I am unable to resolve the issue.

    Shouldn’t there be a CSS code saying to the Theme to use font poppins on mobile?

    Thank you for your assistance.

    Regards
    Daniel

  • Participant
    Level: Master
    Posts: 496
    Daniel on #49497

    Hi Brajesh,

    I don’t understand exactly what you mean with @font-face?

    I have tried to apply this CSS now but it had no effect

    
    /*Use POPPINS font on mobile*/
    @media only screen and (min-width:417px) and (max-width:767px){
    		body {
    				font-family: poppins;
    		}
    }
    @media only screen and (max-width:416px){
    		body {
    				font-family: poppins;
    		}
    }
    @media only screen and (min-width: 768px){
    		body {
    				font-family: poppins;
    		}
    }
    

    Thank you for your help.

    Regards
    Daniel

    • This reply was modified 10 months, 1 week ago by Daniel.
  • Participant
    Level: Master
    Posts: 496
    Daniel on #49485

    Hi again,

    I have found the issue, it was the Simple Cloudflare Turnstile plugin which has caused the issue.

    All is fine thank you.

    Regards
    Daniel

  • Participant
    Level: Master
    Posts: 496
    Daniel on #49484

    Hi again,

    These are the CSS codes applied on the website with syntax @media so there is no CSS saying to use another font then poppins on mobile:

    @media only screen and (min-width:417px) and (max-width:767px){
    .bp-nouveau #buddypress .activity-list .activity-item .activity-meta .bp-share-button {
        margin: 13px;
        position: relative;
        bottom: -6px;
    }
    }
    @media only screen and (max-width:416px){
    .bp-nouveau #buddypress .activity-list .activity-item .activity-meta .bp-share-button {
        position: relative;
        bottom: -6px;
    }
    @media only screen and (min-width:417px) and (max-width:767px) {
    .bpfb_link_preview_url {
        overflow-wrap: break-word;
    		font-size: 14px;
    }
    }
    @media only screen and (max-width:416px) {
    .bpfb_link_preview_url {
        overflow-wrap: break-word;
    		font-size: 14px;
    }
    }
    /* Radio Stations Styling */
    @media only screen and (min-width: 768px) {
    body.wp-radio article.page {
        max-width: 100% !important;
        margin-top: 50px;
    }
    }

    Thanks for your time!
    Regards
    Daniel