al
See, I had a theme found out much later on had lot of issues per hosting guys After it was modified. I hired a developer and did a wonderful job. It’s the theme in general, every time I updated the theme, it messed up the site big time.
I end up using a free theme, but it’s not developed to work/compatible with any plugins. Layout, etc, so it’s more headache when it’s not a team player if you know what I mean?
I found out there are many updater on the old theme. So I tried it again. Over all, the theme got 80% less issues than before that I can remembered. I.e. World Record issues LOL
To make the long story short. That’s how I got started by luck know is the function I was using causing the New Topic and Reply Message (box) stuck, will not expend..
meanwhile, I just tested again, sure thing, it’s 100% causing your forum unable to write post.
If you like to take a test drive? Here is the function. After you insert in the functions.php head right to your forum and click the NEW TOPIC button, and if already an exist topic, click REPLY, you will know what I mean if it happens the same way as for me, or maybe not?!!
Note: Once I took out this useless function, your forum works like a charm again!!! So, this function is going to the trash, dumpster!!!!!!!!!
———————————————————-
function defer_parsing_of_js ( $url ) {
if ( FALSE === strpos( $url, ‘.js’ ) ) return $url;
if ( strpos( $url, ‘jquery.js’ ) ) return $url;
return “$url’ defer=’defer”;
}
add_filter( ‘clean_url’, ‘defer_parsing_of_js’, 11, 1 );
————————————————————
If you going to try it, feel free to let me know if you like?
Btw, your forum ROCK BIG TIME. Also is one of my priority to keep your forum going.
Thanks,
-
This reply was modified 5 years, 6 months ago by DamnDramaQueen. Reason: Add few extra note