Forum Replies Created

Viewing 30 posts - 17,821 through 17,850 (of 67,597 total)
  • Author
    Posts
  • in reply to: contact form not sending emails #1234727

    Hi,

    Thank you for the info.

    The preview works fine but for some reason the top area of the page is not editable. Have you tried recreating it from scratch? You may want to manually add the elements instead of saving the current content as template.

    Best regards,
    Ismael

    in reply to: Video background malfunctioning on mobiles #1234725

    Hi,

    Glad that you found a solution for the overlap issue.

    The video won’t play on a mobile and I just see a freeze frame.

    Please note that background videos are disabled on mobile devices by default, which is why a fallback image option is available. You can either add the fallback image or hide the color section on mobile view by editing the element’s visibility in the Screen Options tab. If you really need the video to display, you can add a Video element, toggle its visibility so that it only displays on mobile view, or use the Layer Slider.

    Best regards,
    Ismael

    in reply to: Darstellung Produkte: Product List statt Product Grid #1234721

    Hi,

    Thank you for the inquiry.

    You may need to edit the product templates directly or use template hooks in order to add extra elements in the grid. Unfortunately, this will require modifications that are beyond the scope of support. You may need to hire a freelance developer or check the following documentation to know more about the plugin’s template system.

    // https://docs.woocommerce.com/document/template-structure/
    // https://premmerce.com/woocommerce-hooks-guide/#reading-progress-title-3

    Best regards,
    Ismael

    in reply to: privacy & cookies: Datenschutzrichtlinie einrichten #1234720

    Hey Oliver,

    Thank you for the inquiry.

    You should be able to set the privacy policy page in the Einstellungen > Datenschutz (Settings > Privacy) panel, then configure the privacy option in theme’s Privacy & Cookies panel afterwards. Please check this article and documentation for more info.

    // https://www.wpbeginner.com/beginners-guide/how-to-add-a-privacy-policy-in-wordpress/
    // https://kriesi.at/documentation/enfold/privacy-cookies/

    Best regards,
    Ismael

    in reply to: portfolio grid filter error when select category #1234718

    Hi,

    Thank you for the update.

    This is actually the default behavior of the category sort feature. It will reset back to displaying all items when you go to the next page or refresh the current one. And it can only sort items that are readily available in the current page.

    Best regards,
    Ismael

    in reply to: Replace the basket in the header #1234716

    Hi,

    Thank you for the inquiry.

    You can insert the plugin’s shortcode inside a widget area and use a template hook to render the widget area inside the header container. For more info, please check the documentation.

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

    Best regards,
    Ismael

    Hi,

    Thank you for the info.

    The overlap is caused by this css property which is applied in the parent column.

    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    

    Did you add the css code? To override it, we can use this css code.

    .responsive #top #wrap_all .flex_column {
       -webkit-transform: scale(1) !important;
       -ms-transform: scale(1) !important;
       transform: scale(1) !important;
    }
    

    Best regards,
    Ismael

    Hi,

    Thank you for the inquiry.

    Why would you like to remove those info? Those are details from the contact form fields, so if you don’t want to include them in the sent messages, just remove the designated form fields in the contact form.

    Best regards,
    Ismael

    in reply to: how to add an icon to the mobile menu #1234706

    Hi,

    Thank you for the update.

    Did you add this css code?

    .menu-item-515.av-active-burger-items .avia-menu-text {
    	display: inline-flex;
    }
    

    Please try to set the display property to “block”, then include this css code.

    .avia-menu-text .avia-icon-pos-left {
    	float: right;
    	margin-right: 105px;
    }
    
    .avia_transform .avia_start_delayed_animation.av_font_icon.avia-icon-animate {
    	-webkit-animation: none;
    	animation: none;
    }
    

    Best regards,
    Ismael

    in reply to: Product Filter plugin #1234704

    Hey mogasi,

    Thank you for the inquiry.

    How can we reproduce the issue? Yes, you may send a copy of the theme to the plugin developers and have them use it to debug the issue. It’s fine as long as they only use the theme for the intended purpose and nothing else.

    Best regards,
    Ismael

    in reply to: Trouble with cookie consent message #1234328

    Hi,

    Sorry for the troubles. We got locked out of the dashboard by Wordfence while checking the cookie consent. Please disable the security plugin temporarily so that we can check the issue properly.

    Your access to this site has been temporarily limited by the site owner

    Your access to this service has been temporarily limited. Please try again in a few minutes. (HTTP response code 503)

    If you think you have been blocked in error, contact the owner of this site for assistance.

    Best regards,
    Ismael

    in reply to: Color section / no border on right #1234323

    Hey!

    Thank you for the update.

    We can apply a specific width to the first cell inside the second grid row element in the page to push the content of the second column further to the right and align it with the content below. Please add this css code.

    .page-id-7280 #av-layout-grid-2 .flex_cell:first-child {
    	width: 380px;
    }
    

    Regards,
    Ismael

    in reply to: EDD (easy digital downloads) theme for enfold #1234320

    Hey tusing,

    Thank you for the inquiry.

    The theme doesn’t have a native configuration for EDD, but the plugin should work fine as long as the templates are properly added in the theme. Please check the following documentation for more info.

    // https://docs.easydigitaldownloads.com/article/1216-moving-edd-templates-to-your-theme

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    Looks like the issue or error also occurs in the footer widgets. What is the filter that you’re using? Have you tried disabling the plugins?

    Best regards,
    Ismael

    in reply to: HTML5 background & Transparent Header #1234311

    Hey schoolnewspaper,

    Thank you for the inquiry.

    Where did you get the snippet for the background animation, and where in the page did you add it? We checked the first color section in the page but it only contains a text block.

    Best regards,
    Ismael

    in reply to: Search – number of displayed results #1234310

    Hi,

    As of this moment, we still don’t know why the search in the site is not working properly and we are also having difficulty doing the tests because the site is a little slow. You may need to contact a freelance developer or a third party service to help identify the issue.

    Best regards,
    Ismael

    in reply to: Plugin Additions not editable in Avia Layout Builder #1234309

    Hey socialmediacanada,

    Thank you for the inquiry.

    We were able to add the elements from the Plugin Additions panel in a page without issue. Please note that some of the elements in that panel can only be added in the single product page. (see private field)

    Best regards,
    Ismael

    in reply to: How to check for updates automatically #1234308

    Hi,

    Thank you for the info.

    Have you tried clearing the transients in the database? Does it display in the mainwp dashboard after manually checking for updates in the theme options? Unfortunately, we are not that familiar with the mainwp platform, so this will probably require additional assistance from the plugin developers.

    You can use this plugin to clear the database transients.

    // https://wordpress.org/plugins/transients-manager/

    Look for the transient with your Envato username and the entry named “item_” followed by the item ID.

    Best regards,
    Ismael

    Hey Marcos Q.,

    Thank you for the inquiry.

    We can set the slider’s Styling > Slideshow Image Size to “No Scaling” to display the original image instead of the thumbnail. We can also adjust the default quality of the thumbnails a bit to decrease their file size.

    Please add this snippet in the functions.php file.

     function av_return_100(){ return 80; }
      add_filter('jpeg_quality', 'av_return_100');
      add_filter('wp_editor_set_quality', 'av_return_100');
    

    Default value is 100.

    Best regards,
    Ismael

    in reply to: Content Slider Space #1234303

    Hi,

    Thank you for the update.

    Aside from getting rid of the space between the shortcodes, we added this css code to remove the 50px space above the first column.

    body .slide-entry-excerpt .column-top-margin {
    	margin-top: 0;
    }
    

    Best regards,
    Ismael

    Hi,

    Thank you for the inquiry.

    Have you tried to delete those cookies and refresh the page? They are probably old cookies which were added while you’re testing the privacy cookie options and they haven’t expired. On our end, the local storage is empty on initial load and we only see it get filled after accepting the cookies. Please check the screenshot below.

    // https://imgur.com/c47oaaa

    Best regards,
    Ismael

    in reply to: Enfold Layer Slider Translation #1234156

    Hi,

    Thank you for the info.

    Did you change the login URL? For some reason, the login page redirect to “wordpress_02” page which doesn’t exists.

    Best regards,
    Ismael

    in reply to: No Burger menu visible #1234154

    Hey Tilman,

    Thank you for the inquiry.

    This css code hides the container where the main and mobile menu are located.

    #header_main > .container {
       display: none;
    }
    

    Please remove the css code, then toggle the Performance > File Compression settings. You may need to clear the browser cache as well.

    Best regards,
    Ismael

    Hi,

    Sorry for the delay. You need to replace this line:

    if(avia_post_grid::$grid == 0) $query['post__not_in'] = array($id);
    

    .. with:

    $query['post__not_in'] = array($id);
    

    We don’t need that condition or check in this case.

    Best regards,
    Ismael

    Hey shtzhang,

    Thank you for the inquiry.

    This is actually an issue with iOS devices and fixed background images.

    iOS has an issue preventing background-attachment: fixed from being used with background-size: cover – see details

    // https://caniuse.com/#feat=background-attachment

    To fix the issue, we can reset the background attachment from fixed to scroll. Add this code in the Quick CSS field or the child theme’s style.css file.

    @media only screen and (max-width: 1366px) {
        .avia-bg-style-fixed {
            background-attachment: scroll !important;
        }
    }

    Please don’t forget to toggle or disable the Performance > File Compression settings after adding the code.

    Best regards,
    Ismael

    in reply to: Put a thing on top #1234086

    Hi,

    You need to apply the ID floating to the color section, not the column. Add a color section, apply the ID floating to it, then move the column containing the social links inside the color section.

    Thank you for your patience.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    Unfortunately, the variation image switch is only available in the Woocommerce gallery because the markup of the default one is different. If you want to disable the zoom effect, you can add this snippet in the fucntions.php file.

    remove_theme_support( 'wc-product-gallery-zoom' );
    

    You can also disable other functionality if necessary.

    // https://createandcode.com/how-to-disable-zoom-lightbox-and-gallery-slider-on-woocommerce-product-pages/

    Best regards,
    Ismael

    in reply to: MagnificPopUp is not a function #1234081

    Hi,

    Thank you for the update.

    We can see that the mobile menu is now working properly, but it looks like it’s using the older version of the mobile menu. Did you add modifications in the default menu or header previously? Does it work when you temporarily disable those modifications?

    Best regards,
    Ismael

    in reply to: Tracking download of a file #1234076

    Hey studiono,

    Thank you for the inquiry.

    You can use Google Tag Manager/Analytics or Matomo to track certain events and actions in the site. Unfortunately, this is beyond the scope of support, so you will have to hire a freelance developer to implement the trackers for you.

    // https://developers.google.com/tag-manager/quickstart
    // https://matomo.org/docs/requirements/

    Best regards,
    Ismael

    in reply to: Popup windows with button #1234070

    Hey shtzhang,

    Thank you for the inquiry.

    The theme will automatically enable the modal popup window or lightbox for video links. Just make sure that you’re using the correct format of the URL, or the video formats that the lightbox script recognized, and not the embed format of the URL. (see private field)

    Also, please make sure that the Lightbox Modal Window in the Enfold > Theme Options panel is enabled.

    Best regards,
    Ismael

Viewing 30 posts - 17,821 through 17,850 (of 67,597 total)