Forum Replies Created

Viewing 30 posts - 37,741 through 37,770 (of 66,745 total)
  • Author
    Posts
  • in reply to: Margin on Enfold Medical Theme #730999

    Hi,

    Please adjust the code a bit.

    @media only screen and (max-width: 767px) {
    .home #av_section_1 .flex_column_table:first-child {
        margin-top: -110px !important;
    }
    }

    Best regards,
    Ismael

    in reply to: BACKGROUND PROPORTIONAL ON COLOR SECTION #730997

    Hi,

    The “Responsive Site” option of the theme is disabled. Please enable it in the Enfold > General Layout > Dimensions panel.

    Ismael, for me to use the background-size Property do I need to create a class for each image size? How do I enter custom css? Do you simulate for me a line of code?

    The idea is to use different sizes of the image on different screen sizes. Edit the color section element then apply a unique ID in the Section ID field, use “custom-section” for example. We can use this ID to change the image on different screen sizes. Add this code in the Quick CSS field.

    /* Tablet Portrait size to standard 960 (devices and browsers) */
    @media only screen and (min-width: 768px) and (max-width: 989px) {
        #custom-section {
           background-image: url(IMAGE URL FOR IPAD) !important;
        }
    }
    
    /* Mobile Styles */
    @media only screen and (max-width: 767px) {
        #custom-section {
           background-image: url(IMAGE URL FOR IPHONE) !important;
        }
    }

    Create different sizes of the image then adjust the background image url or value.

    Best regards,
    Ismael

    in reply to: Footer Height & Menu changes problem #730995

    Hi,

    This code in the Quick CSS field is invalid. Please copy the code directly from this forum, not from your email.

    #top #header .av-main-nav > li > a {
        font-size: 15px;
        font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 700;
    }

    Best regards,
    Ismael

    in reply to: Alternative header logo also on custom posts? #730994

    Hey thatcommsguy,

    Thank you for using Enfold.

    Add the is_singular conditional function.

    // https://codex.wordpress.org/Function_Reference/is_singular

    if( is_page(array('academy','learning-with-us')) || is_singular('tribe_events'))
    

    Best regards,
    Ismael

    in reply to: Responsive problem with flexible columns #730992

    Hi,

    Please add this css code.

    @media only screen and (max-width: 767px) {
    .avia-slider-testimonials .avia-testimonial-meta .avia-testimonial-image {
        margin: 0 auto !important;
        float: none;
    }
    
    #top .av-large-testimonial-slider .avia-testimonial-meta-mini {
        float: none;
        text-align: center;
    }
    }

    Best regards,
    Ismael

    Hi,

    Why is the “avia_apply_quant_btn” function empty? Did you place it somewhere else? Please post the FTP details here so that we can check this further.

    Best regards,
    Ismael

    in reply to: Broken RSS feed links #730990

    Hey tech500,

    Thank you for using Enfold.

    These links are generated by WordPress but I’m not sure why they return a 404 page. Please install this plugin temporarily to fix the issue.

    // https://github.com/wpexplorer/wpex-post-types-feed-links-fix

    Download the files then create a new folder in the wp-content > plugins directory. Activate the plugin.

    Best regards,
    Ismael

    in reply to: styling widget in header #730985

    Hi,

    It’s the “double quotes” that’s causing the issue. Replace it with a single quote.

    $sub .= "<a href='javascript:javascript:history.go(-1)' class='terug'>Terug</a>";
    

    Best regards,
    Ismael

    in reply to: Displaying Title on Product Category pages #730984

    Hi,

    Thank you for the update. We added a third column to fix the markup issue and then added a custom css code in the Quick CSS field to hide it.

    Best regards,
    Ismael

    in reply to: Responsive settings sidebar menu #730977

    Hi,

    Thank you for the update.

    Please add this in the Quick CSS field.

    @media only screen and (max-width: 1024px) {
    .responsive #top #wrap_all #header {
        position: relative;
        width: 100%;
        float: none;
        height: auto;
        margin: 0 !important;
        opacity: 1;
    }
    
    .main_menu .avia-menu, #header_main_alternate, .fallback_menu {
        display: none;
    }
    
    .container #advanced_menu_toggle, #advanced_menu_hide {
        display: block;
    }
    
    .responsive #top #wrap_all .container {
        width: 85%;
        max-width: 85%;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
        float: none;
    }
    }

    Best regards,
    Ismael

    in reply to: how to slow down scrolling to the top? #730974

    Hey milanvlaskovic,

    Thank you for using Enfold.

    This is possible but you have to modify one of the parent theme files. Edit the js > avia.js file, look for this code around line 823:

    duration= data.duration || 1200,
    

    Adjust the value. Example:

    duration= data.duration || 10000,
    

    Best regards,
    Ismael

    Hi,

    1.) The video in the slider is disabled on mobile by default so it is required to add a fallback image. If you really need a video on mobile view, you have to replace it with an actual video element and toggle the display properties with css media queries as described on the previous thread. For the captions, you can use the text block element.

    2.) That is the default backdraft of the youtube iframe. I’m sorry but you can’t change it.

    Best regards,
    Ismael

    in reply to: EventON – "add more to basket" doesn't work with Enfold #730963

    Hi,

    Now the costumer can change the number them self and add to the basket…. I don’t care about the minus/plus buttons are gone…

    It’s really up to you but the quantity buttons are default feature of a product page. I’ll ask the rest of the support team to check the button issue.

    Best regards,
    Ismael

    in reply to: portfolio title wrong display on smartphones #730954

    Hi,

    Thank you for the update. Please remove browser cache or hard refresh the page. Or provide the login details in the private field so that we can check the issue further.

    Best regards,
    Ismael

    in reply to: Slider not updating after changing out slides #730952

    Hey chriscreative,

    Thank you for using Enfold.

    1.) It’s possibly cached. Have you tried removing the browser cache or hard refreshing the page?

    2.) Could you please provide a screenshot of the issue? What is the version of your Firefox browser?

    Best regards,
    Ismael

    in reply to: Enfold layoutbuilder just rolling… #730951

    Hi,

    Remove the other html codes and use the following script in a text or code block.

    <script>
    (function() {
    var cx = ‘010941995792013317955:a_bthajs1ss’;
    var gcse = document.createElement(‘script’);
    gcse.type = ‘text/javascript’;
    gcse.async = true;
    gcse.src = ‘https://cse.google.com/cse.js?cx=’ + cx;
    var s = document.getElementsByTagName(‘script’)[0];
    s.parentNode.insertBefore(gcse, s);
    })();
    </script>
    <gcse:search></gcse:search></div1>

    Best regards,
    Ismael

    Hi,

    I’m sorry but the login credentials are not working. Please check it carefully.

    Best regards,
    Ismael

    in reply to: Swap Background Image on Fullscreen Slider on Mobile #730947

    Hi,

    Please turn on the custom css class field, add a unique class attribute to the slider then apply the following css code.

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      .avia-fullscreen-slider .avia-slideshow > ul > li:first-child {
         background-image: url(IMAGE URL HERE) !important;
      }
    }

    Replace the selector “.avia-fullscreen-slider” with the custom css class attribute.

    Best regards,
    Ismael

    in reply to: Seperator with different margins? #730946

    Hi,

    Thank you for the update. Please add this code in the Quick CSS field.

    body .container_wrap .hr.avia-builder-el-last, body .container_wrap .hr.avia-builder-el-first {
        margin: 10px;
    }

    Best regards,
    Ismael

    in reply to: Apply Enfold Contact Form Styling To Gravity Form #730945

    Hi,

    Please add this code in the Quick CSS field.

    #top .gform_wrapper input, #top .gform_wrapper select {
        margin-bottom: 0;
        min-width: auto;
        width: 100%;
        margin-bottom: 0;
        display: inline;
        min-width: 50px;
        padding: 13px;
        border-radius: 2px;
    }
    
    #top .gform_wrapper .gfield_required {
        color: #109bc5 !important;
    }

    Best regards,
    Ismael

    in reply to: Issue changing background color #730944

    Hi,

    Thank you for the info. I checked the site and the background is set to blue.

    html.html_boxed {
        background: #114985 top center repeat scroll;
    }
    

    Please make sure that you’re not looking on a cached version of the site.

    Best regards,
    Ismael

    in reply to: Accelerrated Mobile Pages – Google's AMP #730943

    Hey kenwae,

    Thank you for using Enfold.

    The feature, unfortunately, is not implemented in the theme yet but other users found a plugin which works well with posts but not pages.

    // https://kriesi.at/support/topic/enfold-amp-accelerated-mobile-pages/#post-723062
    // https://kriesi.at/support/topic/amp-pages/#post-701007

    Best regards,
    Ismael

    in reply to: Enfold Full width button font changes in mobile mode #730941

    Hey web4698,

    Thank you for using Enfold.

    The font weight “light” is invalid. Please set the value to 300 or 400.

    #top .avia-button-fullwidth {
        font-family: "Lato" !important;
        font-weight: 300 !important;
        font-size: 12px !important;
    }

    Best regards,
    Ismael

    in reply to: Enfold Consulting Demo Pages missing TITLE #730940

    Hi,

    Please check the Enfold > Header > Header Title and Breadcrumbs settings. Make sure that the title and breadcrumb is enabled. Or edit the page then set the Layout > Title Bar Settings accordingly.

    Best regards,
    Ismaelo

    in reply to: Highlight active post in Enfold Latest News Widget #730661

    Hi,

    Thank you for the info. You can replace it with a Custom Menu widget if you need to highlight the active menu item but the navigation will look very different from the current one, there will be no images for example. I can think of a jQuery solution where we can compare the post title and the widget title but the posts are created with the advance layout builder so the default title container is not there.

    Best regards,
    Ismael

    Hi,

    The WP_MEMORY_LIMIT is set to 40MB and the current memory usage is over that limit which is 50.61MB when you’re on the advance layout builder. Please increase the WP_MEMORY_LIMIT to at least 128M.

    // https://docs.woocommerce.com/document/increasing-the-wordpress-memory-limit/

    Best regards,
    Ismael

    in reply to: Parent Page for Posts #730657

    Hi,

    You cannot set the “blog” page as parent page of the posts but you can modify the post url. Go to the Settings > Permalink panel then use the following value in the Custom Structure field.

    /blog/%postname%/
    

    This will will affect the posts and portfolio items.

    Best regards,
    Ismael

    Hey DROR,

    Thank you for using Enfold.

    I’m sorry but I’m not really sure what to look for here. Could you please provide a screenshot of the issue? We usually suggest the following plugin.

    // https://wordpress.org/plugins/menu-items-visibility-control/

    If you’re familiar with the Widget Logic plugin, I’m sure you can easily configure this one.

    Best regards,
    Ismael

    in reply to: fullwidth easy slider – change caption fonts #730644

    Hi,

    I’m sorry but what do you mean by “legend”? Are you referring to “legend” tag? I don’t think the theme is using that tag anywhere in the template or elements.

    Best regards,
    Ismael

    in reply to: Position of slide description #730642

    Hi,

    The code is working when I test it in the browser inspector. However, you might need to add a few adjustments to the code for mobile view or for smaller screens. Please post the login details here so that we can test it further.

    Best regards,
    Ismael

Viewing 30 posts - 37,741 through 37,770 (of 66,745 total)