Forum Replies Created
-
In reply to: Bbpress redundant H1 tag
thanks,
Is it just this page, and if so, is that elements the only place on that page it is happening?
In reply to: Bbpress redundant H1 tagthat’s a wordpress element
In reply to: Bbpress redundant H1 tagThe page is 1500 lines.
but still no idea what your image has to do with bbpress????
In reply to: Bbpress redundant H1 tagok, sorry only so much time I can give to this.
I can see one form on the sitelink and that is mailchimp.
I have no idea what an ‘insert/edit form’ form is.
It may well be that you have to be logged in to see it – I don’t know.
In reply to: Searching Problem🙂
ok, I cannot say why that is happening.
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
In reply to: Removing a sidebar from a topic pagethe code would need to go in a theme page, as it is your theme that renders the sidebar.
Sorry beyond free help
In reply to: Searching Problemok, all I can say is that it works on my test site.
I am not a bbpress author, just a guy sat in his kitchen trying to help others
In reply to: Bbpress redundant H1 tagbypassed and went to the site – the link is just a webpage – no sign of bbpress on here.
In reply to: Searching Problemlink to an example on your site please
In reply to: Bbpress redundant H1 tagsorry your site is blocked as a trojan by my security.
In reply to: Headers displaying incorrectlyFSE themes are relatively new.
Have you tried not having the bbpress.php but keeping the FSE theme fix in style pack?
Great – glad you are fixed
In reply to: Image from menu does not appearsgreat – glad you are fixed 🙂
In reply to: Image from menu does not appearsI think it is the same as in this thread
so follow the suggestions in my response there
In reply to: Topic not showing: Conflict with The Events CalendarIt just displays slighty differently, there is a fresh heading between after the topic and before the replies.
In reply to: toolbar & buttons not showing in my firefoxin snippet type the snippet is php not javascript.
In reply to: Click on Forum name sends view to Page of my Postsok, can your try
dashboard>settings>permalinks and just click save – this resets the permalinks and may help
then come back
In reply to: Click on Forum name sends view to Page of my Postshmm, the link for the python brags forum goes to
https://positivepython.co.uk/positive%20python%20forums/forum/python-brags/
I would expect it to go to
https://positivepython.co.uk/forum/python-brags/
but even entering this in the browser also redirects to the first link.
are the forums in some sub area?
In reply to: Topic not showing: Conflict with The Events Calendar🙂 great – glad you are fixed
In reply to: Topic not showing: Conflict with The Events Calendarthanks, by comparing settings on my working site with yours, I found the culprit
In
Dashboard>events>settings>general you had ‘Include events in main blog loop’ ticked. No idea what this does, but unticking it seems to fix the issue.
If you need it ticked….
I reckon (but not certain) it is something to do with how event calendar is reacting with a WordPress function called WP_Query.
When listing a topic, bbpress sets the 2 custom post types ‘topic’ and ‘reply’ so that it can list the topic first and then fires WP_Query to get the list for the display. I think events calendar is catching that query and filtering for an event required process, the effect of which is to strip the ‘topic’, so only the replies get listed.
You can fix this by using this code
add_filter ('bbp_show_lead_topic', 'rew_true') ; function rew_true () { return true ; }
This does alter a bit how the topic page looks. I could build a topic display page to overcome this, but beyond free help I’m afraid.
In reply to: Participant accessing forum archive results in errorthat’s great – thanks
so on my test site, I hid a forum and logged in as a participant, and the index shows fine.
so we need to work out what the difference between your site and my test site is.
so initially let’s eliminate outside factors such as a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
The core issue here seems to be that Jetpack (which is mandatory for wordpreess.com sites and available as a plugin for other sites) sets a reply class css with an absolute position.
Setting this to relative and taking out the margins fixes this.
In reply to: How do I make a donation to bbPress?There is no donation link for bbpress that I know of.