Hello, I've been planning to do this since the release of the templates update for Joomla 5, because I noticed some problems with this template. A newer version hasn't been released yet, so I want to report some problems with JA Blockk.

At this address is the "production" page: https://gta24.pl/
JA Blockk version: 2.0.4

And under this is the "test" version: https://fox.centrummlodosci.pl/
JA Blockk version: 2.1.2

The test version has a copy of the "production" page uploaded. The only thing that differs is the JA Blockk version.

I'm attaching screenshots where I see the problems (differences).

JA Blockk: 2.0.4


JA Blockk: 2.1.2


In my opinion, version 2.0.4 works according to the original assumptions, and the latest version has many shortcomings, mainly from the visual side, which I cannot find in the code. I apologize if I write something incomprehensibly, but I do not know English fluently.

    BiNET-XP Hi

    I updated this custom css to fix the issue for you:

    File updated: root/templates/ja_blockk/local/css/custom.css

    .t4-megamenu .nav>.dropdown>.nav-link .item-caret, .t4-megamenu .nav>.dropdown>.dropdown-toggle .item-caret {
        display: inline-block;
        border-top: 4px solid var(--body-text-color);
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        margin-left: .46675rem;
        vertical-align: middle;
        height: 4px;
        width: 8px;
    }

    Hello, thank you for your answer, but this solution creates more problems. After switching the page to dark mode, a double down arrow appears. Marked on the screenshot.

    Regarding one problem, as I mentioned there are more problems, just compare both pages (test and "production").

    If I have to describe what exactly it is about, then this:
    In the megamenu in the earlier version, the arrow is to the right, and in the newer one it is down, you can see it in the screenshots from the first post. The same in the menu for mobile devices, there is no margin in my case on the right and the menu does not scroll. This is how the "prosthesis" is partially made here (https://www.joomlart.com/forums/d/49870-off-canvas-menu-not-scrollable), but shouldn't it be patched and made available in the current version?

    I think you should fix the original code in SCSS/CSS files, because overwriting the code doesn't completely solve the problem. And releasing an update due to the update for Joomla 5 caused you to work on many templates at the same time and probably there were unwanted changes in the original files of individual templates and that's where the problems come from.

      BiNET-XP You can try this css code:

      .dark-active .t4-megamenu .dropdown-toggle .item-caret::before {display: none;}
      Write a Reply...
      You need to Login to view replies.