Viewing 30 results - 76,681 through 76,710 (of 142,941 total)
  • Author
    Search Results
  • #822804

    Hi neonlights79,

    I see two sets. Please clear you device cache or try on another device.
    This code will show your menu:

    
    @media only screen and (max-width: 767px) {
      .responsive #top #wrap_all .av-logo-container .av-main-nav-wrap ul {
        display: block!important;
    }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #822799

    Hi zimbo,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    
    @media only screen and (min-width: 990px) and (max-width: 1150px) {
      .html_header_top .av_bottom_nav_header .av-logo-container .main_menu {
        display: block;
      }
      .html_header_top.html_bottom_nav_header #header_main_alternate .main_menu {
        display: none;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #822797
    Lknows
    Participant

    Hello All,

    I posted in a thread (now closed) about header color here:
    https://kriesi.at/support/topic/social-media-icons-colorfull-version/#post-817590

    I have been playing with this. Although the quick Css option allows me to change the color, it does not maintain the fact that the header becomes transparent/white when the user scrolls down the page (which I really liked).

    Is there a way to change the color and maintain that property?

    Thank you!

    LW

    • This topic was modified 8 years, 9 months ago by Lknows.
    #822784

    Hi!

    After Kriesi’s recommendation, i went to Appearance > Menus and clicked on “Screen options” on the top right corner and checked “description” to enable description field. Your menu text is there. Please remove/edit them as needed :)

    Regards,
    Yigit

    #822770

    Hi,

    Could you please post FTP logins here privately as well? :)
    Edit: After Kriesi’s recommendation, i went to Appearance > Menus and clicked on “Screen options” on the top right corner and checked “description” to enable description field. Your menu text is there. Please remove/edit them as needed :)

    Best regards,
    Yigit

    • This reply was modified 8 years, 9 months ago by Yigit.
    #822768

    Hi czum,

    You need to ask your provider to update to minimum php 7

    Best regards,
    Victoria

    #822767

    Hi support,

    After upgrading to 4.1.1 I have a burger menu right of the desktop menu.
    I have checked the responsive settings and it should not appear there.
    Any idea how to fix this?

    Best regards,
    Jan

    #822749
    kopf-und-stift
    Participant

    hi,
    i do not get it to work. I Searched the forum but the solutions dont work for me. I use the equal height columns in a section called #logosection.
    this is the code i am using:

    #logosection .flex_column.av_one_fifth {
    width: 14.5% !important;
    margin-left: 2% !important;
    } 
    #logosection .flex_column.av_one_fifth.first {
    clear: none !important;
    margin-left: 2% !important;
    }
    #logosection .flex_column.av_one_fifth:nth-child(6) {
    margin-top: 0 !important;
    }

    but the sixth column is always in a new line.

    #822746

    Great!

    Do you need assistance with this topic, or can we close this thread? :)

    Best regards,
    Sarah

    #822734
    Reiep
    Participant

    Hi,
    First of all, I must say I was very happy to see that an horizontal gallery has been implemented in Enfold. I’ve wanted one for a long time. I’ve implemented a test on my website and here is what I think needs to be improved fast in order to be usable, at least for me :)

    1. – Mobile support is horrible. I just can’t use this in production on a website where a nice chunk of the users are coming from mobile platforms. All the photos are cut in something close to 2:1 ration, including portrait oriented photos. I would much rather either have a user defined height, or even better display all the photos vertically as the Masonry gallery does. Plus, there is no indication that the user can scroll left or right. I see it does the same on the Enfold demo, so it doesn’t seem to be a bad setup on my side.
    2. – It would be nice to have the first and last photo centered when they are reached, with having a “blank” element before the first and after the last
    3. – It would be nice to have the possibility to loop on the photos

    Those are the 3 things that bug me right now. The later 2 are not critical, but the Mobile support is. If I want to implement the Horizontal Slider it means I have to create 2 galleries, 1 Horizontal for desktop, and 1 dedicated for Mobile, which is a no-go. I really hope it will be fixed soon, as it was a feature I was waiting for for a long time.
    Thanks.

    • This topic was modified 8 years, 9 months ago by Reiep.
    #822732

    Hey ccyran,

    That’s strange. #scroll-top-link should only affect the Scroll Top Button. The CSS that you last shared with us is missing a closing curly bracket, which can affect/negate your other CSS. Can you check if your brackets are properly closed, please? :)

    Best regards,
    Sarah

    #822729

    ok, see below
    I have 3 issues:
    1. hamburger menu overlaps the cart icon in iphone 6 (cart page, my count page, check out page, some other page is better)
    https://drive.google.com/file/d/0B6L9QZ3Td5YjQlEwdFloQ21CV0k/view?usp=sharing

    2. laptop menu overlaps almost the whole page in FIreFOX like above google link show
    https://drive.google.com/file/d/0B6L9QZ3Td5YjR05LaHlvOC03S3c/view?usp=sharing

    3. I added a shipping phone field in the shipping address. I want this new field stays between the post code and save address, and it should be floating to left. how to make it by quick CSS?
    https://drive.google.com/file/d/0B6L9QZ3Td5YjWnR3VER3NFFNZUU/view?usp=sharing

    Hi,

    Add the following to quick css:

    @media only screen and (max-width: 767px)  {
    span.logo a img{
    max-height:70px!important;
    }
    .responsive #top #wrap_all .main_menu{
    left:160px!important;
    }
    
    #menu-item-shop .cart_dropdown_link {
    padding:0 20px!important
    }
    }

    Best regards,
    Jordan Shannon

    #822722

    Hello Victoria,

    Apologies for the delayed reply. Clearing the cache in Vivaldi worked fine. Thanks!

    But the issue seems to persist in iPad. Tried both the codes

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive.html_mobile_menu_tablet.html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 123px;
    }}

    and

    @media only screen and (max-width: 479px) {
    .responsive #top .av_header_transparency.av_alternate_logo_active .logo a>img {
    opacity: 1;
    width: 70%;
    }}

    Would be great if you can provide a solution for this.

    Warm Regards

    #822716
    clairemartindigital
    Participant

    hi guys,

    i noticed that recently the ajax add to cart shortcode button on the homepage stopped working. it used to work within the last month. not sure what changed. i disabled plugins – no change. any suggestions?

    thanks

    Hey salvatore,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
    Here is how to change the marker:

    Best regards,
    Victoria

    #822711

    In reply to: Remove tabcontainer

    Hi,

    I added the following to quick css just to hide it:

    .tabcontainer.top_tab{display:none;}

    I have not seen those tabs by default on a post before and there was in fact no option on the page to remove it. Perhaps a plugin is causing it.

    Best regards,
    Jordan Shannon

    #822700

    Hi Rainer,

    Could this be a cdn issue?
    https://kriesi.at/support/topic/contact-form-resetting-to-defaults/#post-391712

    Best regards,
    Victoria

    #822698

    Ok Thanks

    if there another enfold element I can use to achieve this or do you know of another plugin?
    My client really likes http://www.brockforsblom.com/ on both desktop and mobile

    #822692

    Hi PaddleSurfEs,

    This line has to target the link, not the span and the function a() has to be :)

    
    function a() {
        $('#top .logo a').attr('rel', 'nofollow');
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #822679

    Hi Carolin,

    Below is my suggestion for the iPad 768-1024 view
    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .avia-section-huge .content {
           padding-top: 50px;
           padding-bottom: 30px;
      }
      #top .no_margin.av_one_half {
        width: 100%;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
     }
     #av-layout-grid-1 h3,
     #av-layout-grid-2 h3,
     #av-layout-grid-3 h3 {
       font-size: 24px !important;
     }
       #top .no_margin.av_one_half.avia-builder-el-25,
       #top .no_margin.av_one_half.avia-builder-el-28,
       #top .no_margin.av_one_half.avia-builder-el-30 {
         padding-top: 0px !important;
         padding-bottom: 0px !important;
       }
          #top .no_margin.av_one_half.avia-builder-el-16 {
            display:none;
          }
    }
    

    Let me know what you think.
    If you need further assistance please let us know.
    Best regards,
    Victoria

    #822676

    Hi,

    Add the following:

    #top .main_color blockquote p{
        padding:10px 0px 10px 30px;
    }

    Best regards,
    Jordan Shannon

    #822654

    Hi Camilla88,

    I don’t see a secondary menu on either of them.

    Here are some threads to consider:

    Best regards,
    Victoria

    #822653

    Shalom,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .html_av-overlay-side-classic #top.rtl #wrap_all .av-burger-overlay #av-burger-menu-ul li a {
        text-align: right;
    }
    .html_av-overlay-side #top.rtl #wrap_all .av-burger-overlay li li a {
        padding-right: 70px;
    }
    

    Best regards,
    Yigit

    #822645

    Hi mikeschepker!

    Please refer to this post – https://kriesi.at/support/topic/enfold-version-4-1-update-troubles/#post-819186 and let us know if that does not help

    Regards,
    Yigit

    #822639

    Hey raslade,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #top .av-subnav-menu > li ul {
        width: 325px;
    }
    
    #top .av-subnav-menu > li ul li {
        display: inline-block;
    }
    

    Best regards,
    Yigit

    #822624

    Great, thanks Rikard!
    Is it also posible to add some extra padding in the background (top and bottom) and in the red line at the beginning of the b-quote

    #822615
    domvitz
    Participant

    Hi,

    I dont seem to be able to see any of the sidebars within the site. I have added demo content to each sidebar option and they are not showing up on any of the pages. Any ideas?

    This is the second time i have asked this question as the first answers did not help or solve and someone closed the topic so I was unable to explain this.

    Please advise

    Many thanks

    #822598

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    #top .main_color blockquote {
        background-color: #ddd;
    }

    Best regards,
    Rikard

    Hi andreasjustesen,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .page-id-585 .main_color.iconbox_top .iconbox_content {
      background: rgba(255, 255, 255, 0.3);
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 30 results - 76,681 through 76,710 (of 142,941 total)