Forum Replies Created
-
AuthorPosts
-
Hey northorie,
Thank you for the inquiry.
The testimonial arrows are visible when we checked. If you need to adjust its position, add this css:
.responsive #top #wrap_all .av-flex-cells .avia-slideshow-arrows { top: -50px; position: relative; }
To adjust the space around the container, you can add this css code:
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .responsive #top #wrap_all .av-flex-cells .no_margin.avia-testimonial { padding-left: 0 !important; padding-right: 0 !important; } }
Best regards,
IsmaelMarch 24, 2025 at 5:10 am in reply to: Special Heading “Heading Style Modern (left)” with light line #1480011Hey northorie,
Thank you for the inquiry.
You can add this css code to keep the headline border:
body .av-special-heading.blockquote .special-heading-border { display: block; } body .av-special-heading .av-special-heading-tag { float: left; }
Best regards,
IsmaelHi,
Thank you for the update.
Please try to toggle or temporarily disable the Enfold > Performance > File Compression settings, then purge the cache. If it’s still not working, provide the login details in the private field.
Here’s how it looks like when we apply the modification directly to the browser.
Best regards,
IsmaelHi,
Great! Glad to know this has been resolved. Have a nice day.
Best regards,
IsmaelHi,
Did you upload the zip file in the Enfold > Import/Export > Iconfont Manager?
— https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons-
Please enable the Appearance > Theme File Editor so we can check the modification in the functions.php file.
Best regards,
IsmaelHi,
The script is the same as the one posted above, so it’s possible that it was not added correctly earlier. https://kriesi.at/support/topic/tab-section-direct-links-for-tabs/#post-1479486
Best regards,
IsmaelHey Magnus Backlund,
Thank you for the inquiry.
We’ve sent the password reset email again. Please let us know if you received it.
Best regards,
IsmaelHi,
No problem! Let us know if you have more questions. Have a nice day.
Best regards,
IsmaelHi,
Did you check the screenshot above? It’s still loading on our end. Please provide the login details in the private field.
Best regards,
IsmaelHey Angelo,
Thank you for the inquiry.
Please note that selected categories normally move to the top of the list. The category alignment or hierarchy is correct when no categories are selected.
Do you encounter issues with the category selection?
Best regards,
IsmaelHi,
Sorry for the late response. According to the documentation, File and OEmbed fields are not yet supported. You may need to implement a custom solution to extract the values of these fields for your custom layout. Here is the list of supported ACF fields.
Best regards,
IsmaelHi,
Thank you for the update.
Did you disable the cookie consent option? It’s not displaying when we checked. Please enable it again so we can inspect the element.
Best regards,
IsmaelHey Philipp,
Thank you for the inquiry.
Are you referring to the slideshows below the first section? They seem to be displaying on our end, but the caption font size may need to be adjusted for smaller screens.
Best regards,
IsmaelHey dondela,
Thank you for the inquiry.
This is not available by default, but you might be able to apply an ACF Date field to the Portfolio post type and sort the Portfolio Grid based on the field’s value.
— https://www.advancedcustomfields.com/resources/date-picker/
Add this code in the functions.php file:
function custom_sort_by_event_date($query, $params) { $query['meta_key'] = 'event_date'; $query['orderby'] = 'meta_value'; $query['meta_type'] = 'DATE'; $query['order'] = 'ASC'; return $query; } add_filter('avia_post_grid_query', 'custom_sort_by_event_date', 10, 2);
Make sure that the Date Picker field name is event_date.
Best regards,
IsmaelHey marcsantamaria,
Thank you for the inquiry.
A custom page is being used as the site footer. Have you tried editing the “Footer dynamic” page? Please check the link in the private field.
Best regards,
IsmaelHey mosaic,
Thank you for the inquiry.
You can add this code in the functions.php file to adjust the default size of the featured image:
function avf_customization_modify_thumb_size( $size ) { $size['entry_without_sidebar'] = array( 'width' => 9999, 'height' => 9999 ); $size['entry_with_sidebar'] = array( 'width' => 9999, 'height' => 9999 ); return $size; } add_filter( 'avf_modify_thumb_size', 'avf_customization_modify_thumb_size', 10, 1 );
After adding the filter or code, you’ll have to regenerate the thumbnails or upload the images again:
— https://wordpress.org/plugins/regenerate-thumbnails/
IMPORTANT: Please make sure to create a site backup or restore point before proceeding.
Related thread: https://kriesi.at/support/topic/full-image-on-single-post/#post-1471379
Best regards,
IsmaelHey ditteditte,
Thank you for the inquiry.
Based on the class parameter in the shortcode, the selector should be “.only-desktop”. Please replace the css with the following code:
@media only screen and (max-width: 768px) { .only-desktop { display: none !important; } }
Best regards,
IsmaelHey fanlokbun,
Thank you for the inquiry.
We may need to access the site to properly check the issue. Please provide the login details in the private field. In the meantime, try to ask your hosting provider if the PHP Zip extension is enabled on your server.
Best regards,
IsmaelMarch 21, 2025 at 4:05 am in reply to: Bug: Full width easy slider not showing captions consistently #1479823Hi,
Thank you for the info.
It might be a conflict with WP Rocket or combination of the plugins. Please clone the site to a staging environment so we can further check the issue — create a test page if possible. Thank you.
Best regards,
IsmaelMarch 21, 2025 at 4:01 am in reply to: Masonry Galerie is not loading, lazy loading is deactivated #1479822Hi,
Yes, the image count and file size may contribute to the delayed execution of the scripts, so selecting smaller versions of the images and compressing them should help. As mentioned above, reducing the number of images on the page, enabling pagination, or completely removing the second gallery should also help.
— https://kriesi.at/archives/4-key-wordpress-image-optimization-tips
— https://gtmetrix.com/optimize-images.htmlBest regards,
IsmaelHi,
We added the css again. Please make sure to purge the cache before testing.
Best regards,
IsmaelHey wlashack,
Thank you for the inquiry.
How did you load this font? According to the font page, the heaviest weight is only 800. There is no 900 variant for Source Sans Pro.
— https://www.fontsquirrel.com/fonts/source-sans-pro
Best regards,
IsmaelMarch 20, 2025 at 3:57 am in reply to: Bug: Full width easy slider not showing captions consistently #1479767Hi,
The caption on the Our Team page displays consistently. On other pages, only the two buttons are displayed, and the av-subheading_below container is not rendered at all, so it’s not an issue with the animation. Have you tried temporarily disabling the JS/CSS compression?
Best regards,
IsmaelHey amanda-mdllc,
Thank you for the inquiry.
Try to add this code to the Quick CSS field to center-align the phone info.
#top #header_meta .container { display: flex; justify-content: center; }
Best regards,
IsmaelHey Bernd,
Thank you for the inquiry.
Looks like the default Tag Cloud widget no longer has this option by default. You may need to look for a plugin or script that offers the old functionality or styling.
Best regards,
IsmaelHey Erwin Hölzler,
Thank you for the inquiry.
The site contains a very old version of the theme, 4.2.6. You will need to download the latest version (7.0) from your ThemeForest account and upload it to your server via FTP. Please check the documentation below for more info:
— https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Best regards,
IsmaelHey paoluccimarketing2015,
Thank you for the inquiry.
This feature is not yet implemented in the theme. You may need to use third-party extensions or plugins such as Complianz GDPR, Borlabs, or Cookie Information to make use of this function.
— https://wordpress.org/plugins/cookie-information-consent-solution/
— https://wordpress.org/plugins/complianz-gdpr/Best regards,
IsmaelHi,
Thank you for the update.
We added this code in the Quick CSS field to adjust the size and color of the icons on Safari.
#top #menu-item-search .avia-svg-icon svg, #top .av-logo-container .social_bookmarks li a svg { width: 18px; height: 18px; color: white; fill: white; }
Result:
Best regards,
IsmaelMarch 20, 2025 at 2:07 am in reply to: Masonry Galerie is not loading, lazy loading is deactivated #1479761Hi,
Thank you for the update.
Try to add this css code to disable the animation of the masonry items and make them visible immediately on page load.
#top .av-masonry-image-container, #top .av-inner-masonry-content, #top .av-masonry-pagination { transition: none; } #top .av-inner-masonry { transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; animation: none; } #top .av-masonry-entry { opacity: 1; visibility: visible; }
Best regards,
IsmaelHi!
Thank you for the inquiry.
You can download the fontello zip file from the following thread and follow the instructions in order to add the new social icon in the list: https://kriesi.at/support/topic/setting-up-two-new-social-profiles-under-enfold-7-1/#post-1479658
Best regards,
Ismael -
AuthorPosts