Forum Replies Created
-
AuthorPosts
-
October 20, 2025 at 7:17 am in reply to: How to edit the Portfolio Items Category/Archive Template and Sidebar Settings #1490387
Hi,
Thank you for the update.
1.) You can add this filter in the functions.php file to replace “Archive” in the main title:
add_filter('avf_which_archive_output','avf_change_which_archive', 10, 3); function avf_change_which_archive($output) { if(is_tax('portfolio_entries')){ $output = __('REPLACE THIS TEXT:','avia_framework'); } return $output; }
2.) Unfortunately, it’s not possible to replace it with a custom layout without significant modifications to the theme.
3.) We can’t reproduce the same issue on our installation — please provide a screenshot.
4.) For the widgets, you can install plugins such as Widget Logic to control the visibility of the widgets.
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
IsmaelHi,
Thank you for the info.
The site is requesting a YubiKey OTP. Could you temporarily disable this requirement so we can access the site using only the login credentials?
Best regards,
IsmaelHey SDUS,
Thank you for the inquiry.
The latest version of the theme was not available when we checked. Please upload it to your server so we can activate it. We also recommend contacting the plugin developers for additional assistance with this issue.
Best regards,
IsmaelHi,
Thank you for the update.
We adjusted the filter in the functions.php file.
add_filter( 'avia_blog_post_query', 'ava_blog_post_query_mod', 10, 2 ); function ava_blog_post_query_mod( $query, $params ) { if (is_page(1230)) { $query['orderby'] = 'date'; $query['order'] = 'DESC'; } if (is_page(574)) { $query['orderby'] = 'modified'; $query['order'] = 'DESC'; } return $query; }
Best regards,
IsmaelHey!
Thank you for the update.
Try to remove the previous css code, then replace it with this css rule.
.html_header_top.html_logo_center .logo { left: 50%; transform: translate(-50%, 0); width: 100%; } html_header_top.html_logo_center .logo img, html_header_top.html_logo_center .logo svg { margin: 0 auto; }
Let us know the result.
Regards,
IsmaelHi,
Thank you for the inquiry.
Are you trying to upload this in Enfold > Import/Export? The name of the top folder in the zip file should be “SVG”. Currently, it’s named “Medical_Icons_SVG”, so the theme can’t recognize it. Please rename the top folder, then archive or zip it again before uploading it to the icon manager.
Please check this documentation for more info: https://kriesi.at/documentation/enfold/svg-icon-sets/
Best regards,
IsmaelHi,
Great! Let us know if you have more questions. Have a nice day.
Best regards,
IsmaelHi,
Thank you for the update.
Adjusting the line spacing of the text doesn’t seem to make a difference on our end, but we’re using a relatively small screen, which might be the reason. If you want to adjust the font size and also limit the height of the mega menu images, try this css code:
#top #header .avia_mega_div > .sub-menu > li > ul > li a .avia-menu-text { line-height: 10px; font-size: 10px; } #top #wrap_all .avia_mega_div img { height: 64px; object-fit: cover; width: 100%; }
Result:
Best regards,
IsmaelOctober 17, 2025 at 6:30 am in reply to: Add widget for Portfolio Item categories to sidebar that is dynamic #1490316Hi,
Thank you for the update.
Did you add this css code?
.avia-menu.av-main-nav-wrap, .main_menu { width: 100%; display: flex; justify-content: flex-end; }
This causes the main menu to cover the top half of the sidebar and everything below it. You need to remove this code or override it with this css rule.
#top .avia-menu, #top .main_menu { display: block; } #top .avia-menu #avia-menu { float: right; }
Screenshot showing the menu overlap issue:
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
IsmaelOctober 17, 2025 at 6:19 am in reply to: Masonry Blog Posts no longer sorting date correctly #1490314Hi,
We may need to login to the site to properly test the modification or script. Please provide the login details in the private field.
Best regards,
IsmaelOctober 17, 2025 at 6:16 am in reply to: How to edit the Portfolio Items Category/Archive Template and Sidebar Settings #1490313Hey milkrow,
Thank you for the inquiry.
The sidebar on archive or category pages for custom post types, such as Portfolio, can be controlled in Enfold > Sidebar Settings > Sidebar On Archive Pages settings. Aside from this option, there are no other settings to adjust the appearance of the sidebar, so you will need to use custom css modifications. To control the widgets in the sidebar, go to the Appearance > Widgets and look for the Displayed Everywhere widget area.
Best regards,
IsmaelOctober 17, 2025 at 6:09 am in reply to: Sticky TOC in Echo Knowledge base plugin not working #1490312Hi,
Thank you for the inquiry.
We checked the TOC widget and it’s not set to be sticky. There is also no script that sets it to fixed on scroll, so it’s normal that it doesn’t stick while scrolling. Did you disable the sticky option? We recommend reaching out to the plugin developers for additional assistance.
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,
IsmaelOctober 16, 2025 at 7:43 am in reply to: Full screen slider links don’t work when permanent caption is selected. #1490274Hi,
Sorry for the delay. The site is not loading on our end for some reason. Would you mind checking it on your side?
Best regards,
IsmaelOctober 16, 2025 at 7:18 am in reply to: Sticky TOC in Echo Knowledge base plugin not working #1490272Hey pfk-kbh,
Thank you for the inquiry.
We may need to see the page to properly check the issue. Please create a test page and provide the URL in the private field. Also, make sure that Appearance > Theme File Editor is enabled and accessible, just in case.
Best regards,
IsmaelHey AZIZZDE KARAM,
Thank you for the inquiry.
Please go to the following page, look for the login page in the sidebar, then click the “Lost Password?” link.
Please check this screenshot for reference:
Let us know if you need more info.
Best regards,
IsmaelOctober 16, 2025 at 7:06 am in reply to: Add widget for Portfolio Item categories to sidebar that is dynamic #1490270Hi,
Thank you for the update.
The “for-stephen” page is password-protected, so we cannot access it. Please provide the password in the private field or include the site’s login details.
Best regards,
IsmaelHi,
Glad we could be of help! Please don’t hesitate to open another thread if you have more questions.
Have a nice day.
Best regards,
IsmaelHey Pierre,
Thank you for the inquiry.
Would you mind providing more info about the issue? Including screenshots would also help — use Savvyify, ImgBB, PostImages or Dropbox. If the problem is specific to a plugin, we recommend reaching out to the plugin developers for additional assistance.
Best regards,
IsmaelOctober 16, 2025 at 6:28 am in reply to: Masonry Blog Posts no longer sorting date correctly #1490265Hi,
We adjusted the script a bit. Please try it again:
add_action('wp_footer', function () { ?> <script> function avResortMasonry() { const masonryContainer = document.querySelector('.av-masonry-container'); if (!masonryContainer) return; const masonryItems = Array.from(masonryContainer.querySelectorAll('.av-masonry-entry')); const masonryWithDates = masonryItems.map(item => { const dateElement = item.querySelector('.av-masonry-date'); const dateText = dateElement ? dateElement.textContent.trim() : ''; const parsedDate = new Date(dateText); return { element: item, date: parsedDate }; }); masonryWithDates.sort((a, b) => b.date - a.date); masonryWithDates.forEach(({ element }) => { masonryContainer.appendChild(element); }); } document.addEventListener('DOMContentLoaded', avResortMasonry); window.addEventListener('av-height-change', avResortMasonry); </script> <?php }, 9999);
Best regards,
IsmaelOctober 16, 2025 at 6:23 am in reply to: How to apply ALB Custom Layout to all Portfolio Items? #1490264Hi,
You could wire this function to a save_post hook, automatically assigning the custom layout whenever a new portfolio item is created. Please refer to this documentation for more info.
— https://developer.wordpress.org/reference/hooks/save_post/
Best regards,
IsmaelHey carmen,
Thank you for the inquiry.
The site is not using the Enfold theme when we checked. Did you disable it? If you need to update the theme and it’s not available in the dashboard or theme options, try to download the latest version from your ThemeForest account and upload it to your server via FTP. Please check this documentation for more info.
— https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Best regards,
IsmaelOctober 15, 2025 at 8:39 am in reply to: Phantom Woo Commerce Product Grid Code in Enfold Backend #1490237Hi,
You may need to delete the page with the “block editor” status issue and recreate it from scratch. It’s possible that it retained metadata from when the block editor was still active. Let us know if you need more information.
Best regards,
IsmaelOctober 15, 2025 at 8:37 am in reply to: Masonry Blog Posts no longer sorting date correctly #1490236Hi,
Thank you for the update.
Did you remove the script? We’re not seeing it in the document. Please add it again so we can check, or provide the login details in the private field.
with the masonry would be Molongui Authorship.
We are not familiar with the Molongui Authorship plugin. Is the issue only occurring when this plugin is enabled? We recommend reaching out to the plugin developers for additional assistance.
Best regards,
IsmaelOctober 15, 2025 at 8:19 am in reply to: Having trouble with a full width image header that scales responsively #1490234Hi,
Good to know that the issue has been fixed! Please feel free to open another thread if you have any more questions.
Have a nice day.
Best regards,
Ismael -
AuthorPosts