BuddyDev

Search

Replies

  • Participant
    Level: Master
    Posts: 497
    Daniel on in reply to: Theme uses other font on mobile #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

  • Participant
    Level: Master
    Posts: 497
    Daniel on in reply to: Theme uses other font on mobile #49483

    Hi Brajesh,

    I have actually checked the CSS and there is no CSS code that prevents the mobile version from loading poppins font

    the syntax for mobile on my website is called as follows:

    @media only screen and (min-width:417px) and (max-width:767px){

    but do you have a clue which rule do I need to add to the syntax in order that the mobile version will take the poppins font all across the website?

    Thank you.

    Regards
    Daniel

  • Participant
    Level: Master
    Posts: 497
    Daniel on in reply to: Theme uses other font on mobile #49481

    Hi Brajesh,

    Thanks for your feedback, will have a look.

    I guess I can put a new CSS code with syntax @media and add font: poppins; in order that the mobile version will take the font appropriately.

    I will check if it will work.

    Regards
    Daniel

  • Participant
    Level: Master
    Posts: 497

    yes pls

  • Participant
    Level: Master
    Posts: 497

    Hi Brajesh,

    OK thanks.

    Regards
    Daniel

  • Participant
    Level: Master
    Posts: 497

    Hi Brajesh,
    Thanks. It still shows the option to select if user wants to receive friend request, it will be good if the option could be adjusted.
    However, I will wait for your update, it will be nice if the issue could be resolved.
    Thanks for your time.
    Regards
    Daniel

  • Participant
    Level: Master
    Posts: 497
    Daniel on in reply to: Poor Profile Avatar Quality #48348

    Hi guys,

    Can the quality of the tiny little avatar on the post activity also be increased this way because the little avatar also looks blurry.

    Thanks for the input.

    Regards
    Daniel

  • Participant
    Level: Master
    Posts: 497
    Daniel on in reply to: How to hide BP Activity Reloaded error message #48347
    This reply has been marked as private.
  • Participant
    Level: Master
    Posts: 497
    Daniel on in reply to: MPP upload buttons as well for commenting? #48328
    This reply has been marked as private.
  • Participant
    Level: Master
    Posts: 497
    Daniel on in reply to: MPP upload buttons as well for commenting? #48311
    This reply has been marked as private.