Forum Replies Created
-
AuthorPosts
-
Hi,
@Guenni007: Looks like the filter is intended only for the ARIA attributes of the SVG logo.Best regards,
IsmaelHi,
If you need a more advanced sorting or filtering feature, we recommend FacetWP. However, it is not compatible with the portfolio element, so you will need to create your own grid.
For more assistance regarding site customization, we recommend Codeable.
— https://kriesi.at/contact/customization
Best regards,
IsmaelHi,
One thing that could probably help speed things up a bit is to preload the images used in the portfolio AJAX preview. This way, the images will be ready prior to opening the portfolio item. Another is image compression and general site or page optimization. Please check the links below for more info.
— https://www.wppagebuilders.com/preload-images-wordpress/
— https://gtmetrix.com/wordpress-optimization-guide.html
— https://wpengine.com/resources/improve-wordpress-site-speed/We also noticed that the images are in webp format. Are you using a plugin to convert them? Does it make any difference when this plugin is disabled?
Best regards,
IsmaelHey klick-design-rbh,
Thank you for the inquiry.
I would like to see these on the first page and then, when I click on them, all DecoStairs that are also on pages 2 and 3, for example, appear.
Unfortunately, the category sort or filter is limited to the items displayed on the current page, and it’s not possible to add sub-navigation. It cannot retrieve items from the next or previous pages. If you need the filter to display all associated items, you’ll need to disable pagination and display all portfolio items on a single page. Hope this helps clarify things a bit.
Best regards,
IsmaelHey klick-design-rbh,
Thank you for the inquiry.
Unfortunately, it’s not possible to enable the AJAX portfolio feature on archive or category pages. You may need to create dedicated custom pages for your portfolio categories instead of using the default portfolio category template.
Best regards,
IsmaelHey klick-design-rbh,
Thank you for the inquiry.
Would you mind providing a screenshot of the issue or elaborate on it further? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot.
Best regards,
IsmaelHey klick-design-rbh,
Duplicate thread: https://kriesi.at/support/topic/reduce-loading-time-with-the-ajax-portfolio-2/
Best regards,
IsmaelHey klick-design-rbh,
Thank you for the inquiry.
There should be a loading icon displayed while the associated images in the portfolio AJAX item are loading. You can see this behavior in the demo: https://kriesi.at/themes/enfold-2017/portfolio/portfolio-4-columns-centered-ajax/
Did you happen to disable the loading icon or modify any of the theme templates?
Best regards,
IsmaelHi,
Thank you for the update.
@soniavoice: If you can, please create a new thread and provide the login details in the private field. We’ll try to check if the issue is actually coming from the theme.Did they point to any specific features or code in the Enfold theme that might be causing the resource spike, or are they assuming that based on a few threads found in the forum? The only feature we can think of that might cause such a spike is the saving of theme options because it regenerates the dynamic stylesheets, but this should not affect the front end unless changes are being made frequently on a daily basis.
Best regards,
IsmaelHey Mike,
Thank you for the inquiry.
You will need to update the theme manually via FTP this time because the automatic update feature no longer works in the current version (4.0.7) installed in your site. For more info on how to perform a manual update, please refer to this documentation:
— https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Once the theme is updated to the latest version, you can generate a private token to enable automatic updates in the future.
— https://kriesi.at/documentation/enfold/theme-registration/
We recommend creating a full site backup before proceeding and doing the update on a staging site. Fix any issues there before transferring the changes to your live site. You can clone the live site using plugins such as Duplicator or WP Migrate DB.
Let us know if you need more info.
Best regards,
IsmaelHi,
Thank you for the info.
Google reCAPTCHA v2 is still currently supported, but we’ll forward the thread to our channel and possibly provide an update if necessary.
Best regards,
IsmaelHi,
The tooltip or icon tag is a default browser feature, and the only way to disable it is by removing the title attribute or tag. The script provided by @Guenni007 and the the filter we shared should take care of that.
We’ll close the thread for now but if you have more questions, feel free to start another.
Have a nice day.
Best regards,
IsmaelJune 17, 2025 at 6:40 am in reply to: Create a main landmark by placing the element around all the site’s pages #1485540Hey hostworks,
Thank you for the inquiry.
You’ll find the main wrapper that contains all the content in the themes/enfold/header.php file, so creating or overriding the template in your child theme is the cleanest approach. Look for this code around line 279:
<div id='main' class='all_colors' data-scroll-offset='<?php echo avia_header_setting( 'header_scroll_offset' ); ?>'>
Let us know if you have more questions.
Best regards,
IsmaelHey laptophobo,
Thank you for the inquiry.
Try to add this filter in the functions.php file to remove the default attributes of the SVG icons:
add_filter('avf_ignore_svg_aria_attributes', '__return_true');
Let us know the result.
Best regards,
IsmaelHi,
It’s still possible to create and use classic keys (v2/v3) using this link: https://www.google.com/recaptcha/admin
Please check this documentation for more info on how to create captcha keys: https://kriesi.at/documentation/enfold/contact-form/#activate-google-captcha
Best regards,
IsmaelHi,
Thank you for the info.
The contact form seems to be working correctly on our end. We submitted a test entry, and it is properly listed in the WPForms Entries section, but since we don’t have access to your HubSpot panel, we can’t confirm if the same entry was successfully added there.
Regarding the classic editor being enabled, please go to Enfold > Theme Options, scroll to the bottom of the panel, and look for the Select Your Editor setting. Choose the first option to enable the block editor. Let us know if this makes any difference.
Best regards,
IsmaelHi,
The latest version, 7.1.1, was released last month, on May 28 to be exact. Regarding the CPU spike, it’s possible that some plugins are scheduling processes or tasks at specific times, which could consume significant server resources. Is this happening at a specific time? The theme schedules a CRON job that deletes old css files, confirms admin notices or check instagram files, and you can disable them using the following filters but this may not make any noticeable difference since the tasks are not really resource-intensive.
add_filter('avf_post_css_management_activate_cron', '__return_false'); add_filter('avf_instagram_activate_cron', '__return_false'); add_filter('avf_admin_notices_activate_cron', '__return_false');
Your theme (Enfold Child) contains outdated copies of some WooCommerce template files. You may need to update these files to ensure compatibility with the current version of WooCommerce. Suggestions for fixing the issue:
Did you modify any Woocommerce templates in the child theme? If so, you’ll need to update those template files to be compatible with the latest version of Woocommmerce.
Best regards,
IsmaelJune 16, 2025 at 5:57 am in reply to: Partner/Logo Element Borders Exhibiting Inconsistent Behavior #1485478Hi,
Thank you for the update.
Would temporarily disabling the file compression settings have done the same you think?
Since you’re already using the compression options provided by the cache plugin, enabling the default compression in the theme is no longer necessary and redundant. We recommend keeping this option disabled.
To your suggestion though, when you select “Do not display border,” the border style (and all subsequent options) disappear from the UI and can’t be selected. Is that the intended behavior?
Yes, this is the intended behavior. The subsequent options are no longer applicable because the first option completely disables the borders.
Let us know if the issue comes up again.
Best regards,
IsmaelHi,
Thank you for the info. Looks like you have enabled V3 but you haven’t entered the V2 keys. Please note that when using V3, you also need to input the V2 keys, which serve as a fallback in case V3 authentication fails. To do this, go to the Enfold > Google Services and enter the V2 site and secret keys in their respective fields.
Best regards,
IsmaelJune 13, 2025 at 8:01 am in reply to: Settings import: couldnt’t import the config because the server didnt resp #1485408Hey amollde,
Thank you for the inquiry.
Have you tried exporting the theme options from the Enfold > Import/Export panel? Please check the documentation below for more info.
— https://kriesi.at/documentation/enfold/backup-theme-settings/#export-theme-settings
You can also use a plugin such as Duplicator or WP Migrate DB to create a copy of the site.
Best regards,
IsmaelHey Christian,
Thank you for the inquiry.
Did you disable Google reCAPTCHA? The form is working correctly when we checked, but it’s only using the default Enfold Numeric Captcha. Please create a test page with Google reCAPTCHA enabled and provide the login details so we can check the issue properly.
Best regards,
IsmaelHi,
Thank you for the update.
What happens when you edit line 120 of the enfold\includes\config-enfold\functions-enfold.php file?
$icon = avia_font_manager::get_frontend_icon( 'svg__search', false, [ 'aria-hidden' => 'true', 'title' => $title, 'desc' => $title ] );
Try to set aria-hidden to false:
$icon = avia_font_manager::get_frontend_icon( 'svg__search', false, [ 'aria-hidden' => 'false', 'title' => $title, 'desc' => $title ] );
Or remove the attributes completely.
$icon = avia_font_manager::get_frontend_icon( 'svg__search', false, [ ] );
Let us know the result.
Best regards,
IsmaelJune 13, 2025 at 7:35 am in reply to: Partner/Logo Element Borders Exhibiting Inconsistent Behavior #1485405Hey dpriemer,
Thank you for the inquiry.
border settings have been cleared and the images sit right next to each other with borders.
The images in the logo element don’t have borders on either page when we checked. Just to clarify, are you trying to add borders or remove them? Temporarily, try to disable the Enfold > Performance > File Compression settings.
For example, the 7 logo element on this page respects the settings. Display border –> Yes, Style –> None, Padding –> 13 px left and right https://cerebralselling.com/salesacademy/
Try to set it to “Do not display border” and keep the Border Style to None. Let us know the result.
Best regards,
IsmaelHi,
Thank you for the info.
Try adding this css code to adjust the layout of the gallery on smaller screens:
/* Mobile Styles ================================================== */ /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */ @media only screen and (max-width: 1024px) { /* Add your Mobile Styles here */ .responsive .av-horizontal-gallery-fullwidth .av-horizontal-gallery-wrap { max-width: 100vw; width: 100%; height: 300px; } .responsive .av-horizontal-gallery-img { object-fit: contain; } .responsive .av-horizontal-gallery-inner { min-height: 300px; } }
Result:
Best regards,
IsmaelHi,
We checked every thumbnail in the srcset attribute, and none of them are missing, but it looks you’ve opted to hide the column and image on smaller screens. The image does display when we manually toggle its visibility.
Would you mind creating a test page and apply the same content as the homepage?
Best regards,
IsmaelJune 13, 2025 at 6:49 am in reply to: Content missing / getting mismatched between columns on the same row #1485399Hey Ryan,
Thank you for the inquiry.
We are not yet sure what is causing the issue, but we did notice that the site contains an older version of the theme (6.0.8). Please download the latest version (7.1.1) from your Themeforest account, then try to update the theme manually via FTP. Let us know if the issue persists.
— https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Best regards,
IsmaelHi,
Thank you for the update.
You can check out the documentation to help you get started with the theme: https://kriesi.at/documentation/enfold/
There are also video tutorials available, created by other Enfold users: https://www.youtube.com/watch?v=Dbgy4dPf7R4
Let us know if you have more questions.
Best regards,
IsmaelHi!
Did you remove the ” tr_TR” part from the label?
$form_fields['avia_age']['label'] = 'TRANSLATE THIS ONE TO tr_TR';
Best regards,
IsmaelHi,
Thank you for the clarification.
Unfortunately, that is not possible without modifications to the theme. By default, you would need to display all 50 images on the same page and disable pagination or the “load more” button. If you’re interested in implementing the modification yourself, you can refer to the documentation below.
— https://dimsemenov.com/plugins/magnific-popup/documentation.html#initializing-popup
You’ll need to create a button or use the masonry items as trigger and specify the images manually in the items array.
$('#some-button').magnificPopup({ items: [ { src: 'path-to-image-1.jpg' }, { src: 'http://vimeo.com/123123', type: 'iframe' // this overrides default type }, { src: $(' <div>Dynamically created element</div> '), // Dynamically created element type: 'inline' }, { src: ' <div>HTML string</div> ', type: 'inline' }, { src: '#my-popup', // CSS selector of an element on page that should be used as a popup type: 'inline' } ], gallery: { enabled: true }, type: 'image' // this is default type });
Best regards,
IsmaelHey stevengamez,
Thank you for the inquiry.
Are there any modifications in the child theme, or did you override any template files? Please try to deactivate the modifications temporarily, then provide the login details in the private field. We may also need to log in to the site to properly check the issue.
Best regards,
Ismael -
AuthorPosts