Viewing 30 results - 76,561 through 76,590 (of 142,941 total)
  • Author
    Search Results
  • #823819

    Hi Rikard.
    My apologies.
    My client would like the title to be the same distance from the left of the page and from the bottom of the header.
    It’s about 350mm from the left at the moment ( sorry for the carpenter’s measure! )
    Can I have some css to move it up so it is 350mm from the bottom of the top header?

    Mark.

    #823816

    Hi Giorgio,

    Actually thanks for working out a fix! Yea, I haven’t gone back to the previous version, hopefully they will fix it. The link doesn’t become clickable in Mobiles, but in desktop it becomes clickable. Not an huge issue, but still its a bug.

    Thanks again!

    #823808

    Hi Giorgio,
    I tried your solution on my site, but it did not work :(
    I see that it works on your mobile site, but if I am on a laptop or desktop and I click on your menu “Prodotti” ou “Servizi” for exemple, the link goes to a white page… it’s not perfect.

    #823794

    Sure, essentially i’ve the same” problem” ot this guy https://kriesi.at/support/topic/enfold-full-width-menu/

    i would like the background white space of the mega menu to be full width,

    added link to the site in the private data

    thanks for any help

    Hey afarahani,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? Do you have some JavaScript that changes the order of the elements?
    To change the form styles you can use css like below

    #top div .av-light-form input[type='text'] {
      your style goes here
    }
    

    Best regards,
    Victoria

    maxgorelkine
    Participant

    Hello,
    I’m trying to setup a fullscreen video slide, which works great on desktop computers.
    Unfortunately, even after setting up a fallback image, when I try to launch the video on mobile devices (ipad, iphone) by touching the image, the video doesn’t start to play.
    Am I doing something wrong?
    Thanks a lot!

    #823739

    I solved with a bunch of css lines:

    Hope these lines can helps others:

    /* regole andrea cerca */
    .html_header_top.html_header_sticky #top #wrap_all #main{
        padding-top: 171px !important;
    }
    
    #menu-item-search {
        position: absolute;
        width: 100%;
        background: white;
        left: 0;
        top: 134px;
    }
    #top #searchform>div{
        max-width: 100%;
    }
    #avia-menu #menu-item-search{
        display: none;
    }
    input#s{
        text-align: center;
    }
    .ajax_search_title{
        color: #8cae56 !important;
    }
    
    @media (min-width: 1151px){
        #header .avia_mega_div{
            margin-top: 40px !important;
        }
        li#menu-item-480 ul.sub-menu{
            padding-top: 40px !important;
        }
    }
    
    @media (min-width: 768px){
        #menu-item-search{
            position: fixed;
        }
    }
    @media (max-width: 767px){
        #menu-item-search{
            top: 128px;
        }
        .responsive .logo img{
            max-height: 60px;
            height: 60px !important;
            top: -8px;
        }
        #advanced_menu_toggle{
            top: 28px !important;
        }
    }
    
    /* Questo per le colorazioni  */ 
    @media (min-width: 1151px){
        ul.sub-menu a{
            background: transparent !important;
            border: 0 !important;
        }
        ul.sub-menu li:hover{
            /* Colore di Default */
            background:#0c5ca2;
        }
        #top #header .avia_mega_div > .sub-menu > li{
            padding-top: 0 !important;
            -webkit-transition: all .3s linear;
    		-moz-transition: all .3s linear;
    		-o-transition: all .3s linear;
    		transition: all .3s linear;
        }
    /* fine regole andrea cerca */    
    
        /* Colori Voci Menu */
    
    /* ---prima riga -- */
    
    /* servizi-h24 */ 
     li#menu-item-811:hover{
            background: #0c5ca2;
    }
    
    /* Poliambulatori Specialistici  */
     li#menu-item-808:hover{
            background: #745f7e;
    }
    
    /* ricoveri */
     li#menu-item-333:hover{
            background: #5CC9F5;
    }
    
    /* analisi cliniche */
      li#menu-item-334:hover{
            background: pink;
        }
    
    /* --- seconda riga -- */
    
    /* diagnostica per immagini */
     li#menu-item-336:hover{
            background: #4ecac2;
    }
    
    /* centro-cuore */
     li#menu-item-340:hover{
            background: #b02b2c;
    }
    
    /* maternità ostetricia ginecologia */
     li#menu-item-341:hover{
            background: #d4b4ce;
    }        
            
    /* ambulatorio-infermieristico */
     li#menu-item-353:hover{
            background: grey;
    }
    
    /* ---terza riga -- */
    
    /* servizi-sanitari-a-domicilio */
     li#menu-item-342:hover{
            background: #6E2233;
    }
    
    /* sportclinique */
     li#menu-item-344:hover{
            background: #83a846;
    }
    
    /* checkup */
     li#menu-item-354:hover{
            background: #745F7E;
    }
    
    /* Questo invece se ti serve di vedere il menu direttamente aperto fisso */
    
     /* .av-main-nav > li{
    	overflow: visible !important;
    }
    #top #wrap_all .av-main-nav ul > li:hover > a, #top #wrap_all .avia_mega_div, #top #wrap_all .avia_mega_div ul, #top #wrap_all .av-main-nav ul ul{
    	opacity: 1 !important;
    	display: block !important;
    } */
    
    /* fine  */
    
    @media only screen and (max-width: 1150px) {
    nav.main_menu { display: none !important; }
    #advanced_menu_toggle { display: block !important; }
    }
    
       #top #header_main > .container, #top #header_main > .container .main_menu ul > li > a, #top #header_main #menu-item-shop .cart_dropdown_link {
        height: 100px !important;
        line-height: 80px !important;
        }}
    
    div.av_iconlist_title.iconlist_title_small a {
        text-decoration: underline !important;
    }
    span.copyright {
    width: 100%;
      font-size: 15px;
    text-align: center;
    }
    
    strong.logo a img {
        margin-top: 12px;
    }
    
    .main_color .toggler:hover {
    background-color: #0c5ca2 !important;
    color: #fff !important;
    }
    
    span.toggle_icon:hover {
    background-color: #0c5ca2 !important;
    color: #fff !important;
    }
    
    span.hor_icon:hover {
    background-color: #0c5ca2 !important;
    color: #fff !important;
    }
    
    ul.av-share-box-list noLightbox {
    color: #0c5ca2 !important;
    }
    
    ul.av-share-box-list.noLightbox {
        border-color: #0c5ca2 !important;
    }
    
    li.av-share-link.av-social-link-twitter a {
        border-color: #0c5ca2 !important;
    }
    
    div.phone-info {
        border-style: dotted;
        border-width: 1px;
        border-color: #ab5e62;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    div.phone-info:hover {
        border-style: dashed;
        border-width: 1px;
        border-color: #ab5e62;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    ul.sub-menu {
        background-color: #ffffff !important;
    }
    
    /* home 2  */
    
    a.avia-button.av-icon-on-hover.avia-icon_select-yes-right-icon.avia-color-dark.avia-size-medium.avia-position-center {
        border-color: #0c5ca2 !important;
    }
    
    /* span.avia_iconbox_title {
        color: #0c5ca2;
    }
    
    span.avia_iconbox_title:hover {
        color: #5e82ad;
    }
    */
    
    /*  colore slide news homepage */
    h3.slide-entry-title.entry-title a {
        color: #ffffff !important;
    }
    
    / * nascondo ALLERGOLOGIA */
    ul.nested_nav {
        display: none !important;
    }
    li.page_item.page-item-103 a {
        display: none;
    }
    
    ul.nested_nav {
        display: none;
    }
    
    span.menu-image-title {
        line-height: 70% !important;
    } 
    
    span.menu-image-title:active {
       color: #ab5e62;
    }
    
    a.av-section-tab-title.av-active-tab-title.av-tab-with-icon.av-tab-no-image {
        color: #ffffff !important;
    }
    
    li.noMobile.menu-item.menu-item-search-dropdown.menu-item-avia-special a {
        font-size: 22px !important;
    color: #83a846 !important;
    }
    
    div.av-flex-placeholder {
        width: 40px !important;
    }
    
    #top #s { 
    color: #83a846 !important;
    }
    
    .header_color .avia-tt, .header_color .avia-tt .avia-arrow, .header_color .avia-tt .avia-arrow { background-color: #83a846; border-color: #fff; }
    
    ajax_search_excerpt { 
    font-weight: bold;
    color: #fff !important;
    }
    
    a.ajax_search_entry.ajax_search_entry_view_all {
        background-color: #ffffff !important;
    }
    
    a.ajax_search_entry.with_image:hover {
        background-color: #d4b4ce !important;
    }
    
    #s {
        font-size: 13px !important;
    }
    
    /* customizzo tab homepage */
    div.av-layout-tab.av-animation-delay-container.av-active-tab-content.__av_init_open.avia-builder-el-34.el_before_av_tab_sub_section.avia-builder-el-first {
        background-color: #d4b4ce;
    }
    
    div.av-layout-tab.av-animation-delay-container.avia-builder-el-41.el_after_av_tab_sub_section.el_before_av_tab_sub_section.av-active-tab-content {
        background-color: #4ecac2;
    }
    
    div.av-layout-tab.av-animation-delay-container.avia-builder-el-44.el_after_av_tab_sub_section.avia-builder-el-last.av-active-tab-content {
        background-color: #ab5e62;
    }
    
    /* fine */
    
    #top #header_main > .container, #top #header_main > .container .main_menu ul > li > a, #top #header_main #menu-item-shop .cart_dropdown_link{
    	height: 100px !important;
        line-height: 80px !important;
        position: relative;
    }
    
    /* regole per interlinea megamenu andrea */
    .menu-item a.menu-image-title-after.menu-image-not-hovered img, .menu-item a.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper {
        padding-right: 10px;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .sub-menu span.menu-image-title{
    	padding-left: 50px;
    	line-height: 16px !important;
    	vertical-align: middle;
    	display: inline-block;
    }
    
    

    #823728

    Hello Nikko,
    yes I am using a child theme.
    I have some customization in Enfold > Header and probably the following in Quick CSS has to do with header
    }
    @media only screen and (max-width:767px) {
    .avia-slideshow-inner, .avia-slideshow-inner img {
    height: 180px !important;
    }

    To force menu to show in tablet and mobile I chose the option
    Enfold > Main menu > Burger mobile menu > always display menu item.
    But honestly I don’t like it. I would prefer as before: display submenu items on click. But it doesn’t work.

    The second point is that the burger menu option never displayed in my enfold header menu. Even using the option “logo right, menu left”. It was not a problem until the last update because I was not interested in the burger menu option in my desktop version.
    But probably there was an error since then and now this error affects also the mobile and tablet version.

    Thanks.

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #823708

    Hi,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    You can close this thread; everything has been fixed. Thank you so much.
    Here is a link to an unrelated problem:

    #823686

    Hi Christophe,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    Hi Stefan,

    Great, glad you found a solution and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #823682
    This reply has been marked as private.

    Hi,

    Great, glad you got it working and thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #823676

    Hi Tony,

    Great, glad you got things working and thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    • This reply was modified 8 years, 9 months ago by Rikard.

    Hi,

    Great, glad you found the problem and thanks for letting us know. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #823669

    Hey NetphoriaInc,

    Can you try to remove this css code in your Quick CSS:

    #avia-menu li.current-menu-item>a {
        padding: 0 !important;
    }

    then flush the cache from Autoptimize. Hope this helps :)

    Best regards,
    Nikko

    Hey Eleina_Shinn,

    Yes, try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      .home #after_full_slider_1 .flex_column.av_one_full.avia-builder-el-1 {
        margin-top: 0 !important;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #823665
    gemmapds
    Participant

    My site is running on WordPress version 4.8 and Enfold theme version 4.0.7 and using ImageMapper plugin
    I found the problem.
    When hover image – highlight mapper works fine on Desktop (1680px*1050px) but seems to move on laptop (1366px * 768px)
    Desktop version
    desktop-version
    Laptop version
    laptop-version
    But I checked on database – coords values is correct on Laptop version
    Anyone found like this?

    • This topic was modified 8 years, 9 months ago by gemmapds.
    #823655

    Topic: Submenu

    in forum Enfold
    pankaj_mangal
    Participant

    hi, I would like submenu present here https://artofbicycletrips.com/tours/colorful-rajasthan-bike-tour/ to stick at bottom when user scroll. Right now it sticks at top. How shall I do it?

    Hi,

    Great, glad we could help and thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #823637

    Hi,

    We are very sorry for the late response. Please add this code in the Quick CSS field.

    @media only screen and (max-width: 989px) and (min-width: 768px) {
        #top .iconbox_left_content .iconbox_icon, #top .iconbox_right_content .iconbox_icon {
            width: 43px;
            height: 43px;
            line-height: 43px;
        }
    }

    Best regards,
    Ismael

    #823615

    Hi,

    Great, glad you got help form ACF and thanks for sharing, much appreciated :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    Hi,

    Great, glad you found the problem and thanks for letting us know. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #823610

    Hi,

    Thanks for the feedback, so I’m guessing you don’t want the Helvetica Neue font at all, right? If so then please try to remove the following CSS you posted:

    /*The following changes all header fonts from Chewy to Helvetica on Mobile Devices*/
    
    @media only screen and (max-width: 1024px) {
    .avia-caption-title, .avia-caption-content, body div .avia-button, h1, h2, h3, h4, h5, h6 { font-family: ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;}
    
    .avia-caption-content p {font-size: 16px; line-height: 18px;}
    
    #top .av-main-nav > li > a, #top .main_menu .menu li ul a {font-family: ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; }
    }
    /*End of code that changes all header fonts from Chewy to Helvetica on Mobile Devices*/

    Best regards,
    Rikard

    Ahhhh… an interesting solution, Yigit! You embedded the only_desktop in the image description… thank you for your effort here.Two concerns (don’t kill me…)

    1. When adding menu items I’m going to have to re-figure it out each time… and these menu items get changed a LOT.
    2. The click on the submenu then still requires another click to launch the page… versus the old menu or most menu behavior where the click on the submenu then takes you to the page… so not idea UX, and if it’s going to do that I might as well just have them click on the pretty picture… :)

    Is there any way to enable the css class box where “only_desktop” would have the same effect and I wouldn’t have to then do special code for each menu option?

    I am excited to see the new future mobile menu enhancements that 4.1.1 enables…. :)

    Thanks again and sorry I’m being a pain on this….

    Best,
    Rob

    #823604

    Hi,

    2. Try adding this css code in Quick CSS:

    @media only screen and (max-width:767px) {
      .home .av-slideshow-caption.caption_left {
        max-width: 65%;
      }
    
      .home .av-slideshow-caption.caption_left p {
        margin: 0 0 10px;
      }
    
      .home .av-slideshow-caption.caption_left a.avia-slideshow-button {
        margin-top: 0 !important;
      }
    }

    3. Add this css code in Quick CSS:

    @media only screen and (max-width:767px) {
      .avia-section-huge .content, 
      .avia-section-default .content {
        padding: 50px 0;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    mindful520
    Participant

    We are having several issues with menus
    1. Our site on mobile is now missing the menu altogether since the upgrade to 4.1.2 except in the footer- no text, no hamburger.
    2. We’ve had an issue with the cart button showing on mobile since before this update even when nothing is in the cart.
    3. One user sent us photos of a really odd issue since the update – the whole menu shows above the page for him. I cannot duplicate but he can.
    I will provide links to images, and log in credentials below and hope that you will be able to help!
    Thanks,
    Laura

    Hi Yigit! Thanks for the response!

    When I create the new menu, do I need to name it? Remember, I’m not a coder so reading the above might as well be Latin… :)

    This is a less than ideal scenario because now I will have two main menus to maintain, both identical except one without thumbnails and one with. The old version of Enfold handled this great with zero need for a separate mobile menu. I am curious why this mobile menu was changed — it has caused several (many?) users lots of customization issues, and I don’t see any added functionality or ease. (I had the search box on my old menu with your code). I am not trying to be difficult, just trying to understand why a major change was made to the menu structure and we don’t see huge changes from the user experience side.

    Is there any other way to do this so mobile menu will just hide those thumbnails? Can you guys make css class work on the thumbnails? It seems like this could be a bug as only_desktop css class should hide them but it does not?

    Thanks for listening and helping!!!

    Rob

Viewing 30 results - 76,561 through 76,590 (of 142,941 total)