Forum Replies Created

Viewing 30 posts - 2,071 through 2,100 (of 66,126 total)
  • Author
    Posts
  • in reply to: Hide Post Date for Specific Category in Blog Posts #1472679

    Hey agenturwendt,

    Thank you for the inquiry.

    I tried targeting .category-kundenstimmen time.slide-meta-time.updated with CSS, but it didn’t work.

    Try to use this css code instead:

    .page-id-167 .slide-meta-time.updated {
        display: none;
    }

    Best regards,
    Ismael

    in reply to: Adding Google tag code to website #1472678

    Hey amyncuih,

    Thank you for the inquiry.

    Yes, you can add both embed codes in the Google Analytics field or use hooks such as wp_head if you want to separate the Google Tag embed code.

    Example:

    function ava_add_google_tag_code() {
        ?>
        <!-- Google Tag Embed Code -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=YOUR_TAG_ID"></script>
        <script>
            window.dataLayer = window.dataLayer || [];
            function gtag(){dataLayer.push(arguments);}
            gtag('js', new Date());
            gtag('config', 'YOUR_TAG_ID');
        </script>
        <?php
    }
    add_action('wp_head', 'ava_add_google_tag_code');
    
    

    More info: https://developer.wordpress.org/reference/hooks/wp_head/

    Best regards,
    Ismael

    in reply to: Post Slider: make images clickable #1472563

    Hi,

    Thank you for the inquiry.

    As mentioned by @Guenni007 above, the preview image should be clickable by default. Could you provide a link to the page with the post slider element?

    Best regards,
    Ismael

    in reply to: Redakteur User bringt Fehlermeldung #1472562

    Hi,

    Thank you for the update.

    We may need to access the site using an admin and editor account. Please provide the info in the private field and make sure that the theme is updated to version 6.0.6.

    Best regards,
    Ismael

    in reply to: Reduce space top and bottom of banner #1472560

    Hi,

    Thank you for the inquiry.

    We added this css code to reduce the default padding of the main container and the color section below the image.

    #top #main .avia-section .template-page {
        padding-top: 0;
    }
    
    .template-page.content.av-content-full.alpha.units.av-enable-shadow {
        padding-top: 0;
    }

    Please note that this modification will be applied globally and will impact all color sections.

    Best regards,
    Ismael

    in reply to: Unable to find the White Background setting for Header #1472559

    Hey bambinou1980,

    Thank you for the inquiry.

    You can change this in the Enfold > General Styling > Logo Area tab — adjust the value of the Alternate Background Color option.

    Best regards,
    Ismael

    in reply to: Ultimate member date picker appears under header #1472558

    Hi,

    Thank you for the info.

    Unfortunately, we won’t be able to provide an appropriate solution without inspecting the elements. You may need to adjust the z-index of the parent container where the datepicker is located. Even if the z-index is set to 10,000, it won’t have the desired effect if the element is within a container that has a lower z-index relative to its siblings.

    Best regards,
    Ismael

    in reply to: Mega Menu horizontal view #1472557

    Hi,

    Thank you for the update.

    The second column moved to the bottom because the checkbox labeled “This column should start a new row” was selected. We have now deselected the checkbox.

    Best regards,
    Ismael

    in reply to: No transitions easy slider #1472556

    Hi,

    Thank you for the clarification.

    To remove the highlight or focus outlines, try to add this css code:

    #top .av-control-minimal .avia-slideshow-arrows a, #top .av-control-minimal .avia-slideshow-arrows a:before {
        user-select: none;
        outline: none;
        -webkit-tap-highlight-color: transparent;
    }

    Best regards,
    Ismael

    Hey UweS,

    Thank you for the inquiry.

    It might be a plugin conflict or an issue with a custom script. Is this still happening? Please provide a link to the page with the contact form so that we can check it.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    The builder also requires these meta fields.

    _aviaLayoutBuilder_active
    _aviaLayoutBuilderCleanData
    _avia_builder_shortcode_tree
    _alb_shortcode_status_content
    _alb_shortcode_status_clean_data
    _alb_shortcode_status_preview
    _avia_sc_parser_state
    _av_alb_posts_elements_state
    _av_el_mgr_version
    

    You may need to directly edit the posts and activate the ALB manually in order to properly create these fields.

    Best regards,
    Ismael

    in reply to: Mega Menu horizontal view #1472456

    Hi,

    Thank you for the info.

    The mega menu items should be aligned horizontally by default. Did you add any custom css to stack them vertically? It seems like the layout you’re aiming for is a bit more complex, and the mega menu doesn’t offer this by default. You might need to use third-party plugins such as Ubermenu to achieve the desired layout. Please check the links below:

    1. QuadMenu

    2. Superfly
    https://codecanyon.net/item/superfly-responsive-wordpress-menu-plugin/8012790

    Best regards,
    Ismael

    in reply to: Page Edits Stopped Saving (At Specific Point) #1472453

    Hi,

    Sorry for the delay. We are still not sure what is causing the issue, but it seems to be related to the tab section on the page and its contents, which are quite extensive. As mentioned above, when we copied the template to our local installation, we were able to reproduce the “exceeded quota” error but were still able to update the page. In the meantime, please try to reduce or separate the contents of the tab section and create dedicated pages for them instead.

    Best regards,
    Ismael

    in reply to: Embedded Google maps aren’t rendering #1472452

    Hey timothym49,

    Thank you for the inquiry.

    You may need to disable the default Google Map implementation in the theme by adjusting the Enfold > Google Services > Enable Google Maps on your site settings. Please let us know once the site is live so that we can check the elements.

    Best regards,
    Ismael

    Hi,

    Thank you for the login.

    The issue doesn’t occur on a test page (see private field), so it seems to be something specific to the page above. Did you add any htm or custom scripts to the page? Have you tried recreating the page from scratch?

    Best regards,
    Ismael

    Hey sidsingh78,

    Thank you for the inquiry.

    We see this error in the console when we checked the product page:

    Uncaught TypeError: Cannot read properties of undefined (reading 'register')
        at avia-footer-scripts-400d684f4690d9b1d3fa5495d0cb8833---674784f8c4995.js:167:779
        at 
    

    The error is generated from the compressed scripts, so we can’t pinpoint where it’s coming from. Please temporarily disable the Enfold > Performance > File Compression settings and let us know if the issue persists.

    Best regards,
    Ismael

    in reply to: Mega Menu horizontal view #1472447

    Hey M-Graphics24,

    Thank you for the inquiry.

    There is no option for this out of the box but we might be able to modify it with css. Could you provide screenshots of the changes that you’d like to implement? You can use platforms like Savvyify, Imgur or Dropbox.

    Best regards,
    Ismael

    in reply to: Post slider image height #1472446

    Hi,

    Great! Glad to know that this has been resolved. Please don’t hesitate to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    Hi,

    Thank you for the inquiry.

    Hi NO HTML or custom scripts,

    There are tons of HTML in the page and this particular html is causing the issue because it’s not closed properly.

    < strong >ANY Platform
    

    Please review the html and make sure that they are all valid.

    Best regards,
    Ismael

    Hey amandawellbeing,

    Thank you for the inquiry.

    You can use the Table element in the Advance Layout Builder in order to create pricing tables. Please check the documentation below for more info:

    // https://kriesi.at/documentation/enfold/table/
    // https://kriesi.at/themes/enfold-2017/elements/tables/

    Best regards,
    Ismael

    in reply to: Redakteur User bringt Fehlermeldung #1472443

    Hey Michael F,

    Thank you for the inquiry.

    Did you toggle the Enfold > Layout Builder > Custom Layout And Dynamic Content and the Lock Advanced Layout Builder settings? Please make sure that the builder is not locked.

    Best regards,
    Ismael

    Hey Arsène,

    Thank you for the inquiry.

    Are you trying to programmatically activate the ALB for the imported posts? You may need to import the entire posts and post meta tables to make sure that the ALB status is correctly activated when transferring the posts to another site. You can use plugins like Duplicator or WP Migrate DB in order to properly transfer the custom post types.

    Best regards,
    Ismael

    Hey James,

    Thank you for the inquiry.

    Please try to add this css code and let us know of the result.

    @media (max-width: 768px) {
        :target {
            scroll-margin-top: 200px;
        }
    }

    Make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings and purge the cache after adding the modification.

    Best regards,
    Ismael

    Hey!

    Thank you for the inquiry.

    Did you add any html or embed custom scripts in the page? Please make sure that all html tags are valid and that they are closed properly. Let us know of the result.

    Best regards,
    Ismael

    in reply to: No transitions easy slider #1472428

    Hey Antonio,

    Thank you for the inquiry.

    We updated the script and the style modifications a bit so that they only apply on desktop view:

    Script:

    function next_slide_on_image_click() { 
    ?>
    <script type="text/javascript">
    window.addEventListener("DOMContentLoaded", function () { 
        if (window.matchMedia("(min-width: 1024px)").matches) { // Apply only for screens wider than 1024px
            (function($){
                $('.avia-slide-wrap img').click(function() {
                    $(this).closest('.avia-slideshow').find('.avia-slideshow-arrows a.next-slide').trigger('click');
                });
            })(jQuery);
        }
    });
    </script>
    <?php 
    }
    add_action('wp_footer', 'next_slide_on_image_click');
    

    CSS:

    @media only screen and (min-width: 1024px) {
      .avia-slideshow-arrows.avia-slideshow-controls {
        height: 100% !important;
        width: 100% !important;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
      }
    
      #top .avia-slideshow-arrows a {
        width: 50% !important;
        height: 100%;
        top: 0;
        margin: 0 !important;
        padding: 0 !important;
        opacity: 0 !important;
      }
    
      #top .avia-slideshow-arrows a.prev-slide {
        left: 0;
      }
    
      #top .avia-slideshow-arrows a.next-slide {
        right: 0;
      }
    }
    

    Best regards,
    Ismael

    in reply to: Health Coach Demo Won’t Update #1472427

    Hi,

    Thank you for the update; your kind words mean a lot!

    In the home page, the header is transparent, so you will need to enable the Transparency Options in the Enfold > Theme Options panel and upload a different logo for transparent headers in the Transparency Logo option. You can also adjust the color of the menu items for transparent headers. As for the favicon, we updated the URL from http to https. Please make sure to purge the cache after uploading the logo for transparent headers.

    Best regards,
    Ismael

    in reply to: Font size for lists and tables #1472426

    Hi,

    Thank you for the update.

    The thickness of the font is different because the text is wrapped in a < b > tag or bold element. Did you add these tags?

    <b>Produktivitätsverlust durch veraltete Tools</b>
    

    You can adjust the font weight with this css code:

    tr th:first-child b, tr td:first-child b {
        font-weight: normal;
    }

    Best regards,
    Ismael

    in reply to: Ultimate member date picker appears under header #1472425

    Hi,

    Thank you for the screenshot.

    Where can we check the issue? Please provide the site URL in the private field. Have you tried asking the plugin developer about the issue?

    Best regards,
    Ismael

    in reply to: automatic sizing of vertical images #1472424

    Hi,

    You don’t need to edit the functions.php file because the Custom CSS Class name field is already available in every element. However, if you need to enable the Appearance > Theme File Editor, make sure that the DISALLOW_FILE_EDIT directive in the wp-config.php file is set to true or is not present at all.

    I do not understand why the images are scaled even though the screen resolution for both is 1080×2408 pixels.

    Please note that the value (max-height: 800px) depends on the browser viewport size, not the screen resolution, which includes calculation for the device pixel ratio (DPR) or pixel density. For example, a phone with a screen resolution of 1024×2048px and a DPR of 3 will have a viewport size of approximately 360×802px.

    We recommend leaving the setup as it is since it would require a significant amount of modifications to account for all possible screen sizes. Making sure that the image is fully visible in the viewport might be unnecessary because users can still scroll to view the entire content.

    Best regards,
    Ismael

    in reply to: Animation starts when texts are visible in the browser #1472422

    Hey mickhb,

    Thank you for the inquiry.

    Have you tried using the Animation options of the Column elements instead? The animation should only be triggered once the element is visible on the viewport. Please check the documentation below for more info.

    Best regards,
    Ismael

Viewing 30 posts - 2,071 through 2,100 (of 66,126 total)