Forum Replies Created

Viewing 30 posts - 22,411 through 22,440 (of 66,745 total)
  • Author
    Posts
  • Hi,

    Thanks for the update.

    Where did you add the code? We can’t find it in the functions.php file. And you haven’t applied a unique ID to the section containing the masonry element.

    Best regards,
    Ismael

    in reply to: Woocommerce Single Product Page Sidebar #1104727

    Hi,

    Thanks for the update.

    It is working properly on our end. Do you have a test page where we can see the issue?

    Best regards,
    Ismael

    in reply to: Cant change widgets or menu #1104726

    Hi,

    Thanks for the update.

    Do you see any errors in the page? We would like to check it again but the previous credentials are no longer working. Please provide another login account.

    Best regards,
    Ismael

    Hey!

    We answered here:

    // https://kriesi.at/support/topic/spam-emails-being-set-through-contact-forms/#post-1104723

    Have you tried the actual recaptcha option in the theme? You’re probably referring to the plugin version of the recaptcha widget, which is now integrated in the theme and is using the database transient option to block spams. That layer is not available in the plugin version.

    If you have more questions, please kindly your own ticket or thread.

    Best regards,
    Ismael

    in reply to: Spam emails being set through Contact Forms #1104723

    Hi,

    Thanks for the update.

    There were a few users who confirmed that the security option stopped the spam emails sent from their contact forms. Could you give us a link to the contact page so that we can inspect it?

    Anyway, the dev team is currently improving the reCAPTCHA option, but there’s no plan on including a honeypot option if I am not mistaken.

    Best regards,
    Ismael

    in reply to: A question to a developer – … #1104721

    Hi,

    Thanks for the update.

    I’m not really sure how that’s related to the sliders though.

    Best regards,
    Ismael

    in reply to: Default Sidebar for Category or User #1104720

    Hi,

    Thanks for the update.

    Have you tried editing the single.php file? Just wrap this line of code in a conditional function.

    //get the sidebar
    get_sidebar();

    // https://codex.wordpress.org/Function_Reference/has_category

    Best regards,
    Ismael

    Hi,

    @eC: It was not addressed in the latest version because users don’t seem to encounter the issue a lot. This is the only related thread or ticket so far. Please create a new thread so that we can inspect your site separately. Provide the necessary details in the private field. We’ll close this thread now.

    Best regards,
    Ismael

    in reply to: stretch image in mobile home page #1104717

    Hi,

    Thanks for the update.

    Could you give us a screenshot of that section? We don’t see anything in the page other than the slider even on mobile view. You can use imgur or dropbox for the screenshot.

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    Why did you put the shortcodes in the default editor? You can’t use a color section or any full width elements inside the default editor. Please switch to the advance layout builder.

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    That code should go in your functions.php file. An example of the code can be found in the following thread, but instead of the “avia-default” file or handle, you have to deregister the “avia-shortcodes” and register it back using the child theme path or directory.

    // https://kriesi.at/support/topic/custom-avia-js-in-child-theme/#post-1060668

    Best regards,
    Ismael

    in reply to: Change size of Tab Section tab images #1104713

    Hi,

    Yes, it’s possible. Just add this css code to remove the grayscale effect.

    .av-tab-section-image {
        filter: grayscale(0);
    }

    Thanks for the update.

    Best regards,
    Ismael

    in reply to: Blog Header images not rendering correctly on mobile #1104693

    Hi,

    Thanks for the update.

    Is the site using the latest version (4.5.7) of the theme now? A fix for the blog overview page has been included in that version. Please upgrade the theme if you haven’t already, and then toggle the css minification option. Don’t forget to purge or remove the cache and browser history.

    Best regards,
    Ismael

    in reply to: Newsletter: adding legal information #1104689

    Hi,

    Have you tried using the mailchimp default embed form? It has a GDPR support or option.

    // https://mailchimp.com/help/add-a-signup-form-to-your-website/

    You don’t actually need a checkbox there if I am not mistaken. All you need to do is explicitly inform those who have the interest to subscribe to your newsletter that you will be collecting some of their data.

    // http://www.privacy-regulation.eu/en/article-5-principles-relating-to-processing-of-personal-data-GDPR.htm

    You can create a text block with a link to the privacy policy page or notification saying that necessary data is going to be collected when they subscribe to the newsletter. Of course, you have to consult with the proper authority to confirm this.

    Best regards,
    Ismael

    in reply to: Edit Blog heading h1 and Sidebar #1104678

    Hi,

    Thank you for using Enfold.

    1.) Set the Enfold > Blog Layout > Blog Layout to “Use the advance layout builder (ALB)…” so that you can manually edit the blog page using the ALB. You can add a special heading element on top of the blog posts element.

    2.) Use this css code to adjust the style of the post categories.

    .html_modern-blog #top .post-entry .blog-categories {
        text-align: left;
        top: -25px;
        font-size: 14px;
        font-weight: 700;
    }

    Best regards,
    Ismael

    in reply to: Angezeigte Bildgröße in Masonry Galerie #1104675

    Hi,

    Wir möchten uns für die verspätete Antwort entschuldigen.

    Are you referring to the lightbox images? The lightbox script is using the “large” thumbnail version of the images by default. If you want to adjust that, go to the Settings > Media panel. Look for the “Large” thumbnail, adjust the width and height and then regenerate the thumbnails. You can use this plugin for that.

    // https://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Ismael

    in reply to: Add second menu below main menu #1104670

    Hi,

    @ratoli: Sorry for keeping you waiting. Please open a new thread with all the necessary details so that we can review it separately. We’ll close this thread now because it’s getting a bit too long.

    Best regards,
    Ismael

    Hi,

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. And try to avoid asking multiple questions in a single thread as much as possible. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    Hi,

    We would like to apologize for the late response. We’re very glad to hear that you were able to fix the database issue. We usually recommend the WP Migrate plugin for cases where you need to transfer the database to another domain or path. The plugin might be of use to you in the future. Now, for the element issue, please kindly open a new thread so that we can review it separately.

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Tabbed Section On Mobile #1104657

    Hi,

    Thanks for the update.

    We just noticed that you’re using a custom post type called “retailers” and it’s not registered in the list of supported post types by the advance layout builder. We added the following filter in the functions.php file to register it.

    function avf_alb_add_supported_post_types( array $supported_post_types )
    {
      $supported_post_types[] = 'retailer';
    
      return $supported_post_types;
    }
    add_filter('avf_alb_supported_post_types', 'avf_alb_add_supported_post_types', 10, 1);

    The elements are responsive now.

    Best regards,
    Ismael

    in reply to: Testimonials gone and Video Widget #1104643

    Hi,

    Does the facebook video widget play properly on Safari if you switch to a default theme? Please ask the plugin or script authors for additional help.

    Best regards,
    Ismael

    in reply to: Masonary Grid only shows some product Categories #1104642

    Hi,

    That is the default behavior of the category sort in the masonry element. A category will only display if an item that belongs to that particular category exists in the current page. We can use css to force the empty categories to display, but they won’t be able to dynamically fetch posts from another page, so they’re still useless. One workaround is to display all items in a single page and disable the pagination.

    Unfortunately, we can’t help you extend the default functionality because it’s beyond the scope of support. You may need to hire a freelance developer or contact our partner, Codeable.

    Best regards,
    Ismael

    in reply to: Mobile view: Colour section and the Overlay Text #1104640

    Hi,

    Thanks for the update.

    Try to adjust the background position on mobile view so that the person or subject is visible. Just add this css code.

    @media only screen and (max-width: 767px) {
        #section-mobile-bg-profil {
            background-position: 20% 50% !important;
        }
    }
    

    The text will normally cover the background. If you don’t want that to happen, then you should add another image element above the color section containing the text.

    Best regards,
    Ismael

    in reply to: blog element shows other posttypes #1104636

    Hi,

    What is the password for that page? Please post it in the private field.
    Is “termin” a post category? Which categories do the posts and events have in common?

    Thank you for the update.

    Best regards,
    Ismael

    in reply to: Replacement for GIF in Fullscreen Slider Element #1104629

    Hi,

    Thanks for the update.

    Do you have a test page where we can see the issue? The slider should resume once the video has ended if it’s not set to loop. It should be triggered by the following script.

    currentSlide.on('av-video-ended', { slide: currentSlide , self: self}, onFinish);
    

    Are you testing this on safari?

    Best regards,
    Ismael

    in reply to: How to mute homepage video #1104628

    Hi,

    Thanks for the update.

    Add this script in the functions.php file to mute the video.

    add_action('wp_footer', 'ava_js_mute_video', 9999);
    function ava_js_mute_video() {
        ?>
        <script>
            // mute video
            var p13881_html5v = document.getElementById("player_13881_1810960791_1134860002_html5");
            p13881_html5v.muted= true;
        </script>
        <?php
    }

    Best regards,
    Ismael

    in reply to: Events Calendar Pro – Admin Menu Bug #1104626

    Hi,

    Thanks for the update.

    Have you tried switching the editor to classic instead of the new block editor? If the switch didn’t help, please post the login details in the private field so that we can inspect the issue further.

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    The API keys for the ES version looks different from the ones in the EN version. Could you check that?

    Best regards,
    Ismael

    in reply to: 3 columns grid not responsive #1104432

    Hi,

    @fulanoinc: Are you using a custom post type? You should add that in the builder’s list of supported post types using the “avf_alb_supported_post_types” filter. Example of the filter usage can be found in the following thread.

    // https://kriesi.at/support/topic/missing-adva-layout-builder-in-custom-post-types-after-updating-to-version-4-5-4/#post-1078672
    // https://kriesi.at/support/topic/menu-not-visible/#post-1097923

    You don’t need to add the script above.

    Best regards,
    Ismael

    in reply to: Contact form : validation message #1104431

    Hi,

    Thanks for the update.

    We were able to reproduce the issue and would like to inspect it further. Could you generate a login token again? The first one has expired.

    Best regards,
    Ismael

Viewing 30 posts - 22,411 through 22,440 (of 66,745 total)