Robin W (@robin-w)

Forum Replies Created

Viewing 25 replies - 9,451 through 9,475 (of 14,242 total)
  • @robin-w

    Moderator

    are you using caching software?

    In reply to: New Users Can’t Post

    @robin-w

    Moderator

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Then come back

    @robin-w

    Moderator

    many threads botn on this forum and on the all in one seo pack page

    google

    bbpress all in one seo

    and you’ll see a list

    This one frequently fixes apparently :

    I spoke to the author of the All in One SEO Pack and was told to delete and reinstall the plugin. Surprisingly, it worked even though I already had the latest version.

    @robin-w

    Moderator

    your theme is setting the css blockquote to 171.4%

    if your theme has a custom css area put this into it

    blockquote {
    font-size: 100% !important;
    }
    In reply to: Page not found

    @robin-w

    Moderator

    when you can say that x can access y from z but a cannot access using b then we can have something to work from

    In reply to: Page not found

    @robin-w

    Moderator

    what could be the issue?

    many things !

    at the moment you are asking me what is wrong with your car as sometimes it won’t start !

    so you will need to work out what is different between one who works and one who doesn’t

    @robin-w

    Moderator

    ok, so

    1. what browser are you using,
    2. have you tried other browsers
    3. does this happen on lots of PC’s

    @robin-w

    Moderator

    ok, tends to sound like a corruption in a theme or plugin affecting css.

    are you using caching software?

    In reply to: Page not found

    @robin-w

    Moderator

    some of my members are not able to access topics

    so some are able to access?

    @robin-w

    Moderator

    login probably isn’t going to do it either.

    Probably a setting in wordpress or your site

    or ‘I changed all of the URLs directly in the database’ something mis-set here

    Suggest you start by

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.

    to eliminate these as issues

    @robin-w

    Moderator

    ok, not really possible to diagnose the issue from the links.

    In reply to: Lost password captcha

    @robin-w

    Moderator

    if it is the Captcha by BestWebSoft, then then pro version works with buddypress, you would need to check with them that it works just with bbppress.

    @robin-w

    Moderator

    it will be a theme css issue –

    since Bigbang is a paid theme, suggest you post this issue to their support site

    In reply to: Page not found

    @robin-w

    Moderator

    great – glad you’re fixed

    In reply to: Page not found

    @robin-w

    Moderator

    try

    dashboard>settings>permalinks and click save.

    This will refresh your permalinks.

    May help, may not !

    @robin-w

    Moderator

    no problem !!

    @robin-w

    Moderator

    untested as I’m short of time this evening but…

    create a directory in your theme called ‘bbpress’
    ie wp-content/themes/%your-theme-name%/bbpress

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

    find
    wp-content/plugins/bbpress/templates/default/bbpress/loop-single-forum.php
    Make a copy of this file, and put in in the directory called bbpress that you created above, so you end up with
    wp-content/themes/%your-theme-name%/bbpress/loop-single-forum.php
    bbPress will now use this template instead of the original
    and you can amend this

    if you take out line 44 which says

    <?php bbp_list_forums(); ?>
    

    Then sub forums will not be listed

    @robin-w

    Moderator

    this is all handled by wordpress and presumably cleantalk. bbpress just uses what wordpress has. Suggest you post on the wordpress/cleantalk support sites

    @robin-w

    Moderator

    I see you’ve also posted in the buddypress suppprt forum, and hopefully you’ll get help from there

    @robin-w

    Moderator

    hmm, just been thinking about this.

    Displaying topics and replies would require some filters, but stopping widgets/searches etc. from picking up these topics would require much more.

    In effect it would be my private groups plugin re-written to topic level.

    Lots of code I think, and beyond time I currently have available.

    @robin-w

    Moderator

    ok, and can user publish replies to his own topics?

    @robin-w

    Moderator

    ok, that is a bit like asking me how to open your car’s hood – it’s fine to tell me that you have a Nissan Navara, but since I don’t have one I don’t know how your car does that !!

    Since your theme is paid, I can’t look, so the following is a guess

    I would suggest you theme has a setting in css like :

    blockquote::before {
      color: #ccc;
      content: open-quote;
      font-size: 4em;
      line-height: 0;
      margin-right: 15px;
      vertical-align: -0.5em;
    }

    so you could reduce the font-size to say 2em.

    In reply to: bspstyle.css not found

    @robin-w

    Moderator

    Thanks for your post, and your kind comments.

    I am glad that you found a fix for your problem.

    There are many reasons why the bspstyle.css can have issues, a few relate to caching software trying to combine my css, some are theme related and some server issues.

    Anyone coming across this thread who has issues, please do post on my plugins support page

    https://wordpress.org/support/plugin/bbp-style-pack

    In reply to: New Users Can’t Post

    @robin-w

    Moderator

    so can users respond to non admin posts?

    @robin-w

    Moderator

    the box doesn’t say ‘Search the Forum’ by default.

    If this is the widget in a sidebar, then you can change the title yourself

Viewing 25 replies - 9,451 through 9,475 (of 14,242 total)