WebMan Design | Oliver Juhas
Forum Replies Created
-
Forum: Reviews
In reply to: [Enable bbPress for Block Themes] works without any problems.Hi @vladimir1867,
Thank you for your review! I’m glad the plugin helped you the way it was intended.
Best regards,
Oliver
Forum: Reviews
In reply to: [Enable bbPress for Block Themes] It’s like magic!Hi @demonboy,
Thank you for your review! I’m glad the plugin resolved your bbPress display.
Best regards,
Oliver
Forum: Plugins
In reply to: [Enable bbPress for Block Themes] bbpress User slugs render 404Hi @hebhansen,
Please understand this question is related to bbPress plugin itself, not my plugin Enable bbPress for Block Themes. I suggest you contact bbPress plugin support for help.
You can try flushing your WordPress permalinks by navigating to Settings → Permalinks and pressing save button. That may help.
Best regards,
Oliver
Forum: Reviews
In reply to: [Rename Taxonomies by WebMan] Useful plugin and a great supportHi @johnnychaos,
Thank you for your review! I’m glad you like the plugin and support service provided 🙂
Best regards,
Oliver
Forum: Plugins
In reply to: [Enable bbPress for Block Themes] Forum vanishedJust a tip for trying Blocks Everywhere plugin:
- First you need to install and activate Gutenberg plugin, but only old version 17.9.0 works.
- Make sure to download the newest plugin version 1.23.0 from GitHub.
Although I get blocks editor in Ticket/Reply form working with this setup, the layout of my website (using a custom block theme) is completely broken (probably due to old Gutenberg version). But maybe you’ll get more luck when using Twenty Twenty-Five theme.
Forum: Plugins
In reply to: [Enable bbPress for Block Themes] Forum vanishedHi @hebhansen,
Thank you for the additional info.
Looking at your forum page, I can see it is a bbPress Forum archive page, so it should be displayed correctly. However, I don’t know why there is this
[bbp-forum-index]shortcode on your page. Have you created an “Archive: Forum” template in Site Editor and added this shortcode? If so, please delete it and make sure the template contains the “Content” block.Like I mentioned, bbPress shotrcodes used on pages/posts should work perfectly fine even without Enable bbPress for Block Themes plugin, just like it is on your “latest” and “popular” pages.
However, I can see, these pages (“latest” and “popular”) use some “bbPress” page (custom?) template. I don’t know how this is possible as the “bbPress” template created by the plugin can not be assigned to a single page.
When I use[bbp-single-view id='popular']shortcode in a page content, I get “default” page template on the page and I can’t even choose a “bbPress” page template.Please understand that from your screenshot I can not say if it is showing the plugin’s “bbPress Content” template in Site Editor.
Please understand I don’t know what is causing an issue on your website. I don’t experience any of such issue when testing the plugin.
Can you try to deactivate all the other plugins except bbPress and Enable bbPress for Block Themes plugin to see if it helps?If the issue persist, please log a support ticket at https://support.webmandesign.eu/forums/forum/others/ where I can provide more thorough help (WordPress.org forums policy here restricts me from personal debugging and testing on your website, for example).
—-
The “Enable Block Editor” plugin option only enables block editor in WordPress admin. I don’t know how you can use block editor for creating Forums/Topics/Replies on your website front-end.
Maybe ask WordPress Meta team for tips on how they use block editor in forums here.I have never heard about Blocks Everywhere plugin, so I really can’t provide any info here. Just try and test it yourself please.
Best regards,
Oliver
PS: I’m closing the ticket here as further debugging and resolution need to be done via https://support.webmandesign.eu/forums/forum/others/
Forum: Plugins
In reply to: [Enable bbPress for Block Themes] Forum vanishedHi @hebhansen,
My forum dissapeared, however, latest and popular (shortcodes) still shows in their designated pages. I have checked template and see that content block is indeed there. Anything happened or any ideas?
Could you please provide more info about the issue?
What were the steps before your forum disappeared?
Can you provide URL to affected page?This plugin doesn’t affect BBPress shortcodes, so they should work with or without using Enable bbPress for Block Themes plugin.
You mention a template and that it contains content block. What template do you mean?
Can you provide a screenshot?
Can you provide a list of custom BBPress templates you’ve created?Also would you consider lifting the Gutenberg editor into this plugin, as noone else seem to have an idea how. What I hear is that it used to work in an ancient Gutenberg, however, I wish to update my sw for future functionality…
I’m sorry, I don’t understand your question here. Can you explain it in more details?
What issue do you experience?I’ve tested Enable bbPress for Block Themes plugin with Gutenberg plugin active and there is no conflict for me. Do you experience any issue? Can you explain the issue and provide a screenshot?
If you mean to create blocks for BBPress, then please note this is not planned for my plugin. I leave it for BBPress developers to introduce their own solution directly in BBPress plugin.
Actually, once BBPress contains blocks, there is no need for Enable bbPress for Block Themes plugin.
Thank you for understanding.If you mean to enable block editor for BBPress post types (Forums, Topics, Replies), then please check the plugin options at Settings → Forums → “Block Theme Compatibility” section.
Best regards,
Oliver
Hi @hebhansen,
Thank you for the review! I’m glad you like the plugin and it works as expected 🙂
Best regards,
Oliver
Forum: Plugins
In reply to: [Rename Taxonomies by WebMan] PHP 8.x compatibilityHi @johnnychaos,
Can you please provide an update on this issue?
Does the new plugin version resolves it for you?
Can I close this ticket as resolved?Thank you and best regards,
Oliver
Forum: Plugins
In reply to: [Rename Taxonomies by WebMan] PHP 8.x compatibilityHi @johnnychaos,
I’ve just updated the plugin to version 1.3.0.
Please test the new plugin version on your website to see if the issue is resolved and please let me know how it goes. Thank you!
Best regards,
Oliver
Forum: Plugins
In reply to: [Rename Taxonomies by WebMan] PHP 8.x compatibilityHi @johnnychaos,
Thank you for reporting the issue. However, I can not replicate it on my test server.
Can you please provide a screenshot of the list of taxonomies on your website (from Tools → Rename Taxonomies screen), and possibly a name of the plugin that creates the affected error-throwing taxonomy? Thank you.
Best regards,
Oliver
Jamie, thank you for help and I’m really sorry for taking your time. I’ve traced the issue to the theme code, not the Beaver Builder plugin. Consider this issue as resolved.
Thank you again!
Hi Jamie,
Yes, it seems on some pages the post ID is not provided. I actually got this error on an archive page where I was testing!
Anyway, the code I’ve provided seems to be working because
FLBuilderModel::is_builder_active()method actually contains betterpost_idsetup/checks.So, if you could check for empty
post_idinstead, that would also resolve the issue I think.Hi @azinfiro,
Thank you for providing thorough description of the issue.
Indeed, I don’t experience the issue on my test server or in WordPress playground (you can try testing with WP playground by clicking the link).
Unfortunately, as I don’t know the LiteSpeed Cache plugin and its code, I can’t really provide any specific debug info here.
If I should guess, I’d say it may be related to HTML output cache as I presume each page is cached by the plugin (although, flushing the cache should definitely help). Or the plugin might cache Site Editor templates and template parts? Or it caches directly the output of the Navigation block?
Please try to ask the plugin’s support if there is a way to remove Navigation block (or theme’s header template part) from caching somehow.
If needed, you can provide them with link to my plugin code at https://github.com/webmandesign/classic-menu-in-navigation-block and the actual Navigation block render modifications are in
includes/Block.phpfile.Please note that I’m closing this support ticket as the issue is caused by 3rd party caching.
Best regards,
Oliver
Forum: Plugins
In reply to: [Classic Menu in Navigation Block] Current menu Item stays stuckThank you for pointing this out. I’ve fixed the plugin’s
readme.txtinformation.