Forum Replies Created

Viewing 30 posts - 12,481 through 12,510 (of 66,103 total)
  • Author
    Posts
  • in reply to: Search field does not appear in Main Menu #1315976

    Hi,

    Thank you for the inquiry.

    Try to use this css code to hide the search icon on mobile view.

    .astm-search-menu.is-menu.full-width-menu.av-active-burger-items {
    	display: none !important;
    }

    Make sure to add the code inside the css media query for smaller screens. You may also have to toggle or temporarily disable the Enfold > Performance > File Compression settings and purge the cache after adding the css code.

    Best regards,
    Ismael

    in reply to: cookie consent lightbox not working #1315975

    Hi,

    Thank you for the info.

    The privacy modal popup window works again when we disabled the header.php and the footer.php file in the child theme. You may need to update those files first before adding the modifications again.

    Best regards,
    Ismael

    in reply to: Advanced Custom Fields Shortcode in excerpt blog post #1315974

    Hi,

    Thank you for the info.

    It works when we add the post_id parameter to the shortcode.

    [acf field="preis" post_id="396"]
    

    // https://www.advancedcustomfields.com/resources/shortcode/

    Best regards,
    Ismael

    in reply to: ENFOLD 4.8.3 + WP5.8: Import theme settings not working #1315973

    Hi,

    I have told you, that you may not IMPORT anything at the KUNSTTALK Site!!!

    Yes, we understand that. We were not able to login to the site, so we were not able to do anything in the dashboard or in the theme options. Please try to update the KUNSTTALK site to the latest version before importing the theme options. The export option works fine when we use a valid theme options file or when we upload a file from our own installation.

    Best regards,
    Ismael

    in reply to: post slider show full content #1315971

    Hi,

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

    Have a nice day.

    Best regards,
    Ismael

    in reply to: critical error on this website wiht PORTFOLIO #1315970

    Hey tecnoprof,

    Thank you for the inquiry.

    Try to repair the shortcodes by enabling the shortcode parser in the builder. You have to enable debugging first. Please check the following documentation for more info.

    // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#shortcode-parser

    Best regards,
    Ismael

    in reply to: Inline SVG Graphics displaced and cut by other elements #1315964

    Hi,

    Unfortunately, we are still not sure why the animating objects are not visible when they overflow. We noticed that the animation is a bit different when we open the SVG file in a new tab. Are you seeing the same thing? (see private field)

    Best regards,
    Ismael

    in reply to: Gallery Improvements #1315960

    Hey bagha,

    Thank you for the inquiry.

    The theme is actually using the default Media > Library features, or it does not have its own implementation of the media library options such as sorting, dragging etc, so this would have to be improved in the core. Unfortunately, this is not yet included in the list of upcoming improvements. You may need to use a plugin to improve or extend the experience in the gallery editing.

    Best regards,
    Ismael

    in reply to: Unique title and description on pagination pages! #1315200

    Hi,

    No problem. Please do not hesitate to open another thread should you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: centered Logo and transparent Background. #1315199

    Hi,

    Did you toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code? Please post the login details in the private field so that we could check the modification.

    Best regards,
    Ismael

    in reply to: Image should stick on the very left side of the browser #1315198

    Hi,

    Have you tried setting the position of the element to “fixed”?

    // https://css-tricks.com/absolute-relative-fixed-positioining-how-do-they-differ/#fixed
    // https://css-tricks.com/almanac/properties/p/position/#fixed

    A screenshot or a mockup of the layout that you have in mind should help.

    Best regards,
    Ismael

    Hi,

    The lazy loading is actually a native browser feature, it is not from jQuery and it is triggered once the document is ready or when an image is visible in the view port. Removing the loading attribute immediately once the document is ready should prevent the image from being lazy loaded.

    You can see the current browser support in the following link.

    // https://caniuse.com/loading-lazy-attr

    Did you test the script?

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    Try to replace the previous css with the following code to retain the spinner and prevent the page from shaking.

    .avia_loading_icon {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 9999;
        top: 0;
    }
    
    .av-siteloader {
    	top: 50%;
    	transform: translateY(-50%);
    }
    

    Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.

    Best regards,
    Ismael

    in reply to: ENFOLD 4.8.3 + WP5.8: Import theme settings not working #1315194

    Hi,

    Using this feature is reserved for Super Admins
    You unfortunately don’t have the necessary permissions.

    The login token above does not have the correct permissions, so we cannot export the theme settings. The notification above appears in the import/export panel.

    Have you tried updating the theme in the kunsttalk site to the latest version before importing the theme options?

    Best regards,
    Ismael

    in reply to: Advanced Custom Fields Shortcode in excerpt blog post #1315193

    Hi,

    Thank you for following up.

    We may need to access the dashboard in order to check the issue further. Please post the login details in the private field, and make sure that the Appearance > Editor panel is accessible.

    Best regards,
    Ismael

    in reply to: cookie consent lightbox not working #1315192

    Hi,

    Thank you for the info.

    We tried to disable the file compression settings but it did not change anything. We tried to check for any customization done in the child theme (templates, functions etc) but the Appearance > Editor panel is not accessible. Please enable the file editor or post the FTP details in the private field so that we could check the theme files.

    Best regards,
    Ismael

    Hi,

    Alright. Glad to know that you have found a solution. Please feel free to open another thread should you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Modern Events Calendar and Enfold #1315189

    Hi,

    It says that the password for the username is incorrect. Please check the info carefully and contact the plugin author for more assistance. You might also require the help of a third party developer.

    Best regards,
    Ismael

    in reply to: post slider show full content #1315187

    Hi,

    You might be able to use the wpautop function to automatically create paragraph tags, or to automatically convert line breaks to paragraph tags.

    // https://developer.wordpress.org/reference/functions/wpautop/

    Best regards,
    Ismael

    Hi,

    Alright. See you on the other thread. :)

    Best regards,
    Ismael

    in reply to: Videos are not loaded anymore #1315185

    Hi,


    @wzshop
    : We cannot find any video widget in the above demo. Where did you see the issue exactly?


    @bsingenberger
    : Looks like the media element script is disabled. The videos started loading correctly again once we set the Enfold > Performance > Selbst gehostete Video und Audiofunktionen (WP-Mediaelement-Skripte) to the third option.

    Best regards,
    Ismael

    in reply to: Yoast SEO Title Tag – Open Back #1315000

    Hey acscreativenew,

    Thank you for update.

    The title seems to be displaying correctly. This is the text in the title tag.

    <title>Internal & External Chute Repair Services | Chute Cleaning & Odor Control Services in DC, MD & VA</title>
    

    Is this fixed?

    Best regards,
    Ismael

    in reply to: Automatic style tags in footer page #1314999

    Hi,

    If the style tags are normal for the new Enfold versions, I can easily address the image tag in the footer differently. I just never encountered these style tags in older versions.

    The style tags are added to improve the site performance and to separate custom element styles from the base styling. This should also improve the above-the-fold performance because the theme only has to load the custom styles of the elements that are actually added in the page.

    You may need to target the image elements in the footer differently, or create separate styles for them.

    Best regards,
    Ismael

    Hi,

    You may have to enable the Google ReCAPTCHA widget so that we could properly inspect issue. Please create a new thread and post the site or login details in the private field. We will close this one for now.

    Best regards,
    Ismael

    in reply to: post slider show full content #1314991

    Hi,

    In the avf_post_slider_entry_excerpt filter above, try to wrap the $excerpt or the $entry->post_content in a do_shortcode function. This should render the shortcodes in the default editor properly

    // https://developer.wordpress.org/reference/functions/do_shortcode/

    Rendering of shortcodes are not allowed by default because there is a great chance that it will break the layout of the page if not done correctly.

    Best regards,
    Ismael

    in reply to: how setting pagination without "?avia-element-paging=2" #1314985

    Hi,

    Thank you for the info.

    It seems to be working as expected. Did you downgrade the theme, or did you upload an old version? Please create a staging site and post the login details in the private field so that we could check the issue properly.

    Best regards,
    Ismael

    Hi,

    Thank you for following up.

    The connection to the site is timing out. Is it currently down?

    Hosting Server Connect Timeout
    HTTP 502 — Unable to Connect to the Origin Server
    

    Example of the code with the post__not_in parameter

    function ava_exclude_specific_posts($query) {
    	if (is_page(123)) {
    		$exclude = array(1, 3, 23, 13);
    		$query->set( 'post__not_in', $exclude );
    	}
    }
    
    add_action('pre_get_posts', 'ava_exclude_specific_posts');
    

    You need to specify the IDs of the pages that you want to exclude in this array.

    $exclude = array(1, 3, 23, 13);
    

    You will also have to adjust the value in is_page conditional function.

    Best regards,
    Ismael

    in reply to: Logo Area Custom Background on Mobile #1314974

    Hi,

    The header design that you wanted is quite far from the default header layouts. Unfortunately, the theme does not have options for that kind of layout.

    Have you tried adding the extra elements or design layouts as widgets instead of applying it as background? Please check the following documentation for more info.

    // https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area

    You can use html in a text widget, place it in the header as described in the documentation and use css to adjust their position and style.

    Best regards,
    Ismael

    in reply to: Di nuovo problemi con il pre-caricamento #1314970

    Hi,

    We tested the site again but we were not able to reproduce the issue. The home page loads fine and the logo displays immediately. The 4.8.5 version is already activated when we checked the site.

    Which browser are you using? Please provide a screen cast of the issue so that we can actually see the issue from your end.

    Best regards,
    Ismael

    in reply to: Individual Link doesn't work #1314961

    Hi,

    Thank you for the info.

    Looks like the ID of the section in the EN version is different. Try to use the following URL instead. (see private field)

    Best regards,
    Ismael

Viewing 30 posts - 12,481 through 12,510 (of 66,103 total)