Forum Replies Created

Viewing 30 posts - 27,301 through 27,330 (of 67,539 total)
  • Author
    Posts
  • in reply to: Background Video not running #1009166

    Hi,

    The site is running on an older version of the theme, 4.3. Please upgrade to version 4.4.1. Let us know if the update helps.

    Best regards,
    Ismael

    Hi,

    Thanks for the update. Is it working properly when you put a different youtube video?

    Best regards,
    Ismael

    in reply to: Image Slider for Search Page? #1009158

    Hi,

    Great! Again, please feel free to open a new thread if you need anything else. :)

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    We’ve added this css code on the Quick CSS field to keep the transparency on smaller screens, specifically on tablet or iPad view.

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive.html_mobile_menu_tablet #top #wrap_all #header {
        position: fixed;
    }
    }
    

    Best regards,
    Ismael

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

    Hi,

    Awesome! Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

    in reply to: Cannot update theme to 4.4.1 #1009154

    Hi,

    Yes, you can add that filter in the functions.php file and then refresh the page a few times. However, please note that the theme shortcodes that were manually added inside those products are not going to work properly if there were any. It may also break the product pages. Did you add any shortcodes in your product pages using the shortcode wand or generator?

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    We modified the code a bit. It should be working properly now. Please don’t forget to remove the browser cache.

    Best regards,
    Ismael

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

    Hi,

    Thanks for the update.

    You can try this css media query to adjust the top position of the sticky menu.

    @media only screen and (max-width: 767px) {
    #top .av-submenu-container.av-sticky-submenu {
        position: absolute;
        top: 0 !important;
    }
    }

    Best regards,
    Ismael

    in reply to: Enfold Masonry – Blog Posts #1009148

    Hi,

    – perfect amount should be calculated automatically

    The amount or number of columns are not calculated dynamically but is based on the screen or browser width. Please review the css media query that I posted above. It displays as 6 column on my end (1920x1080px screen/monitor) because the screen resolution is equal or more than 1800px, so it sets the width of the masonry entries to 16.6% of the parent container.

    I also do not want fixed entrys per row as the amount of entries will change every month

    That is not possible, unfortunately. As I said, the number of columns is based on the current screen width or resolution. You can add more css media queries if you want to change the number of columns on larger screen resolutions such as your 2880px mac.

    Best regards,
    Ismael

    in reply to: WooCommerce Check Out Page #1009147

    Hi,

    How did you add the amazon payment? You may need to ask the plugin or script author if we can use any hooks to move the button below the checkout form.

    Best regards,
    Ismael

    in reply to: Mobile Menu Not Working on my Site #1009146

    Hi,

    Compare the current or the latest version of the file from the modified file and then move the necessary changes to the current file.

    Best regards,
    Ismael

    in reply to: Layerslider Not Working with 4.4.1 #1009144

    Hi,

    Did you enable the theme’s File Compression settings in the Performance panel? Please disable that temporarily while you’re working on the site. The css changes won’t take effect immediately because the site is still loading the merged or compressed stylesheets.

    Best regards,
    Ismael

    Hi,

    1.) You can use this css code to prevent items with odd index from taking the full width of the container on certain screen sizes.

    @media only screen and (max-width: 767px) and (min-width: 480px) {
    .responsive #top #wrap_all .grid-sort-container.grid-total-odd .grid-entry.grid-loop-1 {
        width: 50%;
    }
    }

    2.) I think it’s because of the pixel density and due to the fact that the width is percentage based. Unfortunately, we can’t do much about it aside from defining actual spaces between the items.

    3.) You can set a minimum height to the grid content container.

    .grid-content {
        padding: 20px;
        position: relative;
        min-height: 68px;
    }

    You may need to adjust the minimum height value on certain screen sizes.

    Best regards,
    Ismael

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

    Hi,

    It didn’t work when I retested it but I found the bug. Please try the script again.

    // https://imgur.com/a/DUVHjGn

    Best regards,
    Ismael

    in reply to: image can't load #1009129

    Hi,

    Why did you remove it? You have to add that css code on the Quick CSS field.

    Best regards,
    Ismael

    in reply to: mobile paralax #1009128

    Hi,

    Alright. Let us know if you need anything else. :)

    Best regards,
    Ismael

    in reply to: Google API ket not working with maps #1009124

    Hi,

    In the console, it says that you’ve reached your request quota for that particular API. Did you impose a request limit? Are you using it on other projects? Please try to add https restrictions to the API.

    // You have exceeded your request quota for this API. https://developers.google.com/maps/documentation/javascript/error-messages?utm_source=maps_js&utm_medium=degraded&utm_campaign=billing#api-key-and-billing-errors

    The request is missing an API key.
    Billing has not been enabled on your account.
    The provided billing method is invalid (for example an expired credit card).
    A self-imposed daily limit has been exceeded.

    Best regards,
    Ismael

    in reply to: Menu Labels overlay logo #1008783

    Hi,

    Thanks for the update.

    You can use this css code to adjust the search icon’s position.

    #top #menu-item-search {
        right: 80px;
    }

    And this css media query to adjust it even more on smaller screens.

    @media only screen and (max-width: 480px) {
    #top #menu-item-search {
        right: 10px;
    }
    }

    Screenshot: https://imgur.com/a/NMGxfaE

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    This css code should center align the rotator text.

    .av-rotator-container-inner {
        text-align: center !important;
        clear: both;
    }

    Best regards,
    Ismael

    in reply to: Zusätzliches Bild im Header #1008767

    Hi,

    Danke für das Update.

    1.) Use this css code to adjust the height of the menu container.

    .html_header_top .av_bottom_nav_header #header_main_alternate .main_menu ul:first-child > li > a {
        height: 30px;
        line-height: 30px;
    }
    
    .html_header_top.html_bottom_nav_header #header_main_alternate .main_menu>div, .html_header_top.html_bottom_nav_header #header_main_alternate .main_menu ul:first-child {
        width: 100%;
        height: 30px;
    }

    2.) Go to the Appearance > Widget panel and insert a Navigation Menu widget inside one of the widget areas, whichever sidebar you want to place the navigation.

    LG,
    Ismael

    in reply to: How to resize iconlist icons – a few issues? #1008765

    Hi,

    Thanks for the update.

    Try to adjust the top positon of the icon list’s title.

    .avia-icon-list .av-iconlist-empty .iconlist_title {
        top: -10px !important;
    }

    Best regards,
    Ismael

    in reply to: mobile paralax #1008760

    Hey sky19er,

    Thank you for using Enfold.

    I don’t think it’s going to be implemented right away and you shouldn’t bother that much because those effects just create distractions on smaller screens. Users visit sites on their phones for the content and I don’t think they’ll even notice if a background image is moving or not. And please note that fixed elements/backgrounds are not yet fully supported on Android and iOS devices.

    // https://caniuse.com/#feat=css-fixed

    Partial support refers to supporting local but not fixed
    Only supports local when -webkit-overflow-scrolling: touch is not used
    Does not support fixed, and due to a bug only supports local if a border-radius is set on the element.
    iOS has an issue preventing background-attachment: fixed from being used with background-size: cover – see details
    Chrome has an issue that occurs when using the will-change property on a selector which also has background-attachment: fixed defined. It causes the image to get cut off and gain whitespace around it.
    Firefox does not appear to support the local value when applied on a textarea element.

    Best regards,
    Ismael

    in reply to: fullscreen slider parallax only on bottom #1008755

    Hey sky19er,

    Thank you for using Enfold.

    The theme’s parallax effect is quite subtle but you can adjust the speed with this filter.

    add_filter('avf_parallax_speed','avia_change_parallax_ratio', 10, 2);
    function avia_change_parallax_ratio($ratio, $id){
        $ratio = "0.8";
        return $ratio;
    }

    That filter will also affect the parallax container height. Default value is 0.3. If you need a parallax effect that is more prominent, try to use the Layer Slider. Configure the layer’s Transition > Parallax Transition options.

    Best regards,
    Ismael

    in reply to: Mobile Menu Not Working on my Site #1008740

    Hi,

    You have to update the includes > helper-main-menu.php file in the child theme because the file is a little bit outdated. Let us know if that helps.

    Best regards,
    Ismael

    in reply to: traslate spanish #1008731

    Hi,

    Thank you for using Enfold.

    You can edit the search.php to translate the text manually or install/use the following plugin.

    // https://wordpress.org/plugins/loco-translate/

    If you chose to modify the theme file, look for these line of codes:

    search.php line 31:

    echo "<h4>".__('New Search','avia_framework')."</h4>";
    

    search.php line 32:

    echo "".__('If you are not happy with the results below please do another search','avia_framework')."";
    

    Best regards,
    Ismael

    in reply to: Enfold – Feature image #1008712

    Hi,

    Thanks for the update.

    1.) You can use this css code to hide/remove the featured images.

    .archive .avia-content-slider .slide-image, .avia-content-slider .slide-image img {
        display: none !important;
    }

    2.) Disable the theme’s Performance > File Compression settings temporarily. You can’t see the changes immediately because the theme is loading the compressed or merged stylesheets.

    3.) That is the default padding of the container. You can adjust it with this css code.

    .content, .sidebar {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    Default padding value is 50px.

    Best regards,
    Ismael

    in reply to: Layerslider Not Working with 4.4.1 #1008709

    Hi,

    The layer slider is displaying properly when I check page. Is this fixed?
    Please set the user role to admin so that we can check the dashboard or settings.

    Best regards,
    Ismael

    in reply to: image can't load #1008706

    Hi,

    Thanks for the update.

    You can use this css code but it will remove the gallery animation.

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

    Best regards,
    Ismael

    in reply to: Blog Grid View Not Showing Dates or Showing Incorrect Dates #1008704

    Hi,

    Thank you for using Enfold.

    We would like to edit one of the theme files but the Appearance > Editor panel is not accessible. Please enable it. Or try to edit the config-templatebuilder > avia-shortcodes > postslider.php file, look for this code around line 629:

    $meta .= "<time class='slide-meta-time updated' $markup>" .get_the_time(get_option('date_format'), $the_id)."</time>";
    

    Replace it with:

    $meta .= "<time class='slide-meta-time updated' $markup>" .get_the_date(get_option('date_format'), $the_id)."</time>";
    

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    The publication date is included in the “sc_post_meta” shortcode so you don’t have to add the “sc_post_date” shortcode unless you want to put the date somewhere else.

    A value for the headline field is required.

    Use the special heading element and set the heading to h1 or h2.

    A value for the image field is required.

    Add an Image element.

    A value for the publisher field is required.

    The author info is also included in the “sc_post_meta” shortcode.

    Best regards,
    Ismael

Viewing 30 posts - 27,301 through 27,330 (of 67,539 total)