Viewing 30 results - 92,701 through 92,730 (of 142,941 total)
  • Author
    Search Results
  • #665148

    Hey webdesign,

    Google maps is already scaling but there is no options to set different zoom level of the map in mobile and desktop. Please zoom out one level and it should look correctly in the mobile devices.

    This is out of our support scope but if you like to try this solution check out this link http://stackoverflow.com/questions/18446429/google-maps-set-different-zoom-based-on-window-resize

    Best regards,
    Vinay

    • This reply was modified 9 years, 9 months ago by Vinay.
    #665147

    Hi Yigit, sorry for not being quite clear about this. I meanth the following, when I see this page there is no topbar untill I scroll down (above the slider): http://kriesi.at/themes/enfold-one-page-portfolio/

    When I import the One Page demo content this is also good, but as soon as I change my pictures for the slider it suddenly appears on top (always)

    Couldn’t relate this to any code in my css, URL sent in private.

    View post on imgur.com

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

    Hey Yigit

    Thanks so much for this but it doesn’t seem to be quite right. I’ve included a link to screen captures of what is happening after the Quick CSS is applied – the top header menu info text is now wrapped on 2 lines and the search icon has moved to the left side of the top header menu rather than moving to the main menu.

    I’ve also tried applying CSS Classes to the missing menu items but they still aren’t appearing.

    Also, the logo is still sitting to the left in landscape orientation rather than centred.

    Sorry to be a pain!

    Thanks again

    Nicole

    #665133

    In reply to: Fixed Frame

    So I found the chunk of code that is causing the issue. Unfortunately it is code that I need on my site. All of this code has to be removed in order for the fixed frame to work on my site. Not sure why this particular code would be affecting the use of the fixed frame anyway. Any ideas on how to make the fixed frame work while still using this code?

    @media only screen and (max-width: 1024px) {
    .page-id-4990 .av-overlay-on-hover .av-image-caption-overlay {
      opacity: 1;
      filter: alpha(opacity=100);
    }}
    
    @media only screen and (max-width: 1024px) {
    .page-id-4990 .av-caption-image-overlay-bg {
        background-color: rgba(0,0,0,0.2) !important;
    }
    
    @media only screen and (max-width: 1024px) {
    .page-id-5276 .av-overlay-on-hover .av-image-caption-overlay {
      opacity: 1;
      filter: alpha(opacity=100);
    }}
    
    @media only screen and (max-width: 1024px) {
    .page-id-5276 .av-caption-image-overlay-bg {
        background-color: rgba(0,0,0,0.2) !important;
    }
    
    @media only screen and (max-width: 767px) {
    ul#mobile-advanced {
      padding-top: 0;
      margin-top: 80px;
    }
    
    @media only screen and (max-width: 480px) {
    #advanced_menu_hide {
      top: 40px !important;
      right: 28px !important;
    }
    Monte
    Participant

    Hi,

    I tried the code from this thread: https://kriesi.at/support/topic/reverse-the-colours-of-the-social-share-buttons/?login_error

    which partially worked but I can’t get the hover effect to change to white upon hover on all of the icons. Can you send me my own code for my website for this pretty please?

    My social icons are:

    Facebook
    Twitter
    Pinterest
    Instagram (preferably the 2016 color)
    Google +
    Mail

    Thank you!

    For those interested, I was able to solve it with the following:

    @media only screen and (max-width: 767px) {
    #top #wrap_all .av_header_transparency * {
        color: #0095d6!important;
    }}
    

    Hey!

    Please post the site url. Have you tried the following solution? https://kriesi.at/support/topic/woocommerce-2-6-2/#post-661885

    Best regards,
    Ismael

    #665106

    Hey!

    Please replace the code with the following:

    .alternate_color a, .alternate_color .widget_first, .alternate_color strong, .alternate_color b, .alternate_color b a, .alternate_color strong a, .alternate_color #js_sort_items a:hover, .alternate_color #js_sort_items a.active_sort, .alternate_color .av-sort-by-term a.active_sort, .alternate_color .special_amp, .alternate_color .taglist a.activeFilter, .alternate_color #commentform .required, #top .alternate_color .av-no-color.av-icon-style-border a.av-icon-char, .html_elegant-blog #top .alternate_color .blog-categories a, .html_elegant-blog #top .alternate_color .blog-categories a:hover {
        color: #b8f5da;
    }

    Regards,
    Ismael

    telorenzo46
    Participant

    I’m using a transparent header, in addition to a Secondary Menu above the Main Menu.

    The secondary menu displays correctly on a PC(it is transparent and then is not stickied), however on a mobile, the background color does not show up properly.

    I am able to change the background color in the Advanced Styling section, and see it on mobile only by quickly scrolling to the top of the page, however then the color change disappears.

    Any help would be greatly appreciated.

    #665073

    Boo. That’s what I thought. I found a topic from 2 years ago where you said pretty much the same thing.

    Feature request, here I come. :-)

    Hey Jordan and Ismael, thanks for the help.

    We have certainly got much closer now.

    When I add this

    .container.av-logo-container {
        height: 65px !important;
    }

    The grey bar appears as posted above in the picture of my previous reply.

    However by adding the code Ismael suggested and modifying the padding slightly, now the logo is displaying centered vertically on the main navigation which is great.

    #top .logo img {
        top: 15px;
    }

    But when i add this code:

    
    #top .header-scrolled .logo img {
        top: 2px;
        padding: 7px 0;
    }

    The logo is still shrinking when the navigation bar is scrolled, here is the login details to the site currently. Any idea how i can fix the scrolled logo so that it does not reduce in size like it is currently. My current style.css in my child theme has this code added, from this thread:

    
    #top .logo img {
        top: 15px;
    }
    
    #top .header-scrolled .logo img {
        top: 2px;
        padding: 7px 0;
    }

    When the header is scrolled, I would like the logo to be centered vertically in the scrolled navbar and for the padding above the menu items to be equal at top and bottom like it is on the main header.

    • This reply was modified 9 years, 9 months ago by spleeky.
    #665055

    Hi,

    Please refer to this post – https://kriesi.at/support/topic/woocommerce-2-6-problem-urgent/#post-650161
    Our devs are working on an update.

    Best regards,
    Yigit

    #665051

    In reply to: Blog Post series

    #665049

    Hello sorry, this appears to be a cross posted problem, I lost track that I had already posted about this previously. The update in the other thread here, has moved things forward – so I will continue the inquiry over there! https://kriesi.at/support/topic/how-to-add-padding-to-sticky-header-without-making-logo-shrink/

    Thanks for the help

    #665029

    In reply to: Google Maps

    Hi,


    @obiuno
    i replied to your thread here – https://kriesi.at/support/topic/google-maps-problem/
    Let us continue there.

    Best regards,
    Yigit

    #665012

    Hey Kyle,

    1. Try adding this at the very end of your theme / child theme functions.php file:

    add_filter( 'avf_google_heading_font',  'avia_add_custom_font');
    function avia_add_custom_font($fonts) {
    	$fonts['Helvetica'] = 'Helvetica';
    	return $fonts;
    }

    2. Try adding this code to the Quick CSS:

    .avia_transform .av-extra-border-element .av-extra-border-inner {
        left: 50%;
        width: 130px;
        height: 130px;
        top: -8px;
    }
    
    .avia_transform .av-extra-border-element.border-extra-arrow-down{
        position: relative;
        width: 185px;
        height: 150px;
        left: 50%;
        margin-left: -85px;
        margin-top: 0px;
        z-index: 25;
        margin-bottom: -85px;
        clear: both;
     }

    Best regards,
    Josue

    #665011

    In reply to: Datepicker Buttons

    Hi djshortkut!

    Please add following code to Quick CSS

    #top .avia-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button:hover {
        background: #188ece;
        color: white;
    }
    #top .avia-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button {
        color: #188EDA;
        border-color: #188ece;
        background: transparent;
    }

    P.S.: Great looking site!

    Regards,
    Yigit

    Hey Nicole

    Please add following code to Quick CSS

    @media only screen and (max-width: 767px) {
    .logo a, .logo {
        width: 100%;
    }
    .logo img { margin: auto; }
    .phone-info {
        width: 48%!important;
        float: right!important;
        margin-top: -33px;
    }
    nav.sub_menu {
        width: 46%!important;
        float: left!important;
        clear: none!important;
    }}
    

    Then please refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/

    Best regards,
    Yigit

    #664999

    Hey,

    Add this to Quick CSS:

    #top .form_element label {
        color: white;
    }

    The second is a browser behavior, it happens when you insert a common/saved value.

    Best regards,
    Josue

    #664995

    Hey djshortkut,

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

    #top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content {
        background: rgba(24,142,206,0.7);
    }
    

    Best regards,
    Yigit

    #664984

    In reply to: Horizontal Icon List

    Hi,

    If you’re referring to this, try using three 1/3 columns and one iconbox or iconlist in each one.

    Best regards,
    Josue

    #664970

    Hi,

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

    
    #top .wp-caption {
        border: none;
    }
    

    Best regards,
    Yigit

    #664964

    Hey dablueque,

    Please refer to this post – https://kriesi.at/support/topic/solution-to-google-maps-key-issues/ or to this one – https://kriesi.at/support/topic/google-maps-7/#post-656457
    Our devs are working on an update, hopefully to be released soon

    Best regards,
    Yigit

    #664950

    In reply to: Hidden tablet

    Hi,

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

    @media only screen and (max-width: 1024px) {
    img.ls-bg.ls-preloaded {
        margin-top: 0!important;
    }}
    

    Best regards,
    Yigit

    #664932

    Hi,

    Please refer to this post – https://kriesi.at/support/topic/woocommerce-2-6-problem-urgent/#post-650161

    Best regards,
    Yigit

    Hey Chris,

    Try using an <iframe></iframe> embed code with autoplay off while you edit and when you’re finished simply switch to autplay on.

    Best regards,
    Josue

    #664918

    Hey!

    Try with this CSS codes:

    #top .av-main-nav ul {
        width: 400px;
    }
    
    #top #menu-item-3193 ul{
        width: 600px;
    }

    The first one will affect all submenus and the second one will affect only the submenu of menu item 3193 (you can check menu item id using the web inspector).

    Cheers! 
    Josue

    #664915
    Mudfish488
    Participant

    Hi guys,

    Just wanted to say I appreciate how helpful you guys are on this site. You provide great support!

    I’m currently using the contact form that comes with Enfold in the Advanced Editor over top of a darker colored image. The fields show up fine since they have a background color but the field labels (Name, Phone, Email, etc) are too dark. Is there some css I can use to edit the color of the form field label font colors?

    Also, I noticed when something is auto-filled as I start typing, the background colors of the fields turn yellow. Not major issue, but if there is a fix for that as well, that would be great!

    Thx!

    BP

    #664913

    Hi,

    Please go to enfold/css/shortcodes.css file and find

    #top .avia-layerslider .ls-nav-prev, #top .avia-layerslider .ls-nav-next { 
    ...
    }

    and adjust as needed. If you elaborate on the changes you would like to make, we could help better :)

    Best regards,
    Yigit

    #664898

    Hey!

    Please change your code to following one

    .live > a > span.avia-menu-text:after {
        content: "Live";
        font-size: 12px;
        color: #FFF;
        background: #77c84c;
        line-height: 20px;
        width: 36px;
        display: inline-block;
        text-align: center;
        border-radius: 0px;
        position: relative;
        top: -18px;
        margin-left: -50px;
    }
    #socket .live > a > span.avia-menu-text:after {
        margin-top: -10px;
    }
    #socket .sub_menu_socket div {
        overflow: visible;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Cheers!
    Yigit

Viewing 30 results - 92,701 through 92,730 (of 142,941 total)