Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • infocubic Friend
    #1054921

    I have three queries.

    1. I am unable browse any of the sub menu under Products in mobile site. Pls suggest how to fix this? Please see the screenshot (Untitled.png) for your reference. And also the text in the mobile site left side is not looking good as no padding…

    2. How do I edit the Copyright section?

    3. How to remove the Miscellaneous Information and Contact in the contact us page and put sidebar in the same place..Pls see screenshot (Untitled2.png).

    Site url: http://www.gagefx.com/


    1. Untitled-3
    2. Untitled1
    3. Untitled-4
    4. Untitled1-1
    Saguaros Moderator
    #1055785

    Hi,

    1) It’s a menu module in off-canvas position, you can access backend of this module and set the option Show Sub-menu items to Yes: http://prntscr.com/g72liu

    2) It belongs to Footer module, you can change in these 2 files:
    [root]/language/en-GB/en-GB.mod_footer.ini
    [root]/templates/ja_sugite/html/mod_footer/default.php

    3) Go to file: [root]/templates/ja_sugite/html/com_contact/contact/default.php

    Comment or Remove this snippet of code: http://prntscr.com/g72qgr

    Assign any module you wish to sidebar-1 or sidebar-2 position and assign it to this contact page only, it will show on the right side or contact form

    infocubic Friend
    #1055802

    Hi Saguaros,

    1. I have set the off-canvas module the option Show Sub-menu items to Yes, but still having issues. Pls see screenshot. And also the text in the mobile site left side is not looking good as no padding… and images are not responsive in mobile site.
      Check the URL in mobile: http://www.gagefx.com/index.php/products/interfaces/gageway-sm/

    2. I am able to change the copyright information.

    3. I have removed the code you mentioned and added module to the position sidebar-2. Again I need some changes here the blank part need to remove and change background color to sidebar-2 (please see the screenshot)

    1. Sidebar
    2. contact-page
    3. Mobile-site
    Saguaros Moderator
    #1055818

    Share me the Admin + FTP account so I will check for you.

    infocubic Friend
    #1055973
    This reply has been marked as private.
    Saguaros Moderator
    #1056454

    Hi,

    1) I updated this css rule int ‘custom.css’ file on your site for off-canvas:

    @media (max-width: 480px){
        .off-canvas-open .t3-off-canvas .t3-off-canvas-body ._menu .dropdown-menu .divider {
            background-color: inherit;
            height: auto;
        }
    }

    3) Updated the line 64 in ‘default.php’ file as above: < div class="col-sm-12 contact-left"> so it displays fully on that page.

    Hope this helps.

    infocubic Friend
    #1057102

    Hello Saguaros,

    Thank you for your time. Now looks good.

    But one issue still remains. In the article pages the images are not responsive when we open in mobile and tablet devices.

    Please see the screenshot.

    URL I used to take a screenshot is https://www.gagefx.com/index.php/products/gageway-interfaces/gageway-sm

    Please help me to fix this.

    Regards
    Nagesh


    1. desktop-site
    2. mobile-site
    3. In-tablet-device
    Saguaros Moderator
    #1057158

    Hi Nagesh,

    I updated into custom.css:

    @media (max-width: 992px) {
        .t3-content .article-content .article-intro img, .article-content img {
            width: auto;
            margin-right: 5px !important;
        }
    }

    You can check again.

    infocubic Friend
    #1057203

    Now it is working fine.. Thank you..

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 8 replies, has 2 voices, and was last updated by  infocubic 7 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum