Forum Replies Created

Viewing 30 posts - 30,151 through 30,180 (of 38,325 total)
  • Author
    Posts
  • in reply to: Remove text from Comments Element #902042

    Hey Kim,

    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: Modern Business Style Blog #902040

    Hey goingthewholehogg,

    Here is a thread for you to consider

    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

    
    .html_modern-blog #top .post-entry .blog-categories {
      display: none;
    }
    .html_modern-blog .avia-content-slider .slide-entry-title {
      text-align: center;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Change logo on mobile – Transparency header #902034

    Hi C-LabMX,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Layer slider #902033

    Hi bobjonesdesigns,

    You create 2 sliders, one optimized for mobile and with the help of Layer Slider screen settings you show one for desktop and the other on mobile.

    Best regards,
    Victoria

    in reply to: Submenu background color #902030

    Hi,

    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 .av-main-nav ul > li > a {
      background-color: #ccc;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: How to link commentators' gravatars, not only their names? #902028

    Hey Chris,

    Can you please upload the screenshot to a service like Dropbox and give us the link here?

    Best regards,
    Victoria

    in reply to: Menu arrow for dropdown #902026

    Hey OKEI,

    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 sidebar collapse at a different screen size #902025

    Hi Shane,

    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) {
        .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;}
        #header .avia-custom-sidebar-widget-area {
          display:none;
        }
        .responsive.html_header_sidebar .logo {
          padding: inherit;
        }
        .html_header_sidebar .logo img {
            width: 20%;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Hover effect of some portfolio entry missing #902022

    Hi mandelkind,

    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: Icon Box style and Custom Classes #902020

    Hey mcraig77,

    You have an extra space between first two classes, it should not be there:

    
    .no-icon-homepage.iconbox .iconbox_content .iconbox_content_title {
      font-size: 24px;
    }
    

    Please remove the button from the class
    Image 2018-01-24 at 16.21.12.png
    It is not supposed to be there.

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

    in reply to: Cross-browser issue? #902017

    Hey beverlystone,

    Yes, please, attach a few screenshots of the issue and specify the screen sizes that the footer needs to be adjusted on.

    Best regards,
    Victoria

    in reply to: Accordion Toggle Style Issues #902016

    Hey mcraig77,

    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

    
    .main_color .toggler.activeTitle:hover {
          background-color: #d7dcea0a;
    }
    .main_color .toggler:hover {
        background: #cac4c4;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    Hi,

    Best regards,
    Victoria

    in reply to: Self Hosted Videos defaulting to 480 since upgrade #901981

    Hi twitchdevelopment,

    Yes, we have the issue with the video, our devs are aware of it and are working on a solution. Hopefully, the fix it soon.

    Best regards,
    Victoria

    in reply to: Maybe error, Own CSS Class not in Mobil Menue #901980

    Hi gerhard,

    Can you please explain in more detail the issue you’re having and give us the link to your website?

    Best regards,
    Victoria

    in reply to: Image Hotspot Disappearing #901979

    Hey mmentuccia,

    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_transform.js_active .avia_animated_image .av-display-hotspot .av-permanent-tooltip-single {
       display: block !important;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    Hi Paul,

    We need to see the actual css and html to be able to propose a solution for you. Please get back to us when you get the website to some testing server.

    Best regards,
    Victoria

    in reply to: Menu left logo centered search icon right #901975

    Hi mantas0527,

    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: 375px) {
      #menu-item-shop .cart_dropdown_link {
        padding: 0 20px;
      }
      .responsive #top #menu-item-shop.cart_dropdown {
        margin-left: 170px;
      }
      .responsive #top #wrap_all .container {
        width: 95%;
        max-width: 95%;
      }
      .responsive #top .logo {
        width: 49%;
        float: right;
        margin-right: 80px;
      }
    
    .responsive #top #wrap_all .main_menu {
        height: 80px;
        left: 0px;
    }
    }
    @media only screen and (min-width: 376px) and (max-width: 475px) {
      .responsive #top #menu-item-shop.cart_dropdown {
        margin-left: 210px;
      }
        #menu-item-shop .cart_dropdown_link {
        padding: 0 20px;
      }
      .responsive #top #wrap_all .container {
        width: 95%;
        max-width: 95%;
      }
      .responsive #top .logo {
        width: 49%;
        float: right;
        margin-right: 80px;
      }
    
    .responsive #top #wrap_all .main_menu {
        height: 80px;
        left: 0px;
    }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    • This reply was modified 8 years, 1 month ago by Victoria.
    in reply to: Product Filter plugin – pagination not working #901968

    Hi culteaweb,

    Thank you very much for sharing!

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Adjusting menu on mobile devices #901967

    Hi christwars,

    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 #header_main #menu-item-shop .cart_dropdown_first .cart_dropdown_link {
        height: 75px;
        line-height: 75px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Blog Grid layout not showing enough posts #901965

    Hi saundra,

    If you’re building the blog page via Advanced Layout Builder, the setting in theme options should be different.

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

    in reply to: Change font on full screen sliider #901959

    Hi madmanbean,

    It looks like the css is applied. Is this not the font?

    Best regards,
    Victoria

    in reply to: Gravity Forms Notifications Not Working With Enfold #901955

    Hi CurlyHost,

    Seems to be the Layer Slider JavaScript conflict and error. Are you using Layer Slider on your website?
    Which version of php are you running?

    Best regards,
    Victoria

    in reply to: Error with Enfold child instagram widget #901952

    Hi Charlotte,

    Image 2018-01-24 at 12.57.03.png
    It says that you should disable debug display. But the errors should still be written to a log file, and the article helps you to set it up. You don’t need to do it if you don’t want.

    Best regards,
    Victoria

    in reply to: Video – No image in fullscreen slider #901951

    Hi ezcom,

    Which version of php are you running?

    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/

    Best regards,
    Victoria

    in reply to: title en breadcrumbs #901947

    Hey Anne-lys87,

    You can insert them as a shortcode. Here is how to do it:

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

    in reply to: price product #901944

    Hey bcdcosmetici99,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? Did this happen after you install the rating plugin? You might want to write to the plugin author.

    Best regards,
    Victoria

    in reply to: Main menu and Burger #901940

    Hi sasha,

    This code /wp-content/themes/enfold-child/style.css?ver=4.2.1is almost impossible to override. Can you remove the padding-right or just the !important?

    Can you please attach a few screenshots with the missing icons and the links to the pages where it happens?

    Best regards,
    Victoria

    • This reply was modified 8 years, 1 month ago by Victoria.
    in reply to: Justified Text #901938

    Hi DarrenVIP,

    Looks like that.

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

    in reply to: Mobile Logo overlapps menu icon #901935

    Hi bakbek,

    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 #top #wrap_all .main_menu {
        left: auto;
        right: 0;
      }
      .html_header_top #top .av_logo_right .logo {
          left: 0;
          float: left;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 30 posts - 30,151 through 30,180 (of 38,325 total)