Can't move/arrange blocks

Permalink
Hello everybody,

I've started a new project using c5 latest version. All goes well and smooth until I decided to rearrange some blocks within a page.As attached:
1- I enter the edit mode, use "move".
2- As soon as I start drag the block the whole pages mess up.

I face the same issue when I try to arrange/duplicate any page within the sitemap.

Please help...

2 Attachments

 
s2d replied on at Permalink Reply
s2d
The last time I experienced something like that, I found a problem with the css I was applying from the theme to one of the div classes I was using for the blocks. But that's probably too vague to be much help. Perhaps if we can look at the page and see the source, one of us can make a better suggestion.
Mnkras replied on at Permalink Reply
Mnkras
yea, i think thats purely a CSS issue,

if you post the link to the site or the css we may be able to help you
Ta2Ta2 replied on at Permalink Reply
Thanks KateD and Mnkras.

Here is the URLhttp://ncm.gold.ae.

FYI, from the dashboard, sitemap I face the same issue when I try to drag-n-drop any page...

Appreciate your kind efforts.
agedman replied on at Permalink Reply
agedman
I don't know if this is related to the problem you're having, but there seems to be some broken javascript on that page. There are a couple of scripts that call jquery's noConflict() function which is in turn causing the signup form script to break with "$ is not a function." I don't really see why the noConflict() calls should be necessary since you don't seem to be using any other libraries (e.g. prototype)... Anyway, you might find it helpful to google noConflict
Mnkras replied on at Permalink Reply
Mnkras
ah, i see, Concrete5 REQUIRES jQuery and it having the $ variable, when you use noconflict you change the $ while concrete5 and many addons are still looking for it cause those issues,
Ta2Ta2 replied on at Permalink Reply
Thanks Agedman, I removed the noConflict() function.

However, I thought of this before even I removed all js and the same problem remains there which I can't move blocks nor pages within sitemap under the dashboard.

As for the js error you mentioned, it comes from the Email List block...afer I removed the noConflict() function the error is gone.

I even activated one of the c5 default themes and the problem remains there....

I've managed to see what is happening when I drag block/page within the sitemap and I found the error as below...any help?

Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; 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; MS-RTC LM 8)
Timestamp: Thu, 12 Aug 2010 09:33:17 UTC
Message: Object doesn't support this property or method
Line: 10
Char: 5040
Code: 0
URI:http://ncm.gold.ae/concrete/js/jquery.ui.js?v=6a02f083754b7956ba2cc...
Message: Object doesn't support this property or method
Line: 10
Char: 5040
Code: 0
URI: http://ncm.gold.ae/concrete/js/jquery.ui.js?v=6a02f083754b7956ba2cc48f3a262bf8
Message: Object doesn't support this property or method
Line: 10
Ta2Ta2 replied on at Permalink Reply
I solved the issue and the error was my end...

in the /js/ folder I've added a jquery.js while designing the static page and when uploaded forgot to delete this jquery.js...once removed everything back to normal.

Thanks everybody for your efforts spent.