Forum Replies Created
-
In reply to: PLEASE HELP!
did you actually paste this line
background-color: “the color you see”!Important;ie the real words “the color you see”
This would be ignored as it’s not proper code
And if you put this into your child theme, and you’re no longer using your child theme, then it wouldn’t matter anyway.
And if you go to the forum, the background of the actual site under the top nah bar is a light tan. Then if you click on the test forum to go into it (though there aren’t any topics), you will notice it gets darker.
Not sure what ‘the top nah bar ‘ if you mean nav, then I can’t see any tan in my browser, or anything going darker?????
Put an image on photobucket or similar please
In reply to: PLEASE HELP!so where did you change the background – in which file?
Also whilst caching on the server is eliminated, caching in your browser could be an issue.
So I might not be seeing what you’re seeing !
So try multiple refreshes of your browrser, and if that doens’t fix, can you post a screenshot of what you think is wrong, together with the url for that and I can compare !
In reply to: Adding Custom View Shortcodegreat !
In reply to: PLEASE HELP!OK, so I can see that you are on the theme explicit, which is presumably the parent theme so we can eliminate the style.css file in your child theme?
So if you have only changed styles in the main theme via their system, and in the child theme via style.css then if the child theme isn’t active it must be something in the main theme.
Since this is a paid theme – suggest you contact the theme suppliers to see if they can help.
In reply to: Adding Custom View ShortcodeHaven’t had a detailed look but
bb_register_view should be bbp_register_view
bb is buddypress, bbp is bbpress
In reply to: PLEASE HELP!ok, but sorry I don’t load sites that come up bad, so can’t really help further
In reply to: How to remove title & Info areajust add a line
add_filter( 'bbp_get_topic_pagination_count', 'hide_topic_display' );so you end up with
Function hide_topic_display ($retstr){ $retstr = '' ; return $retstr ; } add_filter( 'bbp_get_forum_pagination_count', 'hide_topic_display' ); add_filter( 'bbp_get_topic_pagination_count', 'hide_topic_display' );That should work !
In reply to: CSS PluginIt has taken me a while, and sorry @jacobofeijoo probably far too late for you, but just published a plugin that should do all the forum styling you need
In reply to: PLEASE HELP!Your site is coming up with malware – see the following link
http://sitecheck.sucuri.net/results/thevrlife.com
I suggest getting this cleared first, and then if you still have this issue come back
In reply to: Forum Slug IssueSuggest you try
Dashboard>settings>permalinks and just press save. This will reset the permalinks which sometimes fixes this issue
Come back either way and let us know
In reply to: Resource UsageNo problem – I hope you fix it !
In reply to: PLEASE HELP!Now nothing is changing on the forum, even though everything else is going back to normal in the theme.
How could it still be changed?Sorry I’m confused as to what the issue is ?
Please post a link to your site and a page where you can describe what is not right
In reply to: I am not able to post hereSometimes the spam filter mis-detects posts and marks then as duplicates.
try editing you post above
In reply to: Resource UsageI still can’t say why it is affecting your site, but I just a humble user of this product.
If this was a common issue, I would have thought that it would have cropped up before on this support site, and would have been fixed.
In reply to: Resource Usageok, sorry but I have not come across these before, and can only find them in connection with site5 when googled.
I can’t say why bbpress is affecting your site
In reply to: Upgrade bbPress v1.1 to v2.5.4suggest you put this as a project on
In reply to: Resource UsageThis of course makes the web hosts disable my website when it crosses the limit of 450 resource points per day.
It doesn’t seem a good deal to have your host provider blocking your site, I haven’t seen resource points before, and all the host providers I know have no limits.
I think I’d move to a another hosting site !
In reply to: Started threads are not visible.I suspect that the spam filter has taken against you ! It marked your other thread as spam
I have un-spammed it, but cannot give you a good answer to it
In reply to: Slide on mobile linking incorrectlynot sure what you mean by ‘slide’ – can you explain further?
In reply to: Temporarily prevent postingsince bbpress uses wordpress registration this is really a wordpress issue
In wordpress you should just disable ‘anyone can register’
In reply to: SearchingIt 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 twentytwelve, and see if this fixes.
Then come back
In reply to: Reply to posts with "account" in the title 404no problem, glad you’re fixed !
In reply to: How to remove title & Info areaok the title comes form your theme, so I can’t help precisely with what to do but you should look in the page.php file or similar and find
<h1 class=”entry-title”><?php the_title(); ?></h1>
or something similar.
Come back with the lines and a few before and after and I’ll try and help further, but many themes are very complicated!
on the second issue, put the following in your functions file
Function hide_topic_display ($retstr){ $retstr = '' ; return $retstr ; } add_filter( 'bbp_get_forum_pagination_count', 'hide_topic_display' );In reply to: Tipics listed on wrong forumIt 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 twentytwelve, and see if this fixes.
Then come back
In reply to: How to remove title & Info areasorry am tied up elsewhere, but will come back in the next day or so