Search Results for 'code'
-
Search Results
-
main theme has breadcrumbs that don’t match forum breadcrumbs. In a perfect world I’d like
Home / Forum / Feedback / Marginally Clever Site Questions/Comments
I think I can hide the breadcrumbs with
div.bbp-breadcrumb { display: none; }but that won’t fix the upper breadcrumb.
Please: what do you advise?
Hi all
Shared Windows hosting.
WordPress 4.6.5 running Karma theme.Hosting provider will not change the IIS config for just me, they recommend me adding a Linux shared hosting and host the bbpress on that server, external to the site.
When I search with one word – it works fine. When I search with two words it gives the error:
HTTP Error 404.11 – Not Found
The request filtering module is configured to deny a request that contains a double escape sequence.Most likely causes:
The request contained a double escape sequence and request filtering is configured on the Web server to deny double escape sequences.Things you can try:
Verify the configuration/system.webServer/security/requestFiltering@allowDoubleEscaping setting in the applicationhost.config or web.confg file.Detailed Error Information:
Module RequestFilteringModule
Notification BeginRequest
Handler ExtensionlessUrlHandler-Integrated-4.0
Error Code 0x00000000
Requested URL https://www.ciproza.co.za:443/forums/search/annual+returns/
Physical Path D:\Websites\ciproza.co.za\httpdocs\forums\search\annual+returns\
Logon Method Not yet determined
Logon User Not yet determinedMore Information:
This is a security feature. Do not change this feature unless the scope of the change is fully understood. You should take a network trace before changing this value to confirm that the request is not malicious. If double escape sequences are allowed by the server, modify the configuration/system.webServer/security/requestFiltering@allowDoubleEscaping setting. This could be caused by a malformed URL sent to the server by a malicious user.
View more information ยปAnybody got a solution for me?
Hi.
According Enable visual editor I put on my child theme’s functions.php code
`// Additional Functions
// =============================================================================// bbPress Visual Editor
function bbp_enable_visual_editor( $args = array() ) {
$args[‘tinymce’] = true;
$args[‘teeny’] = false;
return $args;
}
add_filter( ‘bbp_after_get_the_content_parse_args’, ‘bbp_enable_visual_editor’ );`But not work.
Also I try to install plugin TinyMCE Advanced but not work.
I’m using X Theme (Theme.co)
Hi, in my site I noticed a strange issue after last WordPress update. It seems to have problem with “cache”.
For example, if I log-in through the Home Page, after click in sign-in, the page refresh but it seems that the log-in didn’t work. If I press F5 to refresh the page, here I can now see the log-in effectuated.
I thought about my caching plugin, and I wrote to the assistance of my provider. They exclude the problem is in caching plugin, they found this:
The issue appears to be caused from the latest WordPress upgrade that was automatically applied within your website.
Code:
sitename@esm9 [~/public_html]# wp core version 4.7.4There seems to be conflict between a plugin of yours that is creating this strange behavior within the website.
To find which is the responsible plugin, you may start deactivating them one by one and after that checking the functions that were not working as expected. Once they work this will indicate which plugin caused the issue.
I did what they suggest, and when I deactivate BBPRESS, everything works! So, what to do??
I’m seeing issues that seem to only affect public forums (private or hidden work as expected). Public forums don’t appear in the admin ‘All’ list view, although they do appear under ‘Published’. Attempting to view the single page for a public forum gives a 404 when logged in. When not logged in, it gives the following fatal error:
Fatal error: Uncaught Error: [] operator not supported for strings in .../plugins/bbpress/includes/forums/functions.php on line 1855Looking at that line, the get method of WP_Query returns an empty string if no matching key is found. That explains the [] operator error and adding a default empty array to the call does fix the issue for non logged in users. However, the root cause must be higher up the call chain because it doesn’t fix the permalink problem.Hello, I am running WordPress 4.7.4 and bbPress 2.5.12.
My forum can be found on https://thehulkpress.com/forum . The page looks exactly how I want it to there, but when I click on the forum channel the page background changes to white. I’ve tried a variety of different css codes to change the rest of the pages to black, but can’t seem to find the correct block of code. Can someone suggest a way to change not only the first page, but the rest of the pages’ background to black? Thank you
– Zach