Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the inquiry.
You can add this css code to align the icon with the button text.
.av-4nzmkd-57f4e8124b72523d6b91c72c00871e26 + .avia_codeblock_section .avia_codeblock .dropdown { display: flex; min-height: 48px; justify-content: center; } .av-4nzmkd-57f4e8124b72523d6b91c72c00871e26 + .avia_codeblock_section .avia_codeblock .dropdown .avia_button_icon { padding-left: 0; margin-right: 10px; }Best regards,
IsmaelHey ludgerf,
Thank you for the inquiry.
Did you switch the editor to the Advanced Layout Builder (ALB)? Please note that when you switch the editor to ALB, all default elements, including the featured images and post meta info, will no longer display. You will have to add those contents manually using the available elements in the builder.
Best regards,
IsmaelHey mgyura,
Thank you for the inquiry.
The pagination seems to be working correctly on our end. Have you tried testing it on a different device or browser? Please provide a screenshot using Savvyify, Imgur or Dropbox.
Best regards,
IsmaelHey Anouk,
Thank you for the inquiry.
The home page seems to be responding correctly on mobile view. Have you tried purging the cache or clearing the browser history? Please provide a screenshot using Savvyify, Imgur, or Dropbox.
Best regards,
IsmaelHey MikeTandySwag,
Thank you for the inquiry.
You can add this css code to remove the text behind the arrow.
#top #wrap_all .avia-smallarrow-slider.av-slideshow-ui .avia-slideshow-controls a { text-indent: 9999px; }Best regards,
IsmaelHey John,
Thank you for the inquiry.
Try to add a unique class name to the list:
ol class="alpha-list"> <li>Item 1</li> <li>Item 2</li> <li>Item 3</li> </ol>Then add the following css to adjust the style type:
.alpha-list { list-style-type: lower-alpha; }Best regards,
IsmaelHi,
Thank you for the screenshot.
Would you mind providing a direct link to the page in question? Please refer to the private field for a screenshot of what we see on our end.
Best regards,
IsmaelHi,
@Skytaya2727: Glad to know! Please feel free to open another thread if you have more questions about the theme. Have a nice day!Best regards,
IsmaelHey mikecowles,
Thank you for the inquiry.
The post css file, which contains custom styles for elements in the builder, is not being generated on the live site. This issue could be due to file or folder permission problems within the wp-content > uploads directory. Did you change the location of the uploads folder?
Failed to load resource: the server responded with a status of 404 () post-212.css:1Please try to disable the Enfold > Performance > File Compression settings and temporarily deactivate the plugins. Let us know if this changes anything.
Best regards,
IsmaelHey Erin,
Thank you for the inquiry.
The main menu seems to be displaying correctly on our end. 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,
IsmaelHey ludgerf,
Thank you for the inquiry.
You need to edit the post and apply a featured image to it. Additionally, if you need to adjust the width of the content, you can edit the post and set the Layout > Sidebar Settings to use either a Left or Right Sidebar. For more information about featured images, please refer to the link below.
// https://wordpress.com/support/featured-images/#set-a-featured-image
Best regards,
IsmaelHi,
Thank you for the screenshots.
Have you tried switching the builder to fullscreen? This should provide you with ample space to navigate the builder and make it easier to drag and drop elements across the editing area. Unfortunately, there is no option to group elements and drag/drop them together. You’ll find the Fullscreen button next to the Templates button.
Best regards,
IsmaelHi,
@designguy2006: Do you encounter any errors during the demo import process? We tried to log in to the site using the provided credentials, but they seem to be invalid. Please open a new thread and provide a valid admin account so that we can thoroughly inspect the site. You can create a new thread here: https://kriesi.at/support/forum/enfold/#new-postBest regards,
IsmaelFebruary 20, 2024 at 4:25 am in reply to: kriesi.at/support/topic/massive-files-under-dynamic-avia-folder/ #1434839Hi,
Thank you for the update.
You can temporarily disable the Enfold > Performance > File Compression settings and manually delete the entries in the dynamic_avia folder. Afterward, you can opt for a different compression plugin like Autoptimize, or use the default compression options provided by your cache plugin.
IMPORTANT: Please make sure to create a site backup or restore point before doing the steps above.
Best regards,
IsmaelFebruary 20, 2024 at 4:21 am in reply to: searching for a topic in the forum results in critical error on this website #1434838Hi,
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,
Ismael -
AuthorPosts
