Forum Replies Created
- 
		AuthorPosts
- 
		
			
				
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, 
 YigitHi, 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, 
 YigitHey 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, 
 YigitFebruary 2, 2023 at 11:58 am in reply to: Fatal error when enabling woocommerce for previously fixed bug #1396370Hi 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, 
 YigitFebruary 2, 2023 at 11:42 am in reply to: Error Curl 28 – URGENT PLEASE – Can you install the demo Spa urgently #1396368Hey Magali, FTP logins did not work for me. Please check them once again and post WP admin logins here privately as well. Best regards, 
 YigitHey, 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! 
 YigitHi 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, 
 YigitHi Barbara, Glad Nikko could help! Let us know if you have any other questions and enjoy the rest of your day :) Best regards, 
 YigitHey, 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, 
 YigitHey 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,
 YigitHi, Thanks for the information. I will submit your request internally for consideration :) Best regards, 
 YigitHi, 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! 
 YigitFebruary 1, 2023 at 1:27 pm in reply to: Display Posts from Website A on the blog posts-element of Website B. #1396213Hi 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, 
 YigitFebruary 1, 2023 at 1:04 pm in reply to: Enfold theme / Problem with the Masonry / Chronological sorting not working properly #1396209Hi, 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, 
 YigitHi 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, 
 YigitHi 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, 
 YigitHey 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, 
 YigitHi, 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, 
 YigitHi, 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, 
 YigitHi, 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, 
 YigitHi, You are welcome, Christophe! Let us know if you have any other questions and enjoy the rest of your day :) Best regards, 
 YigitHi 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, 
 YigitHi 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, 
 YigitHey Michael, Please create temporary admin logins and post them here privately so we can look into it. Best regards, 
 YigitHey, 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, 
 YigitHi 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, 
 YigitHey 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, 
 YigitJanuary 31, 2023 at 1:52 pm in reply to: Theme registration, Envato, Personal token don't work #1396030
- 
		AuthorPosts
