Forum Replies Created

Viewing 30 posts - 9,901 through 9,930 (of 67,443 total)
  • Author
    Posts
  • in reply to: Custom Photo Dimensions #1365941

    Hi,

    Thank you for the update.

    We checked the testimonials page but it doesn’t seem to exist. Do we need to login in order to access the page? Please provide the login details in the private field. A screenshot will also help You can use imgur, savvyify or dropbox for the screenshot.

    Which element are you using to add the image?

    Best regards,
    Ismael

    in reply to: Enfold Child Theme: Correct place for custom CSS #1365939

    Hi,

    Thank you for the inquiry.

    styles.css file it is ignored.

    The name of the file should be style.css without “s”. You don’t need to enqueue it because the theme or WordPress will load it automatically.

    Best regards,
    Ismael

    in reply to: On save losing data #1365938

    Hey ahoubavlis,

    Thank you for the inquiry.

    This title might be breaking the page.

    Les Grands Salons Marions-Nous < b >< b >Sunday February 5, 2023
    

    You have to remove the bold tag, use strong instead and make sure to close the tag properly.

    Best regards,
    Ismael

    in reply to: Tab Section With Images #1365937

    Hey PrivitMarketing,

    Thank you for the inquiry.

    The link that you provided above goes to the overview page. Which specific demo are you trying to replicate? Is it the 2017 demo?

    // https://kriesi.at/themes/enfold-2017/

    If you want to add images to the tab section title, set the Content > Tab Symbol to the third option (Display image), then upload the image.

    Best regards,
    Ismael

    in reply to: Accordions stopped working on product page #1365935

    Hey outtagear,

    Thank you for the inquiry.

    The accordion toggles are working properly when we check the product page. Would you mind providing a screenshot of the issue? You can use imgur, savvyify or dropbox for the screenshot. Thanks.

    Best regards,
    Ismael

    in reply to: Forminator button change #1365934

    Hi,

    Thank you for the update.

    We edited the css code a bit and make the selector more specific. Please make sure to toggle the minification and purge the cache after adding the css code.

    #top .forminator-ui.forminator-design--flat .forminator-button-next {
        background-color: #a81010;
        color: #FFFFFF;
        border-radius: 35px;
        padding: 20px 50px;
    }
    

    Best regards,
    Ismael

    in reply to: I cannot move a picture in Masonry Gallery #1365933

    Hi,

    Thank you for the update.

    We are able to edit and drag the images in the masonry gallery. In the element’s Content > Select Entries panel, make sure to click the Add/Edit Gallery button to open the Media Library panel where you can sort the gallery items.

    Best regards,
    Ismael

    in reply to: Blog Entries #1365932

    Hey Stefan,

    Thank you for the inquiry.

    You can limit the displayed posts by adjusting the value of the the Settings > Reading > Blog pages show at most field. If you are using the Blog Posts element, go to the Styling > Pagination panel, adjust the Post Number settings, then disable the Pagination.

    Best regards,
    Ismael

    Hey orianos,

    Thank you for the inquiry.

    You may need to add this filter in the functions.php file to revert the product thumbnail settings back to default.

    add_filter( 'avf_wc_before_shop_loop_item_title_img_size', 'avf_wc_before_shop_loop_item_title_img_size_mod', 10, 1 );
    function avf_wc_before_shop_loop_item_title_img_size_mod( $thumbnail_size ) {
        return 'woocommerce_thumbnail';
    }
    

    Related threads:

    // https://kriesi.at/support/topic/bug-in-enfold-for-woocommerce-prduct-images/
    // https://kriesi.at/support/topic/woocommerce-product-image-size-bug/

    Best regards,
    Ismael

    in reply to: Full width easy slider & submenu z-index #1365930

    Hey Julie,

    Thank you for the inquiry.

    1.) We cannot find the Vimeo video in the page and when we click the “live stream” button, it just redirects to a blank page. Did you remove the video? You might be referring to the the default background color of the Vimeo player. Unfortunately, it is not possible to change the style of an element inside an iframe.

    2.) Would you mind providing a screenshot of the issue? You can use imgur, savvyify or dropbox for the screenshot. Thanks.

    Best regards,
    Ismael

    in reply to: Google Maps Datenschutz #1365929

    Hey ConnyQ,

    Thank you for the inquiry.

    Looks like you are using a third party plugin for the google map tour. The privacy & cookie options in the theme can only block the Google Map element from the Advance Layout Builder.

    Best regards,
    Ismael

    in reply to: Setting up Blog and templates #1365928

    Hey woogie07,

    Thank you for the inquiry.

    Pages built using the Advance Layout Builder (ALB) are actually composed of shortcodes. We can provide the shortcodes of a specific demo page but you have to enable the debug mode and manually insert the shortcodes in the shortcodes field. Please check the documentation below for more info on how to enable the debug mode.

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

    These are the shortcodes in the blog-masonry/.

    // https://pastebin.com/C3ZL5teY

    You have to place these shortcodes in the shortcodes field located just below the ALB.

    Best regards,
    Ismael

    in reply to: Another Logo when scrolling down #1365838

    Hi,

    Thank you for the inquiry.

    The second logo will only display if transparent header is enabled for the page. This is not true in the case of the “leistungen” page above, the breadcrumb is also enabled. You can enable the header transparency by editing the page’s Layout > Header visibility and transparency settings.

    Best regards,
    Ismael

    Hey Guenter,

    Thank you for the inquiry.

    We encountered this problem before and in one case, it turned out to be an issue with the post content, specifically the color section. I think the user enabled the excerpt or content in the search results. The issue in your installation might be different. Please check the following thread.

    // https://kriesi.at/support/topic/search-results-layout-broken/#post-1332280

    Did you add any html tags to the post titles?

    Best regards,
    Ismael

    in reply to: Display Events categories in Blog Posts #1365831

    Hey dweddell,

    Thank you for the inquiry.

    This is not possible by default but you can choose to display entries from a custom taxonomy. Just edit the Blog Posts element and set the Content > Select Entries > Do you want to display blog posts? to the second option, and in the Which Entries? dropdown select the desired taxonomy. Unfortunately, you cannot mix events and defaults posts using a single Blog Posts element without modification to the template files.

    Best regards,
    Ismael

    in reply to: Breadcrumb does not show hierarchy #1365828

    Hey evas49,

    Thank you for the inquiry.

    The parent page will only be included in the breadcrumb if it is set as the main blog page in the Enfold > Theme Options panel. Did you set the page containing the masonry element as the default blog page?

    You can also use the avia_breadcrumbs_trail filter to manually adjust the trail and include a specific page when a certain custom post type entry is in view. Usage example can be found in the following links.

    // https://kriesi.at/support/topic/events-events/#post-1354583
    // https://kriesi.at/support/topic/problem-with-breadcrumb/#post-1289346
    // https://kriesi.at/support/topic/breadcrumbs-when-a-parent-menu-item-is-a-custom-link/#post-1364287

    Best regards,
    Ismael

    in reply to: Title + Description of masonry element alignment #1365821

    Hey evas49,

    Thank you for the inquiry.

    You can use this css code to align the masonry content at the bottom of the caption container.

    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content-pos {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: end;
        justify-content: center;
        align-items: end;
        height: 100%;
    }

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

    Best regards,
    Ismael

    in reply to: Contact form submissions sporadic #1365819

    Hi,

    Have you tried setting up SMTP for both email addresses? This should prevent emails from going to the junk or spam folder. You may need to ask your hosting provider for the SMTP configuration for your domain email address. Please check any of these plugins.

    // https://wordpress.org/plugins/easy-wp-smtp/
    // https://wordpress.org/plugins/wp-mail-smtp/

    Glad to know that the contact form plugin is working properly.

    Best regards,
    Ismael

    Hey mallorcamedia,

    Thank you for the inquiry.

    Would you mind providing a screenshot of the changes that you’d like to add? You can use imgur, savvyify or dropbox for the screenshot. A link to the site will also help. Thanks!

    Best regards,
    Ismael

    in reply to: Move Logo and Add Text #1365652

    Hi,

    We created a new widget area called “Header” and added a text widget with the button row shortcode. We are not able to add the hook because the Appearance > Theme File Editor panel is not accessible.

    You have to add this code in the functions.php file to insert the widget area in the header.

    
    function ava_customization_header_widget_area() {
        dynamic_sidebar( 'header' );
    }
    add_action( 'ava_after_main_menu', 'ava_customization_header_widget_area' );
    

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Anchor link in tabs #1365650

    Hey finchkelsey,

    Thank you for the inquiry.

    You have to append -active to the anchor in order to activate a specific tab.

    Example

    
    https://site.ca/page/#saskatchewan-active
    

    Best regards,
    Ismael

    Hey fkm,

    Thank you for the inquiry.

    Try to this css code to adjust the height of the timeline images on smaller screens.

    @media only screen and (max-width: 767px) {
        .av-no-preview .avia-timeline .milestone_icon.milestone-icon-hasborder .milestone_inner {
            line-height: 300px;
        }
    }

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

    Best regards,
    Ismael

    in reply to: Bug on Easy Slider #1365523

    Hi,

    Have you tried removing the the add_action(‘wp_footer’, ‘ava_equal_slider_height’); hook from the functions.php file? This will disable the modification and revert the site to its previous state. Let us know if this helps.

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Timeline (milestones) navigation #1365521

    Hi,

    Great! Glad to know that this has been sorted out. Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    Hi,

    This modification works properly on our installation. Did you toggle or temporarily disable the Enfold > Performance > File Compression settings after editing the file? Make sure to purge the cache as well and do a hard refresh.

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Change SVG logo on some pages #1365518

    Hey emilconsor,

    Thank you for the inquiry.

    You can upload the SGV files in the media library and use their ID instead of manually retrieving them from a specific directory.

    add_filter('avf_logo', 'av_change_logo');
    function av_change_logo($logo)
    {
    
      $menuSelect = get_field("header_selection");
      if ($menuSelect == 65) {
        $logo = ID_OF_SVG_IMAGE;
      } elseif ($menuSelect == 69) {
        $logo = ID_OF_SVG_IMAGE;
      } elseif ($menuSelect == 2) {
        $logo = ID_OF_SVG_IMAGE;
      } 
    
      return $logo;
    }
    

    Please note that this will only work if the initial logo is also an SVG image. ID_OF_SVG_IMAGE is the ID of the uploaded SVG image in the Media > Library panel.

    Best regards,
    Ismael

    in reply to: thumbnail image not show on whatsapp #1365509

    Hey bptdxvkalsel,

    Thank you for the inquiry.

    You may need to add open graph data in order to display a thumbnail when sharing an entry. The following plugin should help.

    // https://wordpress.org/plugins/opengraph/

    This is also available on Yoast.

    // https://yoast.com/help/getting-open-graph-for-your-articles/

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    You may need to edit the enfold/config-templatebuilder/avia-shortcodes/countdown/countdown.js directly. Please edit the script file and replace everything with the following code.

    // https://pastebin.com/4SgWsmCR

    Best regards,
    Ismael

    Hey Chris_85,

    Thank you for the inquiry.

    To add a new entry in the Social Button element, you have to use the avia_social_share_link_arguments filter. Please check the examples in the following threads.

    // https://kriesi.at/support/topic/telegram-in-social-share-button/#post-1358871
    // https://kriesi.at/support/topic/changement-couleur-et-police-ne-fonctionne-pas/#post-1344998
    // https://kriesi.at/support/topic/tripadvisor-as-social-share-icon/#post-1286736

    Best regards,
    Ismael

    in reply to: Bug on Easy Slider #1365495

    Hi,

    We applied a unique ID to the slider (edunao-slider) and edited the script a bit. Let us know if this works.

    function ava_equal_slider_height() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($) {
    	var width = $(window).width();
    	if ((width >= 767)) {
          $('#top #edunao-slider .avia-slideshow-inner li.slide-1').each(function(index){
              $('#top #edunao-slider .avia-slideshow-inner li.slide-2').find('img').eq(index).css('height', $(this).css('height'));
              $('#top #edunao-slider .avia-slideshow-inner li.slide-3').find('img').eq(index).css('height', $(this).css('height'));
          });
    	} else {}
    })(jQuery);
    });
      </script>
      <?php
    }
    add_action('wp_footer', 'ava_equal_slider_height');
    

    Thank you for your patience.

    Best regards,
    Ismael

Viewing 30 posts - 9,901 through 9,930 (of 67,443 total)