Forum Replies Created

Viewing 30 posts - 27,331 through 27,360 (of 67,539 total)
  • Author
    Posts
  • Hi,

    Is there a way to get a color section to display the entire image as the background,

    This is the same case as the full screen slider. The background image will not be fully visible inside the background positioning area (color section container) because it has to preserve the aspect ratio. You can set the color section’s “Background Repeat” settings to “Scale to fit” to display the whole image but you’ll probably get white spaces or gaps around the container. We can also set the background size to 100% via css but it will distort the image on certain screen sizes. Unfortunately, the Fullwidth Easy Slider has no parallax effect option because the images are not used as background.

    If you want to learn more how css handles background images, please refer to the following link.

    // https://www.w3schools.com/cssref/css3_pr_background-size.asp

    Here’s how those background size property translates into the theme:

    cover = “Stretch to fit”
    Resize the background image to cover the entire container, even if it has to stretch the image or cut a little bit off one of the edges

    contain = “Scale to fit”
    Resize the background image to make sure the image is fully visible

    Best regards,
    Ismael

    in reply to: Twitter bot working #1008698

    Hi,

    Awesome! Thanks for the info. I’m sure it will help a lot of users. :)

    Best regards,
    Ismael

    in reply to: Avia Layout Architect don't work on a specific page #1008697

    Hi,

    There is actually a code block on the screenshot. Please remove it temporarily. Where are you testing this? I can’t reproduce the issue on Opera/Chrome, Windows 7.

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    1.) Add this filter in the functions.php file to move the widget outside the sub menu container:

    function ava_enqueue_custom_script() {
        if ( wp_script_is( 'avia-default', 'registered' ) ) {
            wp_add_inline_script( 'avia-default', "$(document).ready(function() { $('#header_meta #text-2').insertBefore('#header_meta .sub_menu'); });" );
        }
     }
     add_action( 'wp_enqueue_scripts', 'ava_enqueue_custom_script', 9999);

    And then use this css code to adjust the widget position:

    #header_meta #text-2 {
        clear: none;
        position: absolute;
        top: -7px;
        left: 0;
        padding: 0;
    }

    2.) Place the icon and the corresponding text inside a paragraph or a div tag. Something like this:

    < p >[icon][text]< /p >
    < p >[icon][text]< /p >
    
    OR
    
    <div>[icon][text]</div>
    <div>[icon][text]</div>
    

    Best regards,
    Ismael

    Hi,

    top of the picture there is a white bar instead of the picture who was supposed to go all the way to the top.

    That is actually how it’s supposed to display because header transparency is disabled on mobile view by default. The logo and the burger menu is not visible because they have the same color as the header. We can change the background color of the header on mobile view or you can upload a different logo for a non-transparent header and for the transparent header.

    If you want to use a different logo for mobile view, please go to the Enfold > Header > Transparency Options panel, set a logo with a different color and adjust the menu color. That is going to be your logo and menu color for transparent header. You will also need to adjust the default color of the menu item in the General Styling > Logo Area panel and that will be the color that you’ll see on mobile view.

    Add this code on the Quick CSS field if you want to change the header background on mobile view.

    @media only screen and (max-width: 767px) {
    #top #wrap_all .av_header_transparency {
        background-color: red;
        border-color: #e1e1e1;
    }
    }

    Adjust the color values you wish.

    Best regards,
    Ismael

    in reply to: Events Calendar plugin update and styling issues #1008693

    Hi,

    Do you mind sharing your own custom css modifications so that we can test it? Is the css/tribe-events-theme-mobile.css stylesheet loading on your end?

    Best regards,
    Ismael

    Hi,

    Where are you testing this? I don’t see any “product_animation” columns on the “home-3” page. Please provide a link to the page.

    Best regards,
    Ismael

    in reply to: top menu with search function #1008690

    Hi,

    I’m glad it worked. :)
    Yes, you need to move it to the child theme. This particular section of the documentation should help.

    // https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#why-child-theme

    Best regards,
    Ismael

    in reply to: Layer Slider – Slides blink white before going to the next #1008689

    Hi,

    Thanks for the update.

    Yeah, you’re right. Changing the slide transition doesn’t fix it. I also tried to deactivate the plugins, set the slide timing to 0 and disable the theme’s file compression but nothing worked. Did you add any modifications that we don’t know of?

    Best regards,
    Ismael

    in reply to: Add Fullscreenbutton Mediaelemnt.js HTML5 Videos #1008687

    Hi,

    The videos are playing when I check the page and there’s the full screen icon. I also rechecked it on my own installation. (see private field)
    There is no available filter for it, unfortunately, and you can’t stop the default script from initializing without removing it directly from the script file.

    Best regards,
    Ismael

    in reply to: improvement report: problem enfold full width menu #1008684

    Hi,

    Can you give us a screenshot of the menu? I don’t really see any layout issue with the page.

    Best regards,
    Ismael

    in reply to: WooCommerce Check Out Page #1008682

    Hi!

    Thanks for the update.

    Did you copy that code from your email? Please copy it directly from the forum or post the WP and FTP login details in the private field and we’ll add it for you. Sorry to hear that you’re having troubles with your checkout page. We’ll try to help as much as possible.

    Best regards,
    Ismael

    in reply to: Can't edit the Pricing page #1008239

    Hey HeadStudiosWeb,

    Thank you for using Enfold.

    Did you add any html tag to that particular text block? Please make sure that the html tags are closed properly because unclosed tags could break the builder content. Try to set the builder to debug mode first then we’ll check the page’s shortcodes.

    // https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode

    Best regards,
    Ismael

    Hi,

    You can use the following shortcode ([sc_post_meta]) to render the post meta info such as date, comments, author etc.

    // https://kriesi.at/support/topic/post-using-advanced-editor-how-to-insert-post-meta-info-title-date-etc/#post-466158

    Best regards,
    Ismael

    in reply to: Twitter bot working #1008233

    Hey Angeladlh,

    Thank you for using Enfold.

    Where can we see the issue? Please provide a link to the site, and a screenshot if possible.

    Best regards,
    Ismael

    in reply to: Woocommerce Product Selector #1008232

    Hey FlatText,

    Thank you for using Enfold.

    That is not available in the theme by default. You may need to search for a plugin or a third party extension.

    // https://codecanyon.net/item/woocommerce-product-filter/8514038

    NOTE: We haven’t tested that plugin so you have to ask the plugin author if it’s compatible with the theme.

    Best regards,
    Ismael

    in reply to: improvement report: problem enfold full width menu #1008231

    Hey weasyweb2015,

    Thank you for using Enfold.

    now i fix the problem using css

    Shall we close the thread, or do you still need help with this? If you need further assistance, please provide a screenshot of the issue.

    Best regards,
    Ismael

    Hey kprice2690,

    Thank you for using Enfold.

    You have to update the header.php file in the child theme. It’s not the latest version. The lightbox should work after that.

    Best regards,
    Ismael

    Hey!

    I see. I checked the live and dev site but I don’t see any difference. Have you tried disabling the theme’s Performance > File Compression settings after the update?

    Best regards,
    Ismael

    Hey Asrada,

    Thank you for using Enfold.

    1.) The following tutorial should help.

    // https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area

    Change the hook name to “avia_meta_header”.

    2.) Did you use the theme’s icon shortcode?

    3.) Use this code to remove the extra language switcher:

    .avia_wpml_language_switch.avia_wpml_language_switch_extra {
        display: none !important;
    }

    Best regards,
    Ismael

    in reply to: Unable to disable Google Maps #1008215

    Hey Sebastian,

    Thank you for using Enfold.

    You can use this code to deregister the theme’s map scripts.

    add_action('init', 'ava_deregister_google_map_scripts', 30);
    function ava_deregister_google_map_scripts() {
        wp_deregister_script('avia-google-maps-api');
        wp_deregister_script('avia_google_maps_front_script');
        wp_deregister_script('avia_google_maps_api_script');
        wp_deregister_script('avia_google_maps_widget_admin_script');
    }
    

    Please note that the theme’s map element will not work properly if you remove these scripts or use the filter above.

    Best regards,
    Ismael

    Hey carstenstrandvad,

    Thank you for using Enfold.

    Where can we see the issue? The mobile/burger menu is visible on the home page. It has a transparent header.

    Best regards,
    Ismael

    in reply to: Problem with first picture in galleries and avia colums #1008210

    Hey Rene759,

    Thank you for using Enfold.

    I can’t see the issue or the gallery overlay on the page. The items look the same. Please provide a screenshot of the issue.

    Best regards,
    Ismael

    in reply to: Burger menu not working on iPhone X #1008208

    Hey conjunktionman,

    Thank you for using Enfold.

    I can’t reproduce the issue on a browser emulator. Can you please provide a screencast or a screenshot of the issue?

    Best regards,
    Ismael

    Hi,

    It is loading the video on an unsecure connection even though it is set to https.

    
    jquery.js?ver=1.12.4:3 Mixed Content: The page at 'https://faceafacemontreal.org/fr/contact/' was loaded over HTTPS, but requested an insecure resource 'http://www.youtube.com/embed/xvd3ZLpGf_A?feature=oembed'. This request has been blocked; the content must be served over HTTPS.
    (index):1 Mixed Content: The page at 'https://faceafacemontreal.org/fr/contact/' was loaded over HTTPS, but requested an insecure resource 'http://www.youtube.com/embed/xvd3ZLpGf_A?feature=oembed&wmode=opaque&rel=0'. This request has been blocked; the content must be served over HTTPS.
    

    Please try this plugin.

    // https://wordpress.org/plugins/really-simple-ssl/

    Best regards,
    Ismael

    in reply to: layerslider doesn't work #1008203

    Hi,

    Thanks for the update. I don’t think you need to purchase the plugin. The one inside the theme will do. Just enable the zip php extension and you’re good to go.

    Best regards,
    Ismael

    in reply to: Gallery in Tab-Section not loading #1008200

    Hi,

    Thanks for the update. This css code should help.

    .avia-gallery-thumb img {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    Just add it on the Quick CSS field.

    Best regards,
    Ismael

    in reply to: Galerie doesn't work after update #1008196

    Hi,

    I think it’s not working properly because of jetpack’s lazy load option. Please disable it temporarily then check the page again.

    // https://jetpack.com/support/lazy-images/

    Best regards,
    Ismael

    in reply to: Can not change color Section BG image opacity witj Section ID #1008191

    Hi,

    You can try this css code since you’re using parallax effect.

    #home-section-bg-img .av-parallax-inner {
        opacity: .2;
    }

    Best regards,
    Ismael

    Hi,

    the woman normally gets cut off at the knees. I need the entire height of the photo to show.

    That is not possible without distorting the image. Please note that the images in the slider are set as background and they are automatically resize to keep their aspect ratio. You can replace the Full Screen Slider with the Fullwidth Easy Slider if you want the whole height of the images to be displayed but please note that the Fullwidth Easy Slider does not inherit the height of the browser view port unlike the Full Screen Slider.

    Best regards,
    Ismael

Viewing 30 posts - 27,331 through 27,360 (of 67,539 total)