Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the update.
The gallery and slider images are visible when we checked. Did you figure out the issue?
Best regards,
IsmaelJanuary 22, 2025 at 6:24 am in reply to: ENFOLD Options and Extensions Noticeboard in Italian #1475531Hi,
We have granted you access to the file, and you can now download it.
Best regards,
IsmaelHi,
Thank you for the update.
You can add this script to insert the category container before the title:
function ava_custom_script_insert_grid_term() { ?> <script type="text/javascript"> (function ($) { $(document).ready(function () { $('.grid-entry').each(function () { var grid_entry = $(this); var grid_portfolio_term = grid_entry.find('.portfolio-term'); var entry_content_header = grid_entry.find('.entry-content-header'); if (grid_portfolio_term.length && entry_content_header.length) { grid_portfolio_term.insertBefore(entry_content_header); } }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'ava_custom_script_insert_grid_term', 9999);
Best regards,
IsmaelHi,
Thank you for the update.
We can create a copy of enfold/config-templatebuilder/avia-shortcodes/icongrid/v50/icongrid.php and override the default settings. Please add this code to the functions.php file:”
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url . '/shortcodes/'); return $paths; }
In the child theme directory, create an icongrid.php file inside the folder shortcodes/icongrid, then use this code:
// https://pastebin.com/1YfZfFfQ
This should increase the Icon Font Size selection to 200px.
Best regards,
IsmaelHey Grobi,
Thank you for the inquiry.
You might need to manually apply the link to the parent element instead of the icon, then add an invisible element with text (Mail):
Example:
<a href="mailto: (Email address hidden if logged out) " style=”text-align: center;”>[av_font_icon icon='ue805' font='entypo-fontello' style='border' caption='Questions on all topics' link='mailto: (Email address hidden if logged out) ' linktarget='' size='70px' position='center' animation='' color='white' sonar_effect_effect='1' sonar_effect_color='white' sonar_effect_duration='1' sonar_effect_scale='1.5' sonar_effect_opac='0.2' animation=''id='' custom_class='' av_uid='av-5rzj40' admin_preview_bg=''][/av_font_icon]<span class="hidden visually-hidden">Mail</span></a>
Best regards,
IsmaelHey daimonart,
Thank you for the inquiry.
There is no option for this by default, but you can try saving the element as a Custom Element Template (CET) with all the options and fields locked so they won’t be editable. Please check this documentation for more info about CET: https://kriesi.at/documentation/enfold/custom-element-templates/
Best regards,
IsmaelJanuary 21, 2025 at 4:40 am in reply to: Vimeo videos do not play automatically in Chrome first load #1475476Hey!
Thank you for the update.
The page is loading correctly, but as you mentioned, the video is not playing automatically. Have you tried muting the video or adding the mute parameter to the video URL?
Best regards,
IsmaelHey spitsdesign,
Thank you for the inquiry.
Have you tried adjusting the Icon Font Sizes in the Styling > Font Sizes panel? Please check the screenshot below:
Best regards,
IsmaelHey Péter Rózsahegyi,
Thank you for the inquiry.
You may need to update the theme via FTP this time because the automatic update in the dashboard will not work. We recommend cloning the site to a staging environment, perform the update there, resolve any errors that may occur, and then transfer it to the live site. Please check the links below for more info.
// https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
// https://kriesi.at/archives/the-complete-guide-to-updating-enfoldBest regards,
IsmaelHi,
Thank you for the update.
You can use the email address (Email address hidden if logged out) or any other email, but make sure to generate the password, as we don’t have access to the specified email. We’ll wait for the login info.
Best regards
IsmaelHi,
Yes, a text element is now displaying for each slide.
<span class="visually-hidden hidden">Bowl360 Brooklyn</span>
Best regards,
IsmaelJanuary 21, 2025 at 4:11 am in reply to: Vimeo videos do not play automatically in Chrome first load #1475467Hi,
There’s no error, but the site keeps loading indefinitely without displaying anything. We also tried it on incognito mode.
Best regards,
IsmaelHi,
Thank you for the info.
The account is not an admin, so we are not able to edit the settings. Please add this css code to adjust the layout of the product unit.
p.wc-gzd-additional-info.product-units-wrapper.product-units { display: flex; flex-direction: row-reverse; align-items: flex-start; justify-content: flex-end; } p.wc-gzd-additional-info.product-units-wrapper.product-units span.unit { margin: 0; }
Best regards,
IsmaelHi,
Thank you for the update.
You may need to replace the Color Section with an actual Image or a Fullwidth Easy Slider element to make sure that the container resizes based on the size of the image, rather than the other way around. If you choose to use the Image element, you can adjust the container’s maximum width using css. Please refer to this documentation: https://kriesi.at/documentation/enfold/color-section/#color-section-with-100-content-width
Thanks @Guenni007.
Best regards,
IsmaelHi,
Thank you for the inquiry.
We checked the server info and found that the WP_MEMORY_LIMIT is set to only 40M. Please ask your hosting provider to increase it to at least 256M.
Best regards,
IsmaelHey Richard,
Thank you for the inquiry.
You can add this code to the functions.php file:
function avf_portfolio_extra_mod($output, $entry) { if (!is_object($entry) || !isset($entry->ID)) { return $output; } $term_list = get_the_term_list( $entry->ID, 'portfolio_entries', '<div class="portfolio-term">', ', ', '</div>' ); if (!is_wp_error($term_list) && !empty($term_list)) { return $output . $term_list; } return $output; } add_filter('avf_portfolio_extra', 'avf_portfolio_extra_mod', 10, 2);
Let us know the result.
Best regards,
IsmaelHi,
Great! Glad to know that this has been resolved. Please feel free to open another thread if you have more questions.
Have a nice day.
Best regards,
IsmaelJanuary 21, 2025 at 3:02 am in reply to: ENFOLD Options and Extensions Noticeboard in Italian #1475459Hi,
We’ve included a copy of version 6.0.7 in the private field. Please provide your Gmail account so we can grant you access.
Thank you for your patience.
Best regards,
IsmaelJanuary 21, 2025 at 2:29 am in reply to: Vimeo videos do not play automatically in Chrome first load #1475458Hey tsays,
Thank you for the inquiry.
The background images applied to the color sections should be responsive by default. Just make sure that Styling > Background Image > Background Repeat is set to Stretch to Fit.
Best regards,
IsmaelHey UweS,
Thank you for the inquiry.
There is no option for this in the theme by default, but you can try the hyphenation settings from this plugin: https://wordpress.org/plugins/wp-typography/
Best regards,
IsmaelHey DeaPublishing,
Thank you for the inquiry.
Where can we check the site? Please provide a link to the product page so we can properly check the layout issue.
Best regards,
IsmaelJanuary 20, 2025 at 7:00 am in reply to: How to enable the Enfold “Theme Options” for editors? #1475400Hi,
Thank you for the update
Unfortunately, you cannot modify or override the class avia_adminpages in the child theme. You may need to manually override the capability value in the parent file. Also, please note that edit_theme_options is not included in the capabilities of Editor roles by default. You can find a list of capabilities in the following link: https://wordpress.org/documentation/article/roles-and-capabilities/#editor
Best regards,
IsmaelHey FW,
Thank you for the inquiry.
You can add the following filter to the functions.php file to display the date, author, and categories, but please note that they will not be accessible or will not be displayed as links.
add_filter( 'avf_masonry_loop_prepare', 'avf_masonry_loop_prepare_mod_cat', 10, 2 ); function avf_masonry_loop_prepare_mod_cat( $key, $entries ) { $categories = get_the_category($key['ID']); $separator = ' '; $output = ' <div class="masonry-cat">'; if ( ! empty( $categories ) ) { foreach( $categories as $category ) { $output .= '<span alt="' . esc_attr( sprintf( __( 'View all posts in %s', 'textdomain' ), $category->name ) ) . '">' . esc_html( $category->name ) . '</span>' . $separator; } } $output .= '</div>'; $post_date = get_the_date( '', $key['ID'] ); $output .= '<div class="masonry-date">' . $post_date . '</div>'; $author_id = $key['post_author']; $author_name = get_the_author_meta( 'display_name', $author_id ); $output .= '<div class="masonry-author">' . $author_name . '</div>'; $key['text_after'] .= trim( $output, $separator ); return $key; }
Best regards,
IsmaelHey seomar,
Thank you for the inquiry.
The account above is not an admin, so we were not able to check the site settings. Please change the user role to administrator. Did you install any plugins related to images?
Best regards,
IsmaelJanuary 20, 2025 at 6:33 am in reply to: Partner/Logos – Column count depending on the resolution. #1475397Hey tczubkowski_priv,
Thank you for the inquiry.
There is no option for this by default. One solution is to duplicate the current logo slider element, set it to display 4 columns, and then toggle the visibility of both elements in the Advanced > Responsive > Element Visibility settings. Configure it so that one slider is visible only on desktop and the other on smaller screens. Please refer to the screenshot below:
Best regards,
IsmaelHey sebastianpesl,
Thank you for the inquiry,
The sizes and aspect ratios of the images are different. We provided examples in the private field. Please make sure to upload images with the same size and aspect ratio.
You can also try this css code:
.team-img-container { max-height: 280px; } .team-img-container img { width: 100%; height: 100%; object-position: center; object-fit: cover; }
Best regards,
IsmaelHey tedlyc,
Thank you for the inquiry.
This might be due to a custom script or a plugin. Have you tried temporarily disabling the plugins? Please create a test page and provide the login details in the private field.
Best regards,
IsmaelJanuary 20, 2025 at 6:14 am in reply to: Burger Menu (mobile screen) not working in Safari, both desktop & iPhone #1475394Hey UweS,
Thank you for the inquiry.
The mobile menu seemed to be working correctly when we checked it on a different browser. Have you tried testing it on a different device?
Best regards,
IsmaelHi,
Thanks @Guenni007! The Icon shortcode seems to be working without the filter applied.
Best regards,
Ismael -
AuthorPosts