Jump to content
Sign in to follow this  
robertd62

Error on WP3 and IBlog 4

Recommended Posts

robertd62

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

Have you deactivated plugins to see if there is a conflict?

Share this post


Link to post
Share on other sites
robertd62

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

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

You can change the default sidebar in the theme options.

Share this post


Link to post
Share on other sites
robertd62

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
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

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

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

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
cmunns

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

Stuoid now, how do I comment it out?? :)

Share this post


Link to post
Share on other sites
Andrew

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

this is Iblog4 cannot find that in the header php file

Share this post


Link to post
Share on other sites
robertd62

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

I am not using them at all only the default on amy page..

Share this post


Link to post
Share on other sites
robertd62

sorry about the typo s been up all night,,

Share this post


Link to post
Share on other sites
Andrew

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

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

By the way it runs perfectly in IBlog 2

Share this post


Link to post
Share on other sites
Andrew

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×