Pascal Casier (@casiepa)

Forum Replies Created

Viewing 25 replies - 451 through 475 (of 1,395 total)
  • @casiepa

    Moderator

    Then I’m out of ideas, sorry …

    @casiepa

    Moderator

    If you disable it and your email address changes, then there might be something wrong in your settings of the SMTP plugin ! The async plugin should not change the FROM.

    So check your SMTP plugin settings, problem might be on that one. (which plugin are you using ? )

    Can you confirm

    @casiepa

    Moderator

    I see, can you have a try with this plugin : https://wordpress.org/plugins/asyncronous-bbpress-subscriptions/ ?

    Also considering checking bbPress 2.6-alpha that should be released soon as a stable version. Email sending has improved there: https://bbpress.org/download/

    Pascal.

    @casiepa

    Moderator

    Hi,
    On the first question of the recalculation of the replies, I let somebody else reply as I’m not sure.
    For your second question, I can confirm that there is no incremental import, only a full one.
    Pascal.

    @casiepa

    Moderator

    Check this one out : https://bbpress.org/forums/topic/blank-forum-index/

    If of no help, just get back.

    Pascal.

    @casiepa

    Moderator

    First remark: 77 forums for 448 topics ? It would be good to limit the number of forums as calculation of e.g. topics in subforums of forums takes time.

    But it’s still not normal to get 20secs. In most of the time it’s another plugin or the theme that is causing the issue. As you have switched the theme already, please try deactivating all plugins except bbPress and try again.

    If it’s still slow, please post a link so we can try to see the real behaviour.

    Pascal.

    @casiepa

    Moderator

    Hi,
    I’m afraid I won’t be able to do a lot. I will forward your thread here to the bbPress developers, but reading other pages on the internet, it seems that WooCommerce is intercepting some calls for data and doing stuff on them that takes time. I can only advise to open tickets to WooCommerce like others have already done so that they can review their functions.

    Pascal.

    @casiepa

    Moderator

    Okay, next step (based on previous issues), in between every step, try the email sending:
    – Disable the asynchronous plugin
    – Switch to a default theme like Twenty Fourteen
    – Make sure you have NO custom code that you added in your template or function.php that could block

    Pascal.

    @casiepa

    Moderator

    I’m afraid I need some more information here…
    – What Memberships plugin are you referring to ? Can you give me the link to the plugin to be sure we talk about the same one ?
    – Can you give me the links to where others have the same issue ?

    (Paste all the links, your reply will go into spam but i’ll try to approve it afterwards)

    Pascal.

    In reply to: Sub Forum List Style

    @casiepa

    Moderator

    Hi,
    You probably better work on the li directly:

    #bbpress-forums .bbp-forums-list li {
    }

    Did you have a look at https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/#1-change-how-the-forum-list-displays ?

    If you need something more, please paste the link of the site here and explain what you are looking for.

    Pascal.

    @casiepa

    Moderator

    So you see the traffic in the log (meaning the email is really sent) but your email is not reaching the final mailbox ?

    @casiepa

    Moderator

    What do you use Memberships for ?
    I use bbp private groups and Members from Justin Tadlock and that seem to work fine.

    Pascal.

    @casiepa

    Moderator

    The basics: Every user has to click on ‘Subscribe’ on top of the forum to get an email in case of new topics in the forum. Every user has to tick at the bottom when giving a reply to get other replies and follow the topic. You never receive emails for your own stuff.
    With the bbP toolkit you can tick automatically.
    With the bbP Manage Subscriptions, you can see what users are subscribed.
    The Asyncronous subscriptions should help you for some issues that are known.

    Not sure it in a similar setup it was not bbPress Notify that was conflicting with async bbPress subscriptions, but I would first ask you to use an SMTP plugin so you can see the logs (I use SMTP Postman, but there are others). Check the logs to see if something goes out and if the from and to are correct.

    Then also check SPAM of course in arrival in your mailbox.

    Hope you find something,
    Pascal.

    @casiepa

    Moderator

    And
    display:inline;
    will show on 1 line… all depends what you want.

    @casiepa

    Moderator

    What do you mean with ‘misaligned’ ? Where do you want them ?

    This will already get it away from the text:

    img.avatar.avatar-14.photo {
      margin-bottom: 0px !important;
    }

    PS. Next time please include the link to you site because for CSS we always need to see the site itself.

    @casiepa

    Moderator

    Hi Jakob,

    You had put too many links, so your question was not approved automatically.

    This is a discussion ongoing for a while now. The only news I have is that you are not the only one requesting it and that it has been logged as a feature request. So in one of the next versions it should be possible to put a custom slug/url.

    Pascal.

    @casiepa

    Moderator

    Hi, welcome back.
    If your subsite is on the same server, towards the same MySQL or MariaDB… then for the performance it will probably not help a lot.
    Why not trying to go to the root of the issue and try to reduce the 10s loading to at least 8s so that the extra 2s from bbPress are not adding extra ?

    Please note that WordPress requirements/recommendations are on https://wordpress.org/about/requirements/

    Some things to check first:
    – Have you run all the repair tools of bbpress after import to be sure your structure is optimized ?
    – Have you deactivated any not-needed plugin ? Is your theme ready for bbPress ?
    – Are you using any cache mechanism to improve speed where possible ?
    – Did you try to run performance tools like the P3 plugin performance profiler to narrow down the possible slow parts ?
    – What score do you get on gtmetrix.com ? Or what did the pingdom tools indicate ?
    – Is it for all people in the world the same ? Check with sucuri performance.
    – Some further reading: https://codex.bbpress.org/getting-started/improving-performance/

    If it would come to database queries, also check these plugins:
    https://wordpress.org/plugins/query-monitor/
    https://wordpress.org/plugins/query-monitor-bbpress-buddypress-conditionals/

    Then of course there are a list of performance improvements that can be done on caching, offloading, … with plugins like W3 Total cache, batcache, WP Super Cache or other. Also check autoptimize and using cloudflare.

    Also note that in the upcoming bbPress v2.6 (hopefully before the end of this year), a lot of focus went on possible performance issues.
    Hope it helps,
    Pascal.

    In reply to: BBPress Slow

    @casiepa

    Moderator

    Are you on shared hosting ? Are you sure your host is not overloaded ? (had the same issue some weeks ago).
    You are sure there were no updates to any plugins/themes ?

    Pascal.

    @casiepa

    Moderator

    If you are on MU, you are on the subsite, right ?

    Do you get to the settings ? /wp-admin/options-general.php?page=bbpress
    Do you get to the list of forums ? /wp-admin/edit.php?post_type=forum

    Pascal.

    In reply to: Keymaster per forum

    @casiepa

    Moderator

    Hi,
    I have done this with ‘bbp private groups’ and moderators. Have a look if it serves you.
    Pascal.

    @casiepa

    Moderator

    Just one thing, you did move to 3.1.10 of Akismet, right ? The 3.1.9 version existed for some days, but was blocking comments for some users.

    @casiepa

    Moderator

    For uploading files, the 3 products I know of are ‘GD bbpress Attachments’, ‘Image Upload for BBPress’ and ‘bbPress Multi Image Uploader’. Have a look if it would fit your needs.

    If you use BuddyPress as well, then there is also ‘BuddyPress Forum Editor’.

    Pascal.

    In reply to: Non-displayed Topics

    @casiepa

    Moderator

    That looks like a plugin or theme issue (I suspect plugin).
    Please deactivate all other plugins except bbPress and try again. If it works, restart the plugins one after the other to find the one blocking:
    Pascal.

    @casiepa

    Moderator

    Can you just paste the code snippet ? To comment on that.
    Thanks, Pascal.

    @casiepa

    Moderator

    That would depend on the plugins you have installed. If you have WangGuard, you can force a whitelisting, but that’s just one example of the many that exist.
    You will have to find the plugin responsible for blocking comments.

    Did you also ask her to switch to another PC and browser ? Just to be sure it’s not on her side ?

    Pascal.

Viewing 25 replies - 451 through 475 (of 1,395 total)