Concrete5.7.5.2 - weird selectbox behavior
Permalink
Based on the following post:
http://dailylog.lenart.org.pl/2014/03/26/awesome-select-styling/...
I made my own template for a Page List block (see template files attached). I want to select pages with a selectbox. When in edit mode, the selectbox button shows correctly (image1), but when I exit the edit mode, the button moves (image2) and the button is not pressible.
If I use z-index: -1;, the button disappears altogether.
If I move the selectbox to another empty area, the button shows fine, but still not clickable.
Does anyone know why this happens?
Thank you.
http://dailylog.lenart.org.pl/2014/03/26/awesome-select-styling/...
I made my own template for a Page List block (see template files attached). I want to select pages with a selectbox. When in edit mode, the selectbox button shows correctly (image1), but when I exit the edit mode, the button moves (image2) and the button is not pressible.
If I use z-index: -1;, the button disappears altogether.
If I move the selectbox to another empty area, the button shows fine, but still not clickable.
Does anyone know why this happens?
Thank you.
... even weirder - I've done the same on my localhost server and it shows correctly (attached image3). So I deleted the template from the hosting server and uploaded the one from my laptop, and the button is not there. Totally clueless as to why...
Hi linuxoid,
Have you cleared the cache and are the cache settings disabled?
Are you using any type of server caching or expire headers?
Have you cleared the cache and are the cache settings disabled?
Are you using any type of server caching or expire headers?
No, all caching is off.
BTW, I just nailed it! It was something to do with the div class, some conflict. Now it's all good.
Please see attached template files and modify for your purpose as you wish.
BTW, I just nailed it! It was something to do with the div class, some conflict. Now it's all good.
Please see attached template files and modify for your purpose as you wish.