Product Updates
Joomla 5.2.3 Compatibility for JA Templates, Bug Fixes, and More

Hello,
I'm writing because my JA MegaFilter page have some layout problem after installation.
Some icon are not show in the page and margin of box are over the text result.

I'm using Yootheme Pro template. Is there any compatibility problem or operation to be to fix this bug?

Here an example:

Thanks
Best regards
Marco

    galamarco Hi
    There could be issue from the template you are using, to check it can you set the default template to Protostar and check if the issue remain same?

    if its working with default Joomla template , there can be issue with template you are using not supporting the extension. You may need to contact template provider.

    Also edit fields in first post and submit site URL and a temp super user login for staff http://prntscr.com/11fi0gy I will have a look if its something can be tweaked from our end.

    Thanks for the reply.
    The template in use is Yootheme Pro. Is it incompatible?

      galamarco
      Hi
      An extension is built up with respect to the default Joomla templates, its template part to support the extension and support. If the extension has no issue with default Joomla template like protostar in this case its template that not supporting the specific extension.

      Well done extensions have the possibility to use preset layout or choose the framework to customize the fields by calling the classes that already exist in the framework, just to avoid these problems.
      However, when extensions are developed without using a framework, they define the classes in CSS so that, on whatever site they are loaded, the graphics will always be standard.

      I have never seen an extension developed using the classes of a specific template because this makes the extension incompatible for website that do not use that template. This is a strong limitation.

      I am really very sorry that JA Megafilter is not compatible with the Yootheme Pro templates, we are talking about an extremely famous company for Joomla Template. In the forum I have found many users asking questions related to this incompatibility problem.

      It is unfortunate to discover such an important limitation only after purchase. Exclusive compatibility with the Protostar template alone should be clearly expressed given the limited number of sites that will be compatible.

      In any case, I requested a quote for a custom layout, I await answers from the support if at least it is a feasible paid service.

      However, I remain very embittered.

      Best regards,
      Marco

        galamarco

        Also edit fields in first post and submit site URL and a temp super user login for staff http://prntscr.com/11fi0gy I will have a look if its something can be tweaked from our end.

        As requested kindly submit the site information sometime its light conflict, as i shared if something is from our side we will fix it on your site.

        I created a user account for your technical support and updated the information in the first post as required

        Best regards,
        Marco

          galamarco
          Hi
          Add this code in custom css of your template the style is override by the Yotheme

          .product-item-details .row {margin-left:inherit;}

          About the icon, give me some time to check it. appears the font awesome is missing so there is issue.
          I will update you soon on the font solution.
          Submit the FTP details in edit fields as well, it may required for icon fix.

          galamarco
          Hi
          The issue is fixed on your site. I called the font file in /components/com_jamegafilter/assets/asset.php

          <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />

          Also the issue has been reported to development team to add this fix in upcoming updates.
          http://prntscr.com/11hk0a2

          Regards

          Thanks for your support.

          I added the line in the template css and the margins have improved.
          Now remains one problem of overlapping the text in the layout bar (in mobile layout). (see Attachment).
          How can I fix it?

          Finally how can I translate "Sort By", "Items" and "Select some option"?
          What are these Constants called to override the language?

          Best regards
          Marco

            galamarco
            Hi
            may i know which mobile device you are getting the overlapping issue.
            For mobile the view should be like this : http://prntscr.com/11i97xw

            PS : For other new topic questions kindly open a new thread, it also helps other members to get the same solutions.

            Thanks for understanding.

              galamarco
              Hi
              Thanks for giving correct info. Appear this to be a tablet view. I am not using the same device
              Try this code

              @media(max-width:1092px) and (min-width:570px) {.products-toolbar .orderby-displaynumber .toolbar-amount {
                  left: 70%;
                  }}
              @media (max-width: 568px){
              .ja-megafilter-wrap .orderby-displaynumber #toolbar-amount {
                  display: none;
              }}

              Clear Joomla and browser cache to see the changes on site.

              Regards

              ok, this code solve the problem.

              Finally how can I translate "Sort By", "Items" and "Select some option"?
              What are these Constants called to override the language?

                galamarco

                Ninja PS : For other new topic questions kindly open a new thread, it also helps other members to get the same solutions.
                Please open a new topic for each new different request.

                Thanks!

                Ninja locked the discussion.
                Write a Reply...
                You need to Login to view replies.