Hello,
Using the Concrete 9.2.1 recently upgraded but so far everything else has been working and this was an issue prior to being on 9.
If I am in edit mode and try to click on the move icon when hovering, it doesn’t “grab” the block it just selects.
If I click the block I get the block “right click style” menu. The only way to move it is if I click to get the block menu and then click in the block close to where the move icon would be and then -very- quickly click and hold to move.
I’ve tried to mess with Z-index on the two classes (ccm-menu-click-proxy and ccm-edit-mode-inline-command-move) but to no avail. I’ve also looked into my theme but am not seeing anything conflicting.
It’s a custom theme that was purchased at some point but was an HTML theme. I converted to a concrete theme a long time ago and keep updating it through the versions.
I remember converting an older theme into version 9, I had the same problem. In pagetheme.php, I loaded jquery and/or bootstrap from the core into the theme. Then it worked. Try.
public function registerAssets() {
$this->requireAsset('javascript', 'jquery');
$this->requireAsset('bootstrap');
}
Hi, I tried your pagetheme settings, - no luck.
I can move blocks when I sort of doubleclick on the move icon, then it works. But normally the cursor won’t change when hovering over the move icon - similar to @alwsfail’s experience in 1st post. Very annoying.