I have this error when I try to edit an article from frontend "Error 500 - behavior::modal not found on Joomla 4.4.6 and 5.2.5 with Uber 3.1.0 when editing from the frontend; works with Cassiopeia." Link: https://bitspec.com/why-choose-us.html?view=form&layout=edit&a_id=228&return=... Debug: /components/com_content/src/Controller/DisplayController.php:109. Forced Bootstrap and disabled optimizations.
dgrossu1 Hello
It seems that your site still keeps the old overrides in T3 plugin so it caused the conflict.
I renamed some folders in this directory: /plugins/system/t3/base-bs3/html/layouts/joomla/ and it's working now.
/plugins/system/t3/base-bs3/html/layouts/joomla/
Kindly check.
Thank you for your solution. I don't want to open a new topic, but now there is a problem with the Slideshow on the main page. The first slide appears correctly, the others appear truncated. Can you check why? Thanks, this wasn't the problem in J4
Hi @dgrossu1, I added below CSS to the custom.css file in the "Uber/local/css/" folder. The Slideshow on main page is working fine.
.carousel-fade .carousel-inner .item.show { opacity: 0; transition-property: opacity; display: none !important; } .carousel-fade .carousel-inner .item.active { opacity: 1; display: block !important; }
Kind regards,
Hi, saguaros, I am sorry to tell you that your changes in custom.css don't work.
Hi @dgrossu1, The Slideshow is working fine on my computer. Try clearing your browser cache or open your website on a difference browser. However, it may take a while for the images to load if they are quite large.