Forum Replies Created

Viewing 30 posts - 361 through 390 (of 66,246 total)
  • Author
    Posts
  • Hey dpriemer,

    Thank you for the inquiry.

    border settings have been cleared and the images sit right next to each other with borders.

    The images in the logo element don’t have borders on either page when we checked. Just to clarify, are you trying to add borders or remove them? Temporarily, try to disable the Enfold > Performance > File Compression settings.

    For example, the 7 logo element on this page respects the settings. Display border –> Yes, Style –> None, Padding –> 13 px left and right https://cerebralselling.com/salesacademy/

    Try to set it to “Do not display border” and keep the Border Style to None. Let us know the result.

    Best regards,
    Ismael

    in reply to: Horizontal gallery on mobile #1485403

    Hi,

    Thank you for the info.

    Try adding this css code to adjust the layout of the gallery on smaller screens:

    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
    
    @media only screen and (max-width: 1024px) {
    
      /* Add your Mobile Styles here */
      .responsive .av-horizontal-gallery-fullwidth .av-horizontal-gallery-wrap {
        max-width: 100vw;
        width: 100%;
        height: 300px;
      }
    
      .responsive .av-horizontal-gallery-img {
        object-fit: contain;
      }
    
      .responsive .av-horizontal-gallery-inner {
        min-height: 300px;
      }
    }

    Result:

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: Hiding Image on Mobile not working #1485400

    Hi,

    We checked every thumbnail in the srcset attribute, and none of them are missing, but it looks you’ve opted to hide the column and image on smaller screens. The image does display when we manually toggle its visibility.

    Would you mind creating a test page and apply the same content as the homepage?

    View post on imgur.com

    Best regards,
    Ismael

    Hey Ryan,

    Thank you for the inquiry.

    We are not yet sure what is causing the issue, but we did notice that the site contains an older version of the theme (6.0.8). Please download the latest version (7.1.1) from your Themeforest account, then try to update the theme manually via FTP. Let us know if the issue persists.

    https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp

    Best regards,
    Ismael

    in reply to: Unable to ask a question in theme support forum #1485398

    Hi,

    Thank you for the update.

    You can check out the documentation to help you get started with the theme: https://kriesi.at/documentation/enfold/

    There are also video tutorials available, created by other Enfold users: https://www.youtube.com/watch?v=Dbgy4dPf7R4

    Let us know if you have more questions.

    Best regards,
    Ismael

    in reply to: Change the Contact Form Captcha message #1485397

    Hi!

    Did you remove the ” tr_TR” part from the label?

    $form_fields['avia_age']['label'] = 'TRANSLATE THIS ONE TO tr_TR';
    

    Best regards,
    Ismael

    in reply to: Bug report on Masonry Gallery Element #1485396

    Hi,

    Thank you for the clarification.

    Unfortunately, that is not possible without modifications to the theme. By default, you would need to display all 50 images on the same page and disable pagination or the “load more” button. If you’re interested in implementing the modification yourself, you can refer to the documentation below.

    https://dimsemenov.com/plugins/magnific-popup/documentation.html#initializing-popup

    You’ll need to create a button or use the masonry items as trigger and specify the images manually in the items array.

    $('#some-button').magnificPopup({
        items: [
          {
            src: 'path-to-image-1.jpg'
          },
          {
            src: 'http://vimeo.com/123123',
            type: 'iframe' // this overrides default type
          },
          {
            src: $('
    <div>Dynamically created element</div>
    '), // Dynamically created element
            type: 'inline'
          },
          {
            src: '
    <div>HTML string</div>
    ',
            type: 'inline'
          },
          {
            src: '#my-popup', // CSS selector of an element on page that should be used as a popup
            type: 'inline'
          }
        ],
        gallery: {
          enabled: true
        },
        type: 'image' // this is default type
    });

    Best regards,
    Ismael

    in reply to: Wpforms Plugin Conflict with enfold child theme #1485395

    Hey stevengamez,

    Thank you for the inquiry.

    Are there any modifications in the child theme, or did you override any template files? Please try to deactivate the modifications temporarily, then provide the login details in the private field. We may also need to log in to the site to properly check the issue.

    Best regards,
    Ismael

    in reply to: Negative margins in Firefox #1485360

    Hi,

    You can keep the current css rule, but the selector #av_section_2 is generic and commonly used across the site. The changes above might be applied to sections where they are not intended. If you’re not sure how to apply custom css class names to the element, please check the documentation below.

    https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support

    Best regards,
    Ismael

    in reply to: Change the Contact Form Captcha message #1485359

    Hi,

    Thank you for the info. Try to replace the filter with this:

    function avia_contact_form_elements_mod( $form_fields ) {
    	if ( isset( $form_fields['avia_age'] ) ) {
    		if ( is_page(266) ) {
    			$form_fields['avia_age']['label'] = 'TRANSLATE THIS ONE TO tr_TR';
    		} elseif ( is_page(68) ) {
    			$form_fields['avia_age']['label'] = 'Verify you are human';
    		}
    	}
    	return $form_fields;
    }
    add_filter( 'avia_contact_form_elements', 'avia_contact_form_elements_mod', 10, 1 );

    Make sure to adjust the tr_TR label.

    Best regards,
    Ismael

    in reply to: Video Gallery Not Loading #1485358

    Hey clbdcnpafe,

    Thank you for the inquiry.

    We are not able to reproduce the issue on our end — the videos at the very end of the page displayed immediately on first load. However, we recommend relocating the gallery and the videos to the middle of the page to make sure that the script triggering certain animations is consistently executed. Enabling pagination for the gallery or reducing the number of images and making sure they are compressed can also help improve loading speed. Let us know the results.

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: Accessibility Issue with Search Icon #1485357

    Hey Diana,

    Thank you for the inquiry.

    Looks like you have already added the aria-label attribute to the search icon link. Is this still an issue?

    < li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown menu-item-avia-special" role="menuitem"><a class="avia-svg-icon avia-font-svg_entypo-fontello" <strong>aria-label="Suche"</strong> href="?s=" rel="nofollow" >
    

    Best regards,
    Ismael

    in reply to: 7 Spalten Mega Menu #1485356

    Hi,

    Try to replace the content of the class-responsive-mega-menu.php file with the following code:

    https://pastebin.com/s3N87rGC

    Let us know the result.

    View post on imgur.com

    Best regards,
    Ismael

    Hey rjalthar,

    Thank you for the inquiry.

    It seems to be an issue with the image overlay. Could you confirm the current version of the theme? Make sure the theme is updated to version 7.1, then try to temporarily toggle or disable the settings under Enfold > Performance > File Compression.

    To fix the issue temporarily, you can add the following css code to disable the image overlay:

    #top .image-overlay.overlay-type-image {
        display: none !important;
    }

    Best regards,
    Ismael

    in reply to: Search Icon To Main Menu don’t work #1485312

    Hi,

    lastly that I use Enfold on almost all the sites I manage, and this site is the only one that has had this problem.

    It’s probably an issue with the compression, a certain modification or one of the plugins. Please keep the above modifications for now and let us know if the issue occurs again on a different site.

    Thank you for your patience.

    Best regards,
    Ismael

    Hey Diana,

    Thank you for the inquiry.

    Try to add this css code to make the .avia_hidden_link_text accessible but still not visible in the slider links.

    #top .avia_hidden_link_text {
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
        white-space: nowrap;
    }

    Another option is to add aria-label to the slider links by editing the slider template directly or with javascript. Example:

    document.addEventListener('DOMContentLoaded', function() {
      document.querySelectorAll('a.next-slide').forEach(function(link) {
        link.setAttribute('aria-label', 'Weiter');
      });
    });
    

    Best regards,
    Ismael

    in reply to: Change the Contact Form Captcha message #1485310

    Hi,

    Thank you for the update.

    Are you using a translation plugin? You can try to use the following code instead to apply different labels for each language.

    function avia_contact_form_elements_mod( $form_fields ) {
    	if ( isset( $form_fields['avia_age'] ) ) {
    		$lang = get_locale();
    
    		if ( $lang === 'tr_TR' ) {
    			$form_fields['avia_age']['label'] = 'TRANSLATE THIS ONE TO tr_TR';
    		} else {
    			$form_fields['avia_age']['label'] = 'Verify you are human';
    		}
    	}
    	return $form_fields;
    }
    add_filter( 'avia_contact_form_elements', 'avia_contact_form_elements_mod', 10, 1 );

    If you’re using a translation plugin such as WPML or Polylang, you can use the following plugin to manually add translations for the new label.

    https://wordpress.org/plugins/loco-translate/
    https://wordpress.org/plugins/say-what/

    Best regards,
    Ismael

    in reply to: Negative margins in Firefox #1485309

    Hey bonsaimedia,

    Thank you for the inquiry.

    Try targeting the content wrapper of the second color section instead.

    #av_section_2 .entry-content-wrapper {
    	margin-top: -600px;
    }

    If you need to apply this to specific color sections, try to assign a Advanced > Developer Settings > Custom CSS Class to them, then adjust the css rule accordingly.

    Firefox screenshot:

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: Bug report on Masonry Gallery Element #1485308

    Hey goldengate415,

    Thank you for the inquiry.

    We are not able to reproduce the issue on our end. Whenever the load more button is clicked, the new set of images is added to the lightbox group correctly. Please create a test page and provide the URL in the private field so we can check it further.

    Best regards,
    Ismael

    Hey solf,

    Thank you for the inquiry.

    Which elements are not accessible with the plugin? Elements should be tabbable and focusable by default. For example, search fields should be accessible using the Enter key. The heading elements in the theme use proper heading tags, and navigations such as the main menu are wrapped inside a nav element.

    Unfortunately, we do not provide support for third-party plugins, as stated in our support policy. Please keep in touch with the plugin developer for further assistance with the modification.

    Thank you for your understanding.

    Best regards,
    Ismael

    in reply to: Help with some shop elements #1485264

    Hi,

    No problem! Feel free to open another thread if you have more questions. Have a nice day.

    Best regards,
    Ismael

    in reply to: Google Map Points Load Issue #1485261

    Hi,

    Unfortunately, you cannot override the initial script using a child theme. This will have to be modified directly in the parent theme. Please contact a freelance developer as suggested if you need more assistance with the customization.

    Best regards,
    Ismael

    in reply to: Search Icon To Main Menu don’t work #1485260

    Hi,

    Thank you for the info.

    We are not certain why the search SVG icon is not displaying, but we managed to work around the issue by adding this code in the Quick CSS field:

    #top .menu-item-search-dropdown > a.avia-svg-icon svg:first-child, #top .menu-item-search-dropdown > a.avia-svg-icon img[is-svg-img="true"] {
        z-index: 1;
    }

    We also added this script to make sure that when the SVG icon is clicked, it displays the AJAX search field.

    add_action( 'wp_footer', 'av_custom_script', 100 );
    function av_custom_script() {
        ?>
        <script>
        // trigger ajax search field
        document.addEventListener("DOMContentLoaded", () => {
            const svg = document.querySelector("#menu-item-search svg");
    
            if (svg) {
                svg.addEventListener("click", (e) => {
                    e.preventDefault();
                    e.stopPropagation();
    
                    const parentLink = svg.closest("a");
                    const parentLi = svg.closest("li");
    
                    if (parentLink) {
                        parentLink.click();
                    } else if (parentLi) {
                        parentLi.click();
                    }
                });
            }
        });
        </script>
        <?php
    }
    

    Best regards,
    Ismael

    Hey Pflegehilfe24,

    Thanks for getting in touch.

    Unfortunately, this is currently not possible. You may need to create a custom wp_ajax script that retrieves a specific post meta and hides the section based on the value. The article and documentation below should help.

    https://benmarshall.me/wordpress-ajax/
    https://developer.wordpress.org/reference/hooks/wp_ajax_nopriv_action/

    If you need further help with this customization, we suggest hiring a freelance developer or contact our partner, Codeable.

    https://kriesi.at/contact/customization

    Thank you for your understanding.

    Best regards,
    Ismael

    in reply to: Google Map Points Load Issue #1485257

    Hey ronduring,

    Thank you for the inquiry.

    Unfortunately, there is no built-in option for this. You can find the code for the map in the avia/av/app/public/wp-content/themes/enfold/framework/js/conditional_load/avia_google_maps_api.js file. If you need further help with customization, we recommend hiring a freelance developer or contacting Codeable using the form below.

    https://kriesi.at/contact/customization

    Best regards,
    Ismael

    in reply to: Scroll-top-link CSS no longer displaying arrow color #1485256

    Hey GWS,

    Thank you for the inquiry.

    Try to include this css code.

    #scroll-top-link.avia-svg-icon svg:first-child, #scroll-top-link.avia-svg-icon:hover svg:first-child {
        stroke: #ffffff;
        fill: #ffffff;
    }

    Result:

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: Help with some shop elements #1485255

    Hi,

    We edited the code again to display only the rounded discount percentage, without a range.

    add_action( 'woocommerce_before_shop_loop_item_title', 'avf_woocommerce_sale_badge', 20 );
    function avf_woocommerce_sale_badge() {
        global $product;
    
        if ( $product->is_type('simple') ) {
            $regular_price = floatval( $product->get_regular_price() );
            $sale_price    = floatval( $product->get_sale_price() );
    
            if ( $regular_price > 0 && $sale_price > 0 && $sale_price < $regular_price ) {
                $percentage = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                echo '<span class="av-custom-sale-badge">Sale: ' . esc_html( $percentage ) . '%</span>';
            }
    
        } elseif ( $product->is_type('variable') ) {
            $percentage = get_variable_max_sale_percentage( $product );
    
            if ( $percentage ) {
                echo '<span class="av-custom-sale-badge">Sale: ' . esc_html( $percentage ) . '%</span>';
            }
        }
    }
    
    function get_variable_max_sale_percentage( $product ) {
        $variations = $product->get_children();
        $max_percentage = 0;
    
        foreach ( $variations as $variation_id ) {
            $variation = wc_get_product( $variation_id );
            if ( $variation && $variation->is_on_sale() ) {
                $regular_price = floatval( $variation->get_regular_price() );
                $sale_price    = floatval( $variation->get_sale_price() );
    
                if ( $regular_price > 0 && $sale_price > 0 && $sale_price < $regular_price ) {
                    $percentage = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
                    if ( $percentage > $max_percentage ) {
                        $max_percentage = $percentage;
                    }
                }
            }
        }
    
        return $max_percentage > 0 ? $max_percentage : false;
    }
    

    Best regards,
    Ismael

    in reply to: Weird thing happening with categories in WooCommerce #1485254

    Hi,

    Yes, they should be safe to use, but to be sure, you can ask your hosting provider to create a backup or restore point. You can also use one of the following plugins.

    https://wordpress.org/plugins/updraftplus/
    https://wordpress.org/plugins/backwpup/
    https://wordpress.org/plugins/duplicator/

    Best regards,
    Ismael

    in reply to: Image full width #1485253

    Hi,

    It displays the same as the original image, with the head slightly cut off. (see private field)

    Best regards,
    Ismael

    in reply to: shortcodes not rendered on frontpage #1485231

    Hi,

    Thank you for the update.

    We cannot find the snippet “Child Pages Top Level Shortcode” in the list, only the “Shortcode: Child Pages List” which we enabled and added to the “verein” page. This seems to be working as expected.

    View post on imgur.com

    Best regards,
    Ismael

Viewing 30 posts - 361 through 390 (of 66,246 total)