<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>BuddyDress Forums &#187; Topic: BuddyPress Studio Theme and Plugins Conflicting?!</title>
		<link>http://buddydress.com/forums/topic/buddypress-studio-theme-and-plugins-conflicting</link>
		<description>Just another bbPress community</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 07:34:03 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://buddydress.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://buddydress.com/forums/rss/topic/buddypress-studio-theme-and-plugins-conflicting" rel="self" type="application/rss+xml" />

		<item>
			<title>tammie on "BuddyPress Studio Theme and Plugins Conflicting?!"</title>
			<link>http://buddydress.com/forums/topic/buddypress-studio-theme-and-plugins-conflicting#post-2061</link>
			<pubDate>Thu, 25 Nov 2010 19:30:39 +0000</pubDate>
			<dc:creator>tammie</dc:creator>
			<guid isPermaLink="false">2061@http://buddydress.com/forums/</guid>
			<description>&#60;p&#62;One thought just to update is that those there is a clash somewhere and may be the cause of the javascript error now that's not saying the theme or they are the issue.  To try and counter act this can you try replacing all the text in slide.js with this text below (library/scripts is the location) please as a test.  Again I'm guessing until you have the site with the theme.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;jQuery(document).ready(function() {
  jQuery.noConflict();

jQuery(document).ready(function() {

	// Expand Panel
	jQuery(&#38;quot;#open&#38;quot;).click(function(){
		jQuery(&#38;quot;div#panel&#38;quot;).slideDown(&#38;quot;slow&#38;quot;);
					return false;

	});	

	// Collapse Panel
	jQuery(&#38;quot;#close&#38;quot;).click(function(){
		jQuery(&#38;quot;div#panel&#38;quot;).slideUp(&#38;quot;slow&#38;quot;);
					return false;
	});		

	// Switch buttons from &#38;quot;Log In &#124;
Register&#38;quot; to &#38;quot;Close Panel&#38;quot; on click
	jQuery(&#38;quot;#toggle a&#38;quot;).click(function () {
		jQuery(&#38;quot;#toggle a&#38;quot;).toggle();
					return false;
	});		

});
		    });&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;*edit: I have updated our files to reflect this change so just re-download.  I can't say it will fix it but I'm judging blind and it's my only thought currently to go with the other ones outlined.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tammie on "BuddyPress Studio Theme and Plugins Conflicting?!"</title>
			<link>http://buddydress.com/forums/topic/buddypress-studio-theme-and-plugins-conflicting#post-2059</link>
			<pubDate>Thu, 25 Nov 2010 19:09:16 +0000</pubDate>
			<dc:creator>tammie</dc:creator>
			<guid isPermaLink="false">2059@http://buddydress.com/forums/</guid>
			<description>&#60;p&#62;Did you remove the facebook link and other scripting?  My thoughts are that could be what is causing your javascript error and impacting the plugins.  That said we can't really claim it doesn't work with any of our themes when you say you've tried one or at least only told me one.  I also do not see why the theme would impact a plugin url.  It again is something likely to be in set up or an error causing issues.&#60;/p&#62;
&#60;p&#62;As we do not have access to the plugin I went to your site to try and see again but I see you are not actually using the theme or even default but a modified one?&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; href=&#38;quot;http://freemania.tayloegray.com/blog/
wp-content/themes/bp-default-member-blog/style.css&#38;quot;
type=&#38;quot;text/css&#38;quot; media=&#38;quot;screen&#38;quot; /&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The problem is Studio just like all our themes uses the same hooks or 'things BuddyPress looks for' as any theme.  It also does no redirects or anything fancy like that.  I'm therefore puzzled why a link I see in source will be created as a # which is what you are getting.  My thoughts do turn to if an error is occuring.  We can test this though.&#60;/p&#62;
&#60;p&#62;1.  In buddypress-navigation.php (library/components/buddypress) just add a link that exists at this point:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php do_action( &#38;#39;bp_nav_items&#38;#39; ); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Make sure it's a proper navigation link to a real place.  Then we can see if adding a link in that 'hook' which it seems the plugin uses will have issues or not.  If it does not then we know the theme isn't causing redirection.&#60;/p&#62;
&#60;p&#62;I would like to clarify we do not ever get into debates about themes or plugins that are other people's we do our best to adhere to the Default standard theme (not variations) and use that as our gauge.  However we do use JavaScript in some themes and scripting default does not.  We do as I think you are seeing do our best to investigate but we can't know all plugins particularly premium ones exclusive only to buying them.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chelzcer on "BuddyPress Studio Theme and Plugins Conflicting?!"</title>
			<link>http://buddydress.com/forums/topic/buddypress-studio-theme-and-plugins-conflicting#post-2058</link>
			<pubDate>Thu, 25 Nov 2010 18:47:18 +0000</pubDate>
			<dc:creator>chelzcer</dc:creator>
			<guid isPermaLink="false">2058@http://buddydress.com/forums/</guid>
			<description>&#60;p&#62;Seems to me these plugins aren't working on ANY of the BuddyDress themes. Insight?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chelzcer on "BuddyPress Studio Theme and Plugins Conflicting?!"</title>
			<link>http://buddydress.com/forums/topic/buddypress-studio-theme-and-plugins-conflicting#post-2055</link>
			<pubDate>Thu, 25 Nov 2010 17:59:26 +0000</pubDate>
			<dc:creator>chelzcer</dc:creator>
			<guid isPermaLink="false">2055@http://buddydress.com/forums/</guid>
			<description>&#60;p&#62;Ok, I just updated to the new version. And, I tried reducing down to no plugins, but BuddyPress and Global Forums. Still didn't work.&#60;br /&#62;
