1. gvitry
  2. Commercial Templates
  3. Thursday, 16 November 2023
  4.  Subscribe via email
Hi Ciaran,

Another difficulty with Maya template J4.4/PHP 8.1 last version of the template (2.0.4).

The breadcrumb link is not clickable. The <a> tag is there as well as the right url but it does not trigger.

it works with cassiopea : https://dev-lact.fr/test2-form/form/45
but not with maya : https://dev-lact.fr/test-form/form/45

It seems to be related to the following css applied to the "<ol>" tag between the <nav> and the first <li> :

.breadcrumb {
display: flex;

Desactivating this value in the chrome's console give back active links but we loose the right layout ....

Any idea to get back the active link ?

Thanks

Laurent
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Laurent

Does removing the following from your custom CSS resolve the issue?

.maincontent {
margin-top: -30px;
}


If yes, try also adding the following...

#container_top3_modules {
position: relative;
z-index: 1;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran,

The first mod did it. Great !
I don't understand the purpose of the second one but I've added it in the custom.css file.

Thank you

Laurent
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Laurent

Just to clarify, the second mod will allow you to keep your original CSS. :)

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!