Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • 7of9 Friend
    #1084570

    Hi,

    Positions topbar-1 and loginload do not show on the mobile phone.
    I have checked the responsive layout of both default and features-intro and in both cases, it does not appear that the positions are hidden. I don’t even have the option to hide them.
    How can I make them visible on the phone layout?

    Thank you in advance and Happy New Year.

    7of9 Friend
    #1084577

    Update:
    I added the following code to correct the issue:

    @media (max-width: 768px) {
        .topbar-1 {
            display: initial !important;
        }
    }

    However, isn’t there any way to fix it from the template manager at the layout section?

    Thank you in advance.

    Pankaj Sharma Moderator
    #1084652

    Hi
    open template folder /tpls/blocks/topbar.php file
    Find

    <div class="topbar-1 col-xs-12 col-sm-5 hidden-xs">

    replace it with

    <div class="topbar-1 col-xs-12 col-sm-5 ">

    Now remove the code you added in the custom.css file and check your site.

    Regards

    7of9 Friend
    #1084658

    Thanks, but this also means I need to change the code. Plus, I am going to loose the change when I update the template. My question was if there is a way to do it without any code change, by using the theme template manager from the Joomla back end. (Extensions/Template/Styles). I can do it for other positions, but not for those.

    Thank you in advance.

    Pankaj Sharma Moderator
    #1084705

    Hi
    Its not work for these positions but you can make an override of /tpls/blocks/topbar.php file
    file in the /local/tpls/blocks/topbar.php file
    it will not be overridden on the template update. I will share the feedback to the development team as well to consider this option for all module positions.

    Regards

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

This topic contains 4 replies, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 10 months ago.

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