Forum Replies Created

Viewing 30 posts - 2,581 through 2,610 (of 66,166 total)
  • Author
    Posts
  • in reply to: slider image not opened in a lightbox #1469119

    Hey Chris_85,

    Thank you for the inquiry.

    Make sure that the Enfold > Theme Options > Lightbox Modal Window option is enabled. If the issue persists, please provide the login details in the private field.

    Best regards,
    Ismael

    in reply to: Customize the theme #1469118

    Hi,

    Thank you for the update.

    The layout of the sites you mentioned above can be recreated using the Advanced Layout Builder (ALB), but the scrolling animations and other element effects may require custom scripts or additional plugins. You can contact our partner Codeable for additional customization.

    // https://kriesi.at/contact/customization

    Best regards,
    Ismael

    in reply to: Using custom loop-index.php template with ALB #1469060

    Hey emilconsor,

    Thank you for the inquiry.

    When the Advance Layout Builder (ALB) is active, it’s going to ignore the single.php and the loop-index.php file and use the template-builder.php file instead.

    Best regards,
    Ismael

    in reply to: Background image vertical alignment mobile #1469059

    Hi,

    The modification seems to be working on our end. We’ve forwarded the issue to our channel. Please wait for the rest of the team to respond.

    Best regards,
    Ismael

    in reply to: Custom font not displayed correctly on IPhone iOS #1469058

    Hi,

    Thank you for the screenshot.

    Why are the font weights separated? You can just download the font collection from Google as a set and upload them to the font manager at the same time.

    // https://fonts.google.com/specimen/Montserrat

    Did you select the font in the Enfold > General Styling > Heading Font or Font for Your Body Text settings? The font will not be loaded if it’s not selected.

    Best regards,
    Ismael

    in reply to: Build Website #1469057

    Hey Dr. Abraham Peters,

    Thank you for your interest in the Enfold theme.

    We don’t directly build websites for our users, but you can contact our partner Codeable for customizations. Please check the link below for more info.

    // https://kriesi.at/contact/customization

    Best regards,
    Ismael

    in reply to: Enfold tab has issue on mobile #1469056

    Hi,

    Thank you for the update.

    In your first post, you mentioned tabs, not tables, so it’s a bit confusing. Anyway, this is how the table element responds in mobile view. If you’d like to remove the repeated titles, you can add this css code:

    .responsive .avia_responsive_table .avia-data-table td:before {
        display: none;
    }

    Best regards,
    Ismael

    Hey Alex,

    Thank you for the inquiry.

    The second page doesn’t exist. Did you remove it? Please create a test page so that we can check the issue properly.

    Best regards,
    Ismael

    in reply to: Hiding Locked elements #1469054

    Hey waveseven,

    Thank you for the inquiry.

    Did you set the Custom Elements > Custom Elements Management to “Admins only”? If this is set to the second option (Editors and Admins), editors will still be able to see and toggle the locked options.

    Best regards,
    Ismael

    in reply to: White line under menu bar #1469053

    Hey jim-cp,

    Thank you for the inquiry.

    The border is applied by this css code:

    #header {
        border-bottom: 2px solid #ebebeb !important;
    }

    You can remove the code or override it in the Quick CSS field:

    #top #wrap_all .header_color.av_header_transparency {
        border: 0 !important;
    }
    

    Best regards,
    Ismael

    in reply to: Error after upgrading to Enfold 6.0.2 #1469052

    Hi,

    it was due to the new taxonomy.php file. Since you introduced this new file, it would be good to have some settings in Theme Options for blog layout.

    The taxonomy.php file has been there for quite a while. What seems to be the issue with it? Please open a new thread if you’re still encountering the problem. We’ll close this thread for now.

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Search symbol on the left side of main menu is blank #1469051

    Hey ibuzaev,

    Thank you for the inquiry.

    The element for the search icon is missing. Please try temporarily disable the Enfold > Performance > File Compression settings, then purge the cache. If the issue persists, please provide the login details in the private field.

    Best regards,
    Ismael

    in reply to: Backend page edit view broken #1468896

    Hi,

    Thank you for the update.

    Have you tried adding this code in the functions.php file as @Guenni007 suggested in the previous thread?

    function admin_head_mod() {
    echo '<style type="text/css">
    	#postbox-container-2 { clear: left; }
    	.index-php #postbox-container-2 { clear: none; }
    </style>';
    }
    add_action('admin_head', 'admin_head_mod');
    

    Thread; https://kriesi.at/support/topic/enfold-back-end-not-working-in-safari-on-sequoia/#post-1468431

    Best regards,
    Ismael

    in reply to: Pictures not visible anymore #1468895

    Hi,

    Thank you for the update.

    As @Guenni007 mentioned above, please try to disable the wpo compression or minification, or temporarily deactivate the plugin. Let us know the result.

    Best regards,
    Ismael

    in reply to: Height horizontal gallery mobile #1468893

    Hi,

    Thank you for the screenshot.

    We found invalid code in the Quick CSS field, such as double forward slashes. Is this intended to be a comment? We removed the invalid css code and moved all css media queries to the bottom of the field.

    Previous CSS: https://pastebin.com/cb4TSS4E

    There is also an < hr > element at the bottom of the gallery, which is only visible in mobile view and adds extra space.

    Best regards,
    Ismael

    Hey ariane1001,

    Thank you for the inquiry.

    Did you enable the Advance Layout Builder or edit any template files? Please provide the login details in the private field so that we can check the event and theme settings. Make sure that the Appearance > Theme File Editor is accessible.

    // https://www.linkedin.com/pulse/troubleshooting-guide-wordpress-theme-editor-missing-mog6c

    Best regards,
    Ismael

    in reply to: font color in cart #1468890

    Hi,

    Thank you for the info.

    We added this css code to adjust the color of the product title and meta info:

    .main_color .product_meta {
        color: #ffffff;
    }
    
    .main_color div.product h1.product_title {
        color: #ffffff;
    }

    Best regards,
    Ismael

    Hi,

    Great! Glad to know that the issue has been resolved. Please feel free to create another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: We need to remove fields from Checkout #1468887

    Hi,

    Thank you for the inquiry.

    The extra credit card fields are likely being added by another plugin or extension. Please try deactivating the shop extensions temporarily to see which one is adding the fields. Let us know the result.

    Best regards,
    Ismael

    in reply to: Translate reCaptcha message #1468886

    Hi,

    We have forwarded the issue to our channel. The translations should be included in the next patch.

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Sort categories differently #1468885

    Hi,

    Great! Glad to know that this has been resolved. Let us know if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

    Hi,

    Thank you for the screenshot.

    Please try to use this filter in the functions.php file:

    function avf_change_tribe_event_categories_label( $translated_text, $text, $domain ) {
        if ( $text === 'Event' && $domain === 'the-events-calendar' ) {
            $translated_text = 'Spoeddiensten';
        }
    
        return $translated_text;
    }
    add_filter( 'gettext', 'avf_change_tribe_event_categories_label', 20, 3 );

    Best regards,
    Ismael

    Hey Munford,

    Thank you for the inquiry.

    It seems to be working when we tested this on our end. Have you tried switching the editor to Text Mode before adding the heading tags?

    Best regards,
    Ismael

    in reply to: Custom font not displayed correctly on IPhone iOS #1468882

    Hey Markus,

    Thank you for the inquiry.

    What is the name of the font? Please try editing the layer in the Layer Slider element and set the font in the Style > Text & Typography > Font Family field.

    Best regards,
    Ismael

    in reply to: Masonry Gallery #1468881

    Hi,

    Thank you for the inquiry.

    1.) Have you tried placing the gallery inside a 1/1 Column element?

    2.) To adjust the hover effect, try to adjust the Image Hover Effect settings in the Advanced > Animation panel.

    3.) Please try selecting the Perfect Grid option in the Styling > Masonry Settings > Size Settings to create a grid where all items have the same size.

    Best regards,
    Ismael

    in reply to: Footer widgets not displaying #1468772

    Hey jackis2,

    Thank you for the inquiry.

    The footer looks different now. Did you manage to customize the widgets?

    Best regards,
    Ismael

    in reply to: Search results issues #1468771

    Hey bemodesign,

    Thank you for the inquiry.

    You can use this css code to hide the meta info of the items in the search results page:

    .search .post-meta-infos {
        display: none;
    }

    Best regards,
    Ismael

    in reply to: Hide Blog Meta Elements #1468769

    Hey trevorwilson,

    Thank you for the inquiry.

    Where can we see the issue, and which meta info are you trying to hide? Please provide the site URL in the private field so that we can check the elements.

    Best regards,
    Ismael

    in reply to: Remove rounded corners for logo and products #1468768

    Hi,

    Thank you for the update.

    You can use this css code to apply a default border radius to Image elements.

    .avia-image-container .avia_image, .avia-image-container .avia-image-overlay-wrap {
        border-radius: 30px;
    }

    Best regards,
    Ismael

    in reply to: Pictures not visible anymore #1468767

    Hey Svlf1,

    Thank you for the inquiry.

    What is the current version of the theme? Please make sure to update to version 6.0.5. If the issue persists after the update, try to toggle or temporarily disable the Enfold > Performance > File Compression settings. Let us know of the result.

    Best regards,
    Ismael

Viewing 30 posts - 2,581 through 2,610 (of 66,166 total)