Forum Replies Created
-
AuthorPosts
-
Hi,
The slider works when the plugins are deactivated. Please deactivate the plugins and then activate them one at a time to find the cause of the issue.
Best regards,
IsmaelHi,
Provide the link to the actual page so that we can check the elements with fixed backgrounds. Did you add apply a custom css class attribute to those elements?
Best regards,
IsmaelHi,
I can now authenticate the API key without the error. We also disabled this filter from the functions.php file.
add_filter('avf_gmap_vars', 'avf_gmap_vars_disable', 10, 1); function avf_gmap_vars_disable($map) { if(!is_admin()) { $map = null; } return $map; }Best regards,
IsmaelHi,
Thanks for the update.
Remove the mediaelement scripts on the admin page to prevent the video from auto playing.
add_action('wp_enqueue_scripts', 'ava_deregister_mejs', 9999); function ava_deregister_mejs() { if(is_admin()) { wp_deregister_script( 'wp-mediaelement' ); wp_dequeue_script( 'wp-mediaelement' ); wp_dequeue_style( 'wp-mediaelement' ); } }Best regards,
IsmaelHi,
It seems like the 2017 demo has been imported properly from the looks of the site. Is that correct? Please let us know if you need further assistance.
Best regards,
IsmaelHi,
Thanks for the update.
Use this css code to create some space between the menu items.
#top #avia-menu { display: flex; justify-content: space-evenly; width: 100%; }Best regards,
IsmaelHey gretabeneforti,
Thank you for using Enfold.
I can’t see any issues with the images. Please provide a screenshot using imgur or dropbox.
Best regards,
IsmaelHey Trucosdemamas,
Thank you for using Enfold.
We are currently not sure why the instagram widget is not working on some installations. Did you try to remove and then re-add the widget? You can use the following plugin temporarily.
// https://wordpress.org/plugins/instagram-feed/
Best regards,
IsmaelHey web_line,
Thank you for using Enfold.
Did you try to reconfigure the sliders? Please post the login details in the private field. We would like to check the dashboard.
Best regards,
IsmaelHi,
We get these errors in the console when we try to authenticate the API key.
Google Maps API error: InvalidKeyMapError https://developers.google.com/maps/documentation/javascript/error-messages#invalid-key-map-error _.Pb @ js?v=3.30&key=ADD KEY HERE:38 Geocoding Service: This API project is not authorized to use this API. For more information on authentication and Google Maps JavaScript API services please see: https://developers.google.com/maps/documentation/javascript/get-api-key _.Pb @ js?v=3.30&callback=av_backend_maps_loaded&key=AIzaSyBee-OpiXkJ7lldt-HcF-JvifEw25fsxfo:41 util.js:248 Google Maps API warning: RetiredVersion https://developers.google.com/maps/documentation/javascript/error-messages#retired-versionPlease enable the Geocoding Services API from the API manager. Generate a new key and make sure that the Key Restrictions is set to “HTTP referrers (web sites)”.
Best regards,
IsmaelHi,
Thank you for the info.
I get this error when I try to authenticate the API key.
Geocoding Service: This API project is not authorized to use this API. For more information on authentication and Google Maps JavaScript API services please see: https://developers.google.com/maps/documentation/javascript/get-api-key
Did you disable the Geocoding Services API in the google console’s API manager? Please try to enable it back and then go back to the theme’s Google Services panel to validate the API key.
Best regards,
IsmaelJuly 16, 2018 at 4:20 am in reply to: Sticky Header, but hide the centered logo when scrolling down #985823Hi,
I adjusted the css code a bit. I also disabled the Autoptimize and WP Super Cache plugin temporarily. Please enable the plugins back once you’ve check the modification.
Best regards,
IsmaelJuly 16, 2018 at 4:02 am in reply to: wp_enqueue_media() not working on frontend after latest update #985822July 16, 2018 at 4:02 am in reply to: New select a page to display as footer option not full width on some pages #985821Hi,
@shreinmedia: Did you place the content of the footer page inside a color section? Please create a new thread and provide the login credentials there.Best regards,
IsmaelJuly 16, 2018 at 3:57 am in reply to: Changing the color of the borders in the Shopping Cart & Check Out pages ONLY #985820Hi,
Set the Enfold > General Styling > Main Content > Border Colors to #F7F7F7 and then add this css code on the Quick CSS field.
.woocommerce-cart .main_color, .woocommerce-cart .main_color div, .woocommerce-cart .main_color header, .woocommerce-cart .main_color main, .woocommerce-cart .main_color aside, .woocommerce-cart .main_color footer, .woocommerce-cart .main_color article, .woocommerce-cart .main_color nav, .woocommerce-cart .main_color section, .woocommerce-cart .main_color span, .woocommerce-cart .main_color applet, .woocommerce-cart .main_color object, .woocommerce-cart .main_color iframe, .woocommerce-cart .main_color h1, .woocommerce-cart .main_color h2, .woocommerce-cart .main_color h3, .woocommerce-cart .main_color h4, .woocommerce-cart .main_color h5, .woocommerce-cart .main_color h6, .woocommerce-cart .main_color p, .woocommerce-cart .main_color blockquote, .woocommerce-cart .main_color pre, .woocommerce-cart .main_color a, .woocommerce-cart .main_color abbr, .woocommerce-cart .main_color acronym, .woocommerce-cart .main_color address, .woocommerce-cart .main_color big, .woocommerce-cart .main_color cite, .woocommerce-cart .main_color code, .woocommerce-cart .main_color del, .woocommerce-cart .main_color dfn, .woocommerce-cart .main_color em, .woocommerce-cart .main_color img, .woocommerce-cart .main_color ins, .woocommerce-cart .main_color kbd, .woocommerce-cart .main_color q, .woocommerce-cart .main_color s, .woocommerce-cart .main_color samp, .woocommerce-cart .main_color small, .woocommerce-cart .main_color strike, .woocommerce-cart .main_color strong, .woocommerce-cart .main_color sub, .woocommerce-cart .main_color sup, .woocommerce-cart .main_color tt, .woocommerce-cart .main_color var, .woocommerce-cart .main_color b, .woocommerce-cart .main_color u, .woocommerce-cart .main_color i, .woocommerce-cart .main_color center, .woocommerce-cart .main_color dl, .woocommerce-cart .main_color dt, .woocommerce-cart .main_color dd, .woocommerce-cart .main_color ol, .woocommerce-cart .main_color ul, .woocommerce-cart .main_color li, .woocommerce-cart .main_color fieldset, .woocommerce-cart .main_color form, .woocommerce-cart .main_color label, .woocommerce-cart .main_color legend, .woocommerce-cart .main_color table, .woocommerce-cart .main_color caption, .woocommerce-cart .main_color tbody, .woocommerce-cart .main_color tfoot, .woocommerce-cart .main_color thead, .woocommerce-cart .main_color tr, .woocommerce-cart .main_color th, .woocommerce-cart .main_color td, .woocommerce-cart .main_color article, .woocommerce-cart .main_color aside, .woocommerce-cart .main_color canvas, .woocommerce-cart .main_color details, .woocommerce-cart .main_color embed, .woocommerce-cart .main_color figure, .woocommerce-cart .main_color fieldset, .woocommerce-cart .main_color figcaption, .woocommerce-cart .main_color footer, .woocommerce-cart .main_color header, .woocommerce-cart .main_color hgroup, .woocommerce-cart .main_color menu, .woocommerce-cart .main_color nav, .woocommerce-cart .main_color output, .woocommerce-cart .main_color ruby, .woocommerce-cart .main_color section, .woocommerce-cart .main_color summary, .woocommerce-cart .main_color time, .woocommerce-cart .main_color mark, .woocommerce-cart .main_color audio, .woocommerce-cart .main_color video, #top .woocommerce-cart .main_color .pullquote_boxed, .responsive #top .woocommerce-cart .main_color .avia-testimonial, .responsive #top.avia-blank #main .woocommerce-cart .main_color.container_wrap:first-child, #top .woocommerce-cart .main_color.fullsize .template-blog .post_delimiter, .woocommerce-cart .main_color .related_posts.av-related-style-full a { border-color: #969196; } .woocommerce-checkout .main_color, .woocommerce-checkout .main_color div, .woocommerce-checkout .main_color header, .woocommerce-checkout .main_color main, .woocommerce-checkout .main_color aside, .woocommerce-checkout .main_color footer, .woocommerce-checkout .main_color article, .woocommerce-checkout .main_color nav, .woocommerce-checkout .main_color section, .woocommerce-checkout .main_color span, .woocommerce-checkout .main_color applet, .woocommerce-checkout .main_color object, .woocommerce-checkout .main_color iframe, .woocommerce-checkout .main_color h1, .woocommerce-checkout .main_color h2, .woocommerce-checkout .main_color h3, .woocommerce-checkout .main_color h4, .woocommerce-checkout .main_color h5, .woocommerce-checkout .main_color h6, .woocommerce-checkout .main_color p, .woocommerce-checkout .main_color blockquote, .woocommerce-checkout .main_color pre, .woocommerce-checkout .main_color a, .woocommerce-checkout .main_color abbr, .woocommerce-checkout .main_color acronym, .woocommerce-checkout .main_color address, .woocommerce-checkout .main_color big, .woocommerce-checkout .main_color cite, .woocommerce-checkout .main_color code, .woocommerce-checkout .main_color del, .woocommerce-checkout .main_color dfn, .woocommerce-checkout .main_color em, .woocommerce-checkout .main_color img, .woocommerce-checkout .main_color ins, .woocommerce-checkout .main_color kbd, .woocommerce-checkout .main_color q, .woocommerce-checkout .main_color s, .woocommerce-checkout .main_color samp, .woocommerce-checkout .main_color small, .woocommerce-checkout .main_color strike, .woocommerce-checkout .main_color strong, .woocommerce-checkout .main_color sub, .woocommerce-checkout .main_color sup, .woocommerce-checkout .main_color tt, .woocommerce-checkout .main_color var, .woocommerce-checkout .main_color b, .woocommerce-checkout .main_color u, .woocommerce-checkout .main_color i, .woocommerce-checkout .main_color center, .woocommerce-checkout .main_color dl, .woocommerce-checkout .main_color dt, .woocommerce-checkout .main_color dd, .woocommerce-checkout .main_color ol, .woocommerce-checkout .main_color ul, .woocommerce-checkout .main_color li, .woocommerce-checkout .main_color fieldset, .woocommerce-checkout .main_color form, .woocommerce-checkout .main_color label, .woocommerce-checkout .main_color legend, .woocommerce-checkout .main_color table, .woocommerce-checkout .main_color caption, .woocommerce-checkout .main_color tbody, .woocommerce-checkout .main_color tfoot, .woocommerce-checkout .main_color thead, .woocommerce-checkout .main_color tr, .woocommerce-checkout .main_color th, .woocommerce-checkout .main_color td, .woocommerce-checkout .main_color article, .woocommerce-checkout .main_color aside, .woocommerce-checkout .main_color canvas, .woocommerce-checkout .main_color details, .woocommerce-checkout .main_color embed, .woocommerce-checkout .main_color figure, .woocommerce-checkout .main_color fieldset, .woocommerce-checkout .main_color figcaption, .woocommerce-checkout .main_color footer, .woocommerce-checkout .main_color header, .woocommerce-checkout .main_color hgroup, .woocommerce-checkout .main_color menu, .woocommerce-checkout .main_color nav, .woocommerce-checkout .main_color output, .woocommerce-checkout .main_color ruby, .woocommerce-checkout .main_color section, .woocommerce-checkout .main_color summary, .woocommerce-checkout .main_color time, .woocommerce-checkout .main_color mark, .woocommerce-checkout .main_color audio, .woocommerce-checkout .main_color video, #top .woocommerce-checkout .main_color .pullquote_boxed, .responsive #top .woocommerce-checkout .main_color .avia-testimonial, .responsive #top.avia-blank #main .woocommerce-checkout .main_color.container_wrap:first-child, #top .woocommerce-checkout .main_color.fullsize .template-blog .post_delimiter, .woocommerce-checkout .main_color .related_posts.av-related-style-full a { border-color: #969196; }Best regards,
IsmaelHi,
The “portfolio” folder is in the config-templatebuilder > aviashortcodes folder. You need to modify the portfolio.js file. Add this code around line 59.
setTimeout(function() { $(window).trigger('av-content-el-height-changed'); }, 1000);Best regards,
IsmaelHi,
Thanks for the update.
Add the API key in the Enfold > Google Services panel without clicking the “Check API key” button. Just save the theme options. Or post the API key in the private field and then we’ll try to add it. Did you disable the Geocoding Services API in the API manager?
Best regards,
IsmaelJuly 16, 2018 at 3:29 am in reply to: Featured image with the same dimension shows different thumb in blog overview #985810Hi,
Alright. Let us know if you need anything else. Just open a new thread. :)
Best regards,
IsmaelJuly 16, 2018 at 3:16 am in reply to: Remove thumbnail overlay, disable changing of big image, remove first thumbnail #985809Hi,
Thanks for the update.
Add the following css codes to adjust the padding of the thumbnails.
#top div .avia-gallery a:last-child img { padding-right: 0; } #top div .avia-gallery a:nth-child(2) img { padding-left: 0 !important; }Best regards,
IsmaelJuly 16, 2018 at 2:52 am in reply to: Error 500 on the entire site after updating my theme manually (as recommended). #985805Hi,
The WP Version is outdated (3.9.25). Please upgrade to version 4.9.6 to get rid of the following error.
“Call to undefined function apply_filters_deprecated()”
Best regards,
IsmaelHi,
Yes, it is set to 100 by default. You can override the filter as described on the previous thread. Have you tried the “Shortpixel” plugin?
Best regards,
IsmaelHi,
I see. Thanks for the info.
We modified line 366 of the av-helper-masonry.php file.
$linktitle = 'title="'.esc_attr($description).'"';Replaced with:
$linktitle = 'title="'.esc_attr($title).'"';Best regards,
IsmaelJuly 16, 2018 at 2:28 am in reply to: Full Layer slider not working since the last update of enfold #985802Hi,
Why are you adding the script to the “HAMECON” slider when the “presentation_slider” layer is in the “Fils de Pêche” slider? You should replace the “$” symbol with “lsjQuery”.
lsjQuery('#presentation_slider').attr('srcset','/wp-content/uploads/2017/12/presentation.png');Best regards,
IsmaelHi,
The id selector is invalid.
var button = document.getElementById(‘Book Nu!’);
The id attribute of the button is “addToCartButton”.
var button = document.getElementById('addToCartButton');Best regards,
IsmaelHi,
I’m sorry but it’s still the same. I’m being redirected to a blank page with the text “Blocked”.
Screenshot: https://imgur.com/a/fBNs48O
Please contact your hosting provider for more info.
Best regards,
IsmaelJuly 13, 2018 at 10:54 am in reply to: Error 500 on the entire site after updating my theme manually (as recommended). #985103Hey Pascal,
Thank you for using Enfold.
The site is currently down. Please provide the FTP details in the private field and enable the WordPress error logs. Just add this in the wp-config.php file.
// Enable WP_DEBUG mode define( 'WP_DEBUG', true ); // Enable Debug logging to the /wp-content/debug.log file define( 'WP_DEBUG_LOG', true ); // Disable display of errors and warnings define( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 0 ); // Use dev versions of core JS and CSS files (only needed if you are modifying these core files) define( 'SCRIPT_DEBUG', true );// https://codex.wordpress.org/Debugging_in_WordPress#WP_DEBUG_LOG
Best regards,
IsmaelHey Guenter!
This seems to be related to the “av_return_100” function. It sets the quality of the uploaded image to 100 instead of the WP default 80.
Related threads:
// https://kriesi.at/support/topic/enfold-increases-file-size-of-the-featured-image/#post-983677
// https://kriesi.at/support/topic/huge-size-for-a-masonry-object/#post-980411Regards,
IsmaelHi,
I didn´t create an event goal because normally it should be reported in Events although no goal for this is defined?!
That will only work for tracking page views. You have to create an event goal if you want to track user interaction such as submitting a form.
Best 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,
Ismael -
AuthorPosts
