Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the update.
We get an error in the console when the WP Rocket plugin is activated. The error is generated from the themes/SI-SUITES/js/custom.js file:
jQuery(document).ready(function() { var sections = jQuery('.avia-section') , menu = jQuery('.av-submenu-container') , nav_height = menu.outerHeight(); jQuery(window).on('scroll', function() { var cur_pos = jQuery(this).scrollTop(); var activeMenuItem = menu.find('.active-menu-item'); sections.each(function() { var section = jQuery(this); var top = section.offset().top - 300; var bottom = top + section.outerHeight(); if (cur_pos >= top && cur_pos <= bottom) { var activeLink = menu.find('a[href="#' + section.attr('id') + '"]'); activeMenuItem.removeClass('active-menu-item'); activeLink.addClass('active-menu-item'); if (activeLink) { var activeItemOffset = activeLink.offset().left - menu.offset().left; menu.scrollLeft(activeItemOffset) } } }) }) })Did you add this script? Please remove the script temporarily, then check the page again.
Best regards,
IsmaelMarch 22, 2024 at 7:28 am in reply to: The “avia-head-scripts” error persists despite trying all recommendations #1437977Hi,
UPDATE: If the avia-head-scripts entry is already generated in the database, try to delete it manually. Make sure to create a backup of your site and database before proceeding.
Best regards,
IsmaelMarch 22, 2024 at 7:27 am in reply to: The “avia-head-scripts” error persists despite trying all recommendations #1437976Hi,
Thank you for the update.
The error should not occur when the Performance > File Compression settings are disabled because the theme will not generate, update, or retrieve the avia-head-scripts entry in the database. Please temporarily disable the compression options and the cache plugin, remove the snippets from the functions.php file, wait for a bit, make sure to purge the client and server cache, before testing it again.
Best regards,
IsmaelHi,
Thank you for info.
It seems to be working correctly on our end. We changed the title of the IMG_1743-e1523396499541-1.jpg to “Test Title”. After changing the title of the image and editing the gallery, please make sure Save the Masonry Gallery element and update the page.
Best regards,
IsmaelMarch 22, 2024 at 7:19 am in reply to: Need to replace home page slider with full wide image with text #1437974Hi,
Where did you add this css code? We can’t find it in the Quick CSS field. This rule overrides the code that we previously suggested.
#section-container-width .container { width: 70% !important; min-width: 70% !important; }Best regards,
IsmaelHi,
Thank you for the info.
The video plays fine when we disable the iubenda | All-in-one Compliance for GDPR / CCPA Cookie Consent plugin. Please contact the plugin developers for more info about the issue.
We are not seeing the question mark above the logo. Would you mind providing a screenshot using platforms like Savvyify, Imgur or Dropbox?
1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
2.) Locate the option to upload a file or an image.
3.) Select the screenshot file from your computer or device and upload it to the platform.
4.) After the upload is complete, you will be provided with a shareable link or an embed code.
5.) Copy the link or code and include it in your message or response to provide us with the screenshot.Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.
Best regards,
IsmaelHey joschro,
Thank you for the inquiry.
Have you tried to directly adjust the image title in the Media > Library panel?
Please provide a screenshot using Savvyify, Imgur or Dropbox. Here are the steps to follow:
1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
2.) Locate the option to upload a file or an image.
3.) Select the screenshot file from your computer or device and upload it to the platform.
4.) After the upload is complete, you will be provided with a shareable link or an embed code.
5.) Copy the link or code and include it in your message or response to provide us with the screenshot.Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.
Best regards,
IsmaelMarch 21, 2024 at 12:26 pm in reply to: Get comment section at bottom of custom single/post template #1437776Hey CharlieTh,
Thank you for the inquiry.
I am trying to move the section that says Share This Sermon — including the icons and leave a reply and form form comment, etc.
Looks like the section was added inside a Column element. Have you tried manually moving the Column element down to the very bottom of the page or builder?
You disable the sidebar by adjusting the options in the Enfold > Sidebar Settings panel.
Best regards,
IsmaelHi,
Thank you for the update.
Please use this css code instead:
#top .tribe-events-c-subscribe-dropdown__button-text { display: none !important; }You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the code and make sure to purge the cache.
Best regards,
IsmaelHi,
Thank you for the update.
We’ll provide you with the shortcodes for the Construction demo’s home page. You can place these shortcodes in the designated shortcode field, but first, you’ll need to switch the builder to debug mode. Please refer to the documentation below for more info:
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
This is the shortcode: https://wtools.io/paste-code/bUnL
Best regards,
IsmaelHey Jason,
Thank you for the inquiry.
You can manually add this html in a Text or Code Block element to create a two column container:
<div class="av-column-custom-container"> <div class="column"><img src="image.jpg" alt="Image"></div> <div class="column"> <h2>Title</h2> Job Sector: IT Excerpt: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut eget placerat enim. <a href="#">Read More</a> </div> </div>Then use this css code:
.av-column-custom-container { display: flex; flex-wrap: wrap; justify-content: space-between; } .av-column-custom-container .column { width: 48%; margin-bottom: 20px; } .av-column-custom-container img { max-width: 100%; height: auto; }Adjust the styles as needed.
Best regards,
IsmaelMarch 21, 2024 at 8:43 am in reply to: The “avia-head-scripts” error persists despite trying all recommendations #1437748Hey bmcinternet,
Thank you for the inquiry.
The error occurs due to the Enfold > Performance > File Compression settings. We recommend disabling the default compression options from the theme and use WP Rocket’s compression settings as an alternative.
Best regards,
IsmaelHi,
We are not really sure if that is the issue because the path of the other file (post-17.css) is different. The theme specifically looks for the dynamic css in the /wp-content/dynamic_avia/avia_posts_css/ folder. Please feel free to open another thread if you encounter the issue again.
Thank you for your patience.
Best regards,
IsmaelMarch 21, 2024 at 8:11 am in reply to: All page elements disappears when changing something. #1437739Hey Akhurst,
Thank you for the inquiry.
Did you add any HTML tags to the page? Please make sure that there are no invalid tags and that they are properly closed. Otherwise, they could break the layout of the page and result in missing content.
You could save the content as template and switch the builder to debug mode so that you can inspect the content properly. Please check the documentation below for more info:
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
Best regards,
IsmaelHi,
Great! Glad it worked. Let us know if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHey apostrophe,
Thank you for the inquiry.
Please toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect. By disabling the file compression settings, you will be able to make the necessary adjustments and updates without any conflicts. Once you have made the required modifications, you can re-enable the file compression settings to optimize the performance of your website. Let us know if this helps.
Best regards,
IsmaelHey jmjwebsites,
Thank you for the inquiry.
Are you referring to the links within the socket container? If that’s the case, you can use this css rule to adjust the style of the menu items.
#socket .sub_menu_socket li { float: left; display: block; padding: 0 10px; border-left-style: solid; border-left-width: 1px; line-height: 10px; font-size: 18px; }For the copyright text, please add this code:
#socket .copyright { float: left; font-size: 18px; }Best regards,
IsmaelHi,
No problem! Please don’t hesitate to open another thread if got more questions about the theme.
Have a nice day.
Best regards,
IsmaelMarch 21, 2024 at 7:51 am in reply to: Several Give Wp and Ninjaforms short-codes in grid being cut off by footer #1437733Hi,
Thank you for the update.
You can also apply Custom CSS Class names to the sections where you need to implement this modification. This should allow you to target them specifically without affecting other elements of the same type. Please refer to the documentation below for more information:
Best regards,
IsmaelHey Kacper,
Thank you for the inquiry.
Yes, it is the same theme. However, you may encounter a few errors after updating to version 5.6.12 since the site contains a very old version (3.6.1) of the theme. We recommend cloning the site to another environment, upgrading the theme there, and fixing any errors before uploading it to the live site.
Best regards,
IsmaelHi,
Great! Glad to know that this has been resolved. Please feel free to open another thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the update.
Good to know that you managed to identify the cause of the issue. Did you enable the compression or minification option of the cache plugin? If so, you may need to deactivate the Enfold > Performance > File Compression settings to avoid any unexpected results from redundant compression.
Best regards,
IsmaelHey AuroraArcus,
Thank you for the inquiry.
You can adjust the style of the main menu links in the Enfold > Advanced Styling panel. Look for the elements within the Main Menu section and make the necessary edits.
Best regards,
IsmaelHey Stefan,
Thank you for the inquiry.
You can add this filter in the functions.php file to adjust the layout of the archive or category pages:
add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); function avia_change_category_blog_layout($layout, $context){ if($context == 'archive') $layout = 'blog-grid'; return $layout; }Best regards,
IsmaelHi,
Thank you for the clarification.
What happens when you toggle or temporarily disable the Enfold > Performance > File Compression settings? Please disable the compression settings, then deactivate the cache plugin temporarily. Let us know if this helps.
Best regards,
IsmaelHi,
Thank you for the update.
You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. Here are the steps to follow:
1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
2.) Locate the option to upload a file or an image.
3.) Select the screenshot file from your computer or device and upload it to the platform.
4.) After the upload is complete, you will be provided with a shareable link or an embed code.
5.) Copy the link or code and include it in your message or response to provide us with the screenshot.Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.
Best regards,
IsmaelHey carmen,
Thank you for the inquiry.
https://faceclinic.es/equipo-medico/ – but I have only select medium size – but is blurry, h
Have you tried selecting the full-sized or the original version of the image instead of the medium size? Please note that WordPress automatically compresses images, resulting in a minor decrease in image quality, especially noticeable on smaller thumbnails.
Best regards,
IsmaelHey FokeOne,
Thank you for the inquiry.
Did you set the Layout > Header visibility and transparency settings to the 5th option? Please note that this option will initially hide the header and only display it on scroll. If you need the logo to display without scrolling, try to add this css code:
#top .av_header_transparency.av_alternate_logo_active .logo a > img, #top .av_header_transparency.av_alternate_logo_active .logo a > svg { opacity: 1; }Did you try muting the video? We may need to access the site in order to properly check the issue with the video element. Please provide the site URL in the private field.
Best regards,
IsmaelHey bemodesign,
Thank you for the inquiry.
How did you add the favicon? Please make sure to upload it in the Enfold > Theme Options > Favicon settings. You can use the following tool to convert the image to an actual .ico file: https://favicon.io/
Best regards,
IsmaelHey Aleksandra,
Thank you for the inquiry.
There is no option for this by default, but you can disable the default icon and manually embed your own image in the Grid Item Content editor.
You can also upload your own icon fonts if necessary. Please check the documentation below.
// https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons-
Best regards,
Ismael -
AuthorPosts
