Modify template

Hi Folks!

I 'm customizing my template and I would like to remove

The Header ( where the main logo is)
The Breadcrumb
The user menu ( the one just above the breadcrumbs)

Can anyone  please help me, I'm not a newby but after a many attempts I gave up... :)


thanks a lot!

Quote · 8 Feb 2010

Do I understand you correctly?  You want to remove ALL site navigation menus?

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 8 Feb 2010

I guess his site is for the blind, so they won't need it anyways.. OMG, Lord I apologize.. Im going straight to Haites for that one. mmm hmmm.

Nothing to see here
Quote · 8 Feb 2010

No, wait!

We're trying to keep our website as minimal as possible.

So, what i need to do is basically what you can see here

I only need to keep the main menu and get rid of all the rest (braidcrumb, member menu and header). The member menu links to the same pages as the main menu does.


Hope i made it clear! :)

Quote · 8 Feb 2010

anyone? I know it's esay, just don't realyy know how to do it

Quote · 9 Feb 2010

Not sure this is what you want... let me know.

In the file, /templates/base/css/top_menu.css

Find:

div.subMenusContainer{
margin: 0px auto;
border: 0px;
}


Change to:

div.subMenusContainer{
margin: 0px auto;
border: 0px;
display:none;
}

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 9 Feb 2010

You got the key!

Thanks a lot man, my work isn't done yet , but your help was great!

Quote · 9 Feb 2010

I'm trying to remove the breadcombs element (the breadcrumbs to the left and the "Hello Guest" etc to the right).  I tried houstonlively's suggestion but it hasn't worked for me.  Is there a way to remove that section?

Thanks in advance!

Quote · 28 Mar 2010

I'm trying to remove the breadcombs element (the breadcrumbs to the left and the "Hello Guest" etc to the right).  I tried houstonlively's suggestion but it hasn't worked for me.  Is there a way to remove that section?

Thanks in advance!

If you're using a custom template, you'll need to make the necessary changes from there. Also, empty your ./cache and ./cache_public directories, leaving the .htaccess file intact.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 28 Mar 2010

Thanks Magnussoft but still no luck.  I cleared the two cache folders you mentioned (leaving the .htaccess file intact), added "display:none;" to top_menu.css as directed and refeshed but no change - the element still displays.  I'm using the standard template and the top_menu.css file for that just references the main on in 'base>css' (which was the one I changed).

What am I doing wrong?

Quote · 28 Mar 2010

Thanks Magnussoft but still no luck.  I cleared the two cache folders you mentioned (leaving the .htaccess file intact), added "display:none;" to top_menu.css as directed and refeshed but no change - the element still displays.  I'm using the standard template and the top_menu.css file for that just references the main on in 'base>css' (which was the one I changed).

What am I doing wrong?

Edit the general.css file under ./templates/base/css/; look for the following:

div.sys_breadcrumb {
height: 19px;
margin-top: 10px;
}

Change it to this:

div.sys_breadcrumb {
height: 19px;
margin-top: 10px;
display: none;
}

Clear the cache as mentioned above, and have fun.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 28 Mar 2010

Magnussoft - You, sir, are freaking awesome!  Thank you!

Quote · 28 Mar 2010
 
 
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.