Forum Replies Created

Viewing 30 posts - 8,761 through 8,790 (of 10,428 total)
  • Author
    Posts
  • in reply to: Sub Menu Button Style #600610

    Hey faterra!

    You can make most of the changes in Enfold > General Styling > Logo area

    and choose a button style from Appearance > Menu

    If you still have any issues please share the link to the page where we can inspect the element in question so we can provide you with custom css if necessary.

    Regards,
    Vinay Kashyap

    in reply to: Creating Diagonal #600609

    Hey!


    @docperi
    let us know if the above tip worked for you or you have any questions.


    @cd2s
    thanks for sharing the tip :) lovely site!

    Cheers!
    Vinay Kashyap

    in reply to: Parse Error After Adding additional Google Fonts #600608

    Hi!

    You are most welcome :) I’m glad we could help you fix it.

    According tot he error log it should have been in the functions.php

    Parse error: syntax error, unexpected ‘:’ in /srv/www/vhosts/colorit.ch/subdomains/dev3/httpdocs/wp-content/themes/enfold-child/functions.php on line 15

    Cheers!
    Vinay Kashyap

    in reply to: Fullwidth Button Custom CSS #600607

    Hey!

    in enfold child theme css you have

    .main_color .avia-color-theme-color-subtle {
        background-color: #ffffff;
        color: #3F51B5;
    }

    Change color value to #000 so it should be

    .main_color .avia-color-theme-color-subtle {
        background-color: #ffffff;
        color: #000;
    }

    Best regards,
    Vinay Kashyap

    in reply to: COLOR SECTION WITH IMAGEM AND TEXT #600459

    Hi!

    Glad you like it :)

    The background image is set as “Fit to stretch” in background options so any image you upload and set it’s property as “Stretch to fit” it will automatically fit the screen. If that is what you mean…

    Best regards,
    Vinay Kashyap

    in reply to: COLOR SECTION WITH IMAGEM AND TEXT #600288

    Hey!

    We have created a test page with the 2 col layout for you please check it out :)

    Link in private section.

    Regards,
    Vinay Kashyap

    in reply to: exclude specific sections on mobile devices #600279

    Hi!

    We checked your installation the code is good!

    We found out the problem was caused by WPRocket plugin it cache the css and you need to empty the cache in the plugin when new css is added so that the changes will reflect in the frontend.

    Regards,
    Vinay Kashyap

    in reply to: exclude specific sections on mobile devices #600255

    Hey!

    We are working on your ticket please wait while we update the results here soon.

    Regards,
    Vinay Kashyap

    in reply to: Menu align #600209

    Hey!

    Please add the below css to quick css

    .sidebar_left.sidebar {
        text-align: left!important;
    }

    Regards,
    Vinay Kashyap

    in reply to: Sidebar Background Color #600201

    Hey!

    We have added the below CSS in Quick CSS at the bottom

    
    /* full height sidebar*/
    #top #main .sidebar_left .sidebar {
        position: absolute!important;
        top: 0!important;
        bottom: 0!important;
       overflow-y:auto;
    } 
    

    Please review the site now :)

    Regards,
    Vinay Kashyap

    in reply to: Header widget responsive issues #600174

    Hey!

    Ok! Glad your client liked it :)
    If you need any help for other issues please feel free to contact us.

    Regards,
    Vinay Kashyap

    Hi!

    When I saw last time the video opened in a lightbox. Right now when you click on the video icon users are sent to youtube site… so you cannot get the “X” or the close icon. Please revert it back so that when the video icon is clicked it opens in a lightbox then we can target the close icon to show in fullscreen.

    Right now you are using layerslider and icon as an image instead you can use a color section and icon inside it.

    To position close button please use the following CSS

    /*Close button position*/
    div.avia-popup .mfp-iframe-scaler .mfp-close {
         top: 0!important;
        right: 0!important;
    } 
    

    Regards,
    Vinay Kashyap

    Hi!

    I believe you are using a color section and adding a text content widget inside it…

    To remove padding from color section please click the edit option and change the “Default padding” to “No padding”

    Theme update is really easy and quick…

    Since this is a very old version we recommend backing up the site first. You can use a plugin like wordpress.org/plugins/duplicator/

    Once you have the site fully backed up go to Enfold Options > Theme Update and click on update

    If you still want someone to to this for you we recommend you hire a freelancer or if you have any questions please feel free to get in touch with us.

    Regards,
    Vinay Kashyap

    • This reply was modified 8 years, 7 months ago by Vinay.
    in reply to: Easy question about photo captions – how display? #600132

    Hey goldengate415!

    NOTE: The caption style will affect all images with captions. if you like to affect only some images with caption enable custom class and add custom class name to the element to image in the edit options.

    .av-image-caption-overlay-position {
        display: block!important;
        position: absolute!important;
        bottom: -100%!important;
    }
    

    Best regards,
    Vinay Kashyap

    in reply to: Aligning special heading to bottom of colour section #600129

    Hi!

    Like Rikard said we cannot provide accurate solution till we inspect the element but you can try this

    Enable custom class name support and add a custom class name “always_bottom” to the special heading.

    Add this css in Enfold > General Styling > Quick CSS

    .always_bottom {
         position:absolute;
         bottom:0;
    }
    

    Regards,
    Vinay Kashyap

    in reply to: Header and menu adaption #600123

    Hi dalboslampen!

    Please add the following CSS in Quick CSS

    To move the logo bottom adjust the margin value to suit your design.

    .logo a {
        z-index: 999;
        margin-top: 16px;
    }

    Apply border to header

    #header {
        border-bottom: 6px solid #666;
    }

    Move the entire menu down

    .main_menu {
        margin-top: 65px!important;
      }
    .avia-menu-text {
        font-size: 30px !important;
    }
    
      .av-main-nav > li > ul {
        margin-top: -65px;
    }
    .header_color .avia-menu-fx {
        top: 112px;
        }

    Best regards,
    Vinay Kashyap

    • This reply was modified 8 years, 7 months ago by Vinay.
    in reply to: Copy from one site to another #600091

    Hi KK!

    I’ts not clear what exactly you are trying to do?

    If you are trying to copy entire site from staging server to a live site you can use a plugin like wordpress.org/plugins/duplicator/

    If you are trying to just copy one page that is built with Advanced layout builder enable debug mode http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    This will give you shortcode for the page which you can copy from one page to another..

    Cheers!
    Vinay Kashyap

    in reply to: portfolio list page / border #600090

    Hi!

    I think due to some custom coding the default styles are getting overwritten and has more css specificity

    This is a little bit of a hack which changes the border color to the same as the background color.

    #header_main {
    	border-bottom:1px solid #FFF!important;
    }
    

    Regards,
    Vinay Kashyap

    in reply to: Advanced Layout Editor is broken #600088

    Hey!

    We checked the issue and the Advanced layout builder is working correctly.

    If you have any questions please elaborate the issue you are facing…

    Best regards,
    Vinay Kashyap

    in reply to: MEGA MENU HAS DROPPED TO FAR DOWN #600086

    Hey Silvio!

    Please use the below css in Enfold > general Styling > Quick CSS

    #header .avia_mega_div {
        margin: -42px 0 0 0!important;
      }

    Regards,
    Vinay Kashyap

    in reply to: Upgrade to 3.4.7 and lost content #600084

    Hi UntappedA!

    From what we see everything seem to be fine all content appear on the pages and it is fully editable

    In case you see a blank page click ont he Advance layout Editor

    If you have any questions please feel free to get in touch with us :)

    Best regards,
    Vinay Kashyap

    in reply to: Header widget responsive issues #600081

    Hey!

    The design seem to have changed we see the red text box in content area instead of the header as mentioned earlier… please let us know if you need any help with it.

    Best regards,
    Vinay Kashyap

    in reply to: Want post icons to display the date posted. #600069

    Hi Robert P.!

    Yes i think it is possible but we need to understand you clearly so there are no back and forth and we are on same page please share a mockup of what exactly you need to do. you can upload the mockup to dropbox and share the link here…

    Regards,
    Vinay Kashyap

    in reply to: Full-width Easy Slider shortcode #600067

    Hey Swif!

    Please enable debug mode you can get shortcode for all Advance layout builder elements. :)

    Cheers!
    Vinay Kashyap

    Hi!

    I would prefer Youtube as it allows you to modify the way the video looks.

    When you add the youtube video you need to add some parameters to the URL which will change the look of the video

    
    https://www.youtube.com/watch?v=7Ya71Vtkccc?&controls=0&modestbranding=0&autoplay=1&rel=0&showinfo=0&hd=1&autohide=1&color=white
    
    in the above URL On = 1  and Off = 0 the rest of them are parameters allowed by google
    
    controls=0
    modestbranding=0
    autoplay=1
    rel=0
    showinfo=0
    hd=1
    autohide=1
    color=white
    
    

    Use this link to build your own URL http://www.vtubetools.com/ then modify it without the iframe as showin int he above link.

    For more details please ref to https://developers.google.com/youtube/player_parameters

    Add the below css in Quick CSS to make the lightbox video larger or fullscreen adjust the height and width

    /* Lightbox Large Video  */
    .mfp-iframe-holder .mfp-content {
        width: 100%;
        max-width: 70%!important;
    }
    

    Fullscreen

    /* Lightbox fullscreen Video */
    .mfp-iframe-holder .mfp-content {
        width: 100vw!important;
        height: 100vh!important;
    }
    

    Regards,
    Vinay Kashyap

    in reply to: Horizontal Custom Menu Widget in Footer #600062

    Hi!

    We would like to take a closer look at it and set it up for you please create a temporary user with ‘administrator’ role and share in private content with a mockup of how you want the footer to look. please upload mockup to dropbox and share the link here.

    Cheers!
    Vinay Kashyap

    in reply to: IE8 not work with avia.js #600060

    Hi!

    Most of the modern features you see like some animations and css transitions are only supported by modern browsers. IE8 has less than 2% web users and it is not supported by Microsoft also it is an outdated browser which will not work correctly with modern websites. We recommend upgrading the IE8 browser to the latest version.

    Best regards,
    Vinay Kashyap

    in reply to: How to disable header main menu hover fade transitions #600059

    Hi!

    Glad you got it sorted and thanks for sharing the tip :)

    Best regards,
    Vinay Kashyap

    Hi spellcat!

    Not sure you got it sorted it looks good on my end

    If you still see this please let us know what browser you are using…

    Cheers!
    Vinay Kashyap

    in reply to: WooCommerce Product Widget Styling #600056

    Hey Gekko101!

    Please use the below css in Quick CSS to increase the font size

    .products .product h3 {
    font-size:22px!important;
    }

    please share the link to the page where we can inspect the thumbnails so we can help you better.

    Cheers!
    Vinay Kashyap

Viewing 30 posts - 8,761 through 8,790 (of 10,428 total)