<div class="context-block-region" id="context-block-region-sidebar_first"><span class="region-name">Sidebar First</span><a class="context-ui-add-link">Add a block here.</a></div>

It's hidden from view and I accidentally discovered it. I have style that disables border from the last div in sidebar. But because there's this context-block-region div, my css does not work.

So what is this functionality and can I disable it?

Tx in advance!

CommentFileSizeAuthor
#5 context-add_a_block_here-1905502-5.patch607 bytestekante

Comments

andrew_mallis’s picture

I even get a region name in there. Happened after upgrading to beta6

<div class='context-block-region' id='context-block-region-search'><span class='region-name'>Search</span><a class='context-ui-add-link'>Add a block here.</a></div>  </div>
ktpm’s picture

subscribed.

I'm using the foundation css framework for responsive layouts. due to that context-block-region the css doesn't work, because foundation floats the last div differently. So I need to get rid of that context block in some way. thanks for help!

bachbach’s picture

hi,

any news here ?

hkirsman’s picture

Somebody should go and annoy the author :)

tekante’s picture

StatusFileSize
new607 bytes

This is part of the inline editor functionality adjusted in beta5. Can you see if the attached patch combined with disabling the inline editor at path admin/structure/context/settings resolves the issue for you?

vivianspencer’s picture

The patch in #5 worked for me

chrisjlee’s picture

Status: Active » Reviewed & tested by the community
jkruppa’s picture

Thanks for patch in #5, it worked for me.

mherchel’s picture

#5 worked for me

lpeabody’s picture

#5 worked

tekante’s picture

Status: Reviewed & tested by the community » Fixed

Committed with commit 543c1c157f37a33910dcc1623fc75119c7a70a95. Thanks for the bug report and review support.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.