Forum Replies Created

Viewing 30 posts - 16,261 through 16,290 (of 66,850 total)
  • Author
    Posts
  • in reply to: Spam Mails #1255376

    Hi,


    @sthubertus
    & @Blatze: Have you tried enabling the Google ReCAPTCHA option instead of using the default captcha? This should help prevent spams and unwanted emails. You could also install a security plugin such as WordFence to further enhance the site security.

    Best regards,
    Ismael

    Hi,

    Thank you for creating the staging site.

    In the functions.php file, we edited the avf_blog_style filter and replaced the is_post_type_archive function with is_tax to check if the page is the tipologie_progetti taxonomy archive page, or if it is showing posts from the said taxonomy. You may need to use additional is_tax function if you are planning to add more taxonomies in the future.

    Best regards,
    Ismael

    in reply to: Yoast not adding page number to home pagination title #1255369

    Hi,

    Thank you for the update.

    We might have to access the file server in order to test this further. Please post the FTP details in the private field and provide the exact directory of the WordPress installation.

    Best regards,
    Ismael

    Hi,

    All of the videos in the page are playing automatically on our end using Firefox on Windows 10. Where are you testing the site?

    Best regards,
    Ismael

    Hi,

    Thank you for the info.

    For the overlay button, please use this css code instead.

    .mejs-overlay.mejs-layer.mejs-overlay-play {
    	display: none !important;
    }
    

    Best regards,
    Ismael

    Hey!

    Thank you for the info.

    According to one of our developers, editing the config-templatebuilder\avia-template-builder\php\element-manager.class.php — exec_version_update() function will force the theme to rebuild the element index. We need to edit line 19..

    const VERSION = '1.0.1';
    

    .. and replace the value of the VERSION constant with 1.0.1.1.

    Cheers!
    Ismael

    Hi,

    UPDATE: Looks like this is possible with the default WP color picker using the palletes option, which the theme is also using.

    // http://automattic.github.io/Iris/

    Best regards,
    Ismael

    Hey S.,

    We are not really sure if this is possible because by default it is not available in the plugin that the theme is using to create the color picker. We will forward the request to our channel for further consideration.

    This is the color picker that the theme is currently using.

    // https://www.eyecon.ro/colorpicker/#about

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    We could use the following css code to hide the white logo on scroll and only display it when the other logo is not visible.

    #media_image-2 {
        display: none;
    } 
    
    .av_header_transparency #media_image-2 {
        display: block;
    }

    Best regards,
    Ismael

    in reply to: Color section: Fixed image – issues #1254871

    Hi,

    Thank you for the info.

    STYLING
    Background Attachment: Fixed
    Background Image Position: Center Center
    Background Repeat: SCALE TO FIT

    The Styling > Background Image > Gentag baggrund settings of the section with the clock image is set to Stretch to fit, not Scale to fit. You have to set it to Scale to Fit if you want the whole image to be visible, but as we mentioned previously, this might create spaces within the container, or around the background image.

    Best regards,
    Ismael

    in reply to: Cookie banner view – tablet landscape orientation #1254868

    Hi,

    Good to know! Glad that it is solved. Please do not hesitate to open a new thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Background video in Color Section does not appear #1254867

    Hi,

    Thank you for the info.

    We just noticed that the Privacy & Cookies > Cookie Handling > Default Cookie Behavior is set to the third option, which prevents the video from playing automatically on load. This should be set to the first or second option if you want the video to play automatically without user consent.

    The background video loads fine when we disable the privacy options temporarily, or when we accept the cookies first and reload the page.

    Best regards,
    Ismael

    in reply to: Duplicate Page – error when Preview #1254822

    Hi,

    Thank you for the update.

    The advance layout builder has a template option where you could save the current content of the page in the database, then use it somewhere else. Please check the documentation below for more info.

    // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#templates

    Best regards,
    Ismael

    in reply to: Google Recaptacha error #1254821

    Hi,

    Is there a staging or development version of the site? We might have to check this further and see if we could recreate the issue. Maybe we will encounter an error or something that might help us identify the issue. Unfortunately, we could not reproduce the issue on our end — the Google ReCAPTCHA was still enabled in the site before we sent the form.

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Custom taxonomy #1254818

    Hi,


    @netztaucher
    : Are you trying to change the default layout of the archives pages to masonry? If so, please check the following thread and follow the suggested template modifications.

    // https://kriesi.at/support/topic/how-to-change-category-tag-archive-etc-pages-to-look-like-avia-masonry-grid/

    If you need further help, please feel free to open a new thread. We will close this one for now.

    Best regards,
    Ismael

    Hi,

    That is kind of odd, but thank you for the info. It is possible that the element state or the elements that are supposed to be enabled, is not perfectly synced with the elements that are actually added in the site, so doing what you did, removing and adding the element back again made it worked. The theme checks for enabled elements when you update a post.

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Accessibility website #1254814

    Hi,

    It seems to be working properly now. Please remove the browser cache and purge the cache, or check the site on incognito mode. Please note that once the menu item is focused, there is a slight delay before the mega menu container fades in.

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Make Mega Menu accessible #1254811

    Hi,

    You are welcome! Glad it is working. To change the focus style, please try to use this css code.

    #top #header .av-main-nav > li a:focus {
    	color: red !important;
            outline: 3px solid #333333!important;
    }
    

    Best regards,
    Ismael

    Hi,

    Did you disable or temporarily remove the archive-projects.php file? This might be necessary because the filter above changes the value of the $avia_config[‘blog_style’] in the template.

    Where can we see the projects archive page? Please post the login details (FTP and WP) in the private field so that we could check the page.

    Best regards,
    Ismael

    in reply to: remove past posts from blog element #1254800

    Hi,

    Thank you for the info.

    We might be able to preserve the taxonomy parameters or query by including it in the default getEvents function. Unfortunately, we have not tried this yet, so please let us know if it renders any results or not.

    
    /*
    * add a upcoming event filter to blog posts
    */
    add_filter('avia_blog_post_query', 'avia_blog_post_query_mod_events', 10, 2);
    function avia_blog_post_query_mod_events( $query, $params ) {
        $eventquery = array('paged' => false, 'eventDisplay' => 'list', 'tax_query' => $query['tax_query']);
    
        $upcoming = Tribe__Events__Query::getEvents( $eventquery, true);
    
    	$include = array();
    
    	foreach($upcoming->posts as $key => $event) {
    		$include[] = $event->ID;
    	}
    
            $query['tax_query'] = array();
    
    	$query['post__in'] = $include;
    	return $query;
    }
    

    Or post the login details (FTP and WP) in the private field so that we could test the site.

    Best regards,
    Ismael

    in reply to: Pre-Filter Masonry and Magazine #1254799

    Hi,

    We still do not understand what you are requesting, or what you mean by prefilter but it sounds like a feature that will require significant amount of modification, something that is beyond the scope of support or something that we do not usually provide here in the forum. You may need to hire a freelance developer or contact our partner Codeable to help you with the customization.

    Thank you for your understanding.

    Best regards,
    Ismael

    in reply to: google map element vs google map element #1254798

    Hi,

    We cannot really answer that without first inspecting the issue, but our guess is that the map element does not inherit the width of the parent container because its width is set dynamically or internally, either with a script or with another custom css. If you could provide a staging version of the site displaying the issue, we would be happy to check it.

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Link to a tab in tab section #1254797

    Hi,

    That is odd. It does work properly on our end, with or without the previous script that you created. Did you remove the browser cache or history, or hard refresh the page?

    Best regards,
    Ismael

    in reply to: content element does not work with web links #1254599

    Hi,

    Thank you for the inquiry.

    There are 3 working links (Guitare, Piano, Saxophone) in the Album item. Did you disable the borders for now? Please create a test page with borders enabled so that we could inspect the issue properly.

    Best regards,
    Ismael

    in reply to: Disable WordPress default sidebar #1254535

    Hey elfuego1340,

    Thank you for the inquiry.

    We could add this snippet in the functions.php file to disable the dummy or default widgets when the sidebar is empty.

    
    add_filter( 'avf_show_default_sidebars', 'avf_remove_default_sidebars', 10, 1);
    function avf_remove_default_sidebars( $show ) 
    {
    	return false;
    }
    

    Related thread:

    // https://kriesi.at/support/topic/where-can-i-change-the-default-sidebar/#post-417870

    Best regards,
    Ismael

    in reply to: Move product tags below product description #1254532

    Hi,

    A lot of existing sites have been built with this default layout, so we will probably not change it in the future. Those like you who likes this layout will have to use the suggested snippet above to move the locations of the product elements from one point to another. And regarding the Elementor builder, there are no plans yet on integrating it with ALB or making it compatible with the theme.

    Thank you for your understanding.

    Best regards,
    Ismael

    in reply to: Activation of burger menu not working properly in firefox #1254530

    Hi,

    It seems to work fine on Firefox Windows 10 — resizing the browser window correctly toggles or switch the menu from the default to mobile version, and vice versa. The screen resolution of the laptop is 1920x1080px.

    We did not say that the theme is not fully compatible with Firefox — it actually is, but there are certain browser feature that might be affecting the default behavior of the theme such as this one. Besides, common users usually do not check sites on a 4k resolution monitor and unless they are web developers like you are, they will probably not notice this minor issue unless they resize the browser manually, which is very unlikely.

    Best regards,
    Ismael

    in reply to: Duplicate Page – error when Preview #1254524

    Hi,

    Thank you for the inquiry.

    The issue seems to only happen on the home page — the preview works properly on a draft page that we recently created (see private field). Please try to save the content of the home page as template, delete the current page and create a new one using the saved template.

    Best regards,
    Ismael

    Hey Johannes Faupel,

    Thank you for the inquiry.

    The theme is not yet fully compatible with AMP or it does not have an AMP compatible markup, so you will have to use a third party plugin, premium or free, to convert the markup of the pages to AMP. There are free plugins available in the library, but we have not tested them thoroughly with the theme.

    // https://wordpress.org/plugins/amp/
    // https://wordpress.org/plugins/accelerated-mobile-pages/

    Best regards,
    Ismael

    in reply to: Convert Plus Plugin dont work with the Enfold Theme #1254383

    Hi,

    Thank you for the info.

    The required cookies (cp_id_1898c-conversion or cp-impression-added) to control the modal popup visibility only get added once the privacy cookies are accepted even when the Default Cookie Behavior is set to the first option as Mike observed. And for some reason, the av-cookies-user-silent-accept class name, which prevents the theme from removing all cookies in the site when the users have not accepted the cookies yet, is not found in the html tag.

    Please try to edit the enfold\js\avia-snippet-cookieconsent.js and comment out line 482 or this code, then reload page again and close or convert the pop up.

    remove_all_cookies( keep_cookies );
    

    Let us know if the required cookies gets saved if we temporarily remove this function.

    Is there a staging or development version of the site?

    Best regards,
    Ismael

Viewing 30 posts - 16,261 through 16,290 (of 66,850 total)