Forum Replies Created

Viewing 30 posts - 29,101 through 29,130 (of 67,591 total)
  • Author
    Posts
  • in reply to: Google Fonts with http #975118

    Hi,

    Thanks for the update.

    I don’t see any errors related to “Open Sans”. It’s loaded over HTTPS or at least relatively.

    <script type='text/javascript'>
    			if(!document.cookie.match(/aviaPrivacyGoogleWebfontsDisabled/)){
    				(function() {
    					var f = document.createElement('link');
    					
    					f.type 	= 'text/css';
    					f.rel 	= 'stylesheet';
    					f.href 	= '//fonts.googleapis.com/css?family=Open+Sans:400,600';
    					f.id 	= 'avia-google-webfont';
    					
    					document.getElementsByTagName('head')[0].appendChild(f);
    				})();
    			}
    			</script>
    

    I can still see the same error.

    Mixed Content: The page at 'https://gaspar-energie.de/' was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Pathway+Gothic+One|Roboto+Slab'. This request has been blocked; the content must be served over HTTPS.
    

    Did you add any modifications in the child theme? I can’t access the files via the Appearance > Editor panel.

    Best regards,
    Ismael

    in reply to: burger menu space #975117

    Hey jeroenbr,

    Thank you for using Enfold.

    We need to inspect the menu items. Please provide the site url in the private field.

    Best regards,
    Ismael

    in reply to: Pages are not allowing edits #975114

    Hi,

    Thanks for the update. You may need to update theme manually via FTP. These resources will guide you through it.

    // https://kriesi.at/archives/the-complete-guide-to-updating-enfold
    // https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#update-via-ftp

    Best regards,
    Ismael

    in reply to: Text Overflows Slider on Mobile #975112

    Hi,

    Awesome! Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

    Hey David,

    Thanks for the update.

    What are the errors? The theme introduced a new Performance panel on the latest version so you may need to disable the settings there after the update. You may also need to disable the cache and minify plugin if there’s any.

    Best regards,
    Ismael

    in reply to: Second language, subdomain/errors in URL structure #975110

    Hi,

    The icons on the “German” language display properly on my end. Is this fixed?

    Screenshot: https://imgur.com/a/odtQpme

    Best regards,
    Ismael

    in reply to: Frame content jumps to top after pushing button #975109

    Hi,

    Thanks for the update. I’m still not sure what’s changing the layout when the button is clicked. I don’t see separator elements before the text blocks either. Did you remove them? Please provide the login details in the private field so that we can check the page further.

    Best regards,
    Ismael

    in reply to: Header scroll transparancy #975107

    Hi,

    Awesome! Thank you for using Enfold. We’ll close the thread now. :)

    Best regards,
    Ismael

    in reply to: Local Search Issue #975106

    Hi,

    Yes, you can disable the ajax search completely. Just add this filter in the functions.php file.

    add_action('avf_frontend_search_form_param', 'av_disable_ajax_search',9);
    function av_disable_ajax_search($params)
    {
    	$params['ajax_disable'] = true;
    	return $params;
    }

    Best regards,
    Ismael

    in reply to: How to Add Search Bar to Logo Area #975105

    Hi,

    Thanks for the update.

    Use the following css code to adjust the position and width of the search widget.

    #top #header .widget_search {
        width: 200px;
        position: absolute;
        right: 50px;
        top: -20px;
    }

    Adjust the values as needed.

    Best regards,
    Ismael

    Hey Arctander,

    Thank you for using Enfold.

    You can use the “wp_nav_menu_items” filter or the “ava_inside_main_menu” action hook to render additional elements beside the main menu. Example.

    add_action('ava_inside_main_menu", function() {
        // your code here
    });

    Just add it in the functions.php file.

    Best regards,
    Ismael

    in reply to: Registering #975103

    Hey Liam Blume,

    Thank you for using Enfold.

    We’ll forward the thread to Kriesi to confirm the invoice. Please wait for his response. You may also want to contact Themeforest for additional help.

    Best regards,
    Ismael

    in reply to: layerslider video background not working on Chrome #975102

    Hey rudtek,

    Thank you for using Enfold.

    Are the videos muted? They don’t play automatically on Chrome because of the new “autoplay” policy.

    // https://developers.google.com/web/updates/2017/09/autoplay-policy-changes

    Chrome’s autoplay policies are simple:
    Muted autoplay is always allowed.
    Autoplay with sound is allowed if:
    User has interacted with the domain (click, tap, etc.).
    On desktop, the user’s Media Engagement Index threshold has been crossed, meaning the user has previously play video with sound.
    On mobile, the user has added the site to his or her home screen.
    Top frames can delegate autoplay permission to their iframes to allow autoplay with sound.

    Best regards,
    Ismael

    in reply to: Chrome 67 broke background:fixed #975101

    Hey mlebarron,

    Thank you for using Enfold.

    Another user reported the same issue but I can only reproduce it when the “bookmark bar” is enabled. Can you confirm this on your end?

    // https://kriesi.at/support/topic/google-chrome-67-0-3396-87-issue-with-coming-soon-demo/#post-974604

    Best regards,
    Ismael

    Hey briandeeney,

    Thank you for using Enfold.

    The tab’s “set_slide_height” function is not being called upon clicking the portfolio sort button. You may need to modify the config-templatbuilder > portfolio > portfolio.js file. Add this code around line 59.

    setTimeout(function() { $(window).trigger('av-height-change'); }, 600);
    

    Below this one…

    parentContainer.find('.open_container .ajax_controlls .avia_close').trigger('click');
    

    Disable the js and css compression in the Performance panel temporarily. Don’t forget to purge the cache and reminify the script and stylesheets.

    Best regards,
    Ismael

    in reply to: Google Map not loading #975097

    Hi,

    Did you set up a google billing account yet? You can’t use the map API key without a billing method. It’s the new google API policy.

    // https://developers.google.com/maps/documentation/javascript/usage-and-billing

    Reminder: To use our Maps, Routes, and Places APIs:
    Starting June 11, 2018: All Google Maps Platform API requests must include an API key; we no longer support keyless access.
    Starting July 16, 2018: You’ll need to enable billing on each of your projects.
    See Guide for Existing Users for more information.

    Best regards,
    Ismael

    in reply to: Testimonial Slider Transition Speed Change #975096

    Hey astrolab,

    Thank you for using Enfold.

    The script can now be found inside the config-templatebuilder > aviashortcodes > testimonial directory. Just look for the script or js file there.

    Best regards,
    Ismael

    Hey forde,

    Thank you for using Enfold.

    Did you try to set a featured image to the page? You can set the featured image even when you don’t want it to display on the frontend. Some plugins usually fetch that image as the open graph image value.

    Best regards,
    Ismael

    in reply to: LayerSlider WP no longer works with Enfold 4.4.1 #975093

    Hi,

    Thank you for using Enfold.

    You don’t need an API key to use the layer slider. It’s included in the theme, free. Please provide the login details in the private field. We would like to check it.

    Best regards,
    Ismael

    Hey Brownhill,

    Thank you for using Enfold.

    The footer container contains the “sidebar_right” class attribute instead of “fullsize”. Please provide the login details in the private field. We’d like to check the settings.

    Best regards,
    Ismael

    in reply to: Customising Magazine Shortcode #975090

    Hi,

    Awesome! Thank you for using Enfold! :)

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Best regards,
    Ismael

    in reply to: Posts content not displaying full width #975089

    Hi,

    Did you enable the js and css compression in the Performance panel?

    They’re in the Enfold > Performance panel.

    Best regards,
    Ismael

    in reply to: Adding Opt-in to Small Bar Above Logo Area? #975087

    Hi,

    Thanks for the update.

    There’s a syntax error on the previous code. Please replace it with this one.

    add_action('avia_meta_header', function() {
    	?>
    <div class="AW-Form-1200341147"></div>
    <script type="text/javascript">(function(d, s, id) {
    		var js, fjs = d.getElementsByTagName(s)[0];
    		if (d.getElementById(id)) return;
    		js = d.createElement(s); js.id = id;
    		js.src = "//forms.aweber.com/form/47/1200341147.js";
    		fjs.parentNode.insertBefore(js, fjs);
    		}(document, "script", "aweber-wjs-gi0utpt4d"));
    	</script>
    	<?php
    });
    

    You may need to add a few css code to adjust the style of the form. For that, use this css code.

    .AW-Form-1200341147 {
     /* style here */
    }

    Best regards,
    Ismael

    in reply to: Social Media links don't have rel="noopener" #975086

    Hi,

    Thanks for the update.

    The “wp-admin” and “wp-login” path leads to a 404 page. I also tried “login”. What is the actual login url?

    Best regards,
    Ismael

    in reply to: I can not change flaticons #975085

    Hi,

    Send us a copy of the zip file and we’ll try it on our end. Did you add any complex icons to the pack or zip file? The iconfont manager don’t accept some icons from flaticon because they lack the required files or format.

    Best regards,
    Ismael

    in reply to: Background video #975083

    Hi,


    @wenzerl
    : Please create a new thread with the site url and the login credentials. We’d like to check it there.

    Best regards,
    Ismael

    in reply to: Remove play button background video on mobile #975082

    Hi,

    Thanks for the update. Edit the page then look for the “Play” icon or element. Edit that one and then go to the Screen Options panel. You should end up on a section like this..

    // https://imgur.com/a/rYz9V3M

    The options there can be easily understood. If you can’t find those options, please provide the login details in the private field.

    Best regards,
    Ismael

    Hi,

    Thanks for the update. I still can’t reproduce the issue though. I added various count of text blocks on each tabs and they don’t repeat as you described.

    Best regards,
    Ismael

    in reply to: Logo too small on iPad and smart phones #975079

    Hi,

    Thanks for the update.

    The current logo will not resize well on smaller screens because it’s a little too wide. It’s not uncommon for websites to have a large version of the logo on desktop view and then another smaller version on mobile. You can either remove the images (girl and balance) from the logo and leave the text or vice versa.

    The script from this thread allows you to apply another image or logo for mobile view.

    // https://kriesi.at/support/topic/different-logo-in-the-header-for-mobile-version/#post-965244

    Best regards,
    Ismael

    in reply to: Problems with burger menu /mobile menu #975076

    Hi,

    Awesome! Thanks for final output. Please feel free to open a new thread if you need anything else. :)

    Best regards,
    Ismael

Viewing 30 posts - 29,101 through 29,130 (of 67,591 total)