rramirezsn → created an issue.
@ravi
thanks, I already fix it. Was a top padding defined on /lib/style.css.
.sticky-top.navbar-dark {
position: fixed;
/*top: 79px;*/
background: #FFFFFF;
}
hi @ravi:
Im using drupal 10.2.3.
I managed to get it working, seem a problem with my frontpage definition.
By the way with change did you made to the info file?
One question, when scrolling the menu is not fixed to top, see attached image, is that normal behaviour? how can put it fixed to top when scrolling?
</div>
</div>
</nav>
{% endif %}
{% if is_front %}
{% if slideshow_display %}
<div id="header-carousel" class="carousel slide carousel-fade" data-bs-ride="carousel">
<div class="carousel-inner">
Problem is with is_front variable that never get the "TRUE" value therefore the slideshow is never display.
How can I fix this? my frontpage is defined as "/inicio".
rramirezsn → created an issue.
Hi:
I ran to this problem when upgrading a site from drupal 9.2 to 9.5, as the script does not work i fixed the schema manually to work around the problem but im getting an error on the report status..
userid definition error.png
Any idea what to solve this?
Regards.
Hi:
I ran to this same issue when upgrading a production site from 9.2 to 9.5.
After the database update there was not posible to create users so i fixed the schema manually to work around the problem but now i had a error on the site state report:
No coinciden las definiciones de entidad y/o campo
Se detectaron los siguientes cambios en las definiciones de tipo de entidad y de campo.
Usuario
El campo ID de Usuario necesita ser actualizado.
Any idea how to solve it?