Forum Replies Created
-
In reply to: Generic URL of all forums critical error
no problem, glad you are fixed !
In reply to: Generic URL of all forums critical errorok, so are you using method 1?
If so, try method 2
In reply to: Generic URL of all forums critical errorThat’s great – thank you.
This error says that it is within the plugin directorypress
Call to a member function is_built_with_elementor() on bool in
/homepages/25/d981722677/htdocs/clickandbuilds/nombreweb/wp-content/plugins/directorypress/includes/directorypress_functions.php:
but below seems to indicate it is having a problem with the bbpress template
/template-loader.php
But that does not mean it is the fault of directorypress, or indeed bbpress !
There are 2 methods of getting bbpress to display
which method are you using in this guide
https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/ item 3
In reply to: Generic URL of all forums critical errorok, so you need to get emails working, as this is essential for your site to work long term.
so the email adress taht emails are sent to is in
dashboard>settings>general>administration email address
you should make sure that this is a valid address and is working.
You can use
to test emails, and see what are being sent.
If you enable logging, youshould see the error email in the log
In reply to: TinyMCE not showingthis is a known bug.
either
if( !function_exists( 'bbpress_browser_supports_js' ) ){ function bbpress_browser_supports_js() { echo '<script>document.body.classList.remove("no-js");</script>'; } add_action( 'wp_footer', 'bbpress_browser_supports_js' ); }
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
or
In reply to: Generic URL of all forums critical errorok, you should get an email with that error message with a detailed error message, we need to see that
In reply to: Generic URL of all forums critical errortry
dashboard>settings>permalinks and just click save.
This resets the permalinks and often fixes these sort of issues
Robin
In reply to: Forums Not Showing on WordPress Sitegreat – glad you are fixed !!
In reply to: Youtube video not responsive in BBpress forumshave you a link to a live example please
In reply to: Forums Not Showing on WordPress SiteLooking at your site, I think you are using one of the new block or FSE themes, so you need a fix to work with bbpress.
install
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, you will find instructions on how to set up
In reply to: BB Press is Running very slowIf you don’t see that option, it is possible that not using the keymaster role to access?
Just guessing as I’m on holiday at the mo 🙂
In reply to: Remove e-mail field from “form anonymous”so quick question – do you have any of the code above active – it should not be, as my plugin should work in its place
In reply to: bbpress breaks footerdo you have a link to the site and an example?
In reply to: Remove e-mail field from “form anonymous”ok, thanks, i am on holiday at the moment, but if I get some time, I’ll take another look.
I presume you get no errors when you try and post – it is worth scrolling down to the form itself to check that nothing is displayed
In reply to: Search field not showing on my forumsorry, I am now away for nearly a month, and an trying to get away from this for a while – sorrt just bad timing.
If I find a moment I might take a look
In reply to: PHP Deprecatedthis is free software with free support offered by volunteers who do not get paid anything.
You come across as slightly rude and entitled, but I’m sure you do not mean to do so.
However it looks like I was wrong when I said the style pack has a fix – I may have removed it following buddypress 12 being released,.
This plugin bridges bbpress and the newer versions of buddypress – if that does not fix, do come back.
In reply to: PHP Deprecatedyou’ll want to set logging but not display
see
https://www.hostinger.co.uk/tutorials/debug-wordpress item 2
and my style pack includes fixes for the above loader.phop errors
In reply to: Thumbnails not showingok, I am away at the moment and not on secure internet, so no wish to access.
I have not heard of this before
Can you raise with Divi, and see if they have heard of this?
In reply to: Thumbnails not showingso these thumbnails are user thumbnails – yes?
In reply to: remove login partgreat – glad you are fixed !
In reply to: Remove e-mail field from “form anonymous”hmm… I think I have not fixed it enough !!
part of removing those fields was also getting passed the subsequent checks that bbpress does before allowing the topic to be posted. Looks like it is failing one of those if you are not getting posts saved and displayed.
can you try disabling one at a time and see if it never works on posting or doesn’t when x field is missing
In reply to: Thumbnails not showingwhich thumbnails showing where?
A link to the page would be useful
In reply to: remove login partadd this to the custom css of your theme
form.bbp-login-form { display : none ; }
thansk 🙂
In reply to: Search field not showing on my forumThe search field is white box that is the full width above the search box.
It is styled by your theme to be that wide.