Forum Replies Created
-
AuthorPosts
-
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,
IsmaelHey jeroenbr,
Thank you for using Enfold.
We need to inspect the menu items. Please provide the site url in the private field.
Best regards,
IsmaelHi,
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-ftpBest regards,
IsmaelHi,
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,
IsmaelJune 20, 2018 at 6:49 am in reply to: The correct procedure to update Enfold Theme and avoid white screen errors #975111Hey 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,
IsmaelHi,
The icons on the “German” language display properly on my end. Is this fixed?
Screenshot: https://imgur.com/a/odtQpme
Best regards,
IsmaelHi,
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,
IsmaelHi,
Awesome! Thank you for using Enfold. We’ll close the thread now. :)
Best regards,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelJune 20, 2018 at 6:25 am in reply to: Can I repurpose the "Search Area" of the menu bar for images? #975104Hey 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,
IsmaelHey 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,
IsmaelHey 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,
IsmaelHey 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,
IsmaelJune 20, 2018 at 6:11 am in reply to: White Space under Filterable portfolio within Tab Section #975098Hey 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,
IsmaelHi,
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,
IsmaelHey 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,
IsmaelJune 20, 2018 at 5:58 am in reply to: Yoast SEO – Facebook Open Graph does not work with front page #975094Hey 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,
IsmaelHi,
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,
IsmaelJune 20, 2018 at 5:51 am in reply to: New select a page to display as footer option not full width on some pages #975092Hey 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,
IsmaelHi,
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,
IsmaelHi,
Did you enable the js and css compression in the Performance panel?
They’re in the Enfold > Performance panel.
Best regards,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
@wenzerl: Please create a new thread with the site url and the login credentials. We’d like to check it there.Best regards,
IsmaelHi,
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,
IsmaelJune 20, 2018 at 5:26 am in reply to: Tabs – content of Tab 1 being repeated on every other Tab #975080Hi,
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,
IsmaelHi,
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 -
AuthorPosts
