Forum Replies Created

Viewing 30 posts - 10,051 through 10,080 (of 38,325 total)
  • Author
    Posts
  • in reply to: Center footer widgets on mobile only #1180361

    Hey navindesigns,

    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) {
      #top #footer .textwidget,
      #top .widget ul,
      #footer .widgettitle {
        text-align: center;
      }
      #top #footer .widget ul.social_bookmarks {
        width: 15%;
        margin: 0 auto;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: WooCommerce Product Hover #1180346

    Hey KeyshaunSmith,

    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

    
    #top #wrap_all .all_colors h2.woocommerce-loop-product__title {
        color: #fff;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: WooCommerce Related Products #1180344

    Hey KeyshaunSmith,

    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

    
    .woocommerce .related.products ul.products li.product .woocommerce-loop-product__title {
        font-size: 28px !important;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    Hey fcp,

    You can enable the Advanced Layout Builder debug mode, copy the shortcode of the list and add it to the pages you need.

    Here is how to enable it:
    https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode

    Best regards,
    Victoria

    in reply to: mobile menu doesn't update #1180336

    Hey sundara88,

    Please disable all caching plugins and see if the issue persists. Let us check with the plugins disabled.

    Best regards,
    Victoria

    in reply to: Can't install custom font #1180335

    Hey 4ROI,

    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: Cookie and Consent #1180334

    Hey djsmbd,

    The page looks broken at the bottom.

    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: Big Gallery Image background not transparent #1180327

    Hey Paul,

    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

    
    #top div .avia-gallery .avia-gallery-big {
        background-color: transparent;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Masonry Gallery does not allow new images to be added #1180326

    Hey JPGlobal,

    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: There has been a critical error on your website. #1180325

    Hi jayflavs,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Revolution slider white space #1180324

    Hi leahmessina,

    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

    
    #top #wrap_all .avia-revolutionslider {
      min-height: auto !important;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    Hey edgold,

    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

    
    #top #av-burger-menu-ul li a .avia-menu-subtext {
        display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Data-vocabulary.org schema deprecated [ Solution ] Enfold #1180315

    Hi hamzakhankhan,

    Thank you, I reported the issue to our devs. They will get to it as soon as they can.

    Best regards,
    Victoria

    in reply to: full sized image #1180310

    Hi Amel,

    Thank you for the screenshots.

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    in reply to: Make 2/3 column wider #1180309

    Hey Charlotte,

    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

    
    div .av_two_third {
        margin-left: 1%;
        width: 69.666667%;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Center button on mobile #1180306

    Hey Media-click,

    Best regards,
    Victoria

    in reply to: Custom Table Column Width #1180304

    Hi steed,

    Great :) We are closing the thread.

    Best regards,
    Victoria

    in reply to: Margin on pull-down accordion #1180303

    Hey rmatus,

    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

    
    #top .all_colors p.toggler {
        margin: 3px 0;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    Hi steed,

    Please remove the code given added before and add this one:

    
    #top #wrap_all #main .content {
        padding-top: 10px;
    }
    

    Best regards,
    Victoria

    in reply to: Social Media Icons on Header #1180301

    Hi devynspirit,

    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: 479px) {
        .responsive #top #wrap_all #header .social_bookmarks, 
        .responsive #top #wrap_all #main .av-logo-container .social_bookmarks {
            display: block;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Optimizing the product page #1180298

    Hi Elmar,

    Well, yes it is a plugin, it adds the accordion, you still have to hide or remove the tabs that are added by default.

    Best regards,
    Victoria

    in reply to: Mobile menu on tablets for website with Left Sidebar menu #1180296

    Hey dweddell,

    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

    
    /* Header in sidebar to turn to burger on iPad 768px */
    @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;}
            
            .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: accordion toggle border/outline on Safari #1180247

    Hey furtivo,

    Please, remove that code and try this:

    
    #top #wrap_all p.toggler:focus {
        outline: none;
    }
    

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

    in reply to: Body font not loading. #1180244

    Hi duncand,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Can't Update #1180243

    Hi tampaprinting,

    https://share.getcloudapp.com/E0uE1WGB I am not seeing it on my iPhone.

    You may not see the changes until the cached files are cleared in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Victoria

    in reply to: Enfol Update Envato token ? #1180242

    Hey kristinejouaux,

    Here are the docs for you:

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

    in reply to: Remove link from Masonry gallery #1180241

    Hi manyfl2or,

    For technical support please register here kriesi.at/support/register with your item purchase code .

    Go to https://kriesi.at/support/ select the theme you purchased bookmark the URL.

    Example: https://kriesi.at/support/enfold

    Scroll to the bottom of the page to open a new ticket.

    Best regards,
    Victoria

    in reply to: Sidebar background-color #1180238

    Hi Pas7o,

    What do you mean? I am not sure I understand.

    Best regards,
    Victoria

    in reply to: Development tab missing on submenu (7.42) #1180237

    Hi Momentummediaab,

    The site looks good on my end. You may not see the changes until the cached files are cleared in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Victoria

    in reply to: How to parallax an element through quick CSS? #1180235

    Hi Manu,

    That page is going to a 404 page. But I’ll ask Ismael to reply here for you.

    Best regards,
    Victoria

Viewing 30 posts - 10,051 through 10,080 (of 38,325 total)