• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

daniel
#1 Posted : Monday, December 10, 2007 3:02:58 PM(UTC)
daniel

Rank: Member

Joined: 11/15/2007(UTC)
Posts: 52

I am trying to activate and deactivate a column menu in bvadmin, How do I do this? I am in the columns section of BV admin and Do not see where to do this?



I know you cannot delete a system column as I have tried this.



Also How do you move the positioning of of Column menu. Is it done in the style sheet? I cant see where to do it in the stylesheet or if it needs to be done manually.



Thank you to anyone who can help,


Daniel
MitchA
#2 Posted : Monday, December 10, 2007 3:06:02 PM(UTC)
MitchA

Rank: Member

Joined: 3/3/2006(UTC)
Posts: 1,737

Dan,

Try the videos at:

http://www.bvsoftware.com/bvcommerce5manual/
http://www.bvsoftware.com/bvc2004/manual/

The BV4 manual has a lot in it that hasn't changed.
Optimists invent airplanes,
Pessimists buy parachutes.
daniel
#3 Posted : Monday, December 10, 2007 4:21:39 PM(UTC)
daniel

Rank: Member

Joined: 11/15/2007(UTC)
Posts: 52

Originally Posted by: "MitchA" Go to Quoted Post

Dan,

Try the videos at:

http://www.bvsoftware.com/bvcommerce5manual/
http://www.bvsoftware.com/bvc2004/manual/

The BV4 manual has a lot in it that hasn't changed.

Mitch,


Thanks for pointing me there.



It did not address the actual issue I was having, but it helped in getting me started.



I was not able to delete the system columns as the manual explained. I guess these are there to stay by default however I was able to delete the blocks within the columns and get rid of the column across several pages. But not before I cloned the system column, because I wanted to put the cloned system column in in a div tag in the master and custom pages to be able control the positioning of it anywhere on the page from a style sheet. which I have done.



Thank you Mitch.



I am trying to read the manuals and do stuff on my own before coming to the forum, however not everything in the forum is covering my vast questions.



with all that said,



I do appreciate all your advice on this forum as it has helped me greatly.
MitchA
#4 Posted : Monday, December 10, 2007 6:02:40 PM(UTC)
MitchA

Rank: Member

Joined: 3/3/2006(UTC)
Posts: 1,737

I remember... I 'removed' column 3 from my site altogether (just made it really tiny, actually)... A line in the CSS - just shut down the space devoted to it to "0" and don't put anything into it.
Optimists invent airplanes,
Pessimists buy parachutes.
daniel
#5 Posted : Monday, December 10, 2007 6:18:40 PM(UTC)
daniel

Rank: Member

Joined: 11/15/2007(UTC)
Posts: 52

Originally Posted by: "MitchA" Go to Quoted Post

I remember... I 'removed' column 3 from my site altogether (just made it really tiny, actually)... A line in the CSS - just shut down the space devoted to it to "0" and don't put anything into it.

Mitch trying to do this, however I cannot see where in the style sheet.


Is it in the SIDE MENU CONTENT block or SPECIFIC CONTENT block stylesheet code.



I would love to know how to do this as it seems easier than what I did.



Thank you Mitch,



Daniel.
MitchA
#6 Posted : Monday, December 10, 2007 8:20:07 PM(UTC)
MitchA

Rank: Member

Joined: 3/3/2006(UTC)
Posts: 1,737

In the Painted Paper style sheet... My site is 900px wide (col 1, 218px + col 2, 652px = 870 plus margins) See col 3 width: 0px.


Nav column & Maincolumn is the page where the products sit. 700 px, leaves 200 px for the left nav column. Nav col need 175, the rest is for margins, etc.



Your style sheet may look a bit different, but it'll work about the same. I'm by no means an wxpert, I just needed to get this stuff done, so I futzd around and read a few CSS books.



/* Columns */
#homepagecolumn1
{
width:218px;/*changed from 175 to 218 (43) to increase page width */
float:left;
margin-left: 10px !important;
margin-left: 5px;
background-color:#DED8D8;/* ma changed background to grey*/
height:100%;
}
#homepagecolumn2
{
width:652px;/*changed from 390 to 218 (44) to increase page width */
float:left;
background-color:#DED8D8;/* ma changed background to grey*/
}
#homepagecolumn3
{
width: 0px;/*0 page width */
float:left;
background-color:#FFFFFF;/* col 3 not used*/
visibility:hidden;
}







#navcolumn
{
width:175px;
float:left;margin:0 10px 0 0;
background-color:#FFFFFF;
}



#maincolumn
{
width:700px;/*changed to 700 (43) to increase page width */
float:left;margin:10px 10px 0 0;
background-color:#FFFFFF;/*changed background to white*/
}
Optimists invent airplanes,
Pessimists buy parachutes.
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

©2024 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012