Hello,

The jatc-sugite-for-joomla-4.zip package (v2.1.1) is incomplete. For example, some system plugins are not installed. See the System - HTTP Header plugin. Please check.

    mehmettas Hi

    Do you mean the default plugin of Joomla? You can go to Discover section in backend of your site: /administrator/index.php?option=com_installer&view=discover

    and install the plugin as you wish.

    Regards

    Hello,
    Thank you for your reply.

    Your message to another customer: We updated this file to fix the issue: root/templates/ja_sugite/html/com_content/article/default.php

    Please share the default.php file.

      Hello,
      Thank you very much.

      Please review the attached image.

      I want to move it to the left on the mobile for JA Sugite template. Please help me.

        mehmettas Hi

        You will need to customize the header and off-canvas block a bit.

        1/ Backup these 2 files:

        root/templates/ja_sugite/tpls/blocks/header.php
        root/templates/ja_sugite/tpls/blocks/off-canvas.php

        Download this attached file >> unzip and copy 2 files inside to replace above files:

        off-canvas.zip
        3kB

        2/ Add this custom css into file: root/templates/ja_sugite/css/custom.css (create this file if it doesn't exist)

        .off-canvas-toggle {
            left: 14px;
            position: absolute;
            top: 21px;
        }
        Write a Reply...
        You need to Login to view replies.