Forum Replies Created
-
In reply to: edit answer in forum not work
where did this code come from?
In reply to: Forum topics posted on mobile device don’t registerdo you have anything set in dashboard>settings>discussion>moderation
I haven’t read this in detail (I’m just a guy sat in his kitchen trying to help others) but have you done this
Dashboard>tools>forums>repair forums and run all of them, but one at a time!
That should fix parent topics/replies
add this plugin
In reply to: Forums Not Showing on WordPress dashboard left menuso are you a keymaster as per the above?
In reply to: bbPress Subscription Feature Not Workinginstall
once activated go to
dashboard>settings>bbp style pack>Subscription Emails
and you can change the email address in those settings
In reply to: Remove e-mail field from “form anonymous”that’s good news – hope it stays fixed !!
In reply to: Remove e-mail field from “form anonymous”I cannot replicate the problem, I’m not sure what is causing the issue for you.
Starting from scratch is unlikely to get you further.
can you go to
dashboard>settings>bbp style pack>plugin information and scroll down until you find the topic/reply form settings and copy to clipboard and paste in this thread
do you have a link to a post where this is an example
That should be easy – but having looked it is not !!
I’ll have a think !
In reply to: Forums Not Showing on WordPress dashboard left menuYou will need to be a ‘keymaster’ to see this option
dashboard>users>all users>edit your self as user and see what bbpress role you have
If not keymaster, then you will need another keymaster to appoint you
great – glad you are fixed
I am seeing this as 20th May in chrome, firefox, edge and safari!
I suspect the difference will be cache, and maybe you are logged in on some but not others, but it is not browser cache.
so either caching on your server, or your distributed hosting?
I know you said you said you cleared it….
In reply to: Error: Discussion pageok, I suspect the theme authors are being less than helpful.
If you are able to FTP can you send me this file
nombreweb/wp-content/themes/classiadspro/includes/actions/general.php
via
In reply to: Error: Discussion pageok, that’s a problem.
The undefined function is breadcrumbs_plus_get_parents which is not a bbpress function.
Do you have any plugins that do anything with breadcrumbs?
In reply to: Error: Discussion pagethat one is an error within your theme classiadspro
It seems to be calling a functiin that is not defined at that point
As this is a paid theme, I cannot help further, you should log a ticket with the theme provider
In reply to: Generic URL of all forums critical errorno 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