Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • Ly Long Ly Long Friend
    #200414

    Hi there

    May I asks you a question about Megamenu

    Every time I interactive with Menu like add, publish or unpublish Menu Item, It alway lose Megamenu format

    To fix it, I have to go to Main Menu and set Language = All to all Menu item

    Then i have to go to Template Manager -> Megamenu and fix it to right format

    And the rusult is

    Can you tell us a little about this problem, and if you can please fix it to us

    Thanks in advance for your kind help.
    I look forward to hearing from you soon.


    1. 1
    2. 2
    3. 3
    4. 4
    Ninja Lead Moderator
    #545621

    Something is not right in the configuration from Menu of your site. You have to change with my solution below

    + Create Main menu and set it ALL language(only HOME page).

    + Create Main menu EN language with all menu items and set it EN language.

    + Create Main menu VN language with all menu items and set it VN language.

    You can have a look at userguide more detail for reference here

    With broken menu issue, you can change width in menu item like this screenshot


    1. change_width
    Ly Long Ly Long Friend
    #546107

    Thank for your help but can I ask more about module Connect with us

    I have just unpublished and then published it

    Then the format also have been broken

    I still haven’t changed anything in code

    Can you tell me a little about this problem, and if you can please fix it :laugh:

    Thanks in advance for your kind help.
    I look forward to hearing from you soon.


    1. ask1
    2. Ask2
    3. ask3
    Ninja Lead Moderator
    #546309

    It looks like you enable the default editor when adding content to this custom HTML module. A known issue is that editor often strips tags in custom HTML module so that it’s broken on your site.

    First of all, you will need to disable default editor by going to: Admin site -> Global Configuration -> Default Editor set Editor – None

    Then go to Connect with us module in Module Manager and add following content:


    <p>We're on Social Networks. Follow us & get in touch.</p>
    <!-- AddThis Follow BEGIN -->
    <div class="social-list addthis_toolbox">
    <a class="addthis_button_facebook_follow" addthis:userid="joomlart"><i class="fa fa-facebook"></i></a>
    <a class="addthis_button_twitter_follow" addthis:userid="JoomlArt"><i class="fa fa-twitter"></i></a>
    <a class="addthis_button_google_follow" addthis:userid="joomla.org/rss.html"><i class="fa fa-google-plus"></i></a>
    <a class="addthis_button_rss_follow" addthis:userid="joomla.org/rss.html"><i class="fa fa-rss"></i></a>
    <a class="addthis_button_linkedin_follow" addthis:userid="joomla"><i class="fa fa-linkedin"></i></a>
    </div>
    <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-523d4894767843b5"></script>
    <!-- AddThis Follow END -->

    and it will look like this


    1. Connect_with_us
    Ly Long Ly Long Friend
    #546610

    Ok, I got it. Well, It’s very kind of you, but I really need your help for several times more.

    And today i want to ask about responsive problem

    In JA_University_t3 – Home Styles I can find easily the place to put slideshow at slideshow position. And it’s responsive by auto hide when people view on mobile, tablet…

    But in JA_University_t3 – Default Styles I can’t find slideshow position. So I have to put it in otherinfo position. And as the result, when people view on mobile, tablet… it isn’t responsive. It isn’t hidden as usual and the caption box is too high and lose some sentences.

    Can I hide it like when it was put at JA_University_t3 – Home?

    The same problem with image in module Sample banner 4 at position sidebar-1. Can it automatically resize like image in module Introduction at position-1(See 1st and 2nd image from the top) ?

    It doesn’t resize automatically

    Thanks in advance for your kind help.
    I look forward to hearing from you soon.


    1. 1
    2. 2
    3. 4
    4. 5
    5. 3
    Ninja Lead Moderator
    #546656

    If you look at the corresponding template file of these 2 layouts: templates/ja_university_t3/tpls/home.php
    templates/ja_university_t3/tpls/default.php

    you will see that the slideshow is loaded in ‘Home’ layout only

    <?php $this->loadBlock('slideshow') ?>

    If you wish to add sideshow position in Default you can add it likes as Home.

    JA Slidehow module could not support responsive, that’s why you see it’s hidden from mobile layout.

    About the responsive image in sidebar, you can use the css style below

    Create templates/ja_university_t3/css/custom.css file and add new rule

    @media screen and (max-width: 767px) {
    .t3-sidebar > .t3-sidebar-1 .custom img {
    width: 100% !important;
    }
    }

    Ly Long Ly Long Friend
    #546926

    I added slideshow position into JA_University_t3 – Default Styles successfully

    And like you said:”A Slidehow module could not support responsive, that’s why you see it’s hidden from mobile layout”

    so why it isn’t hidden in JA_University_t3 – Default Styles


    1. 1
    Ninja Lead Moderator
    #546966

    In mobile layout has option to disable it, I just helped you to hide it, see the screenshot

    For now, it’s disabling as well


    1. disable_mobile_layout
    Ly Long Ly Long Friend
    #547071

    I have followed your introduction to fixed it

    And Well, the slideshow is hidden when see in full view

    but when see in small view it isn’t hidden

    And we expect the opposite side: show in full view and hide in small view

    So how could I do it


    1. 1
    2. 2
    3. 3
    Ninja Lead Moderator
    #547124

    Try to check it again

    I have hided it from Extra Small and Small layouts on your site.


    1. hide_mobile_layout
Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 10 replies, has 2 voices, and was last updated by  Ninja Lead 9 years, 8 months ago.

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