<?xml version="1.0" encoding="utf-8"?>
<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>Tagged with conflict - Capability Support</title>
      <link>http://kav.in/forum/discussions/tagged/conflict/feed.rss</link>
      <pubDate>Thu, 23 May 13 22:32:55 -0400</pubDate>
         <description>Tagged with conflict - Capability Support</description>
   <language>en-CA</language>
   <atom:link href="/forum/discussions/taggedconflict/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>issue with jquery and WP-UI</title>
      <link>http://kav.in/forum/discussion/767/issue-with-jquery-and-wp-ui</link>
      <pubDate>Fri, 22 Mar 2013 12:47:26 -0400</pubDate>
      <dc:creator>lorenzov</dc:creator>
      <guid isPermaLink="false">767@/forum/discussions</guid>
      <description><![CDATA[hello Kavin, i'd like to thank you for this plugin as it is really excellent for organising the layout of my pages!<br><br>i've got a question/problem which i don't seem to be able to solve and hopefully you will be able to give me a suggestion<br><br>i've got the latest version of wordpress and the latest version of your plugin. all works well in normal conditions, however i also need to embed some jquery within pages and following the instructions in the codex i de-registered the WP version and registered my own with the code below which is in my functions.php file.<br><br>The problem is that this is breaking the code for your WP UI which was not expected. i tried to tick/untick the option in the advanced tab settings about getting the code from google, but neither is helping. <br><br>i also looked at the plugin code here /wp-ui/wp-ui.php<br>where it mentions about potential conflict, but none of the variations seems to work for me.<br>would you be able to suggest a workaround and help me solving the issue?<br><br>many thanks<br><br>lorenzo<br><br><br><br><br><code lang="php"><br>function getMyJquery() {<br>	if (!is_admin()) {<br>		wp_deregister_script('jquery');<br>		wp_register_script('jquery', '<a href="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js'" target="_blank" rel="nofollow">http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js'</a>, false, '1.9.1', true);<br>		wp_enqueue_script('jquery');	<br><br>		wp_deregister_script( 'jquery-ui' );<br>		wp_register_script('jquery-ui', '<a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/jquery-ui.min.js'" target="_blank" rel="nofollow">http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/jquery-ui.min.js'</a>, array( 'jquery' ), '1.10.2', true);<br>		wp_enqueue_script('jquery-ui');<br><br>	}<br>}<br>add_action('init', 'getMyJquery');<br>  <br> ?&gt;<br></code><br><br>in my pages i call the jquery wrapped into this call<br><br><code lang="javascript"><br>jQuery(document).ready(function($) {<br><br>...<br>}<br></code>]]></description>
   </item>
   <item>
      <title>wordpress 3.5  conflict</title>
      <link>http://kav.in/forum/discussion/700/wordpress-3-5-conflict</link>
      <pubDate>Mon, 07 Jan 2013 11:40:53 -0500</pubDate>
      <dc:creator>dsg257</dc:creator>
      <guid isPermaLink="false">700@/forum/discussions</guid>
      <description><![CDATA[after upgrading wordpress to 3.5 i have had a few problems with plugins <br />there seems to be a conflict between WP UI Version 0.8.5 and Wordpress Poll Version 34.04 <br />i am using the wp gialog buttons for popups at the top of all pages but when both plugins are active  the dialogs are open on all pages showin them as if they are text on the screen<br />looked through all the help in the forums for both plugins and can find no solution <br />at present i have deactivated WP ui but wish to have tis feature working <br />Any and all help would be great <br />Both worked fine under wordpress 3.4.2]]></description>
   </item>
   <item>
      <title>Map won&#039;t load correctly inside tab</title>
      <link>http://kav.in/forum/discussion/563/map-wont-load-correctly-inside-tab</link>
      <pubDate>Tue, 07 Aug 2012 22:30:18 -0400</pubDate>
      <dc:creator>Tom</dc:creator>
      <guid isPermaLink="false">563@/forum/discussions</guid>
      <description><![CDATA[Hi Kav,<br /><br />First thing I must i say is this plugin is amazing!  Thank you so much.  You are my donations list when the site completes.<br /><br />Second, my appologies that you keep getting this same question.  I have to say that I've read many posts in this forums and several in stackoverflow and nothing solved my  problem (as stated in title).  My problem seems to be a bit different than others however.<br /><br />Info:<br />I'm using WP 3.4.1, Headway theme 3.2.4, wp ui tabs 0.8.2 and a custom made theme from theme roller.<br /><br />The map plugin that gives me conflicts is: Leaflet Maps Marker<br /><a href="http://wordpress.org/support/plugin/leaflet-maps-marker/page/2" target="_blank" rel="nofollow">http://wordpress.org/support/plugin/leaflet-maps-marker/page/2</a><br /><br />One can choose among several APIs some need activation some are built in.  I have tried different maps from googles v3, openmap, OSM mapnik, and bing maps, but all end in the same result--- no tabs with call content displayed vertically.<br /><br />This map plugin is nothing less than amazing and I'd really like to use it, so I hope there is a fix.<br /><br />I've add the CSS as instructed in stackoverflow and the forums here, and it didn't change anything:<br />.ui-tabs .ui-tabs-hide {<br />    position: absolute !important;<br />    left: -10000px !important;<br />    display:block !important;<br />} <br /><br />Problem description:<br />When I insert the map shortcode into the tab, the tabs disappear and all content is displayed vertically (as if the tabs never existed).<br /><br />Another observation:  When I go to the Style tab and change the default from a jquery (standard option or custom) to a CCS3 style, the page changes slightly in that the tab background is shown, but still no tabs.  Content continues to be displayed vertically.<br /><br />Please let me know if something can be done to fix this.  I can give you admin access to the site if you'd like to look-in to this directly.  Just email me.<br /><br />Thank you!]]></description>
   </item>
   <item>
      <title>jQuery conflict</title>
      <link>http://kav.in/forum/discussion/570/jquery-conflict</link>
      <pubDate>Mon, 13 Aug 2012 10:55:51 -0400</pubDate>
      <dc:creator>rnikiforova</dc:creator>
      <guid isPermaLink="false">570@/forum/discussions</guid>
      <description><![CDATA[Hello! I just installed the plugin. I use jQuery in my header and I have it loaded by Google. The plugin doesn't work at all when I have the script. When I deleted the line, everything is OK. But I need it for other stuff. Any solution?]]></description>
   </item>
   <item>
      <title>Cannot turn off JQuery load from Google CDN</title>
      <link>http://kav.in/forum/discussion/564/cannot-turn-off-jquery-load-from-google-cdn</link>
      <pubDate>Wed, 08 Aug 2012 00:58:25 -0400</pubDate>
      <dc:creator>damiendasher</dc:creator>
      <guid isPermaLink="false">564@/forum/discussions</guid>
      <description><![CDATA[Hello,<br /><br />Great plugin but it is loading jquery form Google CDN and creating a conflict in my simplepress forum tinyMCE. I tried to disable it using the "Donot load the jQuery copy" option in Advanced Options, but it is still loading it. How can I prevent it from loading the Google Jquery on that specific page?<br /><br />Thank you]]></description>
   </item>
   <item>
      <title>WP UI and Ajax for All plugin conflict</title>
      <link>http://kav.in/forum/discussion/311/wp-ui-and-ajax-for-all-plugin-conflict</link>
      <pubDate>Sun, 12 Feb 2012 10:01:52 -0500</pubDate>
      <dc:creator>kakashigr</dc:creator>
      <guid isPermaLink="false">311@/forum/discussions</guid>
      <description><![CDATA[Hi, congrats on the plugin, its great!<br /><br />I have a problem with it though. Im using Ajax for All to ajaxify my site and I now tried to use your plugin and its not working. The home page is ok, it displays the tabs just fine but when I click on a link from my navigation menu and ajax loads another page which has tabs, they are not working. <br /><br />Can you please help? I can't give a link as Im on localhost.]]></description>
   </item>
   <item>
      <title>Accordion Tabs not Working - No Links &amp; All content shown</title>
      <link>http://kav.in/forum/discussion/308/accordion-tabs-not-working-no-links-all-content-shown</link>
      <pubDate>Fri, 10 Feb 2012 12:07:12 -0500</pubDate>
      <dc:creator>Stoked82</dc:creator>
      <guid isPermaLink="false">308@/forum/discussions</guid>
      <description><![CDATA[Hi,<br /><br />I have reviewed other discussions, and tried similar fixes without any luck. My accordion tabs are showing all the content, are all open when set to be close on page load, and the titles are not linked. So, basically it is not working at all on my site. <br /><br />I added the following code to the HTML editor:<br /><br />[wptabs type="accordion"]<br />[wptabtitle]Vimeo[/wptabtitle]<br />[wptabcontent] Vimeo video would go here [/wptabcontent]<br />[wptabtitle]wordpress tv[/wptabtitle]<br />[wptabcontent] Wordpress TV video here [/wptabcontent]<br />[wptabtitle]Youtube[/wptabtitle]<br />[wptabcontent] Youtube video here [/wptabcontent] <br />[/wptabs] <br /><br />See on this page: <a href="http://www.panamaequity.com/faq/" target="_blank" rel="nofollow">http://www.panamaequity.com/faq/</a><br /><br />Any suggestions or fixes would be greatly appreciated. <br /><br />Thanks,<br /><br />Alex]]></description>
   </item>
   <item>
      <title>WP UI Option conflict with Headwaytheme</title>
      <link>http://kav.in/forum/discussion/196/wp-ui-option-conflict-with-headwaytheme</link>
      <pubDate>Wed, 14 Dec 2011 08:38:29 -0500</pubDate>
      <dc:creator>carlb</dc:creator>
      <guid isPermaLink="false">196@/forum/discussions</guid>
      <description><![CDATA[Hello, <br />I need your help. First you plugin is great. I really like it. <br />I installed it on Headwaytheme 3.0.2 but it messed up the visual editor. <br /><br />Can you advise on how to fix this issue. I load the screen <br />shot to <a href="http://imgur.com/10HGH" target="_blank" rel="nofollow">http://imgur.com/10HGH</a><br /><br />Thanks <br />carl]]></description>
   </item>
   <item>
      <title>How I can show the plugin in my home page</title>
      <link>http://kav.in/forum/discussion/161/how-i-can-show-the-plugin-in-my-home-page</link>
      <pubDate>Wed, 23 Nov 2011 08:44:47 -0500</pubDate>
      <dc:creator>kratos</dc:creator>
      <guid isPermaLink="false">161@/forum/discussions</guid>
      <description><![CDATA[Hello Capability friends, I'm newbie in this plugin and I want to know how I can put this plugin in my home page home.php, I have the Arras Theme in wordpress 3.0.1.<br /><br />I want to use this plugin to show the latest news (in this case posts) that have been published by the users of the page by category like Art, Music, History, Sport, Gastronomy, etc... <br /><br />I put the shortcodes that shows here <a href="http://kav.in/projects/blog/wp-ui-display-posts-wordpress/" target="_blank" rel="nofollow">http://kav.in/projects/blog/wp-ui-display-posts-wordpress/</a> like [wptabposts cat="135" number="5"] changing the id of the cat and in the home page show me the text of the shortcode.<br /><br />I don't know if exists any code in php to call the function that execute the plugin...<br /><br />Thank you]]></description>
   </item>
   </channel>
</rss>