Forum Replies Created
-
ok,
First port of call is always
dashboard>settings>permalinks and just click save – this resets the permalinks and may help
always worth a punt when things aren’t displaying
Then I’d suggest you install the plugin ‘what the file’, and then in a page that is not displaying right it will tell you in the toolbar what templates in your theme it is using at that point.
Apologies, I was mixing you up with another user whose hoster does not allow changes. if you have FTP capabilitiy then
I’d suspect you need a bbpress.php template
see
https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/ section 8
In reply to: seeking for ability to print a whole threadI’ve been thinking about this off and on.
Is this for any user, or moderators/admins or whom?
you would fix this issue by amending a template in your theme, but as you have already said that they don’t let you change stuff, then I suspect that you will have to live with what is being shown.
Sorry, limited ability to fix when you have limited ability to use WordPress
In reply to: How can i make bbpress forum & topic page fullwidth.#bbpress-forums { width: xx%; }
In reply to: Popup images smaller than beforeok thanks, has someone else asking how to print a forum thread, and was hoping that might be the answer !
In reply to: Popup images smaller than beforeJust as a bit of knowledge does the pdf-generator-for-wp-public plugin let you download a topic and it’s replies?
or just blog posts?
In reply to: Filter Forum Widget to show a parent and child forumok, sorry, not a lot else I can do.
In reply to: Filter Forum Widget to show a parent and child forumok, install
once activated go to
dashboard>settings>bbp style pack>shortcodes
and you’ll see [bsp-display-topic-index] with lots of options including picking from selected forums – insert this in a text/html/shortcode box – if gutenberg, then a shortcode box.
In reply to: Popup images smaller than beforeok, try this is in the custom css part of your theme
#TB_window { width: 100% !important; max-width: 700px !important; }
may or may not improve/fix – it all depends on the load order of your site’s css !
In reply to: Filter Forum Widget to show a parent and child forumso do you have 2 issues?
1. only showing on homepage
2. only showing the 3 forum topicsIn reply to: Popup images smaller than beforeok, just been playing.
I susoect this is caused by your plugin pdf-generatorfor-wp-public
which has a css rule on line 165
#TB_window { z-index: 1000000 !important; width: 90% !important; max-width: 400px; transform: translate(-50%, -50%); margin: 0 !important; box-shadow: 0 0 0 5000px rgb(0 0 0 / 74%) !important; }
The width 90% and max width are poossibly the problem
Try deactivating that plugin and see if this fixes. If so, then we can look at some css to fix.
In reply to: Filter Forum Widget to show a parent and child forumso how are you doing the ‘widget’ on a specific page – ie only show it on one page?
In reply to: Multisite doesn’t show forumummm… try
dashboard>settings>permalinks and just click save – this resets the permalinks and may help
ooops, let me take a look, I thought that was there – sorry !!
if you do that, then the comment form fills the page, and you have to scroll down to even see the topic, and then scroll up again to reply. If there are several replies, you will want to read them, and again then need to do lots of scrolling rather than have the comment box immediately below the last reply.
I have not known anyone who has tried this and then not immediately changed it back.
Better to have a reply button above the topic that takes you instantly to the reply.
If you are using style back – see the buttons tab
In reply to: Popup images smaller than beforeyes I suspect it is wordpress update.
as a punt, try this – I have low hopes of it working ๐
function fnctn_add_thickbox () { add_thickbox(); } add_action ( 'wp_enqueue_scripts','fnctn_add_thickbox' );
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
In reply to: forums/forum/forum-name not matching templateok, it is a theme issue.
2 further things to suggest
you could look at this
https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/ item 8
and/or you could add this to your custom css
#bbpress-forums { width: 90% !important; }
Otherwise you need to reach out to the theme authors
In reply to: How can i make bbpress forum & topic page fullwidth.In reply to: forums/forum/forum-name not matching templateok, I can’t replicate that with the theme
try
dashboard>settings>permalinks and just click save – this resets the permalinks and may help
In reply to: Topic not showing: Conflict with The Events Calendarthanks – ok I’m not seeing this, so either it is a setting, or a combination of theme/plugins
maybe try
ThemesAs 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 events calendar 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: Popup images smaller than beforeany idea what plugin you are using to do the image pop-up? is this part of the bbPress Multi Image Uploader?
In reply to: How can I โunlinkโ posters on a topic in forum?great – glad you are fixed ๐
In reply to: Topic not showing: Conflict with The Events CalendarJust tried 6.0.4 and I can see topics and replies
@fcaporal – can you confirm that you are seeing replies to a topic, but not the topic. And is this when you click through from a forum list?In reply to: forums/forum/forum-name not matching templateok, that should mean that it is not a fse theme.
so which popularfx theme is it?