Viewing 30 posts - 1 through 30 (of 30 total)
  • Author
    Posts
  • #375754
    #375885

    Hey Tobias-B-Conrad!

    I added Yigit’s code to your Quick CSS field and it appears to be working fine. If that’s not correct then take a screenshot and highlight what your trying to do so we can get a better idea.

    Regards,
    Elliott

    #375909

    HI Elliott,

    thanks for helping me. search icon is not shown all the time.
    I some size it creates a lot of white space below to show the search field.

    May create a feature request. this would be nice.
    i dream of having the search, cart and menu icon on the right side below each other in mobile view.
    so the logo is not covered by the icons to much.

    #376369

    Hey!

    Go ahead and take a screenshot and highlight exactly what your trying to do so we can get a better idea.

    Best regards,
    Elliott

    #376731
    #377119

    Hi!

    Add this to your custom CSS.

    @media only screen and (max-width: 767px) {
    .main_menu {
        left: auto !important;
        position: absolute !important;
        right: -90px !important;
        top: -5px !important;
    }
    }

    And you can move it around with the top and right values.

    Best regards,
    Elliott

    #377229

    Hey Elliott,

    I insert this code and got the icon shifting behind the cart- and menu icon.
    Above 990px the cart icon is sticked to the right window. http://awesomescreenshot.com/07c45pyr77
    Can we leave menu, cart, search sticked to the right side when showing on smaller screens.
    So the three icons not cover the logo and not cover each other.
    This could be a feature request and discussed in your team please.

    i insert into child custom css:
    /*Add your own styles here:*/
    @media only screen and (max-width: 989px) {
    .html_mobile_menu_tablet .main_menu, .html_mobile_menu_tablet #header_main_alternate, .responsive #header .main_menu ul, #top #menu-item-search { display: block; }
    .av-main-nav li { display: none; }}

    @media only screen and (max-width: 990px) {
    li#menu-item-search a { font-size: 24px!important; }
    nav.main_menu { float: right; margin-right: 15%; }}

    @media only screen and (max-width: 767px) {
    .main_menu {
    left: auto !important;
    position: absolute !important;
    right: -90px !important;
    top: -5px !important;
    }
    }

    #377558

    Hey!

    Add this.

    @media only screen and (max-width: 767px) {
    #advanced_menu_toggle {
      position: absolute;
      right: -30px !important;
      top: 0 !important;
    }
    .cart_dropdown {
        position: absolute !important;
        right: -30px !important;
        top: 70px !important;
    }
    }

    And play around with the top and right values to move them around.

    Best regards,
    Elliott

    #378034

    like you can see on https://www.santegra-international.com/ if you smaller the screen search icon i shifting and not fixed.
    No search icon/cart between 767px and fullscreen als if i change @media only screen and (max-width: 767px) { to 989px

    is there a full version of your CSS? ;-)

    my css is looking like this:
    @media only screen and (max-width: 989px) {
    .html_mobile_menu_tablet .main_menu, .html_mobile_menu_tablet #header_main_alternate, .responsive #header .main_menu ul, #top #menu-item-search { display: block; }
    .av-main-nav li { display: none; }}

    @media only screen and (max-width: 990px) {
    li#menu-item-search a { font-size: 24px!important; }
    nav.main_menu { float: right; margin-right: 15%; }}

    @media only screen and (max-width: 989px) {
    .main_menu {
    left: auto !important;
    position: absolute !important;
    right: -90px !important;
    top: -5px !important;
    }
    }
    @media only screen and (max-width: 989px) {
    #advanced_menu_toggle {
    position: absolute;
    right: -30px !important;
    top: 0 !important;
    }
    .cart_dropdown {
    position: absolute !important;
    right: -30px !important;
    top: 70px !important;
    }
    }

    i tried this also which is online at the moment:
    Still search icon/cart between 767px and fullscreen als if i change @media only screen and (max-width: 767px) { to 989px

    /*search icon, cart in mobile view*/
    @media only screen and (max-width: 989px) {
    #advanced_menu_toggle {
    position: absolute;
    right: -10px !important;
    top: 18px !important;
    }
    .cart_dropdown {
    position: absolute !important;
    right: -40px !important;
    top: 50px !important;
    }
    li#menu-item-search a { font-size: 24px!important; }
    nav.main_menu {
    position: absolute !important;
    right: -30px !important;
    top: 30px !important;
    }
    }

    If possible hand the request over to a fullsolution developer please.

    DANKE

    #379552

    Hey!

    It’s because of the custom code your using.

    nav.main_menu { float: right; margin-right: 15%; }}
    

    That is not needed at all. It’s going to change the position depending on the screen size.

    Regards,
    Elliott

    #379658

    HI thanks,
    much more logic now.

    a) why could they be not above each other?
    they all:
    position: absolute;
    right: -10px !important;

    b) No search icon/cart between 767px and fullscreen als if i change @media only screen and (max-width: 767px) { to 989px

    /*Add your own styles here:*/
    /*search icon, cart in mobile view*/
    @media only screen and (max-width: 989px) {
    .html_mobile_menu_tablet .main_menu, .html_mobile_menu_tablet #header_main_alternate, .responsive #header .main_menu ul, #top #menu-item-search { display: block; }
    .av-main-nav li { display: none; }}
    
    @media only screen and (max-width: 989px) {
    #advanced_menu_toggle {
     position: absolute;
     right: -10px !important;
     top: 18px !important;
    }
    .cart_dropdown {
       position: absolute !important;
       right: -10px !important;
       top: 50px !important;
    }
    li#menu-item-search a { font-size: 24px!important; }
    nav.main_menu { 
       position: absolute !important;
       right: -10px !important;
       top: 30px !important; 
    }
    }
    #380874

    Hey!

    1. You can move them up or down with the top value, https://kriesi.at/support/topic/mobile-search-icon-near-the-cart-in-mobile-view/#post-377558.

    2. I’m not sure what you mean here. Are you trying to hide the search and cart icons on screen sizes between 767 and 989?

    Cheers!
    Elliott

    #380964

    2.) the icon does not show up between 767 px and 989 px width.

    #381913

    Hey!

    Then change the code that I posted from this.

    @media only screen and (max-width: 767px) {
    

    To this.

    @media only screen and (max-width: 989px) {
    

    Regards,
    Elliott

    #381932

    already done if you look at the page.
    no affect.

    #382275

    Hey!

    The cart icon is showing up fine. Please try to remove browser cache then reload the page.

    Cheers!
    Ismael

    #382368

    no search does not show up on smaller screens see screenshot and try on santegra-internationa.com
    http://awesomescreenshot.com/040488ze41

    #382449

    Hi!

    Please change following code

    @media only screen and (max-width: 989px) {
    .cart_dropdown {
    position: absolute !important;
    right: -10px !important;
    top: 50px !important;
    }}

    to following one

    @media only screen and (max-width: 989px) {
    .cart_dropdown {
    position: absolute !important;
    right: 0px !important;
    top: 50px !important;
    }}

    Best regards,
    Yigit

    #387591

    Feature request: See this solution is nice:
    http://awesomescreenshot.com/0d34ak2g51

    #387719

    Hey!

    Please post your feature request here – https://kriesi.at/support/enfold-feature-requests/ :)

    Regards,
    Yigit

    #400955

    gentlemen

    could anyone tell me where is CSS tool where we can copy and past the codes you are all talking about ?

    i cannot remove this cart in my mobile page and dont understand were to past those codes

    many tanx

    #401332

    Hi!

    You can add the css codes on Enfold > General Styling > Quick CSS field. Use this:

    .cart_dropdown {
    display: none !important;
    }

    Best regards,
    Ismael

    #412100

    ok. Update to verion 3.1 fix the cart icon in mobile view 100%.
    Please show the search icon in the same way please.

    The code i use before the update was:
    I deleted this CSS on my site and wait for your new code.

    /*search icon, cart in mobile view*/
    @media only screen and (max-width: 989px) {
    .html_mobile_menu_tablet .main_menu, .html_mobile_menu_tablet #header_main_alternate, .responsive #header .main_menu ul, #top #menu-item-search { display: block; }
    .av-main-nav li { display: none; }}
    
    @media only screen and (max-width: 989px) {
    #advanced_menu_toggle {
     position: absolute;
     right: -10px !important;
     top: 18px !important;
    }
    .cart_dropdown {
       position: absolute !important;
       right: -10px !important;
       top: 50px !important;
    }
    li#menu-item-search a { font-size: 24px!important; }
    nav.main_menu { 
       position: absolute !important;
       right: -10px !important;
       top: 30px !important; 
    }
    }
    #412772

    Hey!

    If you don’t mind, please provide a screenshot on how you want the header with the cart icon to look on mobile device. It will greatly help us. Thank you.

    Best regards,
    Ismael

    #412862

    Hey Ismael,

    if you don´t mind my request is about the Search Icon.
    I provide the screenshot to get directly to the code to show the search icon.
    http://awesomescreenshot.com/0af4n6l09d

    #413347

    Hi!

    My bad. Add this to the Quick CSS field:

    @media only screen and (max-width: 989px) {
    .responsive.html_mobile_menu_tablet .main_menu .avia-menu, .responsive.html_mobile_menu_tablet .main_menu .avia-menu ul #menu-item-search {
      display: block;
      position: absolute;
      top: 0;
      right: 60px;
    }
    
    .responsive.html_mobile_menu_tablet .main_menu .avia-menu ul li{
      display: none;
    }}

    Regards,
    Ismael

    #413597

    thanks Ismael, it is working good.

    #414158

    Hey!

    Glad we could help :)

    Best regards,
    Rikard

    #679540

    hi i need help with the search icon again please.
    it is really bad that it is not an option i can activate.
    So please login
    activate the search icon under 989 px
    align the cart icon
    below 500 px the search icon and the cart icon and the menu should be under the logo.
    all icons in one line all the time.

    cachify icon is on the right corner (to empty cache)

    i am really up to quite with enfold, because everything had to be coded.
    but i this get fixed you save my website from being changed. ;-)

    #682459

    Hi,

    The search icon is disabled on mobile view because there’s not enough space in the header. If you want, you can add the search form inside the mobile menu. https://kriesi.at/support/topic/search-box-in-header-on-mobile/#post-582862

    Best regards,
    Ismael

Viewing 30 posts - 1 through 30 (of 30 total)
  • You must be logged in to reply to this topic.