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

dmozi313 Hello

1/ The latest version of JA Atoms comes with VirtueMart 4.2.4 version but I think there is no issue with the latest version 4.2.12

2/ You can open the template style of Digital Store >> Layout settings >> Header section and change to header-1 block:

Remember to remove this class t4-header-2 and set the container of this Header section to Fixed instead of None.

    Thanks for your reply, if you have seen the photo i have uploaded I have updated VM to 4.2.18 and see what has happened to the template.

    Kindly when will you be update the template to be compatible with the latest version?

    I will check the header and get back to you.

    Thanks

    saguaros 2/ You can open the template style of Digital Store >> Layout settings >> Header section and change to header-1 block:

    i did as per your guide lines and here is the results

    all it did was moving the search box and menu, this is not what i want, i want the other header to be here exact the same thing to be shown here inc background colour to be white

    Thanks

    Sorry for asking but where is support?

    Thanks

    Hi

    When you use header block from other template style, you will need to check its layout settings + theme color.

    You can access Layout settings in template and change the container for the header section, it looks like it's being set to Fluid / None, try to change it to 'Fixed' instead.

    And change the Pallete / color for the header as well.

    Share me the URL + super admin account so I can help you.

    Regards

    Thanks for your reply
    I will upload the template to the live server and send you the details.

    Just last thing, as per Image you can see after updating the template to the latest version of VM how it ruined the template, when can we expect it to be compatible please?

    Thanks

      dmozi313 Currently there is no plan to update VM, you can share the login credentials of your site once done, I will take a look at the issue.

        6 days later
        This message is visible to Moderators only
        hidden content

        dmozi313 Hi

        I checked your site but it seems that you did not apply any change that I suggested.

        I just updated the same for your site, kindly check.

          saguaros

          Thanks for your kind assistance, I checked the website just i realised two small things when browsing on mobile device

          1. Search box not showing
          2. Free delivery message not showing as it's in white colour

          Please see the image below

          also, when i click shop on the desktop PC all i get is this

          Thanks

          Hi

          1 + 2 / The search box is not supported to show on mobile by default as you can see on the demo site.

          <div class="header-r d-none d-sm-block">
                <jdoc:include type="modules" name="header-r" style="raw" />
          </div>

          I removed the d-none d-sm-block class in this VM search module and add the following custom css for you:

          @media (max-width: 576px){
            .header-block-1 .search .inputbox {width: 250px;}
            .mega-r .acm-features.style-2 .features-item h5 {margin-right: 50px;}
          }
          
          .mega-r .acm-features.style-2 .features-item h5 {
              color: #616161 !important;
          }

          3/ It's related to the layout settings in template. You're setting 'ja_atoms - Home 2' as default template style. However, this style is using a home layout which doesn't include the 'component' block so no content display.

          As can see on our demo site, you should set 'ja_atoms - Default' as default template style for your site and assign 'ja_atoms - Home 2' to some specific pages like homepage only.

          Kindly check.

            saguaros

            Thank you so much for fixing the issue 1 + 2.

            I have fixed number 3 by setting the home page - default as default style as per your guide lines.

            just last thing for now, when i click the home menu it takes me to the article where i have to select which template do i want and it doesn't take me the the home page, how may i fix this?

            Also, could you please advise where can i remove/ change the footer (Joomla! is Free Software released...)

            Thanks

              hi
              just needed some update here please.

              Thanks 🙂

              Hi

              dmozi313 just last thing for now, when i click the home menu it takes me to the article where i have to select which template do i want and it doesn't take me the the home page, how may i fix this?

              You set 'Digital Shop' as default page of your site but still keep it as sub-menu item of the 'Home' menu item. So basically, when you click the 'Home' menu item, it will redirect to correct page. I guess you're wanting to redirect to 'Digital Shop' itself when clicking the Home item, right? There are 2 ways:
              1/ Change the menu item type of the current 'Home' item from Single Article to Menu item alias and point to 'Digital Shop' item

              2/ Set 'Digital Shop' to 'No parent' menu item + disable 'Home' menu item + rename 'Digital Shop' to 'Home' or any other name as you wish.

              dmozi313 Also, could you please advise where can i remove/ change the footer (Joomla! is Free Software released...)

              It's defined in language file: /language/en-GB/mod_footer.ini

              Then override this language constant:

              MOD_FOOTER_LINE2="<a href=\"https://www.joomla.org\">Joomla!</a> is Free Software released under the <a href=\"https://www.gnu.org/licenses/gpl-2.0.html\">GNU General Public License.</a>"
                Write a Reply...
                You need to Login to view replies.