Forum Replies Created
-
AuthorPosts
-
September 24, 2019 at 5:18 am in reply to: Timeline element runs off the screen at most screen sizes #1141204
Hi,
Thank you for the update.
You may need to use a larger column because the timeline element has a minimum width that will be wider than the 1/3 column on certain screen sizes. Try to replace it with a 1/2 column. OR set the timeline to be display as a slider.
Best regards,
IsmaelHi,
Thank you for the update.
The theme’s compression will not be able to include scripts that it doesn’t recognize. You may have to use a different compression or minification plugin if the site is using a lot of plugins or scripts. We recommend Autoptimize as an alternative for the default compression.
// https://wordpress.org/plugins/autoptimize/
Best regards,
IsmaelHi,
We can’t login using the account above. Are you sure it’s valid? Please check it carefully.
Thank you for the update.
Best regards,
IsmaelHey!
Thank you for the update.
Did you remove the browser cache? It is loading properly on our end. Please make sure that you have accepted the cookies and reloaded the page first. In the latest version, the page will autoreload once the user accepted the cookies.
Regards,
IsmaelHi,
Great! We’ll close the thread then. Please don’t hesitate to open a new one if you need anything else.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the update.
The site is still running an older version of the theme, 4.5.7. Please upgrade the theme to version 4.6.2. The preview should work properly then.
Best regards,
IsmaelHi,
Thank you for the update.
Remove the recent css code temporarily, then add the following snippet in the functions.php file. It will create a sale badge above the product image, so you don’t have to adjust it with css.
# # removes the default post image from shop overview pages and replaces it with this image # remove_action('woocommerce_before_shop_loop_item_title', 'avia_woocommerce_thumbnail', 10); remove_action('woocommerce_before_shop_loop_item_title', 'woocommerce_template_loop_product_thumbnail', 10); add_action('woocommerce_before_shop_loop_item_title', 'avia_woocommerce_thumbnail_mod', 10); function avia_woocommerce_thumbnail_mod($asdf) { global $product, $avia_config; if(function_exists('wc_get_rating_html')) { $rating = wc_get_rating_html( $product->get_average_rating() ); } else { $rating = $product->get_rating_html(); //get rating } $id = get_the_ID(); $size = 'shop_catalog'; echo "<div class='thumbnail_container'>"; if($product->is_on_sale()) { echo '<span class="onsale">¡Oferta!</span>'; } echo avia_woocommerce_gallery_first_thumbnail( $id , $size); echo get_the_post_thumbnail( $id , $size ); if(!empty($rating)) echo "<span class='rating_container'>".$rating."</span>"; if($product->get_type() == 'simple') echo "<span class='cart-loading'></span>"; echo "</div>"; }
Best regards,
IsmaelSeptember 24, 2019 at 4:12 am in reply to: Gravity Forms Email Notifications will not work with Enfold #1141191Hi,
Sorry for the delay.
The WP login details above are incomplete. We need both username and the password. What do you mean by “GoDaddy Info”? Is that the access to the GoDaddy cpanel? We even tried to use that info to login to the WP dashboard and obviously it failed.
Best regards,
IsmaelHi,
Sorry for the delay.
@mknobloch: We noticed that the site is running an older version of the theme, 4.5.7. Please upgrade it to 4.6.2.Did you generate another API key? Make sure that there is an attached billing account in your Google Project and that the site is included in the list of HTTP restrictions. Provide the API key in the private field so that we can see the error.
Best regards,
IsmaelSeptember 24, 2019 at 4:00 am in reply to: Cookie Handling and Cookie Consent Messages is messed up in the footer #1141187Hi,
Sorry for the delay.
There is a copy of the footer.php file in the child theme. Did you update the template file after upgrading the theme? Please use the latest version of the file and try to reconfigure the Privacy & Cookie options.
Best regards,
IsmaelSeptember 24, 2019 at 3:56 am in reply to: Advanced Layout Editor not loading after making edits to post #1141186Hi,
Thank you for the update.
We get this error from the console when we try to edit the page.
HTTP404: NOT FOUND – The server has not found anything matching the requested URI (Uniform Resource Identifier).
(XHR)POST – http://www.independentpediatrician.com/wp/wp-admin/admin-ajax.phpThe admin-ajax.php file is missing or the access to it is forbidden. Please ask your hosting provider if the mod_security rule blocks the file.
Best regards,
IsmaelSeptember 24, 2019 at 3:40 am in reply to: Screen options and the creation of duplicate content #1141185Hi,
Thank you for the inquiry.
The screen option is added purely for aesthetic purposes, so it doesn’t take into account anything related to SEO or your page structure. As @JoeSurf suggested, you should design the page in a manner in which you don’t have to add multiple h1 tags to prevent content duplication. Search engines can still detect headings added in a page even if it’s not visible.
Best regards,
IsmaelHi,
Sorry for the confusion.
You may need to use this filter to properly execute the video shortcode in the portfolio preview.
/** * Allow to force execution of shortcodes e.g. for plugins who call shortcode via an ajax call. * Enfold uses this to execute the shortcode for modal popup preview in backend * * @since 4.5.7.2 * @param boolean * @param aviaShortcodeTemplate $obj_sc * @param array $atts * @param string $content * @param string $shortcodename * @param boolean $fake * @return boolean true if sc should be executd regardless of page structure - same as popup preview */ function avf_custom_exec_sc_only( $exec_sc_only, $obj_sc, $atts, $content, $shortcodename, $fake ) { return true; } add_filter( 'avf_alb_exec_sc_only', 'avf_custom_exec_sc_only', 10, 6 );
Best regards,
IsmaelSeptember 24, 2019 at 3:16 am in reply to: reCAPTCHA problem + background video first loading #1141180Hi!
UPDATE: I forgot to remove the check_ajax_referrer function, so it always exits because the nonce check fails. We updated the file. The contact form should work properly now.
Cheers!
IsmaelSeptember 24, 2019 at 3:15 am in reply to: reCAPTCHA problem + background video first loading #1141179Hey!
Thank you for the update.
The dev team suspects that the issue with the nonce is due to caching or minification. Please disable the cache and minfication plugins temporarily, then check the page again on incognito mode. Let us know if that helps.
And regarding the video, you have to accept the cookies first and reload the page. In the upcoming version, you can choose to automatically reload the page after accepting the cookies.
Best regards,
IsmaelHi,
Thank you for the info. We’ll close the thread now.
Have a nice day.
Best regards,
IsmaelHi,
Great! Glad it worked. We’ll close the thread now.
Have a nice day/evening.
Best regards,
IsmaelHi,
Thank you for the update.
Did you remove the cache on that phone before testing it? And please disable the cache and minification plugins temporarily.
Best regards,
IsmaelHi,
Sorry for the delay.
The tab section seems to be working properly when we check. Is it fixed? If not, please remove the current element then re-create it from scratch.
Best regards,
IsmaelSeptember 23, 2019 at 1:43 pm in reply to: Add padding to navigation menu items but separator #1141001Hi,
Thank you for the update.
You should replace this code.
#avia-menu li{ padding: 0 50px; border-right: 1px solid #fff; }
..with:
#avia-menu li a{ padding: 0 50px; border-right: 1px solid #fff; }
Let us know how it goes.
Best regards,
IsmaelHi,
Thank you for the update.
Did you add this css code as provided in the documentation?
/* Activate burger menu */ @media only screen and (max-width: 1366px) { #top #header .av-main-nav > li.menu-item { display: none!important; } #top #header .av-burger-menu-main { cursor: pointer; display: block!important; }}
That will activate the mobile menu when the screen width is less than 1367px, which is the max view port width of an iPad Pro device. Please don’t forget to toggle the Performance > File Compression settings after adding the code.
Best regards,
IsmaelHi,
Thank you for the update.
It doesn’t seem to be a plugin conflict, so we activated the plugins back. The error is still there but it doesn’t really affect the video. What we did is edit the video element and set the “Lazy Load videos” to the second option(Wait for user interaction to load the video). It doesn’t autoplay because of the impose browser policy. The site visitors have to play it manually.
// 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 played video with sound.
The user has added the site to their home screen on mobile or installed the PWA on desktop.
Top frames can delegate autoplay permission to their iframes to allow autoplay with sound.Best regards,
IsmaelHi,
Setting the max height to 400px will cut off the content on certain screen sizes, so you have to set the minimum height. If you want to remove the large white space or gap on mobile device, move the above css code inside a css media query so that it only affects the desktop view. And to increase the space between the items, set the “Gap between elements” settings to “Large gap” as previously mentioned.
Best regards,
IsmaelHi,
It is no longer possible to get information on behalf of a user by scraping or without proper authentication. The app or widget is now required to have a proper authentication flow in order to generate access_tokens. This is not yet available in the theme’s Instagram widget. Please use one of the plugins above temporarily.
// https://www.instagram.com/developer/
Public Content – all remaining capabilities to read public media on a user’s behalf on December 11, 2018
Basic – to read a user’s own profile info and media in early 2020Best regards,
IsmaelHi,
Sorry about that. You should try and use the WooCommerce product grid shortcodes instead of the Product Grid element from the theme. Not really sure if that’s going to work, but it’s worth a try. Please don’t hesitate to open a new thread if you need anything else.
// https://docs.woocommerce.com/document/woocommerce-shortcodes/
Have a nice day.
Best regards,
IsmaelSeptember 23, 2019 at 4:10 am in reply to: Contact Form Error Message “Deactivated Refused to Accept Google reCaptcha” #1140816Hi,
@westefan: Open your own thread and post any necessary details in the private field. We’ll check the issue there.The OP is no longer active in this thread, so we’ll close it now.
Best regards,
IsmaelSeptember 23, 2019 at 3:41 am in reply to: reCAPTCHA problem + background video first loading #1140813Hi,
Thank you for the update.
We removed the nonce check temporarily because it is failing no matter what. The nonce is actually generated but is not verified even if we use a different function (check_ajax_referrer) to check it. This adds more security to the form but it doesn’t really affect the spam protection, so it’s ok to remove it temporarily. We’ll forward the issue to the dev team.
Where are you hosting the site?
We removed this block of code temporarily from the framework > php > class-grecaptcha.php file.
if( 1 !== $result ) { $response['alert'] = __( 'Sorry, but the session time for this page has expired. Please reload the page.', 'avia_framework' ); if( true === $show_extended_errors ) { $response['alert'] .= ' ' . __( 'WP Nonce check failed.', 'avia_framework' ); } echo json_encode( $response ); exit; }
Best regards,
IsmaelSeptember 23, 2019 at 1:54 am in reply to: URGENT Enfold theme update to version 4.5.7 ISSUES #1140800Hi,
Thank you for the update.
That is the default position of the mobile menu when the social icons are enabled. If you want to move it to the very right of the header, use this css code.
@media only screen and (max-width: 767px) { .avia-menu.av_menu_icon_beside { padding-right: 0px; margin-right: 0px; float: right; } }
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
IsmaelHi,
Thank you for the update.
Those widgets will only function in the default WooCommerce pages (base shop, archive). It’s not going to work on pages with the product grid element. Is that what you’re expecting?
Best regards,
IsmaelSeptember 20, 2019 at 2:05 pm in reply to: Masonry Gallery; I want to show excerpt text under photo views, not title #1140219Hi,
Sorry for the confusion. We do understand your inquiry. What you need to do is put the excerpt or caption in the title attribute of the image manually. You can do that in the Media > Library. That is the only solution that will not require file modification.
If you’re OK modifying the parent theme file, edit the js > avia-snippet-lightbox.js script. Look for this code:
image: { titleSrc: function(item){ var title = item.el.attr('title'); if(!title) title = item.el.find('img').attr('title'); if(!title) title = item.el.parent().next('.wp-caption-text').html(); if(typeof title == "undefined") return ""; return title; } },
This code looks for the title attribute or the wp-caption-text container.
Best regards,
Ismael -
AuthorPosts