Forum Replies Created
-
AuthorPosts
-
Hi,
Great! Glad it worked. Please let us know if you have more questions.
Have a nice day.
Best regards,
IsmaelHey bemodesign,
Thank you for the inquiry.
You can use a Video element placed within a Column element. Make sure it is muted if you want it to play automatically.
Best regards,
IsmaelHey Augeundso,
Thank you for the inquiry.
You may need to reset the option in the Settings > Reading to default. Make sure that Posts page is not set. If the issue persists, please provide the login details in the private field.
Best regards,
IsmaelHi,
Thank you for the update.
The automatic update in the dashboard will no longer work in the current version (4.7.3). You will have to download the latest version (6.0.9) from your Themeforest account and update the theme manually via FTP. Please check this documentation for more info: https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Best regards,
IsmaelHey DynamiteDesigns,
Thank you for the inquiry.
Please add this filter in the functions.php file to display the post categories:
add_filter('avf_postslider_show_catergories', 'avf_postslider_show_catergories_mod', 10, 1); function avf_postslider_show_catergories_mod($category) { $show_cats = 'show_business'; return $show_cats; }
Best regards,
IsmaelJanuary 23, 2025 at 6:14 am in reply to: lightbox css no longer working with enfold theme update #1475620Hi,
Unfortunately, you cannot target elements inside an iframe. They must be modified directly on the site loaded in the iframe or configured in the plugin that loads the iframe if an option is available. Please contact the plugin authors for more info.
Best regards,
IsmaelHey designelefant,
Thank you for the inquiry.
After adding the code with the remove_image_size function, did you regenerate the thumbnails? Please note the function will not affect images that are already uploaded to the site. It will only work on newly uploaded images.
You can use any of these plugins to regenerate the thumbnails.
// https://wordpress.org/plugins/force-regenerate-thumbnails/
// https://wordpress.org/plugins/regenerate-thumbnails-advanced/Make sure to create a site backup or restore point before proceeding.
Best regards,
IsmaelHi,
Thank you for the update.
Regarding the scroll-top-top button, you can override the footer.php file in your child theme. Look for this line of code and adjust as necessary.
<a href='#top' title='<?php _e( 'Scroll to top', 'avia_framework' ); ?>' id='scroll-top-link' <?php echo av_icon_string( 'scrolltop' ); ?> tabindex='-1'><span class="avia_hidden_link_text"><?php _e( 'Scroll to top', 'avia_framework' ); ?></span></a>
Best regards,
IsmaelHi,
If instead I wanted to create a layout in an article and allow an editor to change only the content,
This is not possible by default, unfortunately. You may need to look for an extension or plugin to control the visibility of the page or content.
Best regards,
IsmaelHi,
This error occurs in the live site, but we are not yet sure where it’s coming from.
VM701:7 Uncaught SyntaxError: Failed to execute ‘replaceChild’ on ‘Node’: Unexpected identifier ‘wphb’
Can we deactivate the plugins temporarily?
Best regards,
IsmaelHi,
Great! Glad to know that the issue has been resolved. Let us know if you have more questions.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the update.
Did you change the login URL? We get this “This has been disabled” notice when using the default login or admin URL. Please include the custom login URL in the private field.
Best regards,
IsmaelHi,
Thank you for the update.
You can use this css code and adjust the values as needed:
#top #wrap_all #footer .social_bookmarks { height: 80px; } #top #footer .social_bookmarks li { height: 100%; width: 80px; } #top #footer .social_bookmarks li a { font-size: 48px; height: 48px; width: 80px; line-height: 60px; }
Best regards,
IsmaelHi,
Where can we check the social icons? Please provide the site URL in the private field.
Best regards,
IsmaelHi,
Thank you for the inquiry.
You can use this html to display the reddit icon:
<li class="social_bookmarks_reddit av-social-link-reddit social_icon_5"><a aria-label="Link to Reddit" href="#" aria-hidden="false" data-av_icon="" data-av_iconfont="entypo-fontello" title="Reddit"><span class="avia_hidden_link_text">Reddit</span></a></li>
And to adjust the size of the icons, add this css code:
#footer .social_bookmarks li a { font-size: 20px; line-height: 20px; }
Best regards,
IsmaelHi,
Thank you for the info.
The issue is not reproducible on the staging site, regardless of whether we were logged in or not. The images are displaying correctly on the homepage, and there are no large white spaces below the first section. Please check the screenshot (Chrome) below:
Best regards,
IsmaelHey Heino,
Thank you for the inquiry.
Looks like the popup also appears on page load. Did you add any scripts recently or install a snippets plugin? Please try to disable the modifications and deactivate the plugins temporarily. Let us know the result.
Best regards,
IsmaelHi,
Great! Glad to know that you found a solution. Please note that the script will affect all images on the entire site. Let us know if you have more questions.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the update.
You may need to replace #content with #main or apply the ID attribute content to the main section of the page. Have you tried adjusting the value of the “Skin to content link target” field?
Best regards,
IsmaelHey Manel,
Thank you for the inquiry.
Unfortunately, this option is not available for the Grid Row element. You may need to use a different element or work with the Grid Row element directly.
Best regards,
IsmaelHi,
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,
Ismael -
AuthorPosts