moving blocks not possible

Permalink Browser Info Environment
Aiii, found another issue:I can't move contentblocks around. Not able to pick them up with the little cross in the upper right corner and drop them to another area.

This is a very urgent issue i guess...

Type: Discussion
Status: In Progress
buurvrouw
View Replies:
MichaelG replied on at Permalink Reply
MichaelG
You're certainly right. We'll package up these patches on monday :)
Hypocrite replied on at Permalink Reply
Hypocrite
Any news on an update with this?

I am using version 1.1.1 and still cannot move blocks around.
jmnino replied on at Permalink Reply
jmnino
I noticed you can, but its a little tricky. When you click on the plus sign, click it once and the edit menu comes up. Now click it again without moving the mouse, and now you should be able to move the item around.
Hypocrite replied on at Permalink Reply
Hypocrite
There are .ccm-page styles which are conflicting.

If you edit the following file:
/packages/fruitful/themes/fruitful/css/iGotStyle.less and comment out the following lines:

Replace this:
#mobileNav, .ccm-page { position: relative; z-index: 2; position: relative; .transition(.3s ease all); }
@media only screen and (max-width:767px){
    #mobileNav { .transform(translate3d(0,0,0)); }
    #mobileNav.slideOver { .transform(translate3d(-200px,0,0)); }
    .ccm-page.slideOver { .transform(translate3d(-200px,-54px,0)); }
}
.ccm-page { .transform(translate3d(0,-54px,0)); }
.ccm-page.slideDown { .transform(translate3d(0,0,0)); }


with this:
#mobileNav { position: relative; z-index: 2; position: relative; .transition(.3s ease all); }
@media only screen and (max-width:767px){
    #mobileNav { .transform(translate3d(0,0,0)); }
    #mobileNav.slideOver { .transform(translate3d(-200px,0,0)); }
    .ccm-page.slideOver { .transform(translate3d(-200px,-54px,0)); }
}


The theme author will probably make an official fix but this seems to work also.
buurvrouw replied on at Permalink Reply
buurvrouw
Hi there,

I just tried the solution mentioned by Hypocrite, but i'm still not able to move blocks around. Did clear the cache (even the hard way through ftp), but no luck.
Did you look into this problem and is a solution coming in the near future?
Hypocrite replied on at Permalink Reply 1 Attachment
Hypocrite
I also noticed some problems with my solution.

The top search bar is always visible and can't be closed.

The problem line at least for me is this one:
.ccm-page { .transform(translate3d(0,-54px,0)); }


That breaks the moving of blocks. But if it is commented out it also then shows the search bar. Not sure what it is trying to do because it adds a 3D effect but don't know what the purpose is.

I was able to kind of fix the problem by removing that particular code and then modifying the #searchShell part of the header. Now it is by default with style display: none. But if there is the slideDown class for the container it changes to display: block.

I have attached the modified file if someone wants to test it. But I would also prefer an official fix from the author because this can cause problems if the theme is updated.

concrete5 Environment Information

.

Browser User-Agent String

Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.1.25 (KHTML, like Gecko) Version/8.0 Safari/600.1.25

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You may not request a refund that is not currently owned by you.