Forum Replies Created

Viewing 30 posts - 29,611 through 29,640 (of 38,331 total)
  • Author
    Posts
  • in reply to: Change position of elements in the top bar on mobile #913512

    Hi BC_mne,

    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 (max-width: 767px) {
      .responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul {
        width: 50%;
        float: left;
        margin-top: -16px;
        margin-left: 11%;
      }
       #top #header_meta .phone-info {
           width: 30%;
           float: right;
           margin-top: -32px;
       }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Urgent Problem. Site is broken on some pages #913508

    Hi alexandervellguth,

    Here is a thread for you to consider

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

    Hi svetkol,

    Could you please attach a mockup of what you’re trying to achieve?

    May this is something that you need to do:
    https://sarathlal.com/add-an-add-to-cart-button-outside-a-product-page-woocommerce/

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

    in reply to: Blog post's sidebar and heading #913502

    Hey Xandria,

    1. The full screen button is pushing the widgets to the bottom, if you remove it, the widgets will be in place.

    2.+ 3. 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

    
    .av-special-heading-tag:after {
        content: '';
        width: 20%;
        height: 1px;
        border-bottom: 2px solid #a79595;
        position: absolute;
        right: 00%;
        top: 23%;
    }
    .av-special-heading-tag:before {
        content: '';
        width: 20%;
        height: 1px;
        border-bottom: 2px solid #a79595;
        position: absolute;
        left: 0%;
        top: 23%;
    }
    
    #top #wrap_all .av-inherit-size .av-special-heading-tag {
        text-align: center;
    }
    .av_textblock_section .avia_textblock  p:first-child strong {
      font-size: 26px;
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Color Section in Tab Section #913495

    Hi davidlorie,

    I don’t see any color sections in your tabs, have you tried dragging them inside? And you can use 1/1 elements instead also. This will have to be several color sections to be able to set different backgrounds.

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

    in reply to: Products in 4-column display incorrectly #913492

    Hi Lyse,

    We will need credentials to see the products issue. Can you please post those in private?

    Registration pages look the same on my end. Can you please attach a few screenshots of the issue?

    Best regards,
    Victoria

    in reply to: Read "" Tag does not work #913491

    Hi Hoff

    
    .big-preview.single-big + .entry-content a {
      display: block; 
      width: 220px;
      background-color: #51b80c;
      color: #fff;
      text-align: center;
      border-radius: 4px;
      padding: 10px;
      margin: 0 auto;
    }
    

    As for the more button, Basilis will get back to you.

    Best regards,
    Victoria

    Hey joannapurosto,

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

    The whitespace disappears when you use components that are fullwidth and so the whole becomes 100% and then you need to set margins and paddings individually. Those are grid row and color section, they normally do that.

    Best regards,
    Victoria

    in reply to: Category Layout #913481

    Hi SandraMarino,

    There is no actual page with the Advanced Layout Builder to edit for categories.

    Category pages use the file template archive.php, you can adjust the view like Ismael suggested above or customize the template by changing the code. If all this seems to difficult for you, you might want to hire a freelancer to do it for you.

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

    in reply to: Change width to activate mobile menu insteas of regular menu #913479

    Hi Empatica,

    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, but then you need to decide what to do with the widget: hide it or try to adjust.

    
    @media only screen and (max-width: 990px) {
      
            .responsive #top .av_header_transparency.av_alternate_logo_active .logo a > img{opacity:1}
            .responsive #top .av_header_transparency .logo img.alternate{display:none;}
            
            .responsive #top #wrap_all #header {position: relative; width:100%; float:none; height:auto; margin:0 !important; opacity: 1; min-height:0;}
            .responsive #top #main {padding-top:0 !important; margin:0;} 
            .responsive #top #main .container_wrap:first-child{ border-top:none; }
            .responsive.html_header_top.html_logo_center .logo { left: 0%; -webkit-transform: translate(0%, 0); -ms-transform: translate(0%, 0); transform: translate(0%, 0); margin:0; }
            .responsive .phone-info{float:none; width:100%; clear:both; text-align: center;}
            .responsive .phone-info span{margin:0;padding:0; border:none;}
            .responsive.html_header_top #header_main .social_bookmarks ,
            .responsive.html_top_nav_header #top .social_bookmarks { width:auto; margin-top:-16px; } 
            
            .responsive #top .logo{position: static; display:table; height:80px !important; float:none; padding:0; border:none; width:80%; }
            .responsive .logo a{display:table-cell; vertical-align: middle;} 
            .responsive .logo img{height:auto !important; width:auto; max-width: 100%; display: block;  max-height: 80px;}
            .responsive #header_main .container{height:auto !important; }
            .responsive #top .header_bg { opacity: 1; filter: alpha(opacity=1); }
            .responsive.social_header .phone-info {text-align: center; float:none; clear:both; margin:0; padding:0;}
            .responsive.social_header .phone-info span{border:none; width:100%; text-align: center; float:none; clear:both; margin:0; padding:0;}
            .responsive #header_meta .social_bookmarks li{ border-style:solid; border-width:1px; margin-bottom:-1px; margin-left:-1px;}
            .responsive #top #header_meta .social_bookmarks li:last-child{border-right-style: solid; border-right-width:  1px;}
            .responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul{float:none; width:100%; text-align: center; margin:0 auto; position: static;}
            .responsive #header .social_bookmarks{padding-bottom:2px; width:100%; text-align: center; height:auto; line-height: 0.8em; margin:0;}
            .responsive #header_meta .sub_menu>ul>li{float:none; display: inline-block; padding: 0 10px;}
            .responsive #header .social_bookmarks li{float:none; display: inline-block;}  
            .responsive.bottom_nav_header #header_main .social_bookmarks{ position: relative; top: 0; right: 0; margin: 10px auto; clear:both;}
            .responsive.bottom_nav_header.social_header .main_menu>div{height:auto;}
            .responsive .logo img{margin:0;}
            .responsive.html_header_sidebar #top #header .social_bookmarks{display:none;}
            .responsive body.boxed#top, .responsive.html_boxed.html_header_sticky #top #header{max-width: 100%;}  
            
            .responsive.html_header_transparency #top .avia-builder-el-0 .container, .responsive.html_header_transparency #top .avia-builder-el-0 .slideshow_inner_caption{padding-top:0;}
            .responsive #top .av_phone_active_right .phone-info.with_nav span{border:none;}
            
            .responsive #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a, 
            .responsive #top #wrap_all .av_header_transparency .sub_menu > ul > li > a, 
            .responsive #top .av_header_transparency #header_main_alternate, 
            .responsive .av_header_transparency #header_main .social_bookmarks li a,
            .responsive #top #wrap_all .av_header_transparency .phone-info.with_nav span,
            .responsive #top .av_header_transparency #header_meta, 
            .responsive #top .av_header_transparency #header_meta li,
            .responsive #top #header_meta .social_bookmarks li a{ color:inherit; border-color: inherit; background: inherit;}
            .responsive.html_top_nav_header .av-logo-container{height:auto;} 
            .responsive.html_top_nav_header .av-section-bottom-logo{border-bottom-style: solid; border-bottom-width: 1px;}
            
            
          /*new mobile*/
            .responsive .av-burger-menu-main{display: block;}
            .responsive #top #wrap_all .main_menu{top:0; height:80px; left:auto; right:0; display: block; position: absolute;}
            .responsive .main_menu ul:first-child > li a { height: 80px; line-height: 80px;}
            .responsive #top .av-main-nav .menu-item{display:none;}
            .responsive #top .av-main-nav .menu-item-avia-special{display:block;}
            .responsive #top #wrap_all .menu-item-search-dropdown > a { font-size: 24px; }
            .responsive #header_main_alternate{display:none;}
            .responsive #top #header .social_bookmarks{display:none;}
            .responsive #top #header .main_menu .social_bookmarks{display:block; position: relative; margin-top: -15px;}
            .responsive #top .av-logo-container .avia-menu{height:100%;}
            .responsive #top .av-logo-container .avia-menu > li > a{line-height: 80px;}
            .responsive #top #main .av-logo-container .main_menu{display:block;}
            .responsive #top #main .av-logo-container .social_bookmarks{display:none;}
            .responsive #top #main .av-logo-container .main_menu .social_bookmarks{display:block; position: relative;}
            .responsive #top #main .av-logo-container .main_menu{display:block;}
            .responsive #top #header_main > .container .main_menu  .av-main-nav > li > a,
            .responsive #top #wrap_all .av-logo-container {height:80px; line-height:80px; }
            .responsive #top #wrap_all .av-logo-container {padding:0;}
            .responsive #top #header_main > .container .main_menu  .av-main-nav > li > a{
                min-width: 0; padding:0 0 0 20px; margin:0; border-style: none; border-width: 0;
            }
            .responsive #top .av_seperator_big_border .avia-menu.av_menu_icon_beside{border-right-style: solid; border-right-width: 1px; padding-right: 25px;}
            .responsive #top #header .av-main-nav > li > a, .responsive #top #header .av-main-nav > li > a:hover{
            background:transparent;
            color: inherit;
            }
            
            .responsive.html_top_nav_header .av-logo-container .inner-container{overflow: visible;}
            .html_header_sidebar #header .container {
              width: 90%;
            }
    
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: WPML seems to force close Columns when equal height #913476

    Hi Lukas Barth,

    Could you please enable the Advanced Layout Builder debug mode. Here is how to do it: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

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

    in reply to: Increase size of Portfolio Grid elements #913470

    Hi Frank,

    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

    
    .grid-entry .inner-entry {
      border: none;
      box-shadow: none;
    }
    

    As for the spacing around, you need to play with the settings of that element.
    Here are some more portfolio layouts on the demo, that you might like

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Having an issue with background image responsiveness #913467

    Hi Susee,

    Can you please specify a bit more, which images you need help with? On which pages?

    Best regards,
    Victoria

    in reply to: Enfold Autosave Revision not working correctly #913466

    Hey Stephanie,

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

    Best regards,
    Victoria

    in reply to: Change standard Logo size #912069

    Hi pixeet2016,

    What you uneed to do is to modify the file below
    /wp-content/themes/enfold/framework/php/function-set-avia-frontend.php. The function starts around line 484.

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

    in reply to: Animated Numbers Don't Always Work in Chrome #911766

    Hi ahouglum,

    No, the animation is ruled by JavaScript in this case and adjustments have to be made there.

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

    in reply to: layer/header appearing behind main content #911764

    Hi DarrenVIP,

    Can you please make the border visible for us, even if it is on a test page, so that we can help you with it.

    Best regards,
    Victoria

    in reply to: Regenerate Thumbnails doesnt work correct #911762

    Hey max,

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

    Best regards,
    Victoria

    in reply to: Fullwidth Easy Slider element visibility #911760

    Hi mihalp1,

    Best regards,
    Victoria

    in reply to: Partner Element Logo Spacing #911755

    Hi curmi01,

    There is nothing wrong with it. It’s just build to be as it is.
    It has the set amount of elements per page, it assigns the width and the margins for it. The images should be the same width for space between to be equal.

    Best regards,
    Victoria

    in reply to: Masonry Element Captions not the same for all posts #911754

    Hi Jason,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Paginate text inside builder #911751

    Hi Felix,

    Here are some threads to consider:
    https://kriesi.at/support/topic/nextpage-doesnt-work-on-preview/
    https://kriesi.at/support/topic/nextpage-content-box-margin-in-flashlight-theme/#post-57311

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

    in reply to: white space separator doesn't work with negative value #911748

    Hey siteitltd,

    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

    
    .avia-section-huge .content, 
    .avia-section-huge .sidebar {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: No so many entries on Magic menu !? #911747

    Hey RyanFinley,

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

    Best regards,
    Victoria

    in reply to: Fullwidth Easy Slider element visibility #911746

    Hey mihalp1,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? Can you please specify the page where it is happening.

    Best regards,
    Victoria

    in reply to: Teble text align #911743

    Hi Luisgasser,

    Where are you putting the code?

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

    Best regards,
    Victoria

    in reply to: WordPress Theme mit horizontaler Slideshow #911740

    Hey Claudia Diedrich,

    You can see the links to the pages with sliders demo here

    And more sliders here

    Please check those out and if you see what you need, you can purchase Enfold.

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

    Hi aeuroweb,

    From what I see, the menu should be the burger till 1230px, so the code is below.

    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 (max-width: 1230px) {
      nav.main_menu, #menu-item-search {
        display: block !important;
      }
      .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Partner Element Logo Spacing #911734

    Hey curmi01,

    The images have to more or less of the same width for the spacing to be equal.
    With these images and the way this component is built, it’s not very feasible.

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

    in reply to: alternative content #911732

    Hi ManolinelNoruego,

    Glad we could help :)

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

Viewing 30 posts - 29,611 through 29,640 (of 38,331 total)