test melih
 melih

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 7 years ago by  bmxnskate.
    • This topic was modified 7 years 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 7 years 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:

    1.  
    2. .t3-header-wrap {
    3. z-index: 99;
    4. }
    5. .nav-pills > li > a {
    6. background-color: rgba(0, 0, 0, 0.3);
    7. border-radius: 25px;
    8. color: #555555;
    9. margin-bottom: 5px;
    10. margin-right: 5px;
    11. }
    12. .nav-pills > li > a:focus {
    13. background-color: #b90045;
    14. border-radius: 25px;
    15. color: #fff;
    16. }
    17. .nav-pills > li > a:hover {
    18. background-color: #b90045;
    19. border-radius: 25px;
    20. color: #fff;
    21. }
    22.  
    23. .joms-notifications
    24. {
    25. background: rgba(255,255,255,0.2);
    26. border-radius: 20px;
    27. color: #ffffff;
    28. width: 89%;
    29. display: inline-block;
    30. font-size: 12px;
    31. font-weight: 500;
    32. height: 36px;
    33. letter-spacing: 1px;
    34. line-height: 36px;
    35. text-transform: uppercase;
    36. margin-top: 12px;
    37. margin-left: 12px;
    38. padding: 0 15px;}
    39. .joms-icon {
    40. fill: #ffffff;
    41. padding-left: 3px;
    42. }

    but i dont like to use z-index to much

    • This reply was modified 7 years ago by  bmxnskate.
    • This reply was modified 7 years ago by  bmxnskate.
    • This reply was modified 7 years 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:

    1.  
    2. .t3-header-wrap {
    3. z-index: 99;
    4. }
    5. .modal-dialog {
    6. z-index: 999000;
    7. }
    8. .nav-pills > li > a {
    9. background-color: rgba(0, 0, 0, 0.3);
    10. border-radius: 25px;
    11. color: #555555;
    12. margin-bottom: 5px;
    13. margin-right: 5px;
    14. }
    15. .nav-pills > li > a:focus {
    16. background-color: #b90045;
    17. border-radius: 25px;
    18. color: #fff;
    19. }
    20. .nav-pills > li > a:hover {
    21. background-color: #b90045;
    22. border-radius: 25px;
    23. color: #fff;
    24. }
    25. .joms-notifications
    26. {
    27. background: rgba(255,255,255,0.2);
    28. border-radius: 20px;
    29. color: #ffffff;
    30. width: 89%;
    31. display: inline-block;
    32. font-size: 12px;
    33. font-weight: 500;
    34. height: 36px;
    35. letter-spacing: 1px;
    36. line-height: 36px;
    37. text-transform: uppercase;
    38. margin-top: 12px;
    39. margin-left: 12px;
    40. padding: 0 15px;}
    41. .joms-icon {
    42. fill: #ffffff;
    43. padding-left: 3px;
    44. }

    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 7 years ago by  bmxnskate.
    • This reply was modified 7 years ago by  bmxnskate.
    • This reply was modified 7 years ago by  bmxnskate.
    • This reply was modified 7 years ago by  bmxnskate.
    • This reply was modified 7 years ago by  bmxnskate.
    • This reply was modified 7 years ago by  bmxnskate.
    • This reply was modified 7 years 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, 11 months ago.

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