Forum Replies Created
-
AuthorPosts
-
Hi,
Glad to know it’s working correctly now! Feel free to open another thread if you have any more questions.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the update.
You can adjust the menu items in the Enfold > Advanced Styling panel. Look for the Main Menu Links element. You can choose to apply styles on hover, active state, or both.
Best regards,
IsmaelHey itsjona,
Thank you for the inquiry.
Did you insert the image in the text editor? Please provide the login details in the private field so we can check the post further.
Best regards,
IsmaelHey Munford,
Great! Glad to know that you managed to find a working solution.
Have a nice day.
Best regards,
IsmaelHi,
You’re welcome! Let us know if you have more questions.
Have a nice day.
Best regards,
IsmaelHi,
If you’re using the default contact form element, you can adjust the Content > Frontend > Submit Action settings to either Display a message or redirect the user to another page. Adjust the message in the Message Sent Label field.
Best regards,
IsmaelFebruary 18, 2025 at 5:00 am in reply to: Add Spacing and Panels/Text Boxes in Classic Editor #1477303Hi,
Does Enfold have any option for adding text boxes to highlight/set off text?
You can manually add the html in a text or code block.
<div class="av_spacer_panel av_spacer_panel_3" style="border-width: 18px; border-color: red;"> <div class="av_spacer_panel_content">This year’s concert season is dedicated to the memory of Professor Danlee Mitchell (October 5, 1936 – July 31, 2024), a distinguished musician, educator, and archivist who made significant contributions to the world of music and, as a long-time board member, played a major role in shaping the Center for World Music.</div></div>
This will create a text box with 18px border.
To further adjust the style of the text box, you can add this css in the Quick CSS field:
.av_spacer_panel { /* more adjustments here */ } .av_spacer_panel .av_spacer_panel_content { /* more adjustments here */ }
Best regards,
IsmaelHi,
We get a different result on our end — LCP is now green or fast. Please try to test it on a different device or connection: https://pagespeed.web.dev/analysis/https-seattledecksupply-com/y75n7277pa?form_factor=mobile
Best regards,
IsmaelHey lara666,
Thank you for the inquiry.
You can add this css code to adjust the position of the slider controls:
#top .avia-smallarrow-slider-heading { position: absolute; bottom: -50px; }
Best regards,
IsmaelHi,
You can include this css to adjust the font weight of the category sort:
#js_sort_items a { font-weight: bold; }
Best regards,
IsmaelHi,
We still couldn’t reproduce the issue. The screenshots below are taken after each page refresh.
Best regards,
IsmaelFebruary 18, 2025 at 4:23 am in reply to: Adding button to mute/unmute audio on fullscreen background video #1477298Hi,
@Haula82: Please check this thread for the latest version of the modification. https://kriesi.at/support/topic/html-for-turning-on-audio/#post-1432783If you need more help, feel free to open another thread.
Best regards,
IsmaelHi,
That is possible, but it would require modifications beyond the scope of support. If you need to adjust the breakpoint for specific elements such as Rows or Columns, we can provide the appropriate modifications.
You may also hire a freelancer to assist with the customization. You can find freelancers specializing in theme customization by visiting our customization page.
If you have any other questions or need further assistance, please feel free to let us know.
Best regards,
IsmaelFebruary 18, 2025 at 4:12 am in reply to: Enfold Theme, WooCommerce Checkout does not show the tax #1477296Hi,
Thank you for the info.
The tax is displayed when we set WooCommerce > Settings > Tax > Standard Rates > CA > Postcode / Zip to * (wildcard). It’s possible that the previously entered postcode or ZIP was not recognized.
Best regards,
IsmaelHi,
Please continue here: https://kriesi.at/support/topic/portfolio-grid-displays-thumbnails-incorrectly-if-they-are-odd/#post-1477293
Best regards,
IsmaelFebruary 18, 2025 at 3:54 am in reply to: Portfolio grid displays thumbnails incorrectly if they are odd #1477293Hi,
Thank you for the info.
We don’t see any issues with the grid. If you want to maintain consistent alignment without the space below the grid content or title, add this css code:
.grid-content { min-height: 100px; }
Result:
Let us know if this works for you.
Best regards,
IsmaelHi,
Thank you for the update.
The Enfold > Layout Builder > Lock Advanced Layout Builder For Admins As Well option was enabled, which disabled the ALB for everyone. We have now disabled the option.
Best regards,
IsmaelFebruary 18, 2025 at 3:39 am in reply to: Single Product Slider and/or Product Grid Plugin Additions #1477291Hey ballindigital,
Thank you for the inquiry.
You can add this css code to adjust the width of the columns:
.shop_columns_2 .products .product { width: 100%; }
If you need to apply this to a specific Product Grid element, you have to apply a Custom CSS Class name or ID to the element.
— https://kriesi.at/documentation/enfold/add-custom-css/
Best regards,
IsmaelHi,
Where do you see the render delay info? For LCP, you can further reduce the image dimensions and preload it using this plugin.
— https://wordpress.org/plugins/preload-lcp-image/
Best regards,
IsmaelHey lara666,
Thank you for the inquiry.
Please add this css code to adjust the submit button:
.contact-form :is([type=submit],button:not([type=reset])) { background-color: #ED1C24; color: #ffffff; border-radius: 100px; padding: 2px 10px; border: 1px solid #000000; }
Best regards,
IsmaelHey lara666,
Thank you for the inquiry.
Try to add this css code:
.html_elegant-blog .avia-content-slider .av-vertical-delimiter { border-color: red; }
If this doesn’t work, please provide a link to the page.
Best regards,
IsmaelHi,
If you’re concerned about speed or loading optimization, you can check these articles. The recommendations in the articles should be applicable regardless of the hosting or server the site is on.
— https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow
— https://gtmetrix.com/wordpress-optimization-guide.htmlBest regards,
IsmaelFebruary 17, 2025 at 1:42 am in reply to: Taxonomy Archive Template uses Portfolio type hardcoded, Enfold 6.0.9 #1477215Hi,
Thank you for the update.
I will re-enable my workaround to not hurt the client’s website…
Please clone the site to a staging environment so we can see the actual issue. You can use plugins like Duplicator or WP Migrate DB to transfer the site to a different domain. Provide all additional info such as screenshots and any related links in the private field.
Best regards,
IsmaelHi,
For me (and everyone else), the same products are shown on each page load.
As shown in the screenshots above, this is not the case on our end. Different products are displayed in each row on every refresh.
We tried logging in to the live site again, but the credentials above are no longer working. Did you remove the account?
Best regards,
IsmaelHi,
Thank you for the inquiry.
Looks like you’ve managed to resolve the LCP issue with the image. The score is now 97 on mobile. https://pagespeed.web.dev/analysis/https-seattledecksupply-com/rkxqgiuzgg?form_factor=mobile
Best regards,
IsmaelHi,
You can add this css code to adjust the height of the featured image.
.small-preview, .big-preview { max-height: 200px; } .small-preview img, .big-preview img { width: 100%; height: 200px; object-fit: cover; }
Best regards,
IsmaelHi,
Yes, you can use an Image element, apply a Custom CSS Class to it, and then make a few css modifications to adjust its position. This can also be achieved with pure css. If you can provide a test page, we’ll send you the initial css.
Best regards,
IsmaelHey northorie,
Thank you for the inquiry.
Which element are you trying to modify? You may need to add some css modifications to adjust the breakpoint for elements such as columns or rows. You can also adjust the Row Settings > Row Screen Options > Fullwidth Break Point settings. Please create a test page or provide a screenshot so that we can inspect the elements.
Best regards,
IsmaelHi,
Thank you for the update.
We’re not seeing any issues with the site. Have you tried checking it in incognito mode? Please try to toggle or temporarily disable the Enfold > Performance > File Compression settings, then purge the cache. Let us know if the issue persists.
Best regards,
IsmaelFebruary 14, 2025 at 6:44 am in reply to: Videos (YouTube) no longer working on desktop version of website #1477101 -
AuthorPosts