robertd62 0 Report post Posted June 21, 2010 I am getting the following error which points to the $j(document).ready(function () { $j("#drag_drop_sidebar").sortable(); $j("#drag_drop_sidebar").disableSelection(); Error is:Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; BO1IE8_v1;ENUS; AskTbGAM-QBD/5.7.1.11118) Timestamp: Mon, 21 Jun 2010 00:43:42 UTC Message: Object doesn't support this property or method Line: 22 Char: 14 Code: 0 URI: http://minglecommunities.com/wp-content/themes/iBlogPro/core/js/jquery-ui.custom.js'>http://minglecommunities.com/wp-content/themes/iBlogPro/core/js/jquery-ui.custom.js Message: Object doesn't support this property or method Line: 206 Char: 3 Code: 0 URI: http://minglecommunities.com/ HOw can this be fixed? Please help.. Share this post Link to post Share on other sites
Andrew 207 Report post Posted June 21, 2010 Have you deactivated plugins to see if there is a conflict? Share this post Link to post Share on other sites
robertd62 0 Report post Posted June 21, 2010 Its is a puggin caussing it Mingle, but I have to have Mingle as it replaces Buddy press as far as I am concerned and everyone can use it on thier blogs install in 5 minutes and will be a facebook like area for your users. Anyway it causes it at this time. Share this post Link to post Share on other sites
robertd62 0 Report post Posted June 21, 2010 is the drop-sidebar a must have protion of Iblog?? If not how can it be removed?? Share this post Link to post Share on other sites
cmunns 16 Report post Posted June 21, 2010 You can change the default sidebar in the theme options. Share this post Link to post Share on other sites
robertd62 0 Report post Posted June 21, 2010 It is on the normal side bar but IBlog loads this anyway even when not in use, i am not using the drag and drop or accordian just regular.. Share this post Link to post Share on other sites
robertd62 0 Report post Posted June 22, 2010 You can change the default sidebar in the theme options I am using the main side bar only, I do not use the drag and drop or the accordion and do not plan on using them. SO how can I get rid of them altogether. Just those two?? Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted June 22, 2010 Is this problem still persisting? Where does the error message occur or appear? What becomes broken or doesn't function correctly, or does the whole site go down? Thanks, Bryan Share this post Link to post Share on other sites
robertd62 0 Report post Posted June 22, 2010 Its on all pages here, nothing is broken it is just the error shows and and should not be there at all..As I stated before the drag and drop mene does not want to pay nice with my main plugin Mingle. Mingle is becoming a must mave for all wp installs, as it is a typr of FaceBook service only on your site only. my site is http://minglecommunities.com take a look adn see if you can figure it out. I have been at this for 2 days now and would like to make the error go away and keep using IBlog 4 Share this post Link to post Share on other sites
robertd62 0 Report post Posted June 22, 2010 the is the error I get in Foxfire: Error: $j("#drag_drop_sidebar").sortable is not a function Source File: http://minglecommunities.com/ Line: 158 and this is line 158 in viewing the source: $j("#drag_drop_sidebar").sortable(); Share this post Link to post Share on other sites
robertd62 0 Report post Posted June 22, 2010 and this error is repoted as well Error: a.widget is not a function Source File: http://minglecommunities.com/wp-content/themes/iBlogPro/core/js/jquery-ui.custom.js Line: 22 Share this post Link to post Share on other sites
cmunns 16 Report post Posted June 22, 2010 Go into the header and comment out this section and see what happens ` $j("#drag_drop_sidebar").sortable(); $j("#drag_drop_sidebar").disableSelection(); ` Share this post Link to post Share on other sites
robertd62 0 Report post Posted June 22, 2010 Stuoid now, how do I comment it out?? Share this post Link to post Share on other sites
Andrew 207 Report post Posted June 22, 2010 Robert, Another thing you could do is not use the accordion or drag/drop sidebars... this JS library is only pulled in on pages where they are used... Just add `//` two slashes out front to comment it out. Share this post Link to post Share on other sites
robertd62 0 Report post Posted June 22, 2010 this is Iblog4 cannot find that in the header php file Share this post Link to post Share on other sites
robertd62 0 Report post Posted June 22, 2010 I did fine this is the sidebar php <?php elseif(VPRO && pagelines('the_sidebar', $post->ID) == 'dragdrop'):?> <div id="drag_drop_sidebar"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Drag and Drop Sidebar') ) : ?> Share this post Link to post Share on other sites
robertd62 0 Report post Posted June 22, 2010 I am not using them at all only the default on amy page.. Share this post Link to post Share on other sites
robertd62 0 Report post Posted June 22, 2010 sorry about the typo s been up all night,, Share this post Link to post Share on other sites
robertd62 0 Report post Posted June 22, 2010 Did you give up on this??? Share this post Link to post Share on other sites
Andrew 207 Report post Posted June 22, 2010 comment this out: `<?php if(pagelines('enable_sidebar_ui') && VPRO) require (CORE_INITS.'/init_sidebar_ui.php');?>` change to: `<?php // if(pagelines('enable_sidebar_ui') && VPRO) require (CORE_INITS.'/init_sidebar_ui.php');?>` in header.php Share this post Link to post Share on other sites
robertd62 0 Report post Posted June 22, 2010 di so and still giving same error code: I am getting the following error which points to the $j(document).ready(function () { $j("#drag_drop_sidebar").sortable(); $j("#drag_drop_sidebar").disableSelection(); Error is:Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; BO1IE8_v1;ENUS; AskTbGAM-QBD/5.7.1.11118) Timestamp: Mon, 21 Jun 2010 00:43:42 UTC Message: Object doesn't support this property or method Line: 22 Char: 14 Code: 0 URI: http://minglecommunities.com/wp-content/themes/iBlogPro/core/js/jquery-ui.custom.js'>http://minglecommunities.com/wp-content/themes/iBlogPro/core/js/jquery-ui.custom.js Message: Object doesn't support this property or method Line: 158 Char: 3 Code: 0 URI: http://minglecommunities.com/ Share this post Link to post Share on other sites
robertd62 0 Report post Posted June 22, 2010 By the way it runs perfectly in IBlog 2 Share this post Link to post Share on other sites
Andrew 207 Report post Posted June 22, 2010 sorry also comment out this line: `<?php require (CORE_INITS.'/init_sidebar_ui.php');?>` iBP has way more features than iBlog2, some are conflicting with your plugin Share this post Link to post Share on other sites
robertd62 0 Report post Posted June 22, 2010 cannot find a line like that in the header. this is all I find: <?php // if(pagelines('enable_sidebar_ui') && VPRO) require (CORE_INITS.'/init_sidebar_ui.php');?> If that is it how do I comment it all out? Or can I just take it out?? Share this post Link to post Share on other sites
robertd62 0 Report post Posted June 22, 2010 Ok I figured it out thank you for al the help and patience with me.. Share this post Link to post Share on other sites