Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,830
- How-to & Troubleshooting
- 129,810
- Creating & Extending
- 25,867
- Requests & Feedback
- 9,509
- Third Party Plugins
- 9,821
- Showcase
- 3,317
- Ideas
- 1,383
- Miscellaneous
- 9,177
-
Hi guys,
Thanks a lot for your help, with this knowledge, I found the way. Looks like it works now without bad site effects. 
That’s what I do now.
`
function seopress_js() {
if( ! isset( $_GET ) )
return;
if( $_GET == ‘seomenue’ || $_GET == ‘bp_seo_general_page’ || $_GET == ‘bp_seo_plugins’ ) {
wp_enqueue_script(‘jquery’);
wp_enqueue_script(‘jquery-ui-tabs’);
}
}
`
Thanks a lot, Sven