Forum Replies Created

Viewing 30 posts - 15,511 through 15,540 (of 66,114 total)
  • Author
    Posts
  • in reply to: How to check which theme files are being used #1255622

    Hi,

    Thank you for the inquiry.

    Have you tried updating the page after enabling the option? This should rebuild the element index and include the mailchimp element in the list of enabled elements. If updating did not work, try to remove the mailchimp element from the page, update the page, add the element back, then update the page again. This should not be necessary but it usually helps to rebuild the element index.

    We could also try the solution in the following thread.

    // https://kriesi.at/support/topic/special-heading-only-loaded-when-all-elements-have-to-be-loaded/#post-1255366

    Best regards,
    Ismael

    in reply to: Problem with Tab-Section #1255621

    Hi,

    Thank you for the inquiry.

    Looks like the Advance Layout Builder is not active for that page because the sections including the tab section are wrapped inside a single container, which should only happen when the builder is not used. Did you switch to the default editor?

    Best regards,
    Ismael

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

    Hi,

    Thank you for following up.

    We have added the code in the Enfold > General Styling > Quick CSS field, but we could also insert it in the child theme’s style.css file if you prefer. Please use the same css code in the other site and toggle or temporarily disable the Performance > File Compression settings afterwards. And purge the cache or remove the browser history prior to checking the page.

    We will forward this thread and notify the team about the fix or the css modification, and hopefully it will get included in the next patch.

    Best regards,
    Ismael

    in reply to: Google Recaptacha error #1255612

    Hi,

    Thank you for following up.

    We can now access the dashboard properly and as a quick test, we activated the Google ReCAPTCHA V2 version from the Google Services panel, and also enabled it directly in the contact form element, but we are still not able to reproduce the issue. The spam protection widget shows up as expected and we are able to successfully send the form after bypassing the puzzle widget.

    Please check the screenshot of the home page on Edge browser.

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

    We did find an error from Google Analytics in the console but we don’t really think it has anything to do in this case.

    Best regards,
    Ismael

    Hi,

    Yes, hopefully this will initiate a rebuild of the index and include all of the shortcodes or elements that are actually added in the pages or across the site, without updating the pages manually as you did previously.

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Custom Font Manager / Layerslider #1255607

    Hi,

    Thank you for info. It will surely help a lot of users. Please feel free to open a new thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Shortcode in page #1255606

    Hi,

    Thank you for the update.

    We do not see any errors or warnings in the page, so it is quite difficult to know why the page breaks when the shortcode is added to it. Did you try to contact the plugin developers?

    And regarding the issue with the pagination, please make sure that the version of the theme is v4.7.6.5. This contains the fix described in the following thread.

    // https://kriesi.at/support/topic/gallery-pagination-only-page-1-is-visible/#post-1241975

    Best regards,
    Ismael

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

    Hi,

    Thank you for the info.

    You might be able to use the avia_masonry_entries_query filter to adjust the set query of the masonry element and include additional categories that are not selected in the editor.

    Usage examples of the filter:

    // https://kriesi.at/support/topic/display-pictures-by-number-order/#post-1221028
    // https://kriesi.at/support/topic/out-of-stock-products-showing-up-in-search/#post-1188782
    // https://kriesi.at/support/topic/show-arrows-in-easy-slider-and-full-screen-slider-but-not-dot-things/#post-1149381

    The selected terms or categories are defined in the tax_query.

    Best regards,
    Ismael

    Hi,

    We would like to set the video to always inherit the height (not size) of the container (

    This will surely create black bars within the slider, or on both sides of the video because the aspect ratio of the video is 16:9, so the video is wider than it is taller. Making it overflow to the left and right means we have to distort or stretch the video because the slider container is also wider compare to its own height. Again, your best option is to set the Video Size settings to the second option so that the video overflows outside the background positioning area while maintaining its aspect ratio.

    Best regards,
    Ismael

    in reply to: Enold Ipad issue #1255602

    Hi,

    Thank you for the update.

    The iPad Pro device is wider and has a much bigger screen resolution compare to non-Pro tablets, so the columns will display as they do on desktop view. To make the columns stack or make them full width on this device, we have to use the following css code.

    @media only screen and (max-width: 1366px) {
        .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
            margin: 0;
    	margin-bottom: 20px;
    	width: 100%;
        }
    }

    Best regards,
    Ismael

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

    Hi,

    Thank you for the clarification.

    We found out that the shadow or border pseudo container covers the actual content of the flipbox, preventing the links from working correctly. We could use this css code to adjust the stack order of the border container so that it is positioned behind the actual content instead of in front of it.

    .avia-icongrid-borders-all li .avia-icongrid-wrapper::after, .avia-icongrid-borders-between li .avia-icongrid-wrapper::after {
    	z-index: -1;
    }
    

    You may need to toggle or temporarily disable the Performance > File Compression settings after adding the code.

    Best regards,
    Ismael

    in reply to: Masonry Gallery not loading properly #1255382

    Hi,

    @Vasilis: Thank you for the inquiry. Please open or create a new thread and post the necessary details in the private field so that we could check the site properly.

    Best regards,
    Ismael

    in reply to: Google Recaptacha error #1255381

    Hi,

    Thank you for the info.

    We tried logging in to the dashboard but the user account above seems to be incorrect. Please check the info carefully so that we could check the issue further.

    Best regards,
    Ismael

    in reply to: Make Mega Menu accessible #1255377

    Hi,

    What happens when you replace outline with the border property? This should create lines around the text when focused.

    Best regards,
    Ismael

    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

Viewing 30 posts - 15,511 through 15,540 (of 66,114 total)