Forum Replies Created

Viewing 30 posts - 16,261 through 16,290 (of 25,536 total)
  • Author
    Posts
  • in reply to: Logo in header #958271

    Hey ebroarl,

    Thanks for providing us screenshots.
    You should see it in Enfold > Header > Transparency Options (tab) > Transparency Logo.
    Just upload the image there which shows when you’re using a transparent header and when it’s not scrolled.
    Hope this helps :)

    Best regards,
    Nikko

    in reply to: mini cart style #958270

    Hey dondela,

    Thanks for giving us the link to your site.
    I have checked it however I could not see the mini-cart buttons “Warenkorb anzeigen” and “Kasse”, I do see the cart icon on top near the search icon.
    Can you give us the exact page where we can see it?

    Best regards,
    Nikko

    Hi Felix,

    I don’t think that’s possible with the current format.
    Can you try to put the first word inside a span tag for example instead of IMPROVE ROLL PERFORMANCE it would be:

    <span>IMPROVE</span> ROLL PERFORMANCE

    Then we can try to change the word enclosed in the span tag to use different font.

    Best regards,
    Nikko

    in reply to: Update problems #958267

    Hey joanmateu,

    The issue is related to Envato hostings, which should be a temporary issue.
    The workaround is to try to manually update the theme, here are the steps:

    1. Access the folder ‘/wp-content/themes/’ from hosting control panel > file manager or via the FTP tool and rename the ‘enfold’ folder to ‘enfold-old’ and move enfold-old to the /wp-content/ folder
    2. Download a fresh copy of enfold theme and extract the ‘enfold’ theme folder from the downloaded package and upload it to same location ‘/wp-content/themes/’ this should fix the issue.

    For more info on updating the theme manually – http://kriesi.at/documentation/enfold/updating-your-theme-files/
    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Subheadings have disappeared #958264

    Hi fmg,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    Hi Biggy,

    Glad that it’s resolved. :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: footer page #958261

    Hey dondela,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    .woocommerce-page #after_section_1 .content {
        width: 100%;
        border-right: 0;
    }

    Let us know if this helps.

    Best regards,
    Nikko

    in reply to: Mobile menu has disappeared #958257

    Hi Jim,

    The issue is the child theme’s header.php since there have been lots of update on since the release of Enfold 4.3.
    Please update the content of your child theme’s header.php with the latest version of Enfold and that should fix the issue.
    Hope it helps :)

    Best regards,
    Nikko

    Hey vincemilia,

    Try to use negative margin:

    #header #avia-menu #menu-item-3271 {
        margin-left: -1200px;
    }

    just adjust the left margin value.
    However, the problem with this workaround is that you need to adjust it in every screen sizes especially narrower screens.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: how to edit the sale bubble #958244

    Hi bakbek,

    Thanks, try using this code:

    #top div .product_on_sale .inner_product_header {
        position: static;
    }
    
    #top .onsale {
        top: 0;
        right: 0;
        border-radius: 0 !important;
    }

    Hope it helps.

    Best regards,
    Nikko

    Hi scorgan,

    Thanks for giving us ftp access :)
    It’s fixed now. The problem was the conditional loading of wp-mediaelement which is only called when a video or audio element is present, this is great for loading only which is needed however SE plugin needs that js file to be loaded. To fix it I replaced this code in functions.php (line 417-419):

    //load mediaelement js
    $condition  = !( isset($options['disable_mediaelement']) && $options['disable_mediaelement'] == "disable_mediaelement" ) && av_video_assets_required();
    $condition2 = ( version_compare( get_bloginfo( 'version' ), '4.9', '>=' ) ) && $condition;

    to:

    //load mediaelement js
    $condition  = true;
    $condition2 = true;

    This may be a bit of a hassle since you will need to modify this code if you update the theme but I hope it would be okay for the SE plugin to work properly. :)

    Best regards,
    Nikko

    in reply to: Some Design Fixes #958213

    Hi bakbek,

    You’re always welcome :)
    We’re just glad that we could help.
    Thanks too for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: alignment issues on forum profile pages #958211

    Hi bakbek,

    Glad we could help. :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: how to edit the sale bubble #958209

    Hi bakbek,

    Glad we could help.
    Can you give us a link to the page shown in the screenshot?

    Best regards,
    Nikko

    in reply to: Field at option choose #958204

    Hi MaxMiko,

    Glad that we could help :)
    I didn’t see any js errors when I checked on your site again, so there should be no conflict.
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Change size in product image in Online store #958185

    Hi brunet77,

    In Appearance > Customize > Woocommerce > Product Images.
    Main image width changes the size of product image size on the single product page (this is what you need to change)
    The other size Thumbnail width affects everything else, shop images, related products, etc.

    Best regards,
    Nikko

    in reply to: Text crossing into a picture #958177

    Hi carstenstrandvad,

    Try adding this css code in QUick CSS (located in Enfold > General Styling):

    .home #after_full_slider_1 .flex_column.av_one_half.first {
        position: relative;
        z-index: 20;
    }
    
    .home #after_full_slider_1 .flex_column.av_one_half.first .av-special-heading {
        margin-left: 28% !important;
        margin-top: 80px !important;
        text-align: right;
    }

    Hope it helps :)

    Best regards,
    Nikko

    in reply to: Customizing header, no quick CSS works #958169

    Hi draadeind,

    Yes, Please feel free to request – or vote if already requested – such feature on Enfold feature request form.
    As for fixing the mobile version when changes are made, using media queries can also help :)

    Best regards,
    Nikko

    in reply to: Header Widget not flowing on Mobile/responsive #958164

    Hi,

    Glad we could help :)
    Feel free to comeback if you need further assistance.

    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: alignment issues on forum profile pages #958162

    Hi bakbek,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #bbp-single-user-details #bbp-user-avatar {
        float: right;
        margin: 0 0 0 10px;
    }
    
    #bbp-single-user-details #bbp-user-navigation {
        float: right;
    }

    Hope it helps :)

    Best regards,
    Nikko

    in reply to: how to edit the sale bubble #958159

    Hi bakbek,

    Sorry I forgot to add border radius, can you try using this code instead:

    #top .single-product-main-image.alpha {
        position: relative;
    }
    
    #top .single-product-main-image .onsale {
        right: 0 !important;
        border-radius: 0 !important;
    }

    Best regards,
    Nikko

    in reply to: alignment issues on product page #958156

    Hi bakbek,

    Glad that we could help :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Some Design Fixes #958155

    Hi bakbek,

    Try adding this css code:

    #top #bbpress-forums .bbp-body div.bbp-topic-content, 
    #top #bbpress-forums .bbp-body div.bbp-reply-content {
        border-width: 4px;
    }

    Best regards,
    Nikko

    in reply to: Cart page tables on mobile #958153

    Hi bakbek,

    Glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: 500 Error after Update and Downgrade #958152

    Hi Samuel,

    I could not find those codes in Enfold. Is this on a child theme?
    Can you create a new thread? and give us temporary admin and ftp access and post the details in private content so we can check further.
    Or you can try to use php 7.0 or 7.1 instead.

    Best regards,
    Nikko

    in reply to: Caption / Text in Fullscreen Slider i Enfold #958146

    Hi Vibeke_Schmidt,

    Yes. :) Glad that we could help!
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Different settings for Flyout width? #958144

    Hi Roine,

    Glad that we could help and thanks for your kind words :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Header behaviour in mobile version #958142

    Hi seykom,

    Glad that Rikard helped you. :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Self-hosted video not working #958139

    Hi SiGun,

    Yes, it has been resolved on the latest version of Enfold :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Enfold 4.3.2 No Custom Class or DIV ID in Text Blocks #958041

    Hey plilja,

    Yes, go to Enfold > Layout BUilder > check Show element options for developers
    Hope this helps :)

    Best regards,
    Nikko

Viewing 30 posts - 16,261 through 16,290 (of 25,536 total)