Forum Replies Created
-
AuthorPosts
-
February 20, 2024 at 4:21 am in reply to: searching for a topic in the forum results in critical error on this website #1434838
Hi,
Thank you for the short clip.
We were able to reproduce the issue, but it only happens when searching for the keyword “overlay”. The error does not occur when using a different keyword. It’s possible that there are snippets or code in the resulting entries, either provided by us or the users, that are triggering the error. This is a little random quirk within the forum. Could you please specify the topic or any related issues you are trying to search for?
Best regards,
IsmaelHey Sebastian,
Thank you for the inquiry.
How did you apply or adjust the border? Please try to add this css code to get rid of the top border in the second row.
#top #header .avia_mega_div > .sub-menu:nth-child(2) { border-top: 0 !important; }Best regards,
IsmaelHey mustafa-alani,
Thank you for the inquiry.
We may need to inspect the site or the element in question in order to provide an appropriate solution. Please provide the site URL in the private field. Screenshots will also help.
Best regards,
IsmaelHey Steve,
Thank you for the inquiry.
Please try to use the following css code to adjust the opacity of the slider entries on hover.
#top .avia-logo-element-container .slide-entry:hover { transition: all 0.8s; opacity: 0.5; }Best regards,
IsmaelHi,
every image ID needs to be added to the css right?
Are you referring to @Guenni007’s modification? You can remove the .page-id-xxxxx selector from the css code if you want the changes to apply globally.
#top .with-lightbox-caption .avia_image { overflow: visible !important; } #top .av-image-caption-overlay { bottom: -30px !important; font-size: 10px !important; height: auto !important; width: 100% !important; text-align: justify !important; } #top .avia-image-overlay-wrap:hover .av-image-caption-overlay, #top .avia-image-overlay-wrap:hover .av-caption-image-overlay-bg { opacity: 1 !important; }You should also remove the is_page conditional function from the animated_enfold_lightbox callback.
function animated_enfold_lightbox() { ?> <script type="text/javascript"> (function($){ // rest of the code })(jQuery); </script> <?php } add_action('wp_footer', 'animated_enfold_lightbox', 999);Best regards,
IsmaelHi,
Great! Glad to know that this has been resolved. Please don’t hesitate to open another thread if anything comes up.
Have a nice day.
Best regards,
IsmaelHi,
What do you mean by “yellow alt text block”? Please provide a screenshot and the link to the page so that we can review it properly. Please note that you need to manually enable the Content > Image Caption settings and specify the text in the Caption field in order to display captions above the images.
Best regards,
IsmaelHi!
You’re welcome! Glad it worked. Please feel free to open another thread if you have more questions about the theme.
Have a nice day.
Cheers!
IsmaelHi,
We’ve moved the screenshot to the private field. Would you mind providing a screenshot or a short clip of what you’re trying to do?
Have you tried using the Templates or the CET features? Please check the documentation below for more info.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#templates
// https://kriesi.at/documentation/enfold/custom-element-templates/Best regards,
IsmaelFebruary 19, 2024 at 5:06 am in reply to: searching for a topic in the forum results in critical error on this website #1434736Hi,
Any format is acceptable as long as it’s web-compatible, but .mov tends to be larger compared to other formats. Consider converting it to mp4 or uploading it to platforms like YouTube or Vimeo. You can also upload it to services like Dropbox or any other file hosting websites.
Best regards,
IsmaelHey joschro,
Thank you for the inquiry.
Yes, you need to extract the “enfold.zip” file from the package you downloaded from Themeforest. If the dashboard installation is not working, try installing the theme via FTP. Please refer to the link below for more information.
// https://kriesi.at/documentation/enfold/install-enfold-theme/#ftp-install
Best regards,
IsmaelHi,
Good to know that @Guenni007 was able to help you out! Please don’t hesitate to open another thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHi,
Alright! Happy to know that the issue has been resolved. Let us know in a different thread if you have more questions.
Have a nice day.
Best regards,
IsmaelHi,
Great! Glad to know that this has been settled. Please feel free to open another thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHi,
@Nihru: The page seems to be loading correctly when we checked it on a device emulator. Would you mind providing a screenshot of the issue? 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,
IsmaelHi,
Thank you for the info.
Are you trying to break the items into a single column on iPad view? If so, then you can add this css code to manually adjust the width of the masonry items on larger tablet screens.
@media only screen and (min-width: 990px) and (max-width: 1366px) { .responsive #top .av-masonry .av-masonry-entry { width: 100%; } }You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
IsmaelHi,
Thank you for the info.
But the problem is it not that it generate dynamtic css and it can’t load it?
The screenshot above shows an error originating from a minified stylesheet within the wp-content > fusion-styles folder, not from the dynamic stylesheet generated by the theme. We may need to access the site in order to properly check the issue. Please clone the site to a staging environment and provide the login details in the private field.
Best regards,
IsmaelHi,
Thank you for the inquiry.
We have temporarily disabled the Enfold > Performance > File Compression settings, but the site continues to load the merged or compressed scripts and stylesheets. This indicates that the server is still attempting to retrieve these resources from the cache. Please deactivate the plugins temporarily and ask your hosting provider to temporarily disable server caching so that we can check the issue further.
Best regards,
IsmaelHey Groeier!,
Thank you for the inquiry.
The layer slider is loading correctly when we checked the site, as shown in the screenshot below (private field). We reloaded the page several times. Have you identified the issue?
Best regards,
IsmaelHi,
Thank you for the update.
Did you add the code in the Enfold > General Styling > Quick CSS field? The code seems to be working correctly on our end. Please provide the login details in the private field so that we can check the modifications properly.
Best regards,
IsmaelHey Antonio,
Thank you for the inquiry.
You may need to contact your hosting provider and ask them to install or enable the PHP ZipArchive Extension. If the issue persists after activating the PHP extension, please provide the login details in the private field.
Best regards,
IsmaelHi,
No problem! Let us know if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHey opificioilgranello,
Thank you for the inquiry.
You can add this css code to target the first items in the submenu and adjust their style.
#av-burger-menu-ul li .sub-menu > .av-width-submenu > a { font-weight: 600; color: red !important; }Best regards,
IsmaelHey ryanchadek,
Thank you for the inquiry.
Have you tried temporarily disabling the header.php file in the child theme or updating it using the latest version from the parent theme? The footer relies on some of the code in the header.php file, so you have to make sure that the template file is updated.
Best regards,
IsmaelHey Douglas McRae,
Thank you for the inquiry.
1.) Enfold is a premium theme available for purchase on Themeforest.
// https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990
2.) The latest version of the theme is 5.6.10. If the automatic update is not working, you may need to update the theme manually via FTP. Please check the documentation below.
// https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
3.) You can update the theme for free once you’ve purchase a license. You may need to contact the previous developer and ask him for the purchase code or the private token.
// https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
IsmaelHi,
Thank you for the update.
We’ve found an invalid code in the Quick CSS field and removed it. This code should be added in the functions.php file.
function ava_remove_title_attr(){ ?> <script> jQuery(window).load(function(){ jQuery('#wrap_all img.avia_image, #wrap_all .avia-gallery-thumb img, #wrap_all .avia-gallery-thumb a').removeAttr('title'); }); </script> <?php } add_action('wp_footer', 'ava_remove_title_attr');We also edited the css a bit and temporarily disabled the Enfold > Performance > File Compression settings. You can enable this option back once you’re done editing the site. Please make sure to do a hard refresh before checking the page.
Best regards,
IsmaelHi,
Thank you for the update.
We may need to access the site in order to properly check the issue. Please provide the login details in the private field and make sure that the Appearance > Theme File Editor is accessible.
// https://developer.wordpress.org/advanced-administration/wordpress/edit-files/#using-the-theme-file-editor-and-plugin-file-editor
// https://wordpress.org/documentation/article/editing-wp-config-php/#disable-the-plugin-and-theme-editorBest regards,
IsmaelHey envatobunny,
Thank you for the inquiry.
Please use this css code instead.
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle { right: 180px !important; width: 40px !important; }Please toggle the Enfold > Performance > File Compression settings, and purge the Siteground cache or disable it temporarily.
Best regards,
IsmaelHey Julie,
Thank you for the inquiry.
Did you configure the default logo not to display on desktop view? The reason the burger menu is pushed beneath the header is because of the logo container, which receives this style on smaller screens.
.responsive #top .logo { position: static; display: table; height: 80px !important; float: none; padding: 0; border: none; width: 80%; }To keep the logo hidden on mobile view, you can add this css code.
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .responsive #top .logo { display: none; } }Best regards,
Ismael -
AuthorPosts
