Forum Replies Created

Viewing 30 posts - 18,121 through 18,150 (of 67,463 total)
  • Author
    Posts
  • in reply to: Portfolio Gallery – Center Title over Photo #1223720

    Hi,

    Thank you for the update.

    We tried to login using the account but it’s invalid. Please note that the Portfolio Grid element doesn’t have an overlay option by default. You have to use the Image element and enable the caption. Or use the Masonry element and set its Content > Caption > Element Title and Excerpt Styling to the second option (Display as centered overlay).

    Best regards,
    Ismael

    in reply to: Enfold/Woocommerce bundle plugin #1223719

    Hi,

    @no-label: We were not able to test the issue on your site because the Appearance > Editor panel is not accessible, so we couldn’t edit the script. Meanwhile on our own installation, the quantity buttons still display after removing the custom ones. Please check the screenshot below.

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

    Additional assistance or any info from the plugin developers will help.

    Best regards,
    Ismael

    in reply to: Set size on gridrow #1223716

    Hi,

    Thank you for the update.

    The extra spaces are from the slideshow and image elements inside the cells. You can use this css code to remove those spaces or margins.

    .flex_cell_inner .avia-image-container, .flex_cell_inner .avia-slideshow {
    	margin: 0;
    	padding: 0;
    }
    

    Best regards,
    Ismael

    in reply to: Empty emails with GPPR false #1223709

    Hi,

    We are not really sure why it happens. Users should not be able to send the form when mandatory fields are empty or not checked. But as you say the emails are empty, so it doesn’t look like a spam script. Is it still happening until now?

    Best regards,
    Ismael

    Hi,

    Then I copied an accordion element in the Layout editor, the page Layout now crashed again in the frontend, as described in a previous post.

    Why do you have to copy the shortcode in the builder? As we mentioned above, you have to avoid switching between the editors and try to stick to the current editor. If you need to edit the shortcode manually in the builder, please switch the builder to debug mode so that you can have access to the debug or shortcodes field.

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

    PS: I did not replace [ ] and ‘ in the “code” like e.g.:

    And in cases where you really have to manually copy the shortcode, make sure that the syntax are correct and that they are closed properly. This is the correct markup or shortcode of an accordion element.

    [av_toggle_container initial='0' mode='accordion' sort='' styling='' colors='' font_color='' background_color='' border_color='' colors_current='' font_color_current='' background_current='' background_color_current='' background_gradient_current_color1='' background_gradient_current_color2='' background_gradient_current_direction='vertical' hover_colors='' hover_background_color='' hover_font_color='' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' alb_description='' id='' custom_class='' av_uid='']
    [av_toggle title='Toggle 1' tags=''][/av_toggle]
    [av_toggle title='Toggle 2' tags=''][/av_toggle]
    [/av_toggle_container]
    

    Make sure to close it properly.

    [/av_toggle_container]
    

    Best regards,
    Ismael

    Hey Nicolas,

    Thank you for the inquiry.

    We can set the big preview image to change on click or tap but you will lose the gallery’s lightbox functionality. If you want to proceed, edit the wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\gallery\gallery.js file, and replace everything with this code:

    // https://pastebin.com/A1NdePZ7

    After that, edit the wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\gallery\gallery.php which is located in the same folder, and look for this code around line 430:

    $class	 = $counter++ % $columns ? "class='$imagelink $custom_link_class'" : "class='first_thumb $imagelink $custom_link_class'";
    

    .. replace it with:

    $class	 = $counter++ % $columns ? "class='$imagelink $custom_link_class noLightbox'" : "class='first_thumb noLightbox $imagelink $custom_link_class'";
    

    This will disable the lightbox, so when you click on the gallery thumbnails the preview image will change and not open the lightbox container.

    We can probably come up with a better solution in the future but this is beyond the scope of support.

    Best regards,
    Ismael

    Hi,

    Sorry for the delay. The flex column breaks because of the float property in this css code.

    #top .flex_column_table {
        display: table;
        table-layout: fixed;
        width: 100%;
        float: left;
        margin-top: 50px;
    }

    Did you add it somewhere? You should set it to none or remove it.

    And please note that the cell containing the background image has no intrinsic height because it contains no content and only depends on the height of the other cell with the text, so when the cells stack beside each other, it collapses. That’s how table cells work.

    // https://www.w3.org/TR/CSS21/tables.html#height-layout

    the height of a cell box is the minimum height required by the content.

    Best regards,
    Ismael

    in reply to: ** Quality of Colour Section Background Images ** #1223341

    Hi,

    Sorry for the delay. We checked the site on Chrome and Firefox Dev on Windows 10, but we don’t really see that much or any difference between the rendered images. Please check the screenshot below.

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

    Left is firefox, right is from chrome.

    Best regards,
    Ismael

    in reply to: Product categories widget ordering #1223338

    Hey fcp,

    Thank you for the inquiry.

    Did you try to move the position of the category items by dragging them? Beside the Count column in the product categories page, there’s a dragger icon that you can use to move a category to a different position. This should make the category widget display the actual category order.

    Best regards,
    Ismael

    in reply to: Third-party-request vs. GDPR #1223333

    Hi!

    If they are not classified as non-essential cookies – then they are classified as essential cookies? Can I influence this?

    They are external cookies and are not generated by the theme, so they are neither essential or non-essential cookies as defined by the theme, so there’s no way for the theme to detect them by default. Users have to turn them on or off using the custom privacy toggles that you created for the them.

    And how can I make sure that they are not set on first page load if they are not essential and not non-essential?

    The short answer is you can’t. It’s possible but you have to create your own script because the theme can’t handle external cookies or cookies that are generated by third party scripts. Unfortunately, it’s beyond the scope of support, so you may have to hire a freelance developer.

    Cheers!
    Ismael

    Hey Phet,

    Thank you for the inquiry.

    Did you set the Enfold(FR) > Sidebar Options > Sidebar on Archive Pages to have a right or left sidebar? The sidebar doesn’t display in the FR version because the archive template is set to fullwidth, or it is set to display no sidebar.

    Best regards,
    Ismael

    in reply to: Move Cart Icon to beginning of menu #1223322

    Hey!

    Did you remove the script? Looks like the cart is working properly now — showing the actual product quantity instead of twice. If you’re still having issues, please create a new thread and post the login details in the private field.

    Thank you for your patience.

    Cheers!
    Ismael

    in reply to: The content does not load correctly #1223321

    Hi,

    Sorry for the late response. Did you add this script in the functions.php file as suggested in the previous threads?

    dd_action('wp_footer', 'ava_auto_resize');
    function ava_auto_resize(){
    ?>
    <script>
    (function($){	
    	var int = window.setInterval(function(){
    		$(window).trigger('resize');
    	}, 1500);
    	
    	$(window).load(function () {	
    		setTimeout(function() {
    			clearInterval(int);
    		}, 2000);
    	});
    })(jQuery);
    </script>
    <?php
    }
    

    This should cause the gallery items to reposition and prevent them from overlapping while the images are still loading. The script should stop by itself once the images are fully loaded.

    Best regards,
    Ismael

    in reply to: hamburger menu #1223319

    Hi,

    Sorry for the late response. You can try this one instead.

    .html_header_sticky .header-scrolled .av-hamburger-inner:before, .html_header_sticky .av-hamburger-inner:after {
         background: blue;
    }

    We added the “.header-scrolled” selector so that it only applies the style or color when the site or header is scrolled.

    Best regards,
    Ismael

    in reply to: Default Cookie Behaviour for essential cookies #1223317

    Hi,

    Sorry for the delay. As the description suggests, the “Essential cookies are accepted on first page load, user must opt in” option automatically stores essential cookies (e.g aviaPrivacyEssentialCookiesEnabled) in the local storage even if the user didn’t accept the cookies or opt to essential cookies using the privacy toggles, but all external cookies (e.g aviaPrivacyGoogleMapsDisabled ,aviaPrivacyGoogleReCaptchaDisabled) or cookies that controls external services are disabled by default, so users have to opt in or toggle them manually.

    In the other option, users have to accept the cookies first before essential cookies can be stored in the local storage, and all external or non-essential cookies are also disabled by default, so users have to opt in or enable them manually either in the privacy policy page or the modal popup window.

    Best regards,
    Ismael

    Hi,

    Sorry for the delay. Looks like it’s working properly now — switching to a different variation of the product also changes to the corresponding product or variation image. Did you set the Enfold > Shop Options > Produkt Galerie to the second option? (see private field)

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Make a specific are of an Image clickable #1223303

    Hey Christopher,

    Thank you for the inquiry.

    We can manually add the button as an image in the caption field or adjust the style of the slider button. Have you tried doing something like that? Please post the site URL so that we can inspect the slider.

    Example:

    <img src="URI OF THE IMAGE BUTTON class="slider-button-custom" />
    

    For additional style adjustment, use the custom class attribute above.

    .slider-button-custom {
     /* more styles here */
    }
    

    Best regards,
    Ismael

    in reply to: Accordion Toggle links not working on mobile #1223302

    Hey B,

    Sorry for the delay. We are not able to reproduce the issue on our end but we found this script error in the console which might be worth looking into.

    SCRIPT438: SCRIPT438: Object doesn't support property or method 'render'
    gravityforms.min.js (1,13847)
    

    Does it work correctly when gravity form is disabled?

    Best regards,
    Ismael

    in reply to: Size of Featured Blog Post Image #1223301

    Hi,

    or resolution? Is this assumption correct?

    1.) Yes, that is correct. The theme will only load the predefined thumbnail because the srcset attribute is not present in the template, so you have to upload images that are big enough on any type of device. If you want, you can install a third party plugin that adds srcset attribute to images.

    // https://wordpress.org/plugins/wp-retina-2x/

    2.) Also correct. Uploading larger images is not necessarily bad because you can still compress them and given proper optimization on other areas of the site, it should still load fast on any device. But having the srcset attribute in the template or the image tag is still the better solution. Please try the plugin above.

    Best regards,
    Ismael

    in reply to: Shade effect or 2px frame around Special Heading? #1223296

    Hi,

    Sorry for the delay. We can use the text-shadow property to add shadows to the text.

    .av-special-heading-tag strong {
    	text-shadow: 2px 2px #000000;
    }

    https://www.w3schools.com/cssref/css3_pr_text-shadow.asp

    Best regards,
    Ismael

    Hi,

    Sorry for the delay. The main menu is not fully accessible without a mouse, but it’s already inside a nav tag and the menu items are wrapped inside an unordered list, so they should be properly recognized by assistive technologies as described in the documentation and you should be able to navigate using a keyboard.

    // https://www.w3.org/WAI/tutorials/menus/structure/

    If you want to add the role and aria-label attribute to the nav tag, edit the wp-content\themes\enfold\includes\helper-main-menu.php file and look for this code around line 170..

     $main_nav = "<nav class='main_menu' data-selectname='".__('Select a page','avia_framework')."' ".avia_markup_helper(array('context' => 'nav', 'echo' => false)).">";
    

    .., then replace it with:

     $main_nav = "<nav role='navigation' aria-label='Primary'  class='main_menu' data-selectname='".__('Select a page','avia_framework')."' ".avia_markup_helper(array('context' => 'nav', 'echo' => false)).">";
    

    // https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA6

    We can also add the role attribute to menu items by editing the wp-content\themes\enfold\includes\helper-responsive-megamenu.php, look for this code around line 270:

    $attributes .= ! empty( $item->url )        ? ' href="'   . esc_attr( $item->url        ) .'"' : '';
    

    Below, add the role and tabindex attribute:

    $attributes .= ' role="menuitem" tabindex="0"';
    

    Best regards,
    Ismael

    Hi,

    Thank you for the update. We’ll keep the thread open. Let us know if you need anything else.

    Best regards,
    Ismael

    Hey dfpg,

    Thank you for the inquiry.

    How did you add the search bar? If you’re using the default search bar from the theme, try to edit the wp-content > themes > enfold > searchform.php file.

    	<input type="text" id="s" name="<?php echo $search_params['search_id']; ?>" value="<?php if(!empty($_GET['s'])) echo get_search_query(); ?>" placeholder='<?php echo $search_params['placeholder']; ?>' />
    

    Best regards,
    Ismael

    Hi,

    Thank you for the inquiry.

    We can remove the item type container with css but we have to hook it in the admin head tag. Please try this code in the functions.php file.

    function admin_head_mod() {
      echo '<style type="text/css">
      .menu-item-bar .item-type {
    	display: none !important;
      }
      </style>';
    }
    add_action('admin_head', 'admin_head_mod', 9999);
    

    Best regards,
    Ismael

    Hi,

    Sorry for the delay. You can’t use the srcset attribute for background images. It will only work on an actual image element or when using the img tag.

    Example from https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images:

    <img srcset="elva-fairy-480w.jpg 480w,
                 elva-fairy-800w.jpg 800w"
         sizes="(max-width: 600px) 480px,
                800px"
         src="elva-fairy-800w.jpg"
         alt="Elva dressed as a fairy">
    

    So it’s not going to work for the color section because the image is set as background.

    Best regards,
    Ismael

    in reply to: Icon grid flip boxes #1223043

    Hi,

    We can’t seem to access the site properly without being blocked by the server security. Did you block access from certain countries?

    This is what we get we try to login to the site:

    406 Security Incident Detected
    Your request was blocked. Please try again later.

    Best regards,
    Ismael

    in reply to: Problem with Update Enfold 4.5.3 to 4.7 #1223036

    Hi,

    We are not really sure why it’s not working in your server. Have you tried removing the transients?

    // https://www.wpbeginner.com/plugins/how-to-manage-and-delete-transients-in-wordpress/

    If it still doesn’t work after removing the transients, please try to update the theme manually this time.

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

    Best regards,
    Ismael

    in reply to: adjust the following responsive breakpoints #1223031

    Hey Markus,

    Thank you for the inquiry.

    This is possible, but you have to directly modify the enfold\config-templatebuilder\avia-template-builder\php\popup-templates.class.php, look for the screen_options_visibility function and this code around line 1751:

    desc'              => __( 'Hide on large screens (wider than 990px - eg: Desktop)', 'avia_framework' ),
    

    After adjusting the file, add this code in the Quick CSS field or the style.css file.

    @media only screen and (min-width: 1025px){
    
    .responsive.av-no-preview #top #wrap_all .av-desktop-hide,
    .responsive.av-no-preview #top #wrap_all .av-desktop-font-size-hidden,
    .responsive.av-no-preview #top #wrap_all .av-desktop-font-size-title-hidden{display:none;}
    
    }
    
    

    Repeat the steps for the tablet view, then add this css code:

    /* Tablet Portrait size to standard 960 (devices and browsers) */
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
    
    .responsive.av-no-preview #top #wrap_all .av-medium-hide,
    .responsive.av-no-preview #top #wrap_all .av-medium-font-size-hidden,
    .responsive.av-no-preview #top #wrap_all .av-medium-font-size-title-hidden{display:none;}	
    
    }
    
    

    You may have to toggle the Performance > File Compression settings afterwards.

    Best regards,
    Ismael

    in reply to: Portfolio Grid Pagination goes to top of page #1223028

    Hey Frank,

    Sorry for the delay. Did you replace the ID in the snippet with the ID of the color section containing the blog posts or pagination?

    var news = $('#transaksjoner'),
    

    If the posts element is not inside a color section yet, try to move it inside one, then apply a unique section ID to the color section. You’ll find the Custom ID Attribute field in the Advanced tab of the color section. After defining the ID (e.g “custom-section”), go back to the script or snippet, look for the same line mentioned above and replace the selector with the custom ID.

    var news = $('#custom-section'),
    

    Best regards,
    Ismael

    in reply to: Enfold Load more picture vibrating when loading #1223027

    Hey rasmusheil,

    Thank you for the inquiry.

    We can’t seem to reproduce the issue on the product page. The gallery loads fine without vibrating or shaking, and we didn’t find any errors in the console. (see private field)

    Best regards,
    Ismael

Viewing 30 posts - 18,121 through 18,150 (of 67,463 total)