Forum Replies Created

Viewing 30 posts - 5,731 through 5,760 (of 67,463 total)
  • Author
    Posts
  • in reply to: Customize accordion elements #1436596

    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,
    Ismael

    in reply to: Category page do not showing the right categories #1436585

    Hey 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,
    Ismael

    in reply to: In mobile the images no load #1436582

    Hi,

    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,
    Ismael

    in reply to: Top Icon box icon position #1436580

    Hi,

    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,
    Ismael

    Hey 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,
    Ismael

    in reply to: Height of Flipbox #1436577

    Hey 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,
    Ismael

    Hi,

    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,
    Ismael

    Hi,


    @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,
    Ismael

    in reply to: Copperplate Font on Windows Devices #1436573

    Hey 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_list

    Best regards,
    Ismael

    in reply to: Mailchimp Subscribe on Enfold Contact Form Element #1436572

    Hey 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,
    Ismael

    in reply to: Problem with colors from phonenumber on mobile #1436477

    Hi,

    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,
    Ismael

    in reply to: Carrusel images with title #1436473

    Hi,

    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,
    Ismael

    in reply to: Remove Link on Logo #1436471

    Hey 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,
    Ismael

    in reply to: Top Icon box icon position #1436470

    Hey 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,
    Ismael

    Hi,

    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-items

    If 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,
    Ismael

    Hi,

    Alright! Please make sure to create a site backup before proceeding. We will keep the thread open.

    Best regards,
    Ismael

    in reply to: Update WordPress and Enfold #1436466

    Hi,

    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-enfold

    Best regards,
    Ismael

    in reply to: Folder: dynamic_avia auto empties #1436458

    Hey 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,
    Ismael

    Hi,

    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,
    Ismael

    in reply to: Problem with colors from phonenumber on mobile #1436455

    Hey 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,
    Ismael

    in reply to: logo-mobile-blurry #1436454

    Hi,

    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,
    Ismael

    in reply to: The Events Calendar Short Codes & Child Theme #1436451

    Hi,

    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,
    Ismael

    in reply to: In mobile the images no load #1436450

    Hi,

    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,
    Ismael

    in reply to: CUSTOMIZE H3 NOT WORKING #1436449

    Hi,

    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,
    Ismael

    in reply to: SEO Analysis program #1436448

    Hi,

    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,
    Ismael

    Hi,

    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,
    Ismael

    in reply to: How to insert description website #1436445

    Hi,

    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,
    Ismael

    in reply to: Regarding ENFOLD theme support #1436444

    Hi,

    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,
    Ismael

    Hi!

    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,
    Ismael

    in reply to: Delay an image animation #1436440

    Hey 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

Viewing 30 posts - 5,731 through 5,760 (of 67,463 total)