Forum Replies Created
-
AuthorPosts
-
Hey Eduardo,
Thank you for the inquiry.
1.) You can edit the Accordion element and adjust the colors in the Styling > Colors toggle.
2.) To adjust the style of the toggler, you adjust can the values in this css rule:
.js_active .toggler, .avia-admin-preview-container .toggler { padding: 9px 3px 9px 35px; line-height: 1.65em; }3.) You can also adjust the font styles in the Styling > Font Sizes toggle.
Best regards,
IsmaelHey keep12,
Thank you for the inquiry.
Did you install any plugins related to sorting posts or pagination? Please try deactivating those plugins temporarily and see if it makes any difference.
Best regards,
IsmaelHi,
Thank you for the update.
Please remove the previous css code, then replace it with the following code:
#top .av-caption-style-overlay .av-masonry-item-with-image:hover .av-inner-masonry-content { background: rgba(255,255,255,0.35); }Do not forget to toggle or temporarily disable the Enfold > Performance > File Compression settings. Let us know if this works.
Best regards,
IsmaelHi,
Thank you for the update.
To adjust the left or right icon, you can use this css rule:
#top .iconbox_left_content .iconbox_icon, #top .iconbox_right_content .iconbox_icon { width: 74px; height: 74px; font-size: 80px; line-height: 72px; border-style: solid; border-width: 1px; border-radius: 500px; text-align: center; margin-right: 22px; }You may need to remove the previous css code.
.iconbox_icon[data-av_icon]:before { font-size: 50px!important; }Best regards,
IsmaelMarch 7, 2024 at 8:49 am in reply to: Video media element showing a black square with no thumbnail #1436579Hey namasteevents,
Thank you for the inquiry.
Looks like the video is not loading properly because the site contains an older version of the theme (5.1.2). Please try to upgrade the theme to version 5.6.10, then temporarily disable the Enfold > Performance > File Compression settings afterward.
Best regards,
IsmaelHey ontariotraining,
Thank you for the inquiry.
You can adjust the padding around the Flipbox element to reduce its height. Please add this css code.
.avia-icongrid-flipbox .av-icon-cell-item .avia-icongrid-front .avia-icongrid-inner, .avia-icongrid-flipbox .av-icon-cell-item .avia-icongrid-flipback .avia-icongrid-inner { padding: 10px; }Best regards,
IsmaelMarch 7, 2024 at 8:37 am in reply to: Need to replace home page slider with full wide image with text #1436575Hi,
Thank you for the screenshot.
You can place the Image element inside a Color Section, then apply the following modification (link below) to make the container inside the Color Section fullwidth.
// https://kriesi.at/documentation/enfold/color-section/#color-section-with-100-content-width
Best regards,
IsmaelMarch 7, 2024 at 8:35 am in reply to: Disabling WP block editor and enabling Enfold Advance Layout Builder #1436574Hi,
@woogie07: How did you transfer the site? It’s possible that the custom fields responsible for checking whether the ALB is active for a specific page were not included in the migration.Best regards,
IsmaelHey flatairbag,
Thank you for the inquiry.
The Copperplate font is included by default on Mac devices, which is why it is included in the list. If the font is unavailable on the device, it will fallback to the default system fonts. If you wish to check which fonts are readily available for each operating system, please refer to the links below.
// https://developer.apple.com/fonts/system-fonts/
// https://learn.microsoft.com/en-us/typography/fonts/windows_10_font_listBest regards,
IsmaelHey flatairbag,
Thank you for the inquiry.
This option is not available with the contact form element, but you can use the Mailchimp Signup element to display one of your subscription forms created through Mailchimp. Please check the documentation below for more info.
// https://kriesi.at/documentation/enfold/mailchimp-signup/
Best regards,
IsmaelHi,
Try to edit the phone number html and add a unique class name to it:
<span class="av-phone-number-info">Telefon 04931 – 9192873</span>Then add this css code:
.av-phone-number-info, .av-phone-number-info:active, .av-phone-number-info:visited, .av-phone-number-info:focus { color: #ffffff !important; }If that didn’t work, try to add this code in the functions.php file:
function ava_format_detection_meta() { echo '<meta name="format-detection" content="telephone=no">'; } add_action('wp_head', 'ava_format_detection_meta');Best regards,
IsmaelHi,
Apologies for the delay. We have added captions to the Horizontal Gallery images, and they are properly included in the gallery but render below the gallery images, so they are not visible. We tried to adjust the style of the captions, but encountered an error when we tried to add this code in the theme options.
.av-horizontal-gallery-wrap .image-caption { position: absolute; bottom: 0; background: rgba(255,255,255,0.5); width: 100%; padding: 10px 20px; color: #000000; }Please try to deactivate the plugins temporarily, then add the code above in the Quick CSS field.
Best regards,
IsmaelHey Michael_Kronenberg,
Thank you for the inquiry.
Yes, that should be possible. You can add this css code to disable the link on the logo:
.responsive #top .logo a, .responsive #top .logo { pointer-events: none; }Best regards,
IsmaelHey khrntanya,
Thank you for the inquiry.
The following css code overrides your modification:
.iconbox_icon[data-av_icon]:before { font-size: 50px!important; }You might have added it in the Quick CSS field.
Best regards,
IsmaelMarch 6, 2024 at 9:43 am in reply to: Portfolio Items instead of Portfolio Categories on main Work/Portfolio page? #1436469Hi,
Thank you for the info.
I want to see all of the items in all of the Portfolio Items, including all of the images in the Masonry Gallery media elements.
You might be able to do it by enabling the AJAX Portfolio option. Please check the demo and the documentation below:
// https://kriesi.at/themes/enfold/portfolio/portfolio-ajax/
// https://kriesi.at/documentation/enfold/portfolio-grid/#creating-new-portfolio-itemsIf this is not an option, then you may need to use the Masonry Gallery or the Gallery element and upload the images of all portfolio items in the same page.
Best regards,
IsmaelMarch 6, 2024 at 9:37 am in reply to: Facing some bugs / issues after upgrading the ENFOLD version to 5.6.10 #1436467Hi,
Alright! Please make sure to create a site backup before proceeding. We will keep the thread open.
Best regards,
IsmaelHi,
Thank you for the inquiry.
You have to use the Duplicator or any plugin of the same kind in order to create a backup of the database and the server files, including the theme files. For more info on how to update the theme manually, please check the links below.
// https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
// https://kriesi.at/archives/the-complete-guide-to-updating-enfoldBest regards,
IsmaelHey Paul,
Thank you for your inquiry and for being a long-time user of Enfold.
1.) Did you enable the Enfold > Performance > Delete Old CSS And JS Files option? This setting is designed to remove old or unused css and js files from the dynamic_avia folder. If you’re already using a third-party compression plugin or have enabled compression options within your cache plugin, please make sure that you disable the theme’s file compression settings to avoid unexpected behavior.
2.) We haven’t encountered this error before, so we’re not sure what could be causing it. However, you can revert back to the Classic Editor by adjusting the Enfold > Theme Options > Select Your Editor settings, which means you no longer require the plugin.
Best regards,
IsmaelMarch 6, 2024 at 8:11 am in reply to: Custom Fonts are not loading under https while http works fine. #1436456Hi,
Great! Glad to know that this has been resolved. Let us know in a different thread if you have more questions.
Have a nice day.
Best regards,
IsmaelHey rixi,
Thank you for the inquiry.
The telephone number in the first section and in the footer widget is still white when we checked the site on mobile view. Have you figured out the issue? If you haven’t, please provide a screenshot using Savvyify, Imgur or Dropbox.
Best regards,
IsmaelHi,
Thank you for the update.
Consider doubling or tripling the size of the logo to cover retina displays; dimensions like 400x120px or 600x240px should be enough. And again, please make sure that the transparent spaces around the logo are removed.
Best regards,
IsmaelHi,
Glad to know that this has been resolved. Please don’t hesitate to open another thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the inquiry.
The css code that you mentioned above covers the masonry image. Why did you add it? If you want to add transparency to the background, try to replace the css with this code:
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content { background: rgba(255,255,255,0.35); }Best regards,
IsmaelHi,
Thank you for the update.
I tried to put some quick CSS and maybe I did the wrong wording but that is not working either.
What css did you use? There are extra html tags inside the h3 tag, so you’ll need to use a more specific css selector in order to target those tags or elements, as @Rikard suggested earlier.
Example html in one of your text blocks:
<h3> <a href="https://site.com/portfolio-item/east-point-lighthouse-n-j-photography-hot-spot/"> <span style="color: #ffff00;"><strong>EAST POINT LIGHTHOUSE</strong></span> </a></h3>To target the strong tag or any elements inside the h3, you can try this css code.
h3 a, h3 a span, h3 a span strong { text-transform: uppercase; }Best regards,
IsmaelHi,
Thank you for the screenshot.
The analysis tool updates correctly when we adjust the paragraphs in the builder. Please check the screenshot in the private field. You’ll notice that the Consecutive sentences criteria has been validated. We added 3 Text Blocks in the page with different sentences, making sure that the first word in every sentence is different.
Have you considered using Rankmath instead?
Best regards,
IsmaelMarch 6, 2024 at 7:33 am in reply to: Blog Posts: “106 resources are formatted as page link” warning on SEMrush #1436446Hi,
Thank you for the update.
I wish I could. I just deleted the images that were causing the issue.
We may need to inspect the site in order to properly check the issue. Please provide the site URL in the private field.
Best regards,
IsmaelHi,
Thank you for the clarification.
You can add this code in the functions.php file:
add_filter('avf_logo_subtext', 'avf_logo_addition'); function avf_logo_addition($sub) { $sub .= "<span class='logo-title logo-subtitle'>"; $sub .= get_bloginfo( 'description', 'display' ); $sub .= "</span>"; return $sub; }Then add this css code to adjust the position of the description or subtext:
#top #header .subtext.avia-standard-logo-sub { position: absolute; top: 25px; left: 0; }Best regards,
IsmaelHi,
Thank you for the renewing your support license. Please continue in the next thread: https://kriesi.at/support/topic/facing-some-bugs-issues-after-upgrading-the-enfold-version-to-5-6-10/
Best regards,
IsmaelMarch 6, 2024 at 7:18 am in reply to: Facing some bugs / issues after upgrading the ENFOLD version to 5.6.10 #1436443Hi!
Thank you for the inquiry.
1-2) Looks like the site is still loading the old scripts and stylesheets. Please disable the Autoptimize plugin temporarily, then deactivate the Enfold > Performance > File Compression settings. This should fix the styling and layout issues.
Regards,
IsmaelHey Eleina,
Thank you for the inquiry.
Try to add use this css code instead.
.avia-animate-admin-preview.pop-up, .avia_transform .avia_start_delayed_animation.pop-up { animation: avia_image_appear 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); opacity: 1; animation-delay: 3s; }Let us know if this delays the animation. Please make sure to purge the cache or do a hard refresh before testing.
Best regards,
Ismael -
AuthorPosts
