Forum Replies Created

Viewing 30 posts - 7,741 through 7,770 (of 67,463 total)
  • Author
    Posts
  • Hi,

    Would you mind uploading the font file on Dropbox? We can’t access the file above without logging in to an email account. Or just provide a link to the font set so that we can download the icons on our end.

    and I deleted the old one,

    Please note that you can upload multiple set of icons in the manager. You don’t need to delete the existing icon font sets.

    Best regards,
    Ismael

    in reply to: iframe link popup doesn’t work on gravity form #1416043

    Hey Krzysztof,

    Thank you for the inquiry.

    Try to add the class name “lightbox” to the “Zobacz opis wdrożenia” link to enable the lightbox functionality.

    <a href="https://kodinnowacji.pl/opis-wdrozenia-1?iframe=true">Zobacz opis wdrożenia</a>
    

    Replace the code above with the following.

    <a class="lightbox" href="https://kodinnowacji.pl/opis-wdrozenia-1?iframe=true">Zobacz opis wdrożenia</a>
    

    Best regards,
    Ismael

    in reply to: critical error #1416042

    Hey Goodchild007,

    Thank you for the inquiry.

    The site is not loading properly on our end. Have you tried updating the theme to version 5.6.5? A plugin conflict may also be one of the reasons for this issue. To find which plugin is causing the conflict please follow these steps:

    1. Go to your plugins page > Deactivate all active Plugins
    2. Update WordPress and Enfold to the latest version if you have not.
    3. Make sure all the plugins are updated.
    4. If the problem does not persist when plugins are turned off, activate one plugin at a time and refresh until you find the plugin in conflict.

    We await the results of your plugin compatibility test.

    Thanks for your cooperation.

    Best regards,
    Ismael

    Hey SPARK-Marketing,

    Thank you for the inquiry.

    with the current version being 3.8.5.

    The latest version of the theme is 5.6.5 which is now available on your Themeforest account. Please download the latest version and try to upload the files via FTP.

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

    Best regards,
    Ismael

    in reply to: LayerSlider auto translation #1416034

    Hi,

    Thank you for the update.

    We may need to access the site and inspect the slider from the dashboard in order to understand the issue better. Please provide the site URL in the private field. For the meantime, you can try the following plugin to translate specific words in the site.

    // https://wordpress.org/plugins/say-what/

    Best regards,
    Ismael

    in reply to: Post Slider and Accessibility #1416033

    Hi,

    Thank you for the inquiry.

    How did you add the role attribute? Do you still see the error when you change the role attribute value to “button”? You can modify the markup of the navigation controls in the enfold/config-templatebuilder/avia-template-builder/php/class-front-templates.php file around line 76.

    for( $i = 1; $i <= $final_cont; $i++ )
    			{
    				$html .= "<a href='#{$i}' class='goto-slide {$active}' >{$i}</a>";
    				$active = '';
    			}
    

    Best regards,
    Ismael

    in reply to: Z-Index does not work #1416031

    Hi,

    Thank you for the update.

    We can’t reproduce the issue on mobile view anymore as shown in the screenshot below. The css code above should be enough to place the section above the others. Which settings did you adjust in the color section element?

    Best regards,
    Ismael

    in reply to: Button row text not displaying on iOS devices #1416030

    Hey Phil,

    Thank you for the inquiry.

    The labels of the buttons are visible on our end as shown in the screenshot below (see private field). Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. For the meantime, please try to toggle or temporarily disable the Enfold > Performance > File Compression settings, purge the cache and see if it helps.

    Best regards,
    Ismael

    in reply to: LayerSlider auto translation #1415972

    Hi,

    Thank you for the screenshots.

    Are you using WPML to translate the site? If so, then you can WPML String Translation extension to translate the text in the sliders. For more info, please check the following documentation.

    // https://wpml.org/documentation/plugins-compatibility/creating-multilingual-sliders-using-layerslider-and-wpml/

    Best regards,
    Ismael

    in reply to: After Update Textlogo don’t work #1415971

    Hey Mike61,

    Thank you for the inquiry

    Are you trying to add the attributes to the logo subtext? You can add the attributes in the following line.

    $sub .= “
    <h1>Musikschule Jüttner & Co.</h1>
    ”;
    

    Please provide the site URL in the private field so that we can text the issue further.

    Best regards,
    Ismael

    in reply to: Table styling #1415970

    Hey woogie07,

    Thank you for the inquiry.

    The tables in the demo are created using the “Column” element, which is why they look different compared to the default “Table” element. The text is added using the “Text Block” and “Special Heading” elements, and the image is inserted using the “Image” element. The “Image” element can be configured to have a fade-in effect.

    Best regards,
    Ismael

    in reply to: Icon List Icon Position on Mobile #1415969

    Hi,

    Thank you for the update.

    You can use the following css code to adjust the alignment of the icons on mobile view.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      #top .avia-icon-list-container.av-ll3u81t9-5d50183e306e00d2c08cfe7c5ed75525 .iconlist_icon {
        float: right;
      }
    }
    

    Best regards,
    Ismael

    in reply to: Purchase Code #1415968

    Hey Tim,

    Thank you for the inquiry.

    You can get the license code in the Downloads section of Themeforest.

    // https://themeforest.net/downloads

    Look for the green Download button beside the item and click the “License certificate and purchase code (PDF)”.

    Best regards,
    Ismael

    in reply to: Masonry gallery is not visible #1415967

    Hey rixi,

    Thank you for the inquiry.

    We are not yet sure what is causing the issue, but adding the following script in the functions.php file might help.

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

    Please make sure to purge the cache before testing the page again.

    Best regards,
    Ismael

    in reply to: Remove header height #1415886

    Hi,

    thanks for that. It works, except image now aligns slightly to left on desktop. Any tips?

    We checked the site again but it seems like the image has been removed. 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: Contact Form Not Working #1415885

    Hey ewebbdesigns,

    Thank you for the inquiry.

    Please refer to this post for more information on how to troubleshoot issues with the contact form.

    // https://kriesi.at/documentation/enfold/contact-form/#troubleshoot

    If the issue persists, please provide the login details in the private field.

    Best regards,
    Ismael

    Hi,

    Thank you for the update

    Have you tried uploading the new icons as a separate set? Please share the icon font file so that we can test it on our end and post the login details in the private field.

    Best regards,
    Ismael

    in reply to: Slider Revolution – Show Header at All Times #1415883

    Hey Tri,

    Thank you for the inquiry.

    Adding the following css code should fix the issue with the header.

    .html_header_top.html_header_sticky #header {
        position: fixed;
        z-index: 999999;
    }

    Please make sure toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect. By disabling the file compression settings, you will be able to make the necessary adjustments and updates without any conflicts. Once you have made the required modifications, you can re-enable the file compression settings to optimize the performance of your website.

    Best regards,
    Ismael

    in reply to: Problems in the website #1415880

    Hi,

    Thank you for the update.

    We were able to access the server via FTP, but we couldn’t find the directory that you mentioned earlier. Nevertheless, we identified the problem with the native file compression settings, which were conflicting with the Autoptimize plugin. To fix the issue, we disabled the default compression settings.

    Best regards,
    Ismael

    in reply to: Z-Index does not work #1415878

    Hi,

    Thank you for the inquiry.

    Looks like you managed to fix the issue with the following css code.

    .avia-section.av-lhutmbba-1d3851780f560bdf6198d52369180da4 {
        z-index: 999;
    }
    
    .avia-section.av-lhutmbba-1d3851780f560bdf6198d52369180da4 {
        position: relative;
    }
    

    Let us know if you need further assistance.

    Best regards,
    Ismael

    in reply to: Font and logo size #1415877

    Hey samis37,

    Thank you for the inquiry.

    You can use the following css code to adjust the size of the logo.

    .logo img, .logo svg {
        zoom: 120%;
    }
    
    .header-scrolled .logo img, .header-scrolled .logo svg {
        zoom: 90%;
    }

    To adjust the font sizes of the body and heading text, please go to the Enfold > General Styling > Typography panel.

    Best regards,
    Ismael

    in reply to: Color section not working #1415876

    Hey pimroll,

    Thank you for the inquiry.

    We are not really seeing any issues with the page. 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: Blog Post Element – No posts available fallback #1415770

    Hey domchocolate,

    Thank you for the inquiry.

    Are you using the grid layout? If so, you will have to modify the config-templatebuilder/avia-shortcodes/postslider/postslider.php file and place the “no articles” text around line 665.

    $output = '';
    
    			if( empty( $this->entries ) || ! $this->entries instanceof WP_Query || empty( $this->entries->posts ) )
    			{
    				return $output;
    			}
    

    Example:

    $output = '';
    
    			if( empty( $this->entries ) || ! $this->entries instanceof WP_Query || empty( $this->entries->posts ) )
    			{
                                    $output = "There are currently no related articles";
    				return $output;
    			}
    

    Best regards,
    Ismael

    in reply to: Re: Re: Design #1415769

    Hey Tim,

    Thank you for the inquiry.

    What was your question again, or which element are you trying to remove? 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.

    Best regards,
    Ismael

    in reply to: LayerSlider auto translation #1415768

    Hey FokeOne,

    Thank you for the inquiry.

    Would you mind providing a screenshot of the issue and a direct link to the site? 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 and site URL. It will help us better understand the issue you’re facing and provide appropriate assistance.

    Best regards,
    Ismael

    Hey Eleina,

    Thank you for the inquiry.

    It is possible that the new icons are not compatible with the Iconfont Manager. Would you mind providing a link to the icon set? Please note that only monocolored icon sets are accepted in the manager.

    Best regards,
    Ismael

    in reply to: header again #1415765

    Hey Marcos,

    Thank you for the inquiry.

    You might have forgotten to include the URL of the previous thread. Please provide the link to the previous thread and post the site URL in the private field so that we can check the issue further.

    Best regards,
    Ismael

    Hey fw100,

    Thank you for the inquiry.

    You will need to modify the includes > loop-index.php file around line 417, look for this code.

    echo $title;
    

    .. then move it around line 553, just above this code.

    echo $close_header;
    

    Best regards,
    Ismael

    in reply to: Remove header height #1415672

    Hey marsh1984,

    Thank you for the inquiry.

    The additional space is caused by the container of the first color section. You can adjust it by including this CSS code.

    .html_header_transparency #top .av-7owuvs-9515cfe4018d7b5b88cf6181443191a6 .container {
        padding-top: 0 !important;
    }

    – OR –

    .html_header_transparency #top .avia-builder-el-0 .container {
        padding-top: 0 !important;
    }
    

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect. By disabling the file compression settings, you will be able to make the necessary adjustments and updates without any conflicts. Once you have made the required modifications, you can re-enable the file compression settings to optimize the performance of your website.

    Best regards,
    Ismael

    in reply to: Create a table of content #1415309

    Hey alfredni,

    Thank you for the inquiry.

    There is an available Table of Contents (TOC) widget in the Appearance > Widgets panel, which automatically detects special heading elements on a page. If you are using the Advanced Layout Builder (ALB), the TOC can be added using the Widget Area element.

    Best regards,
    Ismael

Viewing 30 posts - 7,741 through 7,770 (of 67,463 total)