Forum Replies Created
-
In reply to: Password reset box (White Box, White Text)
ok, I know the area, but can’t directly see as I don’t have access.
The whole of that area should be the same, and part of your general theme
However if you want to change just then password bit then put this into then custom css tab
#pass1, #pass2 {
color: blue !important;
}and change the color to what you want
In reply to: how to remove the login widget title?ok, put this into your child theme css
.legend { display : none ; }or amend line 17 of pretitude.com#2 to change the display
In reply to: how to remove the login widget title?yes, but we’ll need a url to this page
In reply to: Password reset box (White Box, White Text)can you provide a url to the problem
In reply to: Only certain forums VERY slowCan you also confirm that it also happens on another PC on another network using another browser – highly likely that the problem will still be there, but we are at the ‘eliminate everything’ stage !
In reply to: Edit post means you need to retype entire postIn a word – no !
bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
In reply to: Only certain forums VERY slowhmmm… not sure what to suggest next – you have done good research and testing, and have a good problem definition.
So the forms have similar structure, and the problem is both in backend and front end. Disabling other plugins and changing theme has made no difference.
ok all I can think to do is to move a slow forum into a fast category (dashboard>forums>edit forum and change parent), and see if the problem stays with the forum. That might help define if it is a forum issue or a category issue.
In reply to: Only certain forums VERY slowI’d try running the repairs first
Dashboard>tools>forums and use repair tab and run one at a time
In reply to: Close Options menu on second click/tapok, no problem, come back when you are ready 🙂
In reply to: Change the main forum page andThere’s a question in there somewhere !
can you provide a URL to the issue and clearly state what is wrong.
In reply to: Close Options menu on second click/tapIf it works on PC, tablets etc. but doesn’t on a mobile, this will not be code functionality, but either JS or CSS.
Given that few mods will have the time to work out what this code is doing, let alone load it to their site, a URL to a page where it works on a PC but doesn’t on a mobile would be useful.
In reply to: Close Options menu on second click/tapwithout even looking in detail, I’d suggest that ‘380px’ on a mobile is the problem.
In reply to: Can´t Insert TopictitlebbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
In reply to: Recents topicsload my style pack, and you’ll find a shortcode to do just this
In reply to: Post/Reply text runs over date bar on mobileThe issue is on line 307 of sccss which says
.bbp-reply-content > p { font-size: 14px; margin-left: -37px !important; }The margin left is causing it to display incorrectly
Thanks for that – much appreciated !
So I can help others – what version of wordpress are you running?
ah… I know why it does that, explained here
In reply to: No emails are being sentwould suggest you post a question on their support site
In reply to: sidebar not automatically showing on new user Topicscontact me via my website
http://www.rewweb.co.ukIn reply to: No emails are being sentand of course
By default, you do NOT receive emails for your own topics/replies, only if somebody else replies on your subscribed topics
so testing would need two email accounts to prove !
ok, so you have the same loop-topics.pho loaded into both themes?
so where in your theme do you call bbp_has_topics?
In reply to: No emails are being sentok, so
AS A TEST ONLY –
PluginsDeactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
In reply to: No emails are being sentlots of things !
Start with
1. You should be aware that many spam filters strip messages that do not come from the correct address. So if your site is mysite.com and your email address in wordpress settings>general is fred@gmail.com then it is likely that messages will be dumped in transit. You need to set up email to come from your site eg fred@mysite.com, your hosting provider can help if needed.
2. Just bbpress?
Then you need to see if this is wordpress wide or just bbpress.
Try https://wordpress.org/plugins/check-email/Then come back