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.

    Kindly check.

    9 days later

    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

    5 days later

    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,

    Write a Reply...
    You need to Login to view replies.