Skip to:
Content
Pages
Categories
Search
Top
Bottom

BBP Style Pack – Username and Avatar problems


  • nes421
    Participant

    @nes421

    After activating bbP Style Pack, on bbPress recent topics list:

    – when user is logged in, username and avatar are fine, displayed as links and with <span></span> formatting

    – when user is logged in, username and avatar are displayed as plain text and WITHOUT <span></span> formatting

    Deactivating bbP Style Pack resolves issue.

Viewing 9 replies - 1 through 9 (of 9 total)

  • Robin W
    Moderator

    @robin-w

    ok, I am seeing this when logged in or logged out with style pack active

    <span class="topic-author">
    <a href="/forums/user/testuser1/" title="View testuser1's profile" class="bbp-author-link">
    <span class="bbp-author-avatar">
    <img alt="" src="..." srcset="..." class="avatar avatar-14 photo" loading="lazy" width="14" height="14">
    </span>
    <span class="bbp-author-name">testuser1
    </span>
    </a>
    </span>

    not sure which you are saying is different as your original post says ‘when user logged in’ in both cases??


    nes421
    Participant

    @nes421

    Active Style Pack, logged in:
    
    <div class="bbp-reply-author">
    <a href="(....)" title="Zobacz profil: uzytkownik421" class="bbp-author-link">
    <span class="bbp-author-avatar">
    <img alt="" src="(....)" srcset="(....)" class="avatar avatar-80 photo" loading="lazy" width="80" height="80">
    </span>
    <span class="bbp-author-name">
    uzytkownik421
    </span>
    </a>
    
    Active Style Pack, logged out:
    
    <div class="bbp-reply-author">
    <img alt="" src="(....)" srcset="(....)" class="avatar avatar-80 photo" loading="lazy" width="80" height="80">
    uzytkownik421
    		
    
    Looks like something replaces 'function bbp_get_reply_author_link' bbpress/includes/replies/template.php

    Robin W
    Moderator

    @robin-w

    what other bbpress related plugins are you running?


    nes421
    Participant

    @nes421

    bbp profile information
    bbp User Ranking
    bbPress Login Register Links On Forum Topic Pages
    bbPress Messages
    bbPress WP Tweaks


    Robin W
    Moderator

    @robin-w

    ok, I’d suggest you next test with those deactivated and see if it an issue with one of them, and if not test with a default theme.


    nes421
    Participant

    @nes421

    After switching off all of these plugins problem still exists, no <span><span> in username/avatar and no link when user is logged out.


    nes421
    Participant

    @nes421

    Looks like there is no problem with default theme.
    Theme causing problems is Newspaper 11


    Robin W
    Moderator

    @robin-w

    ok, thanks – that is a paid theme, and I suspect that whilst my usual statement would be ‘ask the theme authors’ it is highly unlikely that you will get any helpful response from them.

    My next port of call would be to look at the theme’s functions file and any templates it is amending to see if the issue is there, but that requires you to have some technical knowledge


    nes421
    Participant

    @nes421

    OK, Thank You 🙂

Viewing 9 replies - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.
Skip to toolbar