Site wide column possible?

Hey, 

Is it possible to have a column go site wide?  Right now, I make columns in the page builder, add the block, then modify that particular block with css.  So I'm adding the same block over and over, but due to block ids each one has to be dealt with individually. It's kind of cumbersome.    

Is there an easier way to accomplish this?  

Quote · 12 Jun 2013

No there is not.

But you should not be referencing the block id with your css. You should be using a css class in your content so the same css can be used for every block.

https://www.deanbassett.com
Quote · 12 Jun 2013

I would like to, but I have to get rid of .boxFirstHeader altogether and the border around .disignBoxFirst.  anything like .boxFirstheader .cssClass { command: blah blah;} would reference the class inside the .boxFirstHeader, correct?  

Is there a way to get rid of the block header and content border by using a class?  If so please show me, as the way I'm envisioning it from within the content won't work.  Where would I add the class? 

 

Quote · 13 Jun 2013

Oh.

Well then you create a new design box. See the design boxes in templates/base

The default design box all blocks use is 1

But dolphin includes a design box with no border and no header. That one is 0

You can even create your own design boxes. See this post. http://www.boonex.com/forums/topic/Custom-Design-Boxes-Each-block-on-page-can-be-different-.htm

To change to a different design box you change the designbox value in the database for the block in sys_page_compose from 1 to 0 or you can get my block_tools mod which has a section to change the designbox to use without editing the database directly.

By using a designbox you don't have to repeat the same css over and over again, you just change one value in the database.

There is also another mod somewhere in the market that allows the designbox to be changed right from within the page builders.



https://www.deanbassett.com
Quote · 16 Jun 2013

Thanks Deano, I'll look into that and let you know how I make out.  

Quote · 17 Jun 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.