Robin W (@robin-w)

Forum Replies Created

Viewing 25 replies - 76 through 100 (of 13,988 total)
  • @robin-w

    Moderator

    sorry, I’m just a guy sat at home trying to help others. bbpress is a free product, but with that comes support only from the community.

    I don’t do teams/zoom as I don’t have the time – sorry.

    Your issue is almost certainly css related.

    @robin-w

    Moderator

    I would need a link to a live example of both where they are correct and the forum where they are wrong

    @robin-w

    Moderator

    ok, so now I can see some buttons.

    so are these appearing and you don’t want them to?

    @robin-w

    Moderator

    I need a picture of the buttons please so that I can understand what you are trying to do

    @robin-w

    Moderator

    what theme are you using?

    @robin-w

    Moderator

    I suspect that you are using one of the new FSE themes, so you need a fix to work with bbpress.

    install

    bbp style pack

    once activated, navigate to

    dashboard>settings>bbp style pack, and you should see the first tab called ‘Theme Support’ – if you don’t see this, come back.

    In that tab, select

    Enable Theme Support

    and save

    The forums should then display

    @robin-w

    Moderator

    Not sure how this is related to bbpress, but go to

    dashboard>settings>general and there you will see the admin email address, this is where the email will have gone to. that email will detail what the error is

    In reply to: Change logo

    @robin-w

    Moderator

    that will be theme dependent.

    you may be able to use the function is_bbpress()

    @robin-w

    Moderator
    function rew_change_text( $translated_text, $text, $domain ) {
    if ($domain!='bbpress') return $translated_text ;
      $translated_text = str_replace('Forum', 'Elephant', $text) ;
    return $translated_text;
    }
    
    add_filter( 'gettext', 'rew_change_text', 20, 3 );

    Put this in your child theme’s function file –

    ie wp-content/themes/%your-theme-name%/functions.php

    where %your-theme-name% is the name of your theme

    or use

    Code Snippets

    @robin-w

    Moderator

    Dashboard>settings>forums and change the Forum Root Slug

    @robin-w

    Moderator

    Install

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Profile

    @robin-w

    Moderator

    I’ve no idea if this thread is relevant or not

    bbPress + Elementor

    I am tied up in other work at the moment, but I may get back to this soon

    In reply to: Edit profile link

    @robin-w

    Moderator

    thanks,

    1. so can you confirm that with the footer option set at

    'If you are using shortcodes in your footer, this option should ensure they display correctly '

    The shortcode in the footer works.

    2. on the GCS problem, does this only happen on ‘forum’ pages, or is it throughout the site?

    In reply to: Edit profile link

    @robin-w

    Moderator

    ok, I need to to go back to standard footer to see if this fixes the gce issue as per previous post

    So as a further test if you did not have the conflict with gse before, can you select the ‘standard footer’ option in the style pack theme settings and whilst this will give you back the original shortcode problem, does it fix the gse problem, that will get me closer to the problem code !

    In reply to: Edit profile link

    @robin-w

    Moderator

    by the way I have released version 6.1.7, but this is dealing with other issues, so you should see no change

    In reply to: Edit profile link

    @robin-w

    Moderator

    5.

    Dashboard>settings>bbp style pack>theme support and look for Footer options

    In reply to: Posts are missing

    @robin-w

    Moderator

    ok, without extensive further work, I agree, if you have database access, then just use that to change the status

    In reply to: Posts are missing

    @robin-w

    Moderator

    can’t see your screenshot, but can you go to

    dashboard>users>all users and tell me what roles your username has for wordpress and bbpress

    In reply to: Posts are missing

    @robin-w

    Moderator

    Yes they need to be published to show, and yes most likely your own doing, but don’t worry we were all where you are in the past, it takes time to learn the peculiarities of each part of wordpress and plugins !!

    so dashboard>topics>all topics

    Then you will see options for ‘draft’ and ‘pending’ which you can select and then approve

    you can do this individually, or use the boxes on the left to ‘bulk select’ and the ‘bulk actions’ to select ‘edit’ and then change the ‘status’ to publish.

    In reply to: Posts are missing

    @robin-w

    Moderator

    bbpress just uses the woprdpress posts table – it is what wordpress calls a ‘custom post type’ many plugins use this method.

    In reply to: Posts are missing

    @robin-w

    Moderator

    guessing your post crossed with mine? and you hadn’t read my post before you posted yours?

    In reply to: Posts are missing

    @robin-w

    Moderator

    this is related to the country part of your url

    so

    https://telium.io/topic/usb-license-on-hyper-v-guest/

    does exist, but the link above is

    https://telium.io/en/topic/usb-license-on-hyper-v-guest/

    which has the ‘en’ part in it, and resolves to a 404

    In reply to: Posts are missing

    @robin-w

    Moderator

    ok, so what is the url an example?

    In reply to: Posts are missing

    @robin-w

    Moderator

    so have you looked for these in the backend ie

    dashboard>topics

    In reply to: Edit profile link

    @robin-w

    Moderator

    no problem, I’m just a guy sat in his kitchen trying to help others – happy to see if we can resolve.

    Can you confirm that you have cleared cache on both server and browser before the latest test. If so…

    At the moment I am trying to work out which bit of code is causing the issue, and your test eliminated one area.

    So as a further test if you did not have the conflict with gse before, can you select the ‘standard footer’ option in the style pack theme settings and whilst this will give you back the original shortcode problem, does it fix the gse problem, that will get me closer to the problem code !

Viewing 25 replies - 76 through 100 (of 13,988 total)