Tagged: , ,

Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • bmxnskate Friend
    #1088231

    We found finally or template but on mobile version the menu (on top) is behind the content and if you are not on the home start screen, there is a black menu on the right side only (see attachments) 🙁

    see screenprints

    • This topic was modified 6 years, 2 months ago by  bmxnskate.
    • This topic was modified 6 years, 2 months ago by  bmxnskate.

    1. Screenshot_20180124-025024
    2. Screenshot_20180124-025049
    3. Screenshot_20180124-025158
    Saguaros Moderator
    #1088374

    Hi,

    It seems that you set the header to be fixed position so it happens, do you want it looks like our demo, right?

    bmxnskate Friend
    #1088408

    Hi, yes thats right – just the gray backround is better than the transparent background on the demo

    bmxnskate Friend
    #1088523

    But now i am confussed to, i have not set the header different from the quickstart installation, and the updates – but i liked the new design you guys offered with the gray background in the menu… header to be fixed position – can you please be so kind and tell me where i can change this?

    • This reply was modified 6 years, 2 months ago by  bmxnskate.
    bmxnskate Friend
    #1088544

    .t3-mainnav {
    border-left: 0;
    border-right: 0;
    margin-bottom: 0;
    border-radius: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    position: static;
    }

    Posisition is not fixed its static

    Saguaros Moderator
    #1088610

    Do you mean that you want to have its sticky on mobile view?

    bmxnskate Friend
    #1088671

    Its will be just fine if its works and looks like on the DEMO from you, there is to an issue to with the JA LOGIN here https://mieterpartei.eu/de/programm-ziele/kurzprogramm its behind masshead. Can you please just fixed it like on the demo.

    I fixed the mbile menu with this (.t3-header-wrap) and use the other stuff to style 2 other things addional:

    
    .t3-header-wrap {
        z-index: 99;
    }
    .nav-pills > li > a {
      background-color: rgba(0, 0, 0, 0.3);
      border-radius: 25px;
      color: #555555;
      margin-bottom: 5px;
      margin-right: 5px;
    }
    .nav-pills > li > a:focus {
      background-color: #b90045;
      border-radius: 25px;
      color: #fff;
    }
    .nav-pills > li > a:hover {
      background-color: #b90045;
      border-radius: 25px;
      color: #fff;
    }
    
    .joms-notifications 
    {
        background: rgba(255,255,255,0.2);
        border-radius: 20px;
        color: #ffffff;
        width: 89%;
        display: inline-block;
        font-size: 12px;
        font-weight: 500;
        height: 36px;
        letter-spacing: 1px;
        line-height: 36px;
        text-transform: uppercase;
        margin-top: 12px;
        margin-left: 12px;
        padding: 0 15px;}
    .joms-icon {
        fill: #ffffff;
        padding-left: 3px;
    }
    

    but i dont like to use z-index to much

    • This reply was modified 6 years, 2 months ago by  bmxnskate.
    • This reply was modified 6 years, 2 months ago by  bmxnskate.
    • This reply was modified 6 years, 2 months ago by  bmxnskate.
    Saguaros Moderator
    #1088897

    Hi,

    As I can see that the header including the login displays above other content now on mobile view, did you get it solved?


    1. Screen-Shot-2018-01-29-at-15.21.05
    bmxnskate Friend
    #1088967

    I solved it with an additional code, from my side:

    .t3-header-wrap { z-index: 99; }

    but should it not be fixed anyway in the template itself – for other customers for example? Like I told you its was a quick start installation and one update (provided from joomlart).

    Anyway, I fixed it myself, but the Ja Login Module still disappears behind JA Masthead or other modules – even on not mobile screen. See attachment.

    enter image description here

    I have reinstall – but no success – its still so, even the fixed menu you talked before i can´t find, and i did not set anything up in the template or css. Just entered styling for to moduls that i will show here (+code where iI try to fix the template it self) under TEMPLATE – CUSTOM CODE – After , not more not less:

    
    .t3-header-wrap {
        z-index: 99;
    }
    .modal-dialog {
        z-index: 999000;
    }
    .nav-pills > li > a {
      background-color: rgba(0, 0, 0, 0.3);
      border-radius: 25px;
      color: #555555;
      margin-bottom: 5px;
      margin-right: 5px;
    }
    .nav-pills > li > a:focus {
      background-color: #b90045;
      border-radius: 25px;
      color: #fff;
    }
    .nav-pills > li > a:hover {
      background-color: #b90045;
      border-radius: 25px;
      color: #fff;
    }
    .joms-notifications 
    {
        background: rgba(255,255,255,0.2);
        border-radius: 20px;
        color: #ffffff;
        width: 89%;
        display: inline-block;
        font-size: 12px;
        font-weight: 500;
        height: 36px;
        letter-spacing: 1px;
        line-height: 36px;
        text-transform: uppercase;
        margin-top: 12px;
        margin-left: 12px;
        padding: 0 15px;}
    .joms-icon {
        fill: #ffffff;
        padding-left: 3px;
    }
    

    PLEASE BE SO KIND AND FIX IT LIKE ON YOUR DEMO – BEFORE WE CHAT JUST A MONTH WITH NO RESULTS. THANKS A LOT

    • This reply was modified 6 years, 2 months ago by  bmxnskate.
    • This reply was modified 6 years, 2 months ago by  bmxnskate.
    • This reply was modified 6 years, 2 months ago by  bmxnskate.
    • This reply was modified 6 years, 2 months ago by  bmxnskate.
    • This reply was modified 6 years, 2 months ago by  bmxnskate.
    • This reply was modified 6 years, 2 months ago by  bmxnskate.
    • This reply was modified 6 years, 2 months ago by  bmxnskate.

    1. jaeventsprobs1
    Saguaros Moderator
    #1089046

    Hi,

    Kindly share the FTP account of your site, I will check the code for you.

    bmxnskate Friend
    #1089421
    This reply has been marked as private.
    Saguaros Moderator
    #1089694

    Let me check and will get back to you.

    bmxnskate Friend
    #1090373

    Hi Saguaros,

    are there any News about it

    bmxnskate Friend
    #1091732

    Any update at all?

    Saguaros Moderator
    #1091845

    Hi,

    As I can see that the only difference now is that the menu on mobile sticky, do you want to remove it also?

Viewing 15 posts - 1 through 15 (of 17 total)

This topic contains 16 replies, has 2 voices, and was last updated by  Saguaros 6 years, 1 month ago.

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