Forum Replies Created
-
In reply to: Inconsistent navigation
Thank you Robin! I fixed that. It turned out that in home breadcrumb I had a wrong URL which was redirecting to a wrong page. I disabled the home breadcrumb at all, I don’t need it. It’s all good now. Thank you!
In reply to: Subscription Mailsjesus christ….
Thanks Robin and sorry! It’s working now 🙂
In reply to: Subscription MailsNo success Robin. I used troubleshooting mode. I switched to a default theme, enabled bbpress and style pack – notification was still the same. On my theme the same.
In reply to: Subscription MailsYes, I just checked this again. When I’m sending test emails, I get correct messages with my templates.
In reply to: Subscription MailsSure Robin. I’m not sure if it’s wordpress default template, but I’ll show you what I receive (as a test user, not admin) and what I set up.
Here’s what I receive:
Here’s my template:
I also noticed that “Don’t show this message” (Oh bother! No forums were found here!) doesn’t work for me. I ticked it, but the message is still there. Is there a php snippet I could add to my Woody snippet plugin? Thank you.
In reply to: Inserted link – post doesn’t go throughOMG. Yes. I just went to “replies” in the left panel and I can see many pending replies, all of them are the ones with links. But how is that possible? I haven’t changed anything anywhere and until now everyone were able to post links easily. I don’t even know where to change it. Can you give me a hint, please?
In reply to: Inserted link – post doesn’t go throughCan someone help? This problem hasn’t been solved yet. Users can’t insert links to their posts.
My theme is Avada,
WP version 5.3.2
bbPress 2.6.3
bbp style pack 4.3.8
Image Upload for BBPress 1.1.16
PHP 7.3.9In reply to: Breadcrumbs problemsI fixed it. I just added custom CSS
.bbp-breadcrumb {
display: inherit;
}As simple as that.