Forum Replies Created

Viewing 30 posts - 13,081 through 13,110 (of 66,052 total)
  • Author
    Posts
  • Hi,

    Thank you for the update.

    It is not working correctly because you have added another link inside the icon grid item content.

    <a href="#">Weiter zum Resilienz Online Kurs</a>
    

    This breaks the layout of the grid item because the parent link or container is being closed prematurely. Link for an item should be specified or selected in the Erweitert > Titel Link? settings.

    Best regards,
    Ismael

    in reply to: Fontello after new update #1305529

    Hey zibbaldone,

    Thank you for the inquiry.

    It seems to be referring to the entypo-fontello font. To fix that, try to add the filter that we provided in the following thread.

    // https://kriesi.at/support/topic/how-to-implement-relpreload-preload-key-requests-for-font-entypo-fontello/#post-1290768
    // https://kriesi.at/support/topic/improving-laoding-of-font-entypo-fontello/#post-1283666

    Make sure to replace “block” with “swap”.

    Best regards,
    Ismael

    in reply to: HTML-Tag in Excerpt #1305528

    Hey profil77,

    Thank you for the inquiry.

    The filter in the previous thread should allow br tags in the excerpt. If you want to allow both versions of the br tags, the one that is self-closing and the other version, try to replace the filter with this one.

    https://pastebin.com/UthjCMmX

    If this is not working, please provide the link to the search results page so that we can check it further.

    Best regards,
    Ismael

    in reply to: Color section background image mobile resizing error #1305527

    Hey jifei,

    Thank you for the inquiry.

    Would you mind providing screenshot of the issue? The background images seem to be displaying properly on our end. This is how it looks.

    Screenshot: https://postimg.cc/2q8gK9g6

    Best regards,
    Ismael

    in reply to: Portfolio Grid alignment issues #1305525

    Hi,

    Thank you for the inquiry.

    Did you set the Styling > Grid Settings > Portfolio Grid Image Size settings to the second option? Please try to set it back to the first option or make sure to select a thumbnail with cropping enabled such as the masonry element thumbnail.

    Best regards,
    Ismael

    in reply to: Google Analytics Cookies are loaded automaticaly #1305519

    Hey Obeatone,

    Thank you for the inquiry.

    It is possible that those are already there before enabling the privacy options. Please note that any related cookies that are already added in the local storage before enabling the privacy option will not be removed automatically. Try to remove the cookies manually, then refresh the page. This time, the cookies should not be added to the storage.

    Best regards,
    Ismael

    Hi,

    Awesome. Good to know that you have found the appropriate privacy option. Please feel free to open another thread if you have further questions.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: animated gif masonry gallery #1305502

    Hi,

    You may need to select the original version of the image or the full-sized version. Items in the masonry gallery element display a thumbnail called masonry by default, which has become a static image without the animation after uploading. To adjust the image size, you can edit the enfold/config-templatebuilder/avia-shortcodes/av-helper-masonry.php, go to line 726 and replace “masonry” with “full”.

    
    $img_size = 'masonry';
    

    However, please note that selecting a different thumbnail size for the masonry gallery may affect its layout or the masonry size settings.

    Best regards,
    Ismael

    Hi,

    Glad to know that this is now working correctly. Please do not hesitate to open another if you need anything else.

    Have a nice day,

    Best regards,
    Ismael

    in reply to: Feature request: Custom portfolio grid category order #1305490

    Hey appixag,

    Thank you for the inquiry.

    This is possible but you have to modify the enfold/config-templatebuilder/avia-shortcodes/portfolio/portfolio.php directly. Look for this code around line 1159.

    //get all categories that are actually listed on the page
    			$categories = get_categories( array(
    								'taxonomy'		=> $params['taxonomy'],
    								'hide_empty'	=> 0
    							) );
    

    The get_categories function accepts more arguments including a parameter to change the order of the terms or categories.

    // https://developer.wordpress.org/reference/classes/wp_term_query/__construct/

    Best regards,
    Ismael

    in reply to: Umlaute bei Table of Contents #1305488

    Hey Maik,

    Thank you for the inquiry.

    The umlauts seems to be displaying properly on our end. Please check the screenshot below.

    Screenshot: https://postimg.cc/1npb0dWt

    In the actual link, the umlaut characters have to be converted for the anchors to work correctly.

    Best regards,
    Ismael

    in reply to: Number in Price table can not be seen on Apple device #1305486

    Hi!

    Sorry for the delay. To make it work on tablet screens, please adjust the css media query or look for this line.

    @media only screen and (max-width: 767px) {
    

    Replace 767px with 989px.

    Regards,
    Ismael

    in reply to: Problem with color section with a customized ID #1305267

    Hi,

    We could immediately fix it by removing the duplicated navigation as previously suggested. As you can see in the first screenshot above, the anchor lands perfectly in the right spot. This is the page with the single navigation or without the duplicate. Unfortunately, we are not yet sure why it is not working when the duplicate is present.

    Best regards,
    Ismael

    in reply to: change Layout Settings globally #1305265

    Hi,

    No problem. Glad we could be of help. Please feel free to open another thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    Hi,

    Yes, unfortunately, this will get overwritten on update. Unfortunately, we cannot find a way to override the current action hook that is attached to the privacy class in the functions.php file. This is also why we recommended the first solution.

    Why do you need the script in the footer anyway? It should work fine in the head tag and should not incur any performance overhead.

    Best regards,
    Ismael

    in reply to: Mobile device display order #1305263

    Hi,

    An administrator account would be nice. We may need to edit the page, add css in the Quick CSS field or the style.css file and adjust the theme options.

    Best regards,
    Ismael

    in reply to: Block the Code Block Element #1305262

    Hi,

    Yes, this should be possible and there is actually a lot ways to accomplish it but all of them will require significant amount of modification which is beyond the scope of support. You may need to hire a freelance developer or contact our partner, Codeable.

    If you want to proceed, you can try to manipulate the builder template in the config-templatebuilder/avia-template-builder/php/shortcode-template.class.php file and edit the associated builder scripts in the /config-templatebuilder/avia-template-builder/assets/js folder.

    Best regards,
    Ismael

    in reply to: Search Icon in Small Bar above Main Menu #1305260

    Hi,

    Thank you for the update.

    The css code has been commented out and the other css media query has a missing curly brace. We corrected those and disabled the Performance > File Compression settings temporarily. It should work properly now.

    Best regards,
    Ismael

    in reply to: Enfold theme & Memberpress #1305257

    Hi,

    That is good to hear. Glad to know that all pages are now working correctly. Please feel free to open another thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Layerslider WP Glitching between transitions #1305228

    Hi,

    Thank you for the update.

    Looks like the issue is quite random. Sometimes two or more of the slides fade smoothly but the other slide glitches, sometimes all slides are not transitioning correctly. We cannot find any pattern and we do not see any errors, so it is quite difficult to debug.

    We created a duplicate of the home slider, remove the other slides and try to set the options but the issue still occurs. We created a record of the preview.

    Recording: https://file.io/5F6fcKd8ALFY

    As you can see one of the slide transitions smoothly while the other glitches.

    Best regards,
    Ismael

    in reply to: Front Page Not Updating #1305224

    Hi,

    When I edit the Front Page in WP the changes

    Could you give us an example of the changes that you are doing to the page that is not showing immediately? We would like to try to do it on our end.

    Best regards,
    Ismael

    in reply to: Fill in 'Uploaded in' field automatically #1305220

    Hi,

    Thank you for the update.

    Since you are using a plugin to create or show the gallery, modifying the theme’s gallery.php file will not help. You have to contact the plugin authors and ask them where the wp_get_attachment_link function should be added.

    Best regards,
    Ismael

    in reply to: Fixing CLS errors #1305219

    Hi,

    According to the lighthouse or the page insight tool, these are the sections or elements that are causing layout shifts.

    Screenshots: https://imgur.com/Gj6odFW

    The biggest contributor as suspected, is the layer slide increasing CLS by around 0.2. We have taken care of that by modifying our previous css code.

    .home #layer_slider_1, .home #layer_slider_2, .home #layer_slider_1 .ls-wp-container,
    .home #layer_slider_1 .ls-wp-container .ls-inner, .home #layer_slider_2 .ls-wp-container,
    .home #layer_slider_2 .ls-wp-container .ls-inner {
      min-height: 297px;
      height: 297px;
    }
    

    This is the CLS score on mobile after adding the css code.

    Screenshot: https://imgur.com/FySktKP

    Score on desktop should be the same.

    Best regards,
    Ismael

    in reply to: Problem with color section with a customized ID #1305216

    Hi,

    Thank you for the clarification.

    It seems to be working on the first link. Please check the screenshots below.

    with one menu navigation: https://imgur.com/c67PfwG
    with two menu navigation: https://imgur.com/xswMDka

    The screenshots were taken right after placing the URL directly in the browser and on initial page load.

    Best regards,
    Ismael

    in reply to: New filter : avf_masonry_loop_entry_content #1305205

    Hi,

    Glad to know that @Guenni007 managed to provide a better solution. Please feel free to open another thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: custom font issue #1305201

    Hi,

    No problem. Please feel free to open another thread should you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Featured image being cropped #1305200

    Hi,

    You should use a wider image, say a minimum of 700-800px, this is for pages with sidebar. For full width pages or posts, using larger images may be necessary.

    We cannot check the site above because it is on maintenance mode and the login info is no longer valid. Please provide another login account or generate a new login token so that we can check the featured image again.

    Best regards,
    Ismael

    Hi,

    Thank you for the info.

    Try to disable the columns’ hover effect, or use this css code to completely disable it across the site.

    body .flex_column.avia-link-column.avia-link-column-hover:hover {
        opacity: 1;
    }

    Then add this css code to add the hover effect to the slider inside the column.

    .avia-slideshow-inner .avia-slide-wrap {
        background: #000000;
    }
    
    .avia-slideshow-inner li div img {
        opacity: 1;
        transition: opacity 0.5s;
    }
    
    .avia-slideshow-inner li:hover div img {
        opacity: 0.5;
    }

    Best regards,
    Ismael

    in reply to: Number in Price table can not be seen on Apple device #1305187

    Hi,

    Thank you for the update.

    You can add the last css code that we posted above to override the first one. You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code. And please purge the cache or remove the browser cache before checking the page.

    Best regards,
    Ismael

    Hi,

    Thank you for the info.

    For some reason, the style of the loading icon is missing from the site, so we added it manually in the Quick CSS field. The loader is now displaying properly when adding a product to the cart.

    .avia_loading_icon {
        background: rgba(0,0,0,0.7);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        display: none;
        z-index: 10000;
    }
    
    #top .avia_loading_icon .av-siteloader {
        border-top-color: #fff;
        border-right-color: #fff;
        border-bottom-color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -20px 0 0 -20px;
    }
    

    We also deactivated the Enfold > Performance > File Compression settings temporarily.

    Best regards,
    Ismael

Viewing 30 posts - 13,081 through 13,110 (of 66,052 total)