Forum Replies Created
-
AuthorPosts
-
Hey kinnear,
Thank you for the inquiry.
We are not able to check the page because it is password-protected. Please include the info in the private field.
Best regards,
IsmaelHi,
Which plugin did you use? According to the plugin description, you need to select the post types for which post views will be counted. Did you enable it for the product post type?
Option to select post types for which post views will be counted and displayed.
3 methods of collecting post views data: PHP, Javascript and REST API for greater flexibility
Compatible with data privacy regulationsPlease contact the plugin developers for additional assistance.
Best regards,
IsmaelHi,
For the “Livraison en Afrique” page, please add this css code to adjust the size of the slider image on mobile view:
#top .av-m7utj0fm-55a4085e08fb8dd95eeb6325426a31b7 li img { height: 300px; object-fit: cover; object-position: right; }
Best regards,
IsmaelHi,
Thank you for the update.
Did you add any filters or code in the functions.php file? Please provide the login details in the private field so that we can check the issue further. Make sure that the Appearance > Theme File Editor is accessible.
Best regards,
IsmaelHey Tanja,
Thank you for the inquiry.
Since the Advanced Layout Builder is being used for the posts, you will need to manually specify the summary or excerpt. Edit one of the posts, then enable the Excerpt field from the Screen Options, or in Preferences > General > Document Settings.
Best regards,
IsmaelHey Tanja,
Thank you for the inquiry.
You can adjust the default fonts for the headings in the Enfold > General Styling > Fonts panel. Look for the “Heading Font” option. This can also be adjusted in the Enfold > Advanced Styling panel.
We tried logging in, but the username provided above does not exist. Please check and confirm.
Best regards,
IsmaelHi,
Thank you for the info. Are there any other issues aside from the search icon? You can leave the modification as it is for now.
Best regards,
IsmaelHey Katja,
Thank you for the inquiry.
Please add this css code to adjust the color of the active mobile menu items and the search icon:
.html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover { color: #000000; } .header_color .main_menu ul:first-child > #menu-item-search > a svg:first-child { stroke: #fff; fill: #fff; }
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings.
Best regards,
IsmaelMarch 7, 2025 at 6:59 am in reply to: Limit quantity of categories listed in categories widget #1478831Hey Tanja,
Thank you for the inquiry.
Are you using the default Categories widget? If so, you can add this filter in the functions.php file:
function avf_widget_categories_args_mod( $cat_args, $instance ) { $cat_args['number'] = 10; // Limit to 10 categories. return $cat_args; } add_filter( 'widget_categories_args', 'avf_widget_categories_args_mod', 10, 2 );
Best regards,
IsmaelHi,
The Reddit social icon has no closing li tag. Please correct the HTML.
<ul class="noLightbox social_bookmarks"> <li class="social_bookmarks_reddit av-social-link-reddit social_icon_5"> <a title="Reddit" href="https://www.reddit.com/r/BlissfullCreations" target="_blank" aria-label="Link to Reddit" aria-hidden="false" data-av_icon="" data-av_iconfont="entypo-fontello"> <span class="avia_hidden_link_text">Reddit</span> </a></li> <li class="social_bookmarks_youtube av-social-link-youtube social_icon_6"> <a title="YouTube" href="https://www.youtube.com/channel/UCQ-MrMjj0FI4mScprdzFlxg" target="_blank" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"> <span class="avia_hidden_link_text">YouTube</span> </a></li> </ul>
Best regards,
IsmaelHi,
I go back and re-enable JS and CSS minfication and disable the delete old?
The scripts and css are already minified/compressed using the WP-Super-Minify plugin, so it’s not necessary to activate the default compression. If you prefer, you can deactivate the plugin and use the theme’s built-in option instead.
Best regards,
IsmaelHey lara666,
Thank you for the inquiry.
We checked the actual image, but it doesn’t exist — please check the link in the private field. Kindly try uploading the logo image again in both the Enfold > Theme Options > Logo and Enfold > Theme Options > Transparency Options > Transparency Logo settings. Let us know the result.
Best regards,
IsmaelHi,
number the article has been seen
This is not available in the theme by default, but you can try these plugins.
— https://wordpress.org/plugins/post-views-counter/
— https://wordpress.org/plugins/wp-post-views/Best regards,
IsmaelHey wzshop,
Thank you for the inquiry.
Yes, the privacy cookies can control reCAPTCHA, but only if it has been configured in Enfold > Google Services > Google reCAPTCHA settings, and you are using the default Contact Form element from the Advanced Layout Builder. You can use the cookie shortcode av_privacy_google_recaptcha to display the privacy toggle.
Google reCaptcha Settings: [--av_privacy_google_recaptcha--]
Best regards,
IsmaelHi,
Great! Glad to know that you managed to resolve the issue. Please don’t hesitate to open another thread if you have more questions. Have a nice day.
Best regards,
IsmaelHey TheConduitLondon,
Thank you for the inquiry.
We noticed that the image Slide-16_9-9-11-ezgif.com-png-to-webp-converter.webp was not preloaded. Please try to use this plugin to preload images above the fold.
— https://wordpress.org/plugins/preload-lcp-image/
Another recommendation is to Reduce Javascript Execution Time, mostly related to third party scripts.
Review your plugins and embedded code, and make sure all of them are necessary. Remove any that are not being used.
Best regards,
IsmaelMarch 7, 2025 at 6:02 am in reply to: Single Product Slider and/or Product Grid Plugin Additions #1478823Hi,
We remember adding it to the Quick CSS field, but it’s not there anymore. The css you posted above is being overridden by this rule in the woocommerce-mod.css file.
.responsive #top #main .products .product { margin: 0 0 20px 0; width: 100%; }
You can also add the same css manually in the live site if necessary.
Best regards,
IsmaelHey jonroot,
Thank you for the inquiry.
You can add use the following css code to adjust the size of the arrow-down element.
.avia_transform .av-extra-border-element.border-extra-arrow-down .av-extra-border-inner { position: absolute; left: 50%; width: 200px; height: 200px; -webkit-transform: translateX(-50%) rotate(45deg); transform: translateX(-50%) rotate(45deg); top: -120px; } .avia_transform .av-extra-border-element.border-extra-arrow-down { position: relative; width: 300px; height: 200px; left: 50%; margin-left: -52px; margin-top: -1px; z-index: 25; margin-bottom: -200px; clear: both; }
You may need to insert a Separator/Whitespace element to the succeeding sections to push the content away from the larger arrow.
Best regards,
IsmaelHi,
Thank you for the offer, but unfortunately, we don’t provide support via TeamViewer or similar remote access tools. We can only assist through this support forum. What we recommend is to clone the site to a staging environment — not the entire site, just the part where the issue can be seen. Remove all sensitive information, then provide us with the site URL, and we’ll take a look.
Best regards,
IsmaelHi,
Would you mind providing a screenshot of the issue with recaptcha/api2/logo_48.png image? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. Here are the steps to follow:
1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
2.) Locate the option to upload a file or an image.
3.) Select the screenshot file from your computer or device and upload it to the platform.
4.) After the upload is complete, you will be provided with a shareable link or an embed code.
5.) Copy the link or code and include it in your message or response to provide us with the screenshot.Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.
Best regards,
IsmaelHey ddecort,
Thank you for the inquiry.
It’s possible there are script errors preventing the forms from working correctly. Where can we check the issue? Please create a test page and provide the URL in the private field.
Best regards,
IsmaelMarch 7, 2025 at 5:30 am in reply to: Bei Enfold Automatische Aktualisierungen aktivieren? Enfold Enable auto-updates? #1478817Hi,
Sorry for the confusion. What we meant is that theme updates are handled differently compared to other themes available in the WordPress theme library. As mentioned above, updates are managed by ThemeForest/Envato, and we have minimal control over them. Unfortunately, this will not change anytime soon.
Best regards,
IsmaelHey MarcusJeroch,
Thank you for the inquiry.
It’s possible that there is invalid custom css conflicting with the existing styles that control the visibility of the elements. Please provide the site URL in the private field so that we can check the issue further.
Best regards,
IsmaelHi!
Thank you for the inquiry.
Go to the Media > Library panel, look for the logo image, then specify the alt text in the Alternative Text field. This will be automatically used as the alt text for the logo.
Regards,
IsmaelHi,
Thank you for the inquiry.
Is the avia_title override still active? What happens when you disable it? The filter provided in the following threads might help:
— https://kriesi.at/support/topic/change-blog-latest-news-title/#post-1467939
— https://kriesi.at/support/topic/change-blog-latest-news-title/#post-1467959You may need to update this condition and use the actual title of your blog page.
if ( $args['title'] == 'Blog - Latest News' ) {
Best regards,
IsmaelHi,
Thank you for the info. This will be included in the documentation. Have a nice day.
Best regards,
IsmaelHi,
It’s possible that invalid html tags have been inserted into the existing elements. You may need to remove this part and recreate it from scratch because it broke the layout of the builder.
Best regards,
IsmaelHi,
You can add this css code to adjust the padding around the gallery images.
#top div .avia-gallery img { padding: 0; }
Make sure to upload images with the same size and aspect ratio to create a consistent grid without unwanted spaces or gaps.
Best regards,
IsmaelHi,
We ca’t find the “livraison en Afrique” page. For the Financement page, you can include this css code:
.av-m7nj2xd7-f8dc5edf704b129f594536c49dabd9b8.avia-slideshow li img { height: 300px; object-fit: cover; object-position: right; }
Another option is to hide the current slider on mobile view by editing the Element Visibility options in the Advanced > Responsive panel, then add another slider with an image that is specifically resized for mobile view.
Best regards,
Ismael -
AuthorPosts