- Posts: 18
- Thank you received: 0
Breadcrumbs
-
Airjie
Inactive member - Topic Author
- New Member
Less
More
13 years 9 months 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.
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 9 months 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>
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
Less
More
- Posts: 18
- Thank you received: 0
13 years 9 months 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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 9 months 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
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
Less
More
- Posts: 18
- Thank you received: 0
13 years 9 months 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.
-
greg432
Inactive member - New Member
Less
More
- Posts: 1
- Thank you received: 0
13 years 9 months ago - 13 years 9 months ago #6201
by greg432
Replied by greg432 on topic how to make breadcrumbs active
replace the code in index.php in folder hot_welness
298 string
on new
I do not understand why developers have not done so. This is a bug html-layout
298 string
Code:
<div class="bluewave">
<div class="wrapper">
<div class="breadcrumbs_module">
<jdoc:include type="modules" name="breadcrumbs" style="none" />
</div>
</div>
</div>
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>
Last edit: 13 years 9 months ago by greg432.
Please Log in to join the conversation.
Time to create page: 0.096 seconds