I also tried loading the site with all of the plugins installed and the buddypress default theme. Everything works on there.&#60;/p&#62;
&#60;p&#62;Ahhhkk... what else could it be?&#60;/p&#62;
&#60;p&#62;Hellllp. =D&#60;br /&#62;
- Chelsea
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tammie on "BuddyPress Studio Theme and Plugins Conflicting?!"</title>
			<link>http://buddydress.com/forums/topic/buddypress-studio-theme-and-plugins-conflicting#post-2052</link>
			<pubDate>Thu, 25 Nov 2010 10:35:23 +0000</pubDate>
			<dc:creator>tammie</dc:creator>
			<guid isPermaLink="false">2052@http://buddydress.com/forums/</guid>
			<description>&#60;p&#62;Also please make sure you update to the latest version of Studio - we just updated that theme so we can make sure on same page theme wise.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tammie on "BuddyPress Studio Theme and Plugins Conflicting?!"</title>
			<link>http://buddydress.com/forums/topic/buddypress-studio-theme-and-plugins-conflicting#post-2050</link>
			<pubDate>Thu, 25 Nov 2010 10:01:49 +0000</pubDate>
			<dc:creator>tammie</dc:creator>
			<guid isPermaLink="false">2050@http://buddydress.com/forums/</guid>
			<description>&#60;p&#62;Hi, I can't test those plugins as they are premium ones however a few thoughts.  First up I assume they are coming in using the tag: &#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php do_action( &#38;#39;bp_nav_items&#38;#39; ); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;If that is the case well both Studio and the default theme have them.  It seems more like a permlinks / set up issue than a theme issue as if I try and get to forums/ it won't let me.&#60;/p&#62;
&#60;p&#62;I see you have removed the admin bar and other plugins, how about reducing down to just one then examining from there? &#60;/p&#62;
&#60;p&#62;You do seem to have a javascript error and my thinking is on default did you load all plugins and extra scipting?  Facebook and other things?  Be good if you can confirm you tested like for like.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chelzcer on "BuddyPress Studio Theme and Plugins Conflicting?!"</title>
			<link>http://buddydress.com/forums/topic/buddypress-studio-theme-and-plugins-conflicting#post-2049</link>
			<pubDate>Thu, 25 Nov 2010 00:05:53 +0000</pubDate>
			<dc:creator>chelzcer</dc:creator>
			<guid isPermaLink="false">2049@http://buddydress.com/forums/</guid>
			<description>&#60;p&#62;Hey all! &#60;/p&#62;
&#60;p&#62;I'm using:&#60;br /&#62;
Global Forums&#60;br /&#62;
BP Gallery&#60;/p&#62;
&#60;p&#62;And, the Studio theme. &#60;/p&#62;
&#60;p&#62;It seems that the plugins aren't working this theme, but work on the default buddypress theme. &#60;/p&#62;
&#60;p&#62;If you go to freemania.tayloegray.com/blog&#60;br /&#62;
You'll see that when you click on /forums or /gallery, the links are redirected to the homepage. &#60;/p&#62;
&#60;p&#62;Please help!&#60;br /&#62;
- Chelsea
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
