Forum Replies Created
-
AuthorPosts
-
April 16, 2021 at 5:41 am in reply to: Problem using the Enfold 4.8.1 + Product slider for woocommerce 3.0.4 #1294681
Hey JoaoBrots,
Thank you for the inquiry.
The product slider sometimes load, but most of the time, it does not. We have found this error in the console, which be causing the issue.
Uncaught TypeError: Cannot read property 'indexOf' of undefined at S.fn.init.S.fn.load (jquery.min.js?ver=3.5.1:2) at HTMLImageElement.<anonymous> (jquery.bxslider.min.js?ver=3.0.4:10) at Function.each (jquery.min.js?ver=3.5.1:2) at S.fn.init.each (jquery.min.js?ver=3.5.1:2) at HTMLImageElement.<anonymous> (jquery.bxslider.min.js?ver=3.0.4:10) at Function.each (jquery.min.js?ver=3.5.1:2) at S.fn.init.each (jquery.min.js?ver=3.5.1:2) at g (jquery.bxslider.min.js?ver=3.0.4:10) at c (jquery.bxslider.min.js?ver=3.0.4:10) at d (jquery.bxslider.min.js?ver=3.0.4:10)
Try to install this plugin and set jQuery to legacy mode.
// https://wordpress.org/plugins/enable-jquery-migrate-helper/
This might help fix the bxslider script issue temporarily.
Best regards,
IsmaelHi,
Thank you for the inquiry.
How did you add the “bergen” font, and where did you get the font file? Please provide the font URL in the private field.
Best regards,
IsmaelHi!
Thank you for the update.
It seems to be working properly on our end, as shown in the screenshot below.
Screenshot: https://imgur.com/L078trT
Did you purge the cache or remove the browser history in your phone?
Regards,
IsmaelHey Saskbison,
Glad to know that you have already found a solution. Please let us know if you need anything else. We will close this one for now.
Have a nice day.
Best regards,
IsmaelHey smakarate,
Thank you for the inquiry.
We are not yet sure how would that work, and we have no idea how the widgets or the calendly plugin are setup. Have you tried asking the plugin authors? They should be able to help you out, since they are more familiar with the plugin.
And if you are looking to add some kind of logic to the widgets, one of these plugins should do the job.
// https://wordpress.org/plugins/conditional-widgets/
// https://wordpress.org/plugins/widget-logic/Best regards,
IsmaelApril 16, 2021 at 5:11 am in reply to: fontello icons do not render, htaccess is not available, CORS is not the problem #1294672Hi,
Sorry for the delay. The icons are visible when we checked the site. Is this fixed? If you are not seeing the icons on your end, please try to disable the Performance > File Compression settings temporarily, then purge the cache, or try to check the site on incognito mode.
Thank you for your patience.
Best regards,
IsmaelApril 16, 2021 at 5:06 am in reply to: Enfold shop demo set up some only text related product links that dissapeared #1294671Hey Harold,
Thank you for the inquiry.
Are you referring to the related products section that is displayed in the following page?
// https://kriesi.at/themes/enfold-shop/product/woman-blazer-anadra/
This section should automatically show up as long as you are using the default editor. The related products section will not automatically display when the Advance Layout Builder is active, but you can still add them using the Plugin Additions > Related Products element.
Best regards,
IsmaelHey João,
Thank you for the inquiry.
1.) It is possible that the translation file is incomplete, so you will have to add the missing translations manually using the following plugin.
// https://wordpress.org/plugins/loco-translate/
Or edit the includes > loop-single.php file directly, and edit this code around line 123.
$current_post['content'] = $blog_content == 'excerpt_read_more' ? $current_post['content'].' <div class="read-more-link"><a href="' . get_permalink() . '" class="more-link">' . __( 'Read more', 'avia_framework' ) . '<span class="more-link-arrow"></span></a></div> ' : $current_post['content'];
2.) We could use this css code to apply a minimum height to the iconbox content container.
.iconbox_content { min-height: 115px; }
Best regards,
IsmaelApril 16, 2021 at 4:48 am in reply to: Typewriter Animation Not Working in My Color Section #1294667Hey Brian,
Thank you for the inquiry.
The element worked fine outside a color section when we tested it on our installation. Where can we see the issue? The rotator in your home page is inside a color section.
Best regards,
IsmaelApril 16, 2021 at 4:34 am in reply to: Adding animated gif next to the social media icons header #1294665Hi,
You may need to replace the name and ID of the social icon here.
/** Add new icon as an option for social icons **/ function avia_add_custom_social_icon($icons) { $icons['Animated Image'] = 'animated'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
And edit the css code that @Guenni007 provided above, replace every instance of the “animated” keyword with the new name.
So if you replaced the social icon name and ID with “Live Stream” and “livestream” for example..
$icons['Live Stream'] = 'livestream';
.. the selector in the css code would be.
#top .main_menu .social_bookmarks li.social_bookmarks_livestream
Best regards,
IsmaelHey sberendss,
Thank you for the inquiry.
When switching to the Advance Layout Builder, the whole page should be blank, so there should be no duplicate data. The available builder elements for products are currently limited, but you can create custom elements if it is really necessary. Please check the following documentation for more info on how to create a new shortcode path in the child theme directory, where you can create new builder elements.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb
Best regards,
IsmaelHey alannesbitt,
Glad to know that it is fixed. Please feel free to open another thread if you need anything else.
Have a nice day.
Best regards,
IsmaelHey Montviso,
Thank you for the inquiry.
Yes, the style Perfect Manual Masonry can be only used for the Masonry element. The “Manual” there is the “portrait” and “landscape” keyword, which can can be added as tags on posts to manually control the aspect ratio of the featured images. You might still be able to do it in a Masonry Gallery, but you have to really control the size and aspect ratio of the uploaded images.
Best regards,
IsmaelApril 16, 2021 at 3:57 am in reply to: Cannot translate WooCommerce Templates with WPML string translation #1294660Hey Hotelsolutions,
Thank you for the inquiry.
Which specific strings or text are you trying to translate? It is possible that the text are from a plugin or a custom template, or the page is cached. You may need to purge the cache or try to check it on incognito mode.
Best regards,
IsmaelHi,
@Kate: You can use this css code to adjust the position of the consent bar, or to move it higher up the page.
.avia-cookiemessage-bottom-left { bottom: 60px; left: 60px; }
Adjust the bottom position value if necessary.
Best regards,
IsmaelHi Shalenie!
Thank you for the inquiry.
Try to use this css code to disable the featured image link or any mouse events on learndash posts.
.single-sfwd-courses .big-preview a { pointer-events: none !important; }
You may need to toggle or temporarily disable the Performance > File Compression settings after adding the css code.
Regards,
IsmaelApril 15, 2021 at 11:52 am in reply to: Customize category pages to look like "ALB build" blog posts (thumbnails, etc). #1294562Hi,
Thank you for the update.
Page redirect is not necessary but since you wanted the category page to look similar to a page created using the advance layout builder, then a page redirect should help, otherwise, you will have to manually modify the archive.php file and add the builder elements manually.
In order to copy a builder element and add it in a template, you will have to extract the shortcode directly from the advance layout builder. To do that, you have to set the builder to debug mode and once set, a textarea or field will display under the builder. This textarea contains the builder shortcode, which can be copied and can be added manually in a template such as the archive.php file.
To enable the debug mode, please check the following documentation.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
You should also add this filter in the functions.php file to properly render the shortcodes in the template.
function avf_custom_exec_sc_only_mod( $exec_sc_only, $obj_sc, $atts, $content, $shortcodename, $fake ) { return true; } add_filter( 'avf_alb_exec_sc_only', 'avf_custom_exec_sc_only_mod', 10, 6 );
Best regards,
IsmaelHi,
Thank you for the update.
If you want the tracker to automatically work on page load, set the Cookie Handling > Default Cookie Behavior to the first or second option. User can then manually opt out or disable the tracker from the modal popup window if they want to.
Best regards,
IsmaelHi,
Thank you for the info.
Have you tried adding the map the other way, using a plugin or a custom script? You can also use the map element from the theme. Unfortunately, we are not really sure how that error occurs, so it will not be easy for us to debug the map issue.
Would you mind posting the embed script for the map using pastebin? Did you configure the style of the map manually? According to the trace, the issue or error occurs because of an invalid style element type: label.
Best regards,
IsmaelHi,
Thank you for following up.
Did you also add the “combination of image, title and some text down under” inside the excerpt box? By default, only text is allowed in the summary or excerpt, and any html markup will be stripped or removed, which is probably why they are not visible.
Best regards,
IsmaelHi,
I see. Sorry about that, and thank you for the clarification. I do not have access to an iPhone right now, so I will forward the thread to other moderators. Please wait for their response.
This css code might help.
.html_av-overlay-side #top #wrap_all .av-burger-overlay li a { font-family: 'gothamrounded-mediumitalic'; letter-spacing: normal; text-transform: uppercase; font-weight: 400; }
After adding the code, please toggle or temporarily disable the Enfold > Performance > File Compression settings, then try to check the site on incognito mode, just to make sure that the page is not cached.
Best regards,
IsmaelApril 15, 2021 at 11:19 am in reply to: Woocommerce – move review/rating stars BETWEEN Product Title and Price on Shop #1294547Hi,
Thank you for following up.
What happens when you increase the priority of the action hook from 25 to 10?
Example:
add_action(‘woocommerce_after_shop_loop_item_title’,’woocommerce_template_loop_rating’, 10);
This should render the rating container before the price.
Best regards,
IsmaelApril 15, 2021 at 11:15 am in reply to: CLS (Content Layout Shift) Troubleshooting help please #1294544Hi,
We also noticed that the server response time is lagging on initial load in page speed insights. First load score on mobile is 77, then after immediately testing it again, the score jumps up to 88. CLS score on second test is 0, so everything seems to be OK on that part, but LCP is still not great. The tool recommended removing unused Javascript, one of them is the AMP script, which is odd, but it should improve TTI.
Screenshot of the second test: https://imgur.com/p55plUF
Thank you for your patience.
Best regards,
IsmaelHi,
The color remains blue because of this css code.
.main_color a { color: #003366 !important; }
That declaration is located in the Quick CSS field. You have to remove it, then regenerate the stylesheets, either by purging the cache or by disabling the minify plugin temporarily.
Best regards,
IsmaelApril 15, 2021 at 10:52 am in reply to: Accessibility Issue for Menu with Sub-items of sub-items #1294534Hi,
Thank you for following up.
After this block of code, we may need to check if there is still an element or another menu item next to the parent container, which is the currentItem or the li tag, and add a function that will manually focus that menu item.
currentLink.on('focus', function () { sublist.stop().css({ visibility: 'visible' }).animate({ opacity: 1 });
If you could provide the WP and FTP details, we will try to modify the code and get that behavior to work.
Best regards,
IsmaelHi,
Thank you for the inquiry.
Try to use this script instead in the functions.php file to create a navigation inside the tab section element. You have to remove the previous script and styles, and adjust the appearance of the previous and next buttons.
function ava_tab_section_arrows(){ ?> <script> (function($) { if($(".av-tabsection-navs").length == 0) { $(".av-tab-section-container").prepend("<div class='av-tabsection-navs'><div class='av-tabsection-nav-prev'>Prev</div><div class='av-tabsection-nav-next'>Next</div</div>") } $(".av-tabsection-navs div").on("click", function(e) { if(e.currentTarget.classList.contains("av-tabsection-nav-prev")) { $(".av-active-tab-title").prev().trigger("click"); } if(e.currentTarget.classList.contains("av-tabsection-nav-next")) { $(".av-active-tab-title").next().trigger("click"); } }); })(jQuery); </script> <?php } add_action(‘wp_footer’, ‘ava_tab_section_arrows’);
Best regards,
IsmaelHi,
Glad it is fixed. Thanks to @Guenni007! Let us know in another thread if you need anything else.
Have a nice day.
Best regards,
IsmaelHey smilebi,
Thank you for the inquiry.
The Performance > File Compression settings are enabled when we checked the site, which might be the reason why you are not seeing any changes. We disabled the compression temporarily. Please make sure to purge the cache and do a hard refresh before checking the page.
Best regards,
IsmaelHi,
Glad to know that the source of the issue has been found. We really tend to miss things like that. Please feel free to open another thread if you anything else.
Have a nice day.
Best regards,
Ismael -
AuthorPosts