Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Aratype Friend
    #193899

    Dear all,

    I mentioned before this issue but our friend Arvind had no Nexus to check it. Now with Genymotion (http://www.genymotion.com/) you can test your websites with Android 🙂

    The vertical menu and its logo in the LtR version (just in the left side of the logo):

    The menu in the RtL version is disappeared 🙁

    For your information:

    My website: http://www.makanez.net

    The vertical menu and its logo should be positioned (in the RtL version) to the right of the website’s logo.

    When I open the vertical menu it should be aligned to the right side of the screen…

    Please do not hesitate to add any comments if it is not clear for you….

    Thanking you in advance


    1. Capture-Nexus-RtL
    2. Capture-Nexus-LtR
    Nazario A Friend
    #519245

    @aratype,

    Please try to open file: /templates/css/rtl/template-responsive.css then find and modify as the red line of code:

    #t3-header {
    background: none repeat scroll 0 0 #000000
    display: inline-block;
    float: left;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    }

    You will see as this image:

    Let me know how it goes


    1. smashboard2
    Aratype Friend
    #519387

    Thank you, I tried with these but it does not work… I left the second code, you can see it….

    1768:
    #t3-header {
    background: #000
    display: inline-block;
    float: left;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;

    or

    #t3-header {
    background: none repeat scroll 0 0 #000000
    display: inline-block;
    float: left;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    }

    Nazario A Friend
    #519440

    @aratype,

    Please try to create new file with name of “custom.css” into /templates/ja_smashboard/css/ directory , then add this CSS rule:

    @media (max-width: 767px){
    #t3-header{
    z-index: 1000;
    }
    }

    Let me know if this helps.

    Aratype Friend
    #519651

    Thank you very much, it works perfectly.

    However, please advise the JA dev team that it should be integrated in the template code.

    By the way, I do not know why when I have a notification it takes one day to see the post!

    Without notification I see it immediately

    Here Xperia S:


    1. Capture-XperisS
    Nazario A Friend
    #519804

    @aratype,

    <blockquote>However, please advise the JA dev team that it should be integrated in the template code.</blockquote>

    Since I can’t reproduce this error in our demo site so I just give you temporary solution. You can check here: http://joomla-templates.joomlart.com/ja_smashboard/index.php/en/

    <blockquote>By the way, I do not know why when I have a notification it takes one day to see the post!

    Without notification I see it immediately</blockquote>

    We will ask forum moderator to check this problem. Hope for your patience on this.

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

This topic contains 6 replies, has 2 voices, and was last updated by  Nazario A 10 years, 10 months ago.

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