Forum Replies Created
-
AuthorPosts
-
November 2, 2020 at 5:06 am in reply to: Advanced Layer slider nav arrows messed up since last theme update #1257512
Hi!
We understand. Again, we would like to apologize for the mistake. Please post the login details again in the private field so that the team could access the dashboard and check the issue further. For the meantime, please try to disable the Performance > File Compression settings, see if that helps with the font file issue.
Cheers!
IsmaelNovember 2, 2020 at 4:35 am in reply to: Advanced Layer slider nav arrows messed up since last theme update #1257497Hi,
Deactivating plugins while debugging issues is a common procedure in our work, so sometimes we tend to forget to ask permissions prior. Is there a staging or development version of the site? It is probably safer if we try to solve the issue there instead.
Have you tried our previous suggestions?
I will forward this thread to our channel so that other moderators can help out.
Best regards,
IsmaelHi,
Thank you for the update.
We could manually disable the image click and the navigation options for the gallery module, but this will have to be done directly in the lightbox script or file, so using css is still the better option.
Please add this css code to disable the image click and the image counter.
img.mfp-img { pointer-events: none; } .mfp-counter { display: none !important; }
If you want to edit the script file directly, please check this documentation.
// https://dimsemenov.com/plugins/magnific-popup/documentation.html#options
The lightbox script is inside the enfold\js\avia-snippet-lightbox.js file.
Best regards,
IsmaelHi,
The login account is not working or is not valid. Please check the info carefully.
Did you enable the Performance > File Compression settings? This will overrule the previous option, so the theme will still load all assets for every elements or shortcodes. To further optimize the site, please check the article below.
// https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow
Best regards,
IsmaelHi,
Yes, please post the login details in the private field so that we could check the sliders properly.
Thank you for the update.
Best regards,
IsmaelHi,
Have you tried using the do_shortcode function? The masonry template is in the enfold\config-templatebuilder\avia-shortcodes\av-helper-masonry.php file.
// https://developer.wordpress.org/reference/functions/do_shortcode/
If you need further assistance, please do not hesitate to open a new thread. We will close this one for now.
Best regards,
IsmaelNovember 2, 2020 at 3:58 am in reply to: Portfolio Ajax loading page or entry builded with standar tools -no code- #1257490Hi,
Thank you for the clarification.
You cannot use the Advance Layout Builder (ALB) for the portfolio preview by default, only the Insert Shortcode Wand as we mentioned previously. The shortcode wand contains the same builder elements or content as the ALB, but without the full width elements such as the color section or grid row.
Best regards,
IsmaelHi,
It turned out to be an issue with the default Lazy Loading feature. To fix the issue temporarily, we disabled Lazy Loading in the Enfold > Performance > Responsive Images And Lazy Loading section. We will forward the issue to our channel for further inspection.
Thank you for your patience.
Best regards,
IsmaelHi,
Unfortunately, we are still not sure why the ALB elements do not show up when using an editor account. Is there a staging or development version of the site? We would like to further check the issue there if possible. Please post the WP and FTP credentials in the private field.
Thank you for your patience.
Best regards,
IsmaelNovember 2, 2020 at 2:51 am in reply to: Yoast not adding page number to home pagination title #1257486Hi,
The login info above is incorrect. Please check the user and password info carefully. For additional assistance, please try to contact the plugin developers.
Thank you for your patience.
Best regards,
IsmaelHi,
1.) The only solution for this is to decrease the content in the page because we will not be able to trim down the current html or markup of the elements without losing styling or functionality.
2.) Did you minify the js and css files, and install a caching plugin? This should help in minimizing the time needed to completely load the page and to allocate more resources to other workload.
If you require more help with the optimization, please consider hiring a freelance developer or contact an agency specializing in site optimization. We will close this thread for now.
Best regards,
IsmaelNovember 2, 2020 at 2:20 am in reply to: Multilanguage results in ajax search with Polylang and Relevanssi #1257483Hey!
Sorry for the delay. Is there a staging or a development version of the site? We would like to further check the issue in the development version of the site.
We might be able to fix the issue with the AJAX search results using the following filter, but it will not work with the default search results. Please add this code in the functions.php file.
/** * Ajax Search Query current language */ function avf_modify_ajax_search_query($search_parameters) { $language = pll_current_language(); parse_str($search_parameters, $params); $params['lang'] = $language; $search_parameters = http_build_query($params); return $search_parameters; } add_filter('avf_ajax_search_query', 'avf_modify_ajax_search_query', 10, 1); function avf_modify_ajax_search_messages($search_messages) { $search_messages[all_results_link] = pll_home_url().'?'.http_build_query($_REQUEST); $search_messages[no_criteria_matched] = '<a class=\'ajax_search_entry ajax_search_entry_view_all\' href=\'' .$search_messages['all_results_link'].'\'>'.$search_messages['view_all_results'].'</a>'; return $search_messages; } add_filter('avf_ajax_search_messages', 'avf_modify_ajax_search_messages', 10, 1);
Cheers!
IsmaelHi,
Thank you for the update.
We could apply the zoom effect to the masonry image with this css code.
.av-masonry-entry.isotope-item .av-masonry-image-container:hover img { transform: scale(1.5); }
And for the image element, try this one.
.avia-image-container.av-hover-grow, .avia-image-container.av-hover-grow .avia-image-container-inner, .avia-image-container.av-hover-grow .avia-image-overlay-wrap a.avia_image { overflow: hidden !important; }
Best regards,
IsmaelOctober 30, 2020 at 8:35 am in reply to: WooCommerce – variation pictures of variable product not changing #1256988Hi,
Thank you for the info.
As suggested previously, we set the Enfold > Shop Optionen > Produkt-Galerie settings to the second option to switch to the default Woocommerce gallery with the variation image switch. It is working properly now.
Best regards,
IsmaelHi,
Thank you for the info.
That is how the sliders animate by default. The item starts from the left, then slides to the right. If you need to create a custom animation, please try to use the Layer Slider.
Best regards,
IsmaelHi,
Thank you for following up.
We edited the css code a bit and added the !important rule to place more priority to it so that it overrides the default style. We also deactivated the cache plugin temporarily. Before checking the page, please do not forget to do a hard refresh or remove the cache.
Best regards,
IsmaelHi,
Thank you for the update.
Would you mind sharing the login details of the site? We would like to access the dashboard and check the page. Please post the login info in the private field.
Best regards,
IsmaelOctober 30, 2020 at 6:50 am in reply to: wp_dequeue_style not working when trying to remove unused CSS from front page #1256982Hey caweint,
Thank you for the inquiry.
Did you enable the css and js file compression settings? These settings will override the “Load only used elements” option, so the theme will still load all assets including files for the elements that are not actually added in the site. This is to make sure that compressed files contain all assets from all elements regardless of the page or of the elements that are actually present in the page.
Best regards,
IsmaelHey emilconsor,
Thank you for the inquiry.
By default, the lightbox script will include all images in the page unless they are specifically grouped into sets. What we could do is disable the lightbox arrows or navigation with css to prevent the users from switching from one image to another.
Please add this css code in the Quick CSS field or the child theme’ style.css file.
.single button.mfp-arrow { display: none !important; }
Best regards,
IsmaelHi,
Thank you for the update.
This should be possible but we have to directly edit the enfold\includes\helper-privacy.php file. The heading element can be found around line 1847:
$sc_content .= "[av_heading tag='h3' padding='10' heading='{$heading}' color='' style='blockquote modern-quote' custom_font='' size='' subheading_active='' subheading_size='15' custom_class='' admin_preview_bg='' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' margin='10px,0,0,0'][/av_heading]";
Replace the value of the tag attribute or parameter.
Best regards,
IsmaelHi,
@Vasilis: Thank you for that info. Glad to know the plugin update helped in fixing the issue.
@manzo: Sorry for the confusion. How many images in total did you add in one page? You might want to consider moving the images on separate pages to optimize the loading speed of each page instead of stacking all images in a single page. But if this is really necessary, please try to use the following snippet in the functions.php file to force the window to resize, which should cause the gallery items to reposition while the page is loading.add_action('wp_footer', 'ava_auto_resize'); function ava_auto_resize(){ ?> <script> (function($){ var int = window.setInterval(function(){ $(window).trigger('debouncedresize resize'); }, 1000); $(window).load(function () { setTimeout(function() { clearInterval(int); }, 5000); }); })(jQuery); </script> <?php }
Best regards,
IsmaelHi,
Yes, we can see that the page layout is broken but there are no errors or warnings that might lead us to the actual cause of the issue. What is the current version of the theme? Please try to upgrade it to version 4.7.6.5, then post the login details in the private field so that we could check the issue further.
Additional info from the plugin developers will help.
Thank you for your patience.
Best regards,
IsmaelHi,
Thank you for the info.
It is it now working because the following css code overrides the other.
.woow1 { margin-bottom: 20px; width: 50% !important; display: inline-grid !important; }
Please try to add the !important rule in the width property or move the css code that we suggested below the one above.
Best regards,
IsmaelHey RMConnection,
Thank you for the inquiry.
Are you using another extension or plugin for the Stripe payment gateway? Sometimes when we add a product to the cart, we get an error or an alert box saying “Stripe payment is not defined”, which might be related to the issue. And when we try to checkout, Stripe is not available as an option. Did you disable the Stripe plugin?
You may need to contact the plugin developers for additional assistance.
Best regards,
IsmaelOctober 29, 2020 at 9:50 am in reply to: Special Heading only loaded when "All Elements" have to be loaded #1256644Hi,
Might it be a caching issue? Does it work correctly when the cache plugin is disabled? Just to be safe, you might have to temporarily disable the Load only used elements option until we find the actual cause of the issue. Is there a staging or development version of the site?
Thank you for your patience.
Best regards,
IsmaelHey Underkult,
Thank you for the inquiry.
Did you apply the images as the slide’s background? If so, then you might need to set the Slide Background Image > Size settings to Cover to force the image to cover the entire slider area.
Best regards,
IsmaelHey Benjamin Taub,
Thank you for your interest in the theme.
Would you like a slider that rotates one at a time? If so, then you could use the Full Width or Full Screen Slider elements or you could also use the third party extension Layer Slider which is also included in the theme. You will find some of the the slider demo below.
// https://kriesi.at/themes/enfold-2017/
// https://kriesi.at/themes/enfold/Best regards,
IsmaelHi,
Thank you for the info. This seems to be related to the following thread.
// https://kriesi.at/support/topic/content-element-does-not-work-with-web-links/#post-1255388
The issue is cause by the pseudo container’s stack order as you observed.
Best regards,
IsmaelHi,
Thank you for the inquiry.
The Google ReCAPTCHA option does not work on initial load because the Enfold > Privacy & Cookies > Cookie Handling > Default Cookie Behavior is set to the third option. This blocks the recaptcha script and only loads it when the user accepted the cookies. If you want it to work automatically on page load without user content, the Default Cookie Behavior has to be set to the first or second option.
Best regards,
IsmaelOctober 29, 2020 at 7:55 am in reply to: Enfold remove Yoast woocommerce footer schema graph #1256617 -
AuthorPosts