Forum Replies Created

Viewing 30 posts - 6,331 through 6,360 (of 67,463 total)
  • Author
    Posts
  • Hi,

    No problem! Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: two Burger Menus #1430219

    Hey ausgesonnen,

    Thank you for the inquiry.

    Did you any modifications for the header? To remove the other burger icon, you can try this css code.

    #top #header .av-logo-container .av-main-nav > li.av-burger-menu-main {
        display: none;
    }

    Best regards,
    Ismael

    Hi,


    @northorie
    : Have you tried adding the css code that @Guenni007 provided above? We will post it again below. If you need further assistance, please open another thread, provide the site URL and post a screenshot. We will close this thread for now.

    @media only screen and (min-width: 990px) {
      #top .flex_cell.responsives-verhalten.nebeneinander  {
        background-attachment: scroll;
        padding: 0 !important
      }
    
      #top .flex_cell.responsives-verhalten.nebeneinander .flex_cell_inner {
        height: calc(56.25vw / 2) !important;
      }
    }
    

    Best regards,
    Ismael

    in reply to: customer reviews – align the text at the top #1430215

    Hi,

    Thank you for the info.

    To adjust the padding of the Color Section, please edit the element, go to the Layout > Margins & Padding section, then set the Section Padding settings to No Padding.

    You can also add the following css code to adjust the default section padding but this modification will be applied across the site.

    .content {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .avia-testimonial-wrapper {
        margin: 0;
    }
    

    Best regards,
    Ismael

    Hi,

    The Appearance > Theme File Editor is not accessible when we checked the site and we can’t purge the server cache for some reason. Would you mind asking your hosting provider to disable the server cache temporarily?

    To re-enable the Appearance > Theme File Editor, edit the wp-config.php file, then add this code.

    define( 'DISALLOW_FILE_EDIT', false ); 
    

    Best regards,
    Ismael

    in reply to: “Duplicate” in the page overview #1430133

    Hi,

    No problem! Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    We made edits in the Quick CSS field and tweaked the code a bit.The gap between the #service and #portfolio sections has now been reduced.

    @media only screen and (min-width: 989px) {
      #service {
        margin-bottom: -250px;
      }
    
      #portfolio {
        position: relative;
        z-index: 10;
      }
    }
    

    Best regards,
    Ismael

    in reply to: customer reviews – align the text at the top #1430131

    Hi,

    Thank you for the screenshots.

    The default space between the testimonial title and comment should not be that big. Did you add any css modifications to the site? We may need to visit the site in order to properly inspect the elements. Please provide the site URL in the private field.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    The login account above seems to be invalid. Please check the info carefully. To fix the style issue of the title container on mobile view, please add this css code.

    @media only screen and (max-width: 1024px) {
    
      /* Add your Mobile Styles here */
      .title_container .breadcrumb {
        position: relative;
      }
    }

    Best regards,
    Ismael`

    in reply to: Open Lightbox directly #1430126

    Hi,

    We adjusted the code a bit in order to redirect the site to the actual masonry page after closing the lightbox.

    function ava_trigger_masonry_lightbox_on_load()
    { ?>
        <script>
        window.addEventListener('DOMContentLoaded', function() {
            (function($) {
                setTimeout(function () {
                    $('.av-masonry-container .av-masonry-item-with-image.lightbox-added:first').trigger('click');
                }, 100);
            }(jQuery));
        });
    
        (function($) {
            $(document).ready(function () {
                $('.av-masonry-entry').on('mfpOpen', function(e /*, params */) {
                    $('.mfp-close').on('click', function(e) {
                        e.preventDefault();
                        const redirect = "https://www.95mctest.es/product2/"
                        window.location.href = redirect
                    })
                });
            });
        }(jQuery));
        </script>
        <?php
    }
    add_action( 'wp_footer', 'ava_trigger_masonry_lightbox_on_load', 99 );

    You can adjust the redirect URL by editing this line.

     const redirect = "https://www.95mctest.es/product2/"
    

    Best regards,
    Ismael

    Hi,

    Why is it not recommended to have transparent header/logo on mobile?

    Transparent or fixed headers on desktop are used to enhance site navigation by keeping the main menu accessible while scrolling. However, on mobile devices, users can easily return to the top of a page or site with double taps and other mobile phone gestures, making fixed headers unnecessary. Also, fixed headers consume space that is better allocated for actual site content, and they can also be distracting.

    If you want to continue, you can add the code in the Enfold > General Styling > Quick CSS field or in the child theme’s style.css file.

    Best regards,
    Ismael

    in reply to: Enfold Pre-Sale Question #1430107

    Hey Chip Jones,

    Thank you for your interest in the theme.

    The Enfold theme is under continuous improvement, and updates are planned for the future. The team is committed to ensuring compatibility with the latest versions of WooCommerce, including version 8.2+, as well as the required PHP updates, such as PHP 7.4. You can always reach us here in the forum if you have any questions about the theme.

    Best regards,
    Ismael

    in reply to: Add and change color overlay for Masonry Gallery #1430106

    Hi,

    UPDATE: You can also apply the grayscale effect by adjusting the Advanced > Animation > Image Hover Effect settings.

    Best regards,
    Ismael

    in reply to: Add and change color overlay for Masonry Gallery #1430105

    Hey imagestudios,

    Thank you for the inquiry.

    Looks like you’ve managed to apply gray scaling to the masonry items with this css code.

    #top .av-hover-overlay-grayscale .av-masonry-entry .av-masonry-image-container {
        filter: grayscale(1);
    }
    

    To adjust the overlay color, try this css code.

    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
        background: rgba(0,87,130,0.3);
    }
    

    Best regards,
    Ismael

    Hey bcndisseny,

    Thank you for the inquiry.

    1.) You can add the following css code to adjust the space below the floating columns. And consider changing the background color of the section from the default blue background to gray (#f8f8f8) so that it has the same background color as the section below.

    #service {
        margin-bottom: -250px;
    }
    

    2.) The cell containing the contact form is configured to not display on mobile view. To change this, please edit the cell, go to the Advanced panel, and adjust the Responsive > Element Visibility settings.

    Best regards,
    Ismael

    in reply to: Menu items background color #1430103

    Hi,

    Glad to know that @Mike was able to help you out! Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    Hi,

    Have you tried disabling the compression and cache plugin temporarily? It’s possible that the site is still loading the older version of the stylesheets without the recent modification. If the issue persists after disabling the plugins, please provide the login details in the private field so that we can test the modification.

    Thank you for your patience.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    We may need to see the site so that we can inspect the elements and check the current settings. Please provide the site URL in the private field. A screenshot will also help.

    Best regards,
    Ismael

    in reply to: Open Lightbox directly #1429897

    Hey Antonio,

    Thank you for the inquiry.

    This should be possible with a custom script. Please add this code in the functions.php file.

    function ava_custom_script()
    {
        ?>
    	<script>
    		(function($) {
    	           $(document).ready(function () {
                           // trigger masonry lightbox on load
                           $('.av-masonry-container .av-masonry-entry:nth-child(1)').trigger('click')
                       });
    		}(jQuery)); 
    	</script>
    	<?php
    }
    add_action('wp_footer', 'ava_custom_script');
    

    If you need to apply this modification to a specific Masonry element, you could apply a Custom CSS Class name to it and adjust the script accordingly.

    // https://kriesi.at/documentation/enfold/add-custom-css/

    Best regards,
    Ismael

    in reply to: Validation of Enfold contact form #1429895

    Hey Michael,

    Thank you for the inquiry.

    The validation “valid positive number including 0” checks if the value is not negative and is not less than 0. This should be useful if you want to control the integer value of an input field and make sure that the user doesn’t specify negative numbers.

    Best regards,
    Ismael

    in reply to: customer reviews – align the text at the top #1429894

    Hey ebenanders,

    Thank you for the inquiry.

    -Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. Here are the steps to follow:

    1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
    2.) Locate the option to upload a file or an image.
    3.) Select the screenshot file from your computer or device and upload it to the platform.
    4.) After the upload is complete, you will be provided with a shareable link or an embed code.
    5.) Copy the link or code and include it in your message or response to provide us with the screenshot.

    Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.

    Best regards,
    Ismael

    in reply to: Video Not Appearing Properly As Color Section Background #1429866

    Hi,

    Thank you for the clarification.

    It seems to be an issue with the avia_html5_activation script in the js > avia.js file. Please edit the file and look for this code around line 664:

    features = [ 'playpause', 'progress', 'current', 'duration', 'tracks', 'volume' ],
    

    Replace it with:

    features = $(this).prop('controls') ? [ 'playpause', 'progress', 'current', 'duration', 'tracks', 'volume' ] : [],
    

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after doing the modification. We will forward the issue to our channel.

    Best regards,
    Ismael

    in reply to: Header widget margins help follow up #1429863

    Hi,

    Thank you for the update.

    Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. Here are the steps to follow:

    1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
    2.) Locate the option to upload a file or an image.
    3.) Select the screenshot file from your computer or device and upload it to the platform.
    4.) After the upload is complete, you will be provided with a shareable link or an embed code.
    5.) Copy the link or code and include it in your message or response to provide us with the screenshot.

    Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.

    Best regards,
    Ismael

    in reply to: Menu problems – underline and dividers are not there #1429862

    Hi,

    Thank you for the info.

    We are still not sure why this is happening. Please provide the login details in the private field so that we can check the site settings.

    Best regards,
    Ismael

    in reply to: loop back to first post in category #1429861

    Hi,

    Glad to know that @Guenni007 was able to assist you! Please don’t hesitate to start a new thread if you have any further questions.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Duplicate H1 on Category Pages #1429860

    Hi,

    Thank you for the update.

    The post below contains an h1 tag, which was added manually in the editor. Please check the private field, or provide the login info so that we can check the post further.

    Best regards,
    Ismael

    in reply to: Toggle problem on Chrome with some Android Device #1429859

    Hi,

    Thank you for the update.

    As long as the modifications are made in the child theme, they should be preserved after the update. However, since the site is still using a very old version of the theme (4.8.6.2), you will need to update the theme manually via FTP.

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

    Please make sure to create a site backup or a restore point before proceeding with the update.

    Best regards,
    Ismael

    Hi,

    Should I simply replace the “nth-child(1)” with “nth-child(2)”

    Yes, that should work. Is the second column a 1/3 column element?

    Best regards,
    Ismael

    in reply to: Website für Schule #1429857

    Hello Erhan Lale,

    Thank you for your inquiry.

    Unfortunately, we do not manage sales inquiries or handle discount offers through this channel. Kindly direct your request to the Themeforest team.

    Thank you for your understanding.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    Please make sure to place this css code:

    #top #header .av-main-nav > .av-burger-menu-main, #top #header .av-main-nav > .menu-item-search-dropdown {
        cursor: pointer;
        display: block!important;
    }
    

    .. after this code:

    #top #header .av-main-nav > li.menu-item {
        display: none!important;
    }
    

    You may need to purge the cache after applying the modification, or disable the compression settings temporarily.

    Best regards,
    Ismael

Viewing 30 posts - 6,331 through 6,360 (of 67,463 total)