@mahdiar We don’t have access to the premium theme. Have you checked if the Complete theme has been updated to latest WP version? EDIT – In what way is JS not working in your theme?
@mercime . Thanks .
Yes it is compatible to the wp 3.5.1 because if I diasble bp everything run properly .
As I said when I enable bp all of the scripts stop . Then I use “javascript to footer” plugin and it solved some of my problems . e.g I have a gallery page that has categories . When you click on categories it filters the gallery . But now it is’t work anymore .
@mahdiar Had template-packed Complete theme before http://wp.me/p1I84P-1n and it went well so could very well be a conflict of BP with another plugin. Have you tried deactivating other plugins batch by batch to see which is the conflict?
Sorry I can browse the link you said .
Yes ! I install bp in my pc(localhost) . I deactivated all of the plugins except bp but I had the problem ! Nothing changed.
Sorry I can browse the link you said
Not sure what you mean. The link I posted above leads to nowhere for you? It was a shortcut for http://bpsocialnetwork.wordpress.com/2012/07/13/complete-theme-wp-explorer/
Yes ! I install bp in my pc(localhost) … ! Nothing changed.
Unfortunately we don’t have access to the premium theme. BP auto Theme Compatibility works with almost all WP themes. Some do not work due to a variety of reasons including customized templating systems, erroneous coding, missing page titles in pages and so forth, all of which are beyond our control.
Have you checked in the forums of theme developer whether other Complete theme users are having this problem and what, if any, solution was provided by theme dev?
I mean I can’t browse the link you said .Wordpress.com is filtered in my country .
It was free but now it’s gone !! I don’t know why ?!
Thanks mercime. I’m searching for another theme to use instead .
I’d like a responsive theme . I found SimpleCorp by Site5 and it has some problems too !
Do you have any suggestion ?
@mahdiar didn’t know wordpress.com was blocked in your country. Found the page.php file for Complete Theme. Please confirm that the source code of your page.php file is the same as the one posted at http://pastebin.com/wnfS1Gky If so, I’m thinking that it’s more likely a plugin conflict – e.g. “javascript to footer” plugin and/or the gallery plugin which might be using an older version of jquery, etc.
Before looking around for other themes, change to Twenty Twelve, a responsive theme which has been tested quite thoroughly with BuddyPress 1.7+. If BuddyPress doesn’t work on Twenty Twelve in your installation, then I doubt BP will work on other WP themes in you server.
Yes they are the same !
I use only one theme and one plugin (bp and complete theme) . no plugin conflicts ! 🙂
Bp works very well on Twenty twelve .
I use only one theme and one plugin (bp and complete theme) . no plugin conflicts !
@mahdiar Great. It would be good if you posted which plugin caused the conflict in your installation
Sorry ! I mean there is no plugin conflicts ! Everything works perfect before I activate bp ! Bp disable every scripts in theme !
But By activating “javascript to footer ” plugin some of the problems solved ! e.g. I couldn’t even post an activity after activating bp but that plugin solve this issue !
@mercime
Hi
I think problem is about jquery !
please check it.
@mahdiar I’ve deleted your post with blocks of code. Next time, please post long lines of code at pastebin.com where I moved your code with the generated uri at http://pastebin.com/dJMVd3WS
The theme author wrongly dequeued jQuery (version 1.8.3 as of now) used by WP and BP, then enqueued to Google’s archive of an old jQuery version 1.4.2
Back up your files and remove the lines:
// use Google JS script
wp_deregister_script('jquery');
wp_register_script('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"), false, '1.4.2');
wp_enqueue_script('jquery');
from your functions.php file. It’s possible thought that some scripts in your theme might not work anymore. It’s worth a shot though. Good luck.
Thanks ! and sorry for my mistake .
Big part of my problems solved !:)
@mahdiar Does that mean we can close this topic as resolved? 😀
Somehow ! 🙂
Yes, please mark it as resolved !
@mahdiar Thanks for responding! Marking this as resolved then 🙂