Breadcrumbs

  • Airjie
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 3 weeks ago #6026 by Airjie
Breadcrumbs was created by Airjie
Hello,

I'd like to know if it's normal that, in this template, the Breadcrumbs' links are inactive? Can you offer a solution to activate it? By the way, in IE I have a display problem. In home page it's okay, but when you click on a link the top blue wave disappear.

You can see the problems there : www.speak-e.biz/

Thank you for you help.
Raphaelle.

Please Log in to join the conversation.

More
13 years 2 weeks ago #6038 by ivan.milic
Replied by ivan.milic on topic Re: Breadcrumbs
Hi,

Links in breadcrumbs are un-accessible due fancy design. There elements in front of them so you can not click.

Blue top gradient surface problem is caused by SEF . You can disable SEF or you can solve problem by adding this css block just before </head> in index.php of template:

<style type="text/css">
.bg_zone {
behavior: url( www.speak-e.biz/templates/hot_wellness/css/PIE.php );-pie-background: linear-gradient(#9fccfd, #74a1d1);
}
</style>

Please Log in to join the conversation.

  • Airjie
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 2 weeks ago #6042 by Airjie
Replied by Airjie on topic Re: Breadcrumbs
Thank you, it works when I disable SEF, but I would prefered keep it and adding the css block but when I do that the blue top gradient surface disappear totally.

Please Log in to join the conversation.

More
13 years 2 weeks ago #6059 by ivan.milic
Replied by ivan.milic on topic Re: Breadcrumbs
Ok,
remove that and make changes directly in:
/css/template_css.php

replace relative path with :
www.speak-e.biz/templates/hot_wellness/css/PIE.php

Please Log in to join the conversation.

  • Airjie
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 2 weeks ago #6200 by Airjie
Replied by Airjie on topic Re: Breadcrumbs
Hello, I am sorry but it does't seem to work. In fact the blue wave appear in Home and link to main pages but not in submenus. Thanks for your help.

Please Log in to join the conversation.

More
13 years 2 weeks ago - 13 years 2 weeks ago #6201 by greg432
replace the code in index.php in folder hot_welness
298 string
Code:
<div class="bluewave"> <div class="wrapper"> <div class="breadcrumbs_module"> <jdoc:include type="modules" name="breadcrumbs" style="none" /> </div> </div> </div>
on new
Code:
<div class="wrapper"> <div class="breadcrumbs_module" style="margin-top: -70px; position: absolute;"> <jdoc:include type="modules" name="breadcrumbs" style="none" /> </div> </div> <div class="bluewave"> </div>
I do not understand why developers have not done so. This is a bug html-layout
Last edit: 13 years 2 weeks ago by greg432.

Please Log in to join the conversation.

Time to create page: 0.311 seconds
Powered by Kunena Forum