Forum Replies Created

Viewing 30 posts - 5,611 through 5,640 (of 82,624 total)
  • Author
    Posts
  • in reply to: Masonry Gallery #1297275

    Hi,

    Thanks!

    Your code was not updated in functions.php file. I simply updated it to following one and that helped

    function remove_title_attr(){
    ?>
     <script>
    jQuery(window).load(function(){
    jQuery('#wrap_all a').removeAttr('title');
    jQuery('#wrap_all img').removeAttr('title');
    jQuery('.av-masonry-image-container').removeAttr('title');
    });
     </script>
    <?php
    }
    add_action('wp_footer', 'remove_title_attr');

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Enfold – slovenly.com #1297274

    Hi,

    Thanks for contacting us!

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

    
    #top .text-sep.text-sep-date {
        display: none;
    }
    #top .fullsize .template-blog .post .entry-content-wrapper .post-meta-infos {
        max-width: 100%;
    }
    

    Best regards,
    Yigit

    in reply to: Token #1297271

    Hi,

    You are welcome!

    After you purchase a licence, you can register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum whenever you have a question or an issue :)

    Best regards,
    Yigit

    in reply to: Updating existing enfold theme #1297068

    Hi Paul,

    Thanks for contacting us!

    You are currently using a very old version of Enfold which is not compatible with your PHP and WordPress versions. Updating Enfold would fix the issue :)

    Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 4.8.2.

    If you do not have access to theme files, I am afraid you would need to purchase a new license on ThemeForest – https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 and then follow the update instructions above.

    After the update, please generate a Personal Token by referring to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and insert it in Enfold theme options to receive auto updates :)

    Regards,
    Yigit

    in reply to: Activate the sound of the easy slider video #1297066

    Hi,

    I am afraid, there is not. This is related to browser policies.
    I attached a few links below if you would like to read more:
    // https://developers.google.com/web/updates/2017/09/autoplay-policy-changes
    // https://sproutvideo.com/help/articles/161-why_are_some_autoplaying_videos_muted
    // https://support.mozilla.org/en-US/kb/block-autoplay

    Best regards,
    Yigit

    in reply to: full width submenu #1297063

    Hi,

    Please try adding following code to functions.php file of your child theme

    // a custom script
    // add current-menu-item class to active item
    function ava_custom_script_mod() {
        if ( wp_script_is( 'avia-default', 'registered' ) ) {
            wp_add_inline_script( 'avia-default', '
    		(function($) {
    			$(document).ready(function() {
    				const setActive = (entry) => {     
    					let item = $(<code>#top .av-subnav-menu a[href*=\'" + entry + "\']);
    		
    					if(!item.attr("href").includes(entry)) return;
    					
    					let list = item.parent("li");
    					let parent = list.parent("#menu-sub-menu");
    
    					if(list.is(".current-menu-item")) return;
    
    					parent.find("li").removeClass("current-menu-item");
    					list.addClass("current-menu-item");
    				}
    				
    				const createObserver = (entry) => {
    					let el = document.querySelector(entry);
    					
    					const observer = new IntersectionObserver(function(entries) {    
    						if(entries[0].isIntersecting === true) {
    							setActive(entry);
    						}
    						
    						}, { root: null, threshold:  [0.1] });
    
    					observer.observe(el);
    				}
    
    				const anchors = ["#top", "#barrierefrei", "#geberit", "#perma-trade"];
    
    				anchors.map(anchor => {
    					createObserver(anchor);
    				});
    			});
    		})(jQuery);
    	');
        }
     }
     add_action( 'wp_enqueue_scripts', 'ava_custom_script_mod', 9999);

    This is modified version of Ismael’s code here – https://kriesi.at/support/topic/enfold-gaming-demo-menu-functionality-on-sub-menu/

    Best regards,
    Yigit

    in reply to: Repurchase theme #1297059

    Hey,

    Thanks for contacting us!

    We sell Enfold exclusively on ThemeForest and there is no option for authors to create some sort of discount coupon so we are unable offer you a discount. Sorry about that!

    Regards,
    Yigit

    in reply to: Pre Sales Frage #1297056

    Hey Markus,

    Thanks for contacting us!

    Since you already a license, you can create a demo installation to see if Enfold works for you and if it does, purchase a new license for the new site :)

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

    Regards,
    Yigit

    in reply to: Activate the sound of the easy slider video #1297055

    Hey Christophe,

    Thanks for contacting us!

    I checked your page and see that your video is set to autoplay. Browsers mute the videos automatically if they are set to autoplay. Only way to make it work is disabling autoplay I am afraid.

    Regards,
    Yigit

    in reply to: Link-Problem Masonry Galerie #1297053

    Hi @wils_wp,

    Thanks for contacting us!

    We have already added the option in Masonry Gallery element so if you are using Enfold 4.8.2, you do not need to overwrite the file. You can simply edit your Masonry Gallery element and go to Advanced > Link Settings and choose to “use custom link” in Image Link.

    OpenStreetMaps is the new open source map element we have added in new version. You can read more about the element here – https://kriesi.at/documentation/enfold/openstreetmaps-leaflet-maps/ :)

    Best regards,
    Yigit

    in reply to: Masonry Gallery #1297052

    Hi,

    Thanks for the logins however Editor is missing under Appearance tab therefore we could not check functions.php file inside the child theme.
    Could you please post FTP logins here privately as well or enable editor? :)

    Best regards,
    Yigit

    in reply to: Problem to be solved before buying theme again #1297048

    Hi Yth,

    Please go to Enfold theme options > Performance and disable “JS file merging and compression”, save theme options and clear cache. If that does not help, make sure that you are using the latest version of the plugin. If you are, you could try contacting plugin author as they should have better insight on what could be causing the issue.

    Also, you could consider using Enfold’s cookie bar – https://kriesi.at/documentation/enfold/privacy-cookies/ :)

    Best regards,
    Yigit

    in reply to: Text before the link Read more #1296971

    Hi,

    You are welcome, Beat!
    Let us know if you have any other questions and enjoy the rest of your day! :)

    Best regards,
    Yigit

    in reply to: Theme #1296957

    Hey,

    Thanks for contacting us!

    Please request your purchase code from your developer, share it in private content field and then attach screenshots showing the issue you are having so we can make sure that we are on the same page. You can upload your screenshots on imgur.com and post the links here :)

    Cheers!
    Yigit

    Hi,

    Thanks for contacting us!

    Please use a plugin such as this one – https://wordpress.org/plugins/wp-meta-and-date-remover/ to remove them.

    If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)

    Regards,
    Yigit

    in reply to: Problem to be solved before buying theme again #1296955

    Hi Yth,

    Thanks for contacting us!

    That seems like an animation :) Have you tried de-activating all active plugins and check if that helps?

    Best regards,
    Yigit

    in reply to: Theme Purchase Problems #1296951

    Hi,

    We exclusively sell our theme on ThemeForest and if they are not unlocking your account, I am afraid there is not anything we can do as we only provide support for our theme and they manage the rest, such as purchase and download.

    Regards,
    Yigit

    in reply to: Token #1296950

    Hey Allen,

    Thanks for contacting us!

    I checked your website and it is indeed using an older version which is not compatible with your current WordPress version. I also noticed that previous person has not inserted Personal Token in Enfold theme options which could be used to update the theme from WP dashboard.

    You would need to have an access to ThemeForest account which was used when purchasing the theme to download the latest version of the theme or to generate a Personal Token.

    If you have a proof of purchase such as invoice or copy of the license, you could try contacting Envato support and ask them to transfer the license to your account however I am not sure if that is even possible honestly.

    Other way to access theme files is creating a new ThemeForest account and purchasing the theme I am afraid. If you are going to need to purchase a license, please create an account for website owners and purchase from that account so they always have access to theme files :)

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

    Regards,
    Yigit

    in reply to: Themeforest key #1296948

    Hi,

    Sorry to hear that you had to purchase the theme twice but glad updating the theme solved the issue!

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

    Enjoy the rest of your day!

    Best regards,
    Yigit

    in reply to: Text before the link Read more #1296947

    Hi Beat,

    I went to Enfold theme options and switched editor from Block Editor to Classic WP Editor, edited your blog post, clicked “Screen options” on the top right corner and checked “excerpt” and then scrolled below your post content, added excerpt and updated your post.

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Adding search bar to header #1296943

    Hi,

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

    Best regards,
    Yigit

    in reply to: How can I change the font size in footer? #1296942

    Hi H,

    Could you please post a screenshot and show the changes you would like to make? I am not sure I understand it.
    You can upload your screenshots on imgur.com and post the links here :)

    Best regards,
    Yigit

    in reply to: Popup Cookie Handling doesn't work #1296804

    Hi,

    I tried manually loading avia-snippet-lightbox.js but that did not help. I will check with my teammates.
    In the meantime, could you please contact Elementor team as well and ask if they have insight on what could be causing the issue? :)

    Best regards,
    Yigit

    in reply to: WooCommerce Composite Products Not Working #1296795

    Hey,

    Thanks for contacting us!

    I went to Enfold theme options > Performance and disabled “JS file merging and compression” and that helped.

    Please review your website :)

    Best regards,
    Yigit

    in reply to: How to make the sub menu working again? #1296793

    Hi,

    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: The ENFOLD theme does not work anymore #1296792

    Hi,

    Thanks for contacting us!

    It sounds like a cache issue. I see that you are using Total Cache plugin. After making changes on your website, please make sure to clear the cache :)

    Let us know if you need further assistance and enjoy the rest of your day!

    Regards,
    Yigit

    in reply to: Popup Cookie Handling doesn't work #1296789

    Hi,

    Thanks for the logins!

    I updated Enfold to the latest version 4.8.2 however that did not change anything. Then I temporarily de-activated Elementor and that fixed the issue. Attached a screenshot in private content field. I activated Elementor and disabled cookie bar.

    I see that there is an Elementor update, could you please update it and let us know if issue remains? :)

    Best regards,
    Yigit

    in reply to: Anfrage zur Sprache #1296712

    Hallo Imre,

    Thanks for contacting us!

    Enfold is available in German and you can post your questions in German on our forum but since all of our moderators speak English, we would translate your question and reply in English. I hope that is fine :)

    Let us know if you have any other questions!

    Regards,
    Yigit

    in reply to: Pre-Sale Question – Future updates? #1296707

    Hey Marty,

    Thanks for contacting us!

    Yes, lifetime updates are included in your purchase and extending support is totally optional so there are no recurring payments to keep using the theme.

    Example site uses Enfold Photography demo – https://kriesi.at/themes/enfold-photography/. After activating Enfold, you can simply go to Enfold theme options > Demo Import and import any demo you like (https://kriesi.at/themes/enfold-overview/) with a single click within a few minutes and start working on your website.

    I hope that helps! Let us know if you have any other questions and enjoy the rest of your day :)

    Regards,
    Yigit

    in reply to: Fehler im Mobile Theme Enfold #1296704

    Hi Daniel,

    Thanks for contacting us!

    You seem to have set a separate mobile theme in one of your plugins, probably a cache one. Please go to plugin settings and disable mobile theme :)

    If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)

    Best regards,
    Yigit

Viewing 30 posts - 5,611 through 5,640 (of 82,624 total)