Forum Replies Created
-
AuthorPosts
-
Hey Rocuant,
Thank you for the inquiry.
The post comment count and category are not displaying in the publicaciones page, so it seems that the settings are actually working. Is this correct? If this is not the case, please provide a direct link to the page where the issue occurs.
Best regards,
IsmaelJanuary 13, 2021 at 5:22 am in reply to: Enfold and 'woocommerce mix and match' plugin – add to cart button not working #1272021Hi,
Thank you for the inquiry.
Glad to know that you have found a working solution. Disabling the file compression settings will just prevent the theme from merging the scripts and stylesheets into a single compressed file, but you should still be able to do this using a different plugin such as Autoptimize or BWP Minify.
Best regards,
IsmaelJanuary 13, 2021 at 5:15 am in reply to: Background image in Advanced layer slider doesn’t resize on tablet or phone #1272020Hey Liliane,
Thank you for the inquiry.
Have you tried adjusting the Slider Settings > Layout > Slide Type & Dimension settings? It actually looks fine on our end — the slider resizes properly as you can see in the screenshot below.
Screenshot: https://imgur.com/D6JJZt2
How would you like the slider to display on smaller screens?
Best regards,
IsmaelHey grassifrancesca,
Thank you for the inquiry.
It might not be working correctly because the site contains or is still using an older version of the theme. Please try to update the theme from version 4.5 to the latest version, which is 4.7.6.4. After the theme update, try to disable the Performance > File Compression settings temporarily. Let us know if that helps.
Best regards,
IsmaelHey Nik,
Thank you for the inquiry.
We cannot check the site because it is currently on maintenance mode. Please post the login details in the private field so that we could check the site further.
To adjust the position of the shop banner, you may need to use a different hook for the avia_woocommerce_overview_banner_image function or callback. Currently, the function is attached to the woocommerce_before_shop_loop action hook in the enfold\config-woocommerce\config.php file.
add_action( 'woocommerce_before_shop_loop', 'avia_woocommerce_overview_banner_image', 10); add_action( 'woocommerce_before_shop_loop', 'woocommerce_taxonomy_archive_description', 11 );
Best regards,
IsmaelHi,
Thank you for the inquiry.
The title of the products in the related section are now displaying correctly. Is this fixed? As @Guenni07 explained, the title was not displaying because of the css modification.
Best regards,
IsmaelJanuary 13, 2021 at 4:38 am in reply to: Search symbol shows only headline but not the searched context #1272013Hey werbeagenturlauf,
Thank you for the inquiry.
Would you like to display the summary or excerpt of the searched items? You may need to manually add them using the Excerpt box in the page or post editor because the content created using the Advance Layout Builder (ALB) will not automatically display in the search results page. If you do not see an Excerpt box in the post editor, enable it from the Screen Options.
Best regards,
IsmaelHi!
Thank you for the update.
Y’all helped us remove them from our company site
You might be referring to this snippet or filter, which modifies the post link.
// https://kriesi.at/support/topic/masonry-gallery-order-and-sizing/#post-741588
UPDATE: We tested the filter but for some reason it is no longer working as expected. It does remove the base slug, but the portfolio item returns a 404 error page. We will let you know once we have found the issue.
The solution from this article might help.
// https://kellenmace.com/remove-custom-post-type-slug-from-permalinks/
Regards,
IsmaelJanuary 12, 2021 at 10:00 am in reply to: Adding button to mute/unmute audio on fullscreen background video #1271792Hi,
We are still trying to figure out why this is not working on Safari browsers. You can check the discussion in the following thread.
// https://kriesi.at/support/topic/mediaelementplayer-and-safari/
Best regards,
IsmaelHey!
These file-size is best for the file – but we recognize that a lot of the calculated are much bigger than the original file.
Since the previous filters are not working in the child theme, it is possible that the quality is still set to 100, or that the compression level was not decreased during the time the images are uploaded, and thus the size of the generated thumbnails are bigger compare to the original image. If am not mistaken, you are already aware of this.
Cheers!
IsmaelHi,
The image used in the lightbox container is actually a thumbnail. Please try to add this snippet in the functions.php file to adjust the compression quality of the uploaded images including the thumbnail used in the lightbox container. And after adding the code, refresh the page, then upload the images again or regenerate the thumbnails.
add_filter("avf_jpeg_quality", "avf_set_quality_mod", 9999, 1); add_filter("avf_wp_editor_set_quality", "avf_set_quality_mod", 9999, 1); function avf_set_quality_mod($quality) { $quality = 80; return $quality; }
The theme sets the default quality to 100.
Best regards,
IsmaelJanuary 12, 2021 at 9:38 am in reply to: Using Smart WooCommerce Search in place of the theme search #1271787Hi,
It is possible but it will require modifications that are beyond the scope of support. By default, the search template is only used to display default posts, but not products. You may need to hire a freelance developer or contact our partner Codeable to help you with the customization.
// https://kriesi.at/contact/customization
Best regards,
IsmaelHi,
Yes, that should work if you are not planning to translate Woocommerce pages to another language. You should be able to translate default pages and posts using Polylang without the extra plugin. However, if you are having issue with the plugins, you may need to contact the plugin developers for further assistance.
Thank you for your patience.
Best regards,
IsmaelHi,
Thank you for following up.
Is it alright if we have access to the dashboard? We would like to check if lazy loading is actually not affecting the CLS score. And according to the pagespeed insight tool, there are too many elements in the DOM or the page, or that the content is quite long. You may have to consider removing some of the elements if possible.
Best regards,
IsmaelJanuary 12, 2021 at 9:16 am in reply to: Falsche Anordnung der Grid Rows in der mobilen Ansicht #1271782Hi,
Edit one of the Grid Row element, go to the Advanced tab and in the Responsive toggle, you should find the Element Visibility settings. They are a set of checkboxes that you could use to control the visibility of the element on different devices or screen sizes.
Thank you for your patience.
Best regards,
IsmaelHi,
Thank you for the info.
Since we are clicking a link with anchor, it is possible that it is also triggering the smooth scroll function from the theme and of course it is using jQuery. Did you also install a plugin called Page Scroll to ID? Based on the screenshot, a script page-scroll-to-id.min.js is also used when clicking on the link.
Best regards,
IsmaelHi,
Thank you for the info.
We cannot reproduce the same issue on our installation, so it is possible that this unwanted behavior is cause by a plugin or a third party script. Is there a development version of the site? Please try to disable the plugins temporarily, then check the menu editor again.
Best regards,
IsmaelHey A,
Thank you for the inquiry.
We found the videos in the first and third slide and both of them are playing automatically. Did you replace the second video with a locally hosted video instead of using vimeo?
Best regards,
IsmaelHey ancrerouge,
Thank you for the inquiry.
What is the actual name of the widget in your language? And where did you add it? Please post the actual name of the widget and provide a link to the page where the widget is supposed to display.
Best regards,
IsmaelHey akodo,
Thank you for the inquiry.
Could you provide a screenshot of the navigation issue? We could not reproduce it on our end and this is what we see on initial load.
Screenshot: https://imgur.com/Fb4Kbsb
Best regards,
IsmaelHey dadisk8,
Thank you for the inquiry.
You could use the following plugin to provide translations for texts or strings that are not yet translated.
// https://wordpress.org/plugins/loco-translate/
Another solution is to use the following plugin to replace the default text with another.
// https://wordpress.org/plugins/say-what/
Best regards,
IsmaelJanuary 12, 2021 at 7:11 am in reply to: Trying to get 2 images to sit at the bottom left and right of the screen. #1271767Hey rescott72,
Thank you for the inquiry.
You may need to set the position property of the text or code block element containing the images to absolute instead of fixed so that they are positioned relative to the parent container, and so that they do not scroll along with the document. Have you tried that?
Best regards,
IsmaelJanuary 12, 2021 at 7:04 am in reply to: Delete Lightbox Image description in Gallery Element #1271765Hey RosannaK,
Thank you for the inquiry.
The lightbox by default uses the title of the image or the value of the title attribute as the image description. To hide it, we could use this css code.
.mfp-title { display: none !important; }
You could also edit the title and caption value of the images in the Media > Library panel.
Best regards,
IsmaelHi,
What is the actual slug of the Bulldog Businesses post type? In the avf_alb_supported_post_types filter, you have to use the slug of the post type instead of its name.
Example:
function avf_alb_supported_post_types_mod( array $supported_post_types ) { $supported_post_types[] = 'businesses'; return $supported_post_types; } add_filter('avf_alb_supported_post_types', 'avf_alb_supported_post_types_mod', 10, 1);
Best regards,
IsmaelJanuary 12, 2021 at 6:54 am in reply to: Category Page text spacing issues – how to remove "read more" and display post #1271760Hey rendersby,
Thank you for the inquiry.
Looks like the text or paragraph alignment has been set to justify, but we are not seeing the issue anymore. Did you adjust the style of the post content?
// https://www.w3schools.com/cssref/pr_text_text-align.ASP
Unfortunately, it is not possible to display the full content of the ALB in the archive or category pages without significant modification in the template files.
Best regards,
IsmaelJanuary 12, 2021 at 6:46 am in reply to: All featured images and homepage full width slider are severely messed up #1271751Hey samanthashea,
Thank you for the inquiry.
The site or the section with the hero image is not loading at all on mobile view, and it might be due to this error.
Uncaught TypeError: can't access property "load", google.charts is undefined <anonymous> https://site.com/wp-content/cache/autoptimize/js/autoptimize_94dd58b7cc85f595286a6b5b508a0e87.js:1689 autoptimize_94dd58b7cc85f595286a6b5b508a0e87.js:1689:50
Did you install a charts plugin from Google? Please try to disable the Autoptimize plugin temporarily, then purge the cache.
Best regards,
IsmaelJanuary 12, 2021 at 6:41 am in reply to: Amazon Site Stripe Photods have disappeared from this post #1271744Hey samanthashea,
Thank you for the inquiry.
The images are visible on our end, but we notice that they take a bit while to load. Did you install or enable lazy load option? Please check the screenshot below.
Screenshot: https://imgur.com/nQ8f5Kx
Best regards,
IsmaelHey gregorh,
Thank you for the inquiry.
We have not included it in the privacy options yet, but users should be able to simultaneously disable or enable both analytics scripts using the current cookie toggle for the tracker. This is possible as long as both scripts are inside the Enfold > Google Services > Google Analytics.
Both version of analytics generate the same cookies, so using the Custom Cookie option may not work. But if you would like to create your custom solution, the function that renders the analytics script is inside the functions-enfold.php file. Just look for the avia_print_tracking_code function.
We are not actually sure if it is possible or if it is necessary to use both versions of the analytics script in the same site.
Best regards,
IsmaelHi,
Thank you for the info.
The Advance Layout Builder (ALB) cannot be used to edit content that was added using the Elementor builder. They generate different content for the post, so you have to choose beforehand which builder you would actually like to use and stick to it.
Best regards,
IsmaelJanuary 11, 2021 at 1:45 pm in reply to: Icon grid with images not working anymore because of special characters? #1271590Hi,
Thank you for following up.
You do not need to add the whole line in the file. All you need to do is remove the esc_html function wrapping the title attribute, or this part.
esc_html( $atts['title'] )
It should be replaced with..
$atts['title']
Let us know if it works. Please do not forget to purge the cache or do a hard refresh before testing it.
Best regards,
Ismael -
AuthorPosts