Removing the breadcrumbs menu

Hi,


I've been trying to work out a breadcrumbs bug for a couple of weeks, bouncing emails between Team@Boonex and the Mod developer. Am weeks into it and still no closer to getting the issue raised in Trac.

 

In the mean time, the breadcrumbs facility is broken and going on-line with broken bits is just not professional.

 

Does anyone know how to disable the breadcrumbs facility that shows up on the bottom of all Dolphin pages (just until this bug is worked out by the teams)?

Quote · 3 Apr 2016

/your_template/_sub_footer.html

line 13  approx  remove:     __top_menu_breadcrumb__

Save

Clear cache's

There may be a horizontal line as residue. can't help you there, but I'm sure your members will learn to live with it.

I'm not sure what else it will affect.

Quote · 5 Apr 2016

or you could leave the code there and do it with css...

 div.sys_breadcrumb {

    margin-left: auto;
    margin-right: auto;
    display: none;
}
 
Then you would most likely need to change this up a bit to remove some of the white space.
div.sys_footer {
    bottom: 0;
    left: 0;
    padding-bottom: 60px;  <<<  this
    position: absolute; <<< and this i would guess
    width: 100%;
}
https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 5 Apr 2016

 

Hi,


I've been trying to work out a breadcrumbs bug for a couple of weeks, bouncing emails between Team@Boonex and the Mod developer. Am weeks into it and still no closer to getting the issue raised in Trac.

 

In the mean time, the breadcrumbs facility is broken and going on-line with broken bits is just not professional.

 

Does anyone know how to disable the breadcrumbs facility that shows up on the bottom of all Dolphin pages (just until this bug is worked out by the teams)?

 

Take some time to explain the breadcrumbs issue that you are having.  You mention a 'Mod Developer'.  What Mod Developer?  Are you having a problem with a third party module?  What issue in Trac?  Trac hasn't been used to report issues for a long time.

You say there is a bug, but I see no open issues on Github that involve the breadcrumb menu.  Post some screen shots, or give more information about your issue. Maybe there can be a better solution than disabling the breadcrumb menu.  Better questions, get better answers.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 5 Apr 2016

This is a dolphin bug. See image attached for proof. 

breadcrumb_error.jpg · 135.5K · 369 views
Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 6 Apr 2016

This is different problem, incorrect link isn't opening, it just opens popup - https://github.com/boonex/dolphin.pro/issues/388

I see no problem with breadcrumbs on demo.boonex.com

This is a dolphin bug. See image attached for proof. 

 

Rules → http://www.boonex.com/terms
Quote · 6 Apr 2016
 
 
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.