Forum Replies Created

Viewing 30 posts - 4,891 through 4,920 (of 10,428 total)
  • Author
    Posts
  • in reply to: Issue with text in button #695989

    Hey kennethhuang,

    If you use the html character ” > ” It will break the html tag instead please use the Ascii value.

    http://www.theasciicode.com.ar/ascii-printable-characters/capital-letter-a-uppercase-ascii-code-65.html

    Best regards,
    Vinay

    in reply to: Mailchimp form / Disable field text in background #695987

    Hey Obeatone,

    Please try adding this at the very end of your themes / child themes functions.php file:

    // Remove subject value
    function remove_placeholder(){
    ?>
    <script>
    jQuery(window).load(function(){	
       jQuery(".av-mailchimp-widget").find(".text_input.is_email").removeAttr('placeholder');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'remove_placeholder');

    Best regards,
    Vinay

    in reply to: Video Size/Resolution in Colour Section #695953

    Hey Corina,

    You can upload the video to youtube and link it from there that will encode video properly and save you a lot of bandwidth as well or have it hosted on your own server.

    In pixels the minimum it should be 1280px x 720px and max 1920 x 1080 px.

    You can add any youtube video as background video and give it a try :)

    Let us know if you have more questions.

    Best regards,
    Vinay

    in reply to: Add Icon #695948

    Hi,

    Glad we could help!
    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Advanced Layerslider responsive issue #695947

    Hey blaircomm,

    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:992px) {
    .ls-slide.ls-slide-1 {
       margin-top: 87.99474px!important;	
    }
    .container.av-logo-container {
    	height: 210px !important;
    }}
    

    Best regards,
    Vinay

    in reply to: Resizing the browser, overlaping of image & text #695892

    Hi,

    Glad we could help!
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

    Hey classywebsites,

    The line is part of this image in private content. Crop the image on top 2px it should go away.

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

    .page-id-10793 main {
    	padding-top:0!important;
    }
    
    

    Best regards,
    Vinay

    in reply to: Flush logo image left #695885

    Hey Kurt,

    It appears your site is down at the moment.

    To flush logo to the left and menu to the right go to Enfold > header > Header behavior > Let logo and menu position adapt to browser window

    Check that options.

    Let us know if you have any questions.

    Best regards,
    Vinay

    Hey Wisith,

    Please use a colorsection and insert the image inside it.

    To reduce the width of the sidebar go to Enfold > General Layout > Sidebar Ratio and define the ration you like here.

    Let us know if you have more questions.

    Best regards,
    Vinay

    in reply to: Formatting Heading Tags Seems To Be Overwritten #695879

    Hey domainarchitect,

    Yes you are correct. The specificity of the style is overwritten. In order to add your custom styles please add a custom css class name to the advanced layout builder elements and target it using CSS by adding your code to Enfold > General Styling > Quick CSS or in child theme styles.css

    kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Please feel free to get back to us if yu have any questions.

    Best regards,
    Vinay

    in reply to: Avia Editor not showing images #695869

    Hey DiegoVargasFEX,

    I tried to login to the wp-admin with the default url however it gives a 404 error would you mind providing a precise link to login to the wp admin of your site so we can investigate this issue :)

    Best regards,
    Vinay

    Hey LindaK816,

    We need to take a closer look. Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Vinay

    in reply to: split menu #695843

    Hey jimbatchelder,

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

    .responsive #header .container {
    width: 100% !important;
        max-width: 100%!important;
    }
    
    .avia-menu li:nth-child(1) {
    	position:absolute;
    	left:0;
    }
    .avia-menu li:nth-child(2) {
    	position:absolute;
    	left:100px;
    }
    .avia-menu li:nth-child(3) {
    	position:absolute;
    	left:200px;
    }
    
    .avia-menu li:nth-child(5) {
    	position:absolute;
    	right:300px;
    }
    .avia-menu li:nth-child(6) {
    	position:absolute;
    	right:180px;
    }
    .avia-menu li:nth-child(7) {
    	position:absolute;
    	right:0px;
    }
    

    If the above fails to work use the !important rule on the position property like I have used it for the width.

    Best regards,
    Vinay

    in reply to: Remove underline on link hover around div #695836

    Hey Lissasan,

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

    
    a:link, a:visited, a:hover { text-decoration: none; }
    

    Best regards,
    Vinay

    in reply to: add section between header & menu #695835

    Hi,

    We added the header widget area however it is not visible because the widgets are not saving the changes.
    A plugin conflict may be one of the reason for this issue.
    To find which plugin is causing the conflict please follow these steps:

    1. Go to your plugins page > Deactivate all active Plugins
    2. Update WordPress and Enfold to latest version if you have not.
    3. Make sure all the plugins are updated.
    4. If the problem does not persist when plugins are turned off, activate one plugin at a time and refresh until you find the plugin in conflict.

    We await the results of your plugin compatibility test.

    Thanks for your cooperation :)

    Best regards,
    Vinay

    Hi,

    Sorry for the delay, to create the google map API visit the google API page (link provided in the documentation )
    https://developers.google.com/maps/documentation/javascript/get-api-key#key

    1. Click on Get A Key.
    2. A popup appears in that select “Create a new project” from the dropdown that appears when you click on “Select or create project” give it a unique name.
    2. Click on Enable API.

    Or in your google account click on re-generate API key on the top.

    Both the options should work just fine.

    Best regards,
    Vinay

    in reply to: Center Header Widgets in Mobile #695833

    Hi,

    Thank you for sharing the screenshots. The site looked good on my end after removing the conflicting CSS and adding the new code. The conflicting CSS on your browser was cached and hence you were not able to see the changes properly. If you haven’t changed anything please try to 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” and review the site again.

     

    If you changed the code please revert the changes and get back to us if you have any questions.

    Best regards,
    Vinay

    in reply to: Rename enfold.css #695701

    Hi,

    @guenni007 Thanks for sharing. 

    Best regards,
    Vinay

    in reply to: Center Header Widgets in Mobile #695698

    Hi,

    Please review your site now.  It took us a lot of time but we are happy to help you :)

    We add the below css in Quick css

    
    /* Responsive Header */
    
    .main_menu {
    transform:translateX(-280px);
    }
    #header .avia-button-left {
    position: absolute;
    top: 54px;
    right: 150px;
    }
    #text-14.widget{
    width:100%;
    max-width:1310px;
    }
    
    .seal {
    position:relative;
    float:right;
    right:0px;
    top:-10px;
    }
    .phone-number {
    position:absolute;
    z-index:999999!important;
    top:68px;
    right:610px;
    }
    @media only screen and (max-width: 1180px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
    .seal {
    right:90px;
    }
    #header .avia-button-left {
    right: 240px;
    }
    .phone-number {
    right:380px;
    }}
    
    @media only screen and (max-width: 930px) {
    .responsive .logo img {
    height: 80px!important;
    margin-top:30px;
    }
    }
    
    @media only screen and (max-width: 768px) {
    #header .avia-button-left {
    right: auto!important;
    left:200px;
    }
    .phone-number {
    left:0px;
    right:auto;
    }
    .seal {
    right:auto!important;
    left: 190px;
    float: left;
    }
    }
    
    @media only screen and (max-width: 480px) {
    .responsive .logo img,
    #header .avia-button-left ,
    .seal {
    position:relative!important;
    right:auto!important;
    left:50%;
    transform:translateX(-50%);
    }
    .phone-number {
    position:absolute!important;
    top: 160px;
    right:auto;
    left: 50%;
    transform: translateX(-50%);
    }
    #header .avia-button-left { top:0}
    }

     

    And the below css was conflicting with the responsive nature so we removed the below from styles.css

    @media only screen and (max-width: 749px) {
    
    #header .widget {
    transform: none!important;
    }
    }
    #header .widget {
    padding-top: 0;
    position: absolute;
    left:80%;
    top: 23px;
    z-index: 999;
    }
    @media only screen and (max-width: 749px) {
    #header .widget {
    position: relative;
    padding-bottom: 0;
    top: 0px;
    left: 80%;
    }
    }
    @media only screen and (min-width: 750px) and (max-width: 1099px) {
    #header .widget {
    position: relative;
    padding-bottom: 0;
    top: 0px;
    left: 80%;
    }
    }
    
    /* == HIDE MENU ITEMS ON DESKTOP/MOBILE == */
    
    @media only screen and (max-width: 1099px) {
    .hide-on-mobile { display: none !important; }
    }
    @media only screen and (min-width: 1099px) {
    .hide-on-desktop { display: none !important;
    }}
    
    /*0000000000*/
    
    /* == CHANGE FONT & COLOR IN MAGAZINE ELEMENT must stay in quick css == */
    .av-magazine .av-magazine-content-wrap .av-magazine-title {
    font-size: 22px;
    color: #305a91;
    }
    .av-magazine-title:hover {
    color: #80a7d8 !important;
    }
    
    /* == MAKE GREEN BOXES WHOLE IN MOBILE must stay in quick css == */
    @media only screen and (max-width: 767px) {
    .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
    margin-bottom: 0px;
    }
    }
    
    /* Fix footer for mobile */
    @media only screen and (max-width: 670px) {
    .footer_color {
    background-size: cover;
    }
    #footer #text-11 {
    top: -50px;
    }}
    @media only screen and (max-width: 670px) {
    #footer #text-10 {
    top: 30px;
    }}
    
    /* == Fix spacing in icon list for small icons == */
    .av-iconlist-small li {
    margin-bottom: 5px;
    }
    
    /* mobile menu extend to larger screens */
    
    /*
    @media only screen and (max-width: 1099px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
    }
    
    @media only screen and (max-width: 749px) {
    #header .avia-button-left {
    transform: none!important;
    }
    }
    @media only screen and (max-width: 749px) {
    #header .#text-12 {
    transform: none!important;
    }
    } */
    
    @media only screen and (max-width: 749px) {
    #header_meta {
    margin-top: -30px;
    }
    .logo img {
    margin: auto!important;
    }
    .logo {
    width: 100%!important;
    }
    #widget_sp_image-2 img{
    transform:translate(50%, 20px);
    }
    }
    @media only screen and (min-width: 750px) and (max-width: 1099px) {
    #header_meta {
    margin-top: -30px;
    }
    .logo img {
    margin: auto!important;
    }
    .logo {
    width: 100%!important;
    }
    #widget_sp_image-2 img {
    transform:translate(50%, 20px);
    }
    }
    
    /* Mobile Menu Up Minimum Screen Size */
    @media only screen and (max-width: 1199px) {
    nav.main_menu {
    display:none !important;
    }
    #advanced_menu_toggle, #advanced_menu_hide {
    display:block !important;
    }
    }
    
    /* Mobile Menu Positioning */
    #advanced_menu_toggle {
    right: -25px;
    top: 30px;
    }
    
    /* Move Client Login button in header */
    #header .avia-button-left {
    position: relative;
    top: -38px;
    left: 80%;
    }
    @media only screen and (max-width: 749px) {
    #header .avia-button-left {
    position: relative;
    padding-bottom: 0;
    top: -40px;
    left: 33%;
    }
    }
    @media only screen and (min-width: 750px) and (max-width: 1099px) {
    #header .avia-button-left {
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
    top: -120px;
    left: 76%;
    }
    }
    
    /* move phone number widget */
    #header #text-12 {
    position: relative;
    top: 112px;
    left: 18%;
    }
    @media only screen and (max-width: 749px) {
    #header #text-12 {
    position: relative;
    padding-bottom: 0;
    top: -20px;
    left: 23%;
    }
    }
    @media only screen and (min-width: 750px) and (max-width: 1099px) {
    #header #text-12 {
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
    top: -100px;
    left: 66%;
    }
    }

     

    Best regards,
    Vinay

    in reply to: Center Header Widgets in Mobile #695666

    Hi,

    Work is in progress but this is taking quite some time, since you are using enfold we are happy to go an extra mile to fix this for you.  
    Please give us a little time while we update the result once it is done here.

    Best regards,
    Vinay

    • This reply was modified 9 years, 3 months ago by Vinay.
    in reply to: Center Header Widgets in Mobile #695523

    Hi,

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

    Best regards,
    Vinay

    in reply to: Enfold Testimonial Image #695358

    Hi,

    Please add the code at the bottom of the Quick CSS section.

    Best regards,
    Vinay

    in reply to: Enfold Testimonial Image #695206

    Hi,

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

    .avia-testimonial-image img {
    max-height: 80px;
    } 

     

    Best regards,
    Vinay

    in reply to: Text Link Rollover Colors in Main Content #695204

    Hi,

    Sorry for the delay, please use the below code to make changes to the hover color 

    h4 a:hover {
     color:#93acb4!important;	
    }

    Best regards,
    Vinay

    Hi,

    Thank you for your cooperation. Please feel free to reach out to us if you need further help.

    Best regards,
    Vinay

    Hi,

    For testing purpose we deactivated some active plugins and there appears to be a conflict. The cart is working fine now.

    If you face the same issue to find which plugin is causing the conflict please follow these steps:

    1. Go to your plugins page > Deactivate all active Plugins
    2. Update WordPress and Enfold to latest version if you have not.
    3. Make sure all the plugins are updated.
    4. If the problem does not persist when plugins are turned off, activate one plugin at a time and refresh until you find the plugin in conflict.

    Thanks for your cooperation :)

    Best regards,
    Vinay

    Hi,

    The box was added to give a visual reference however you can simply remove ” background:#333;” in the above code and it should remove the grey box.

    The width and height of the logo should be the same for them to appear same size. Please open up a new document in photoshop and drag and drop all the logos into it and re-save them so they all have same height and same width. Once you replace these files the logos will be of the same size.

    Best regards,
    Vinay

    in reply to: Problems with Google Maps API #694889

    Hi,

    You have created the API key correctly. Please review the site now the coordinates were not fetched. We fetched the google coordinates for you and everything looks good on my end.

    Best regards,
    Vinay

    in reply to: Default image clear not cloudy #694792

    Hi,

    Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if you like to get started and try your hands on please use the below code as a starting point and add the hover state to style as per your requirement.

    #top .av-product-class-minimal-overlay .inner_product_header_cell {
        vertical-align: top;
        display: table-cell;
        transform: translateY(110%);
    }
    
    .inner_product_header_cell div p {
    	display: none !important;
    }
    .entry-content-wrapper ul.products li{
    	margin-bottom:80px;
    }

    If you need any help in the process please feel free to let us know.

    Best regards,
    Vinay

    in reply to: Align table content to the top #694786

    Hi,

    Thank you for sharing the mockup :) To achieve what you described Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .flex_cell.av_one_third.avia-builder-el-7   {
    	vertical-align:top!important;
    }
    

    Best regards,
    Vinay

Viewing 30 posts - 4,891 through 4,920 (of 10,428 total)