Forum Replies Created

Viewing 30 posts - 961 through 990 (of 82,602 total)
  • Author
    Posts
  • in reply to: hide “optional” in post meta data category links #1396381

    Hey Anne,

    Glad Ismael could help!

    For your information, our devs added a filter to exclude WPML taxonomy and it will be included in the upcoming version.

    Let us know if you have any other questions and enjoy the rest of your day :)

    Regards,
    Yigit

    in reply to: Parallax demo how to improve for mobile screen #1396380

    Hi,

    Please edit your page and decrease cell paddings on mobile and change parallax from default to large screens so it only applies on screens larger than 990px – https://imgur.com/a/GbYsqIX.

    You can edit each column and use a smaller parallax speed on smaller screens in case you would not like to disable parallax.

    Regards,
    Yigit

    in reply to: Responsive HTML template #1396372

    Hey Adam,

    Unfortunately, there is no HTML version of Enfold and Enfold’s elements.

    As a workaround, you can create a page as your template and then get the HTML from the source code.

    Let us know if you have any other questions and enjoy the rest of your day!

    Best regards,
    Yigit

    Hi Sean,

    Our devs have revised the solution and an improved one will be included in the upcoming version.

    If you would like to use the improved version, please go to /enfold/config-templatebuilder/avia-template-builder/php/ and replace the content of the class-asset-manager.php file with: https://pastebin.com/rRdA8cm0

    Best regards,
    Yigit

    Hey Magali,

    FTP logins did not work for me. Please check them once again and post WP admin logins here privately as well.

    Best regards,
    Yigit

    in reply to: License question #1396367

    Hi,

    Please see the private content.

    Best regards,
    Yigit

    in reply to: License question #1396256

    Hi,

    Please see the private content.

    Best regards,
    Yigit

    in reply to: Body Script #1396239

    Hey,

    FTP logins are not working for me. Please check them once again.

    To make the changes update-proof, we recommend using a child theme. Otherwise, it will be removed when you update the theme.

    Cheers!
    Yigit

    in reply to: Slideshow in Gridrow #1396236

    Hi Roger,

    Please edit your Grid Cell and give it a custom CSS class (“grid-slider” in the example below) in Advanced > Developer Settings and then add the following code to the bottom of the functions.php file of your child theme:

    function av_grid_slide(){
    ?>
    <script>
    
    jQuery().ready(function(){
    var currentBackground = 0;
    var backgrounds = [];
    backgrounds[0] = 'link-to-your-first-image.jpg';
    backgrounds[1] = 'link-to-your-second-image.jpg"';
    backgrounds[2] = 'link-to-your-third-image.jpg';
    
    function changeBackground() {
        currentBackground++;
        if(currentBackground > 2) currentBackground = 0;
    
        jQuery('.grid-slider').fadeOut(1000,function() {
            jQuery('.grid-slider').css({
                'background-image' : "url('" + backgrounds[currentBackground] + "')"
            });
            jQuery('.grid-slider').fadeIn(1000);
        });
    
    
        setTimeout(changeBackground, 5000);
    }
    
    jQuery(document).ready(function() {
        setTimeout(changeBackground, 5000);        
    });
    })
    
    </script>
    <?php
    }
    add_action('wp_footer', 'av_grid_slide');

    Then edit the code and change the background image links (“link-to-your-first-image.jpg”)

    I will post this as a feature request :)

    Best regards,
    Yigit

    in reply to: Masonry not correct since last update #1396228

    Hi Barbara,

    Glad Nikko could help!

    Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

    in reply to: Body Script #1396227

    Hey,

    Danke, aber der Menuepunkt “editor” wird in meinem Theme überhaupt nicht angezeigt

    Please make sure you are using a child theme: https://kriesi.at/documentation/enfold/child-theme/

    Then, go /wp-content/themes/enfold-child/functions.php via FTP and update the file manually.

    If you need our assistance with that, please FTP logins here privately. If you do not know your FTP logins, you can contact your hosting provider and they would provide them for you :)

    Regards,
    Yigit

    in reply to: Body Script #1396222

    Hey Jörg,

    1- Please refer to this post: https://kriesi.at/documentation/enfold/add-custom-js-or-php-script/#add-a-script-to-footer-section

    2- You can refer to this post: https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and generate a Personal Token. You are currently using the latest version of Enfold :)
    Best regards,
    Yigit

    in reply to: License question #1396221

    Hi,

    Thanks for the information.

    I will submit your request internally for consideration :)

    Best regards,
    Yigit

    in reply to: Search icon mobile version #1396217

    Hi,

    Sorry for the confusion. Appending a Search Icon is only available for the Top Header layout in Enfold theme options > General Layout tab.

    We will add a note about that in the upcoming version.

    Cheers!
    Yigit

    Hi Julian,

    You can use an RSS feed to display blog posts from external sites. e.g. inserting https://website-a.com/feed/ URL into an RSS widget on website B, would display the posts from website A.

    Best regards,
    Yigit

    Hi,

    I can see the issue on your website on older posts but I could not reproduce it on my local installation.

    You are currently using an older version of Enfold. Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 5.4.

    Best regards,
    Yigit

    in reply to: hide “optional” in post meta data category links #1396207

    Hi Anne,

    Thanks for the update!

    Enfold has a “avf_exclude_taxonomies” filter that can be used to exclude “translation_priority” taxonomy. I could not reproduce the issue on my WPML site and have not tested it on your installation yet but if you would like us to look into that, please post FTP logins here privately as well.

    Best regards,
    Yigit

    in reply to: Whitescreen after changing to enfold #1396206

    Hi Michael,

    Thanks for the update!

    If the issue reoccurs, please go to Enfold theme options > Performance and switch to the “use minified JavaScrip files without merging” option in the “JS file merging and compression” field. The upcoming Enfold version includes a fix for this issue :)

    Regards,
    Yigit

    in reply to: Website Holding Page #1396205

    Hey woogie07,

    That is totally optional. You will not have license issues if you prefer to develop on a staging site.

    If the site has traffic and you are making modifications to PHP files, I recommend a staging site. So in case something goes wrong and you blow up the site, visitors will not be aware of it :)

    If you are making only styling changes, then I would enable the Maintenance Mode in Enfold theme options. Once you are done, you can simply disable it.

    Best regards,
    Yigit

    in reply to: thin line #1396198

    Hi,

    Glad Rikard could help! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

    in reply to: Mastodon-Icon in social profiles #1396197

    Hi,

    Great! I’m marking this thread as resolved.

    Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

    in reply to: enfold Cloudinary background image not showing #1396081

    Hi,

    Thanks for your patience!

    Our developers pointed out that this is related to post file generation. I tested it on my test installation and disabling it works: https://i.imgur.com/1NTuJjA.png

    You can add the following code to the bottom of the Functions.php file of your child theme in Appearance > Editor to disable post file generation:

    
    function custom_avf_post_css_create_file( $create )
    {
    	return false;
    }
    
    add_filter( 'avf_post_css_create_file', 'custom_avf_post_css_create_file', 10, 1 );
    

    Best regards,
    Yigit

    in reply to: TO Yigit : MASONRY ISSUES #1396065

    Hi,

    You are welcome, Christophe!

    Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

    in reply to: No more Sidebar after update #1396049

    Hi Michael,

    Appearance > Theme Editor is disabled on your installation so I could not check the files on your child theme but the issue might be related to the modified files on your child theme. Please temporarily switch to Enfold parent theme and check if that helps.

    Regards,
    Yigit

    in reply to: TO Yigit : MASONRY ISSUES #1396047

    Hi Christophe,

    You have a modified version of the masonry_entries.php file on your child theme inside /shortcodes/masonry_entries/ folder. That file seems to be the issue. You can rename the file to “old-masonry_entries.php” to confirm that.

    If that helps, you would need to go to /enfold/config-templatebuilder/avia-shortcodes/masonry_entries/ and copy the updated version of the masonry_entries.php file, paste it inside your child theme where you have your “old-masonry_entries.php” file and reapply the modifications.

    Best regards,
    Yigit

    in reply to: No more Sidebar after update #1396044

    Hey Michael,

    Please create temporary admin logins and post them here privately so we can look into it.

    Best regards,
    Yigit

    in reply to: thin line #1396043

    Hey,

    Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab

    
    #after_section_1, #after_section_2, #after_section_3, #after_section_4, #after_section_5, #after_section_6 {
        border: none;
    }
    

    Best regards,
    Yigit

    in reply to: Mastodon-Icon in social profiles #1396041

    Hi Timo,

    You are welcome!

    If you would like to add background color on hover, please add the following code to Enfold theme options > General Styling > Quick CSS field

    
    top #wrap_all .av-social-link-mastodon:hover a {
      background-color: #563ACC;
      color: white;
    }
    

    Best regards,
    Yigit

    in reply to: Mastodon-Icon in social profiles #1396037

    Hey Timo,

    I see that you have uploaded the Iconfont into Enfold theme options > Import/Export > “Custom Font Manager” instead of Enfold theme options > Import/Export > “Iconfont Manager”. Please upload it in “Iconfont Manager”.

    If that does not help, please post FTP logins here privately as well so we can look into it.

    Best regards,
    Yigit

    in reply to: Theme registration, Envato, Personal token don't work #1396030

    Hey Stefan,

    You are welcome! Small mistakes like that happen to the best of us :)

    I am marking this thread as resolved. If you have any other questions or issues, please feel free to start new ones under Enfold subforum.

    Regards,
    Yigit

Viewing 30 posts - 961 through 990 (of 82,602 total)