Forum Replies Created

Viewing 30 posts - 1,981 through 2,010 (of 25,536 total)
  • Author
    Posts
  • in reply to: Font Size #1393826

    Hi daves1997,

    Can you give us temporary admin access? so we can check it.
    If you can provide a staging site, it would be much better, so live site won’t be affected by any change.

    Best regards,
    Nikko

    in reply to: 3 Layers with pictures #1393825

    Hi Monika,

    Thanks for giving us admin access.
    I have added this CSS code in Enfold > General Styling > Quick CSS, just replace the background image with the image of your choice:

    #ueberlappung {
        background-position: center right 32% !important;
    }
    
    #ueberlappung:after {
        background-image: url(https://website.com/wp-content/uploads/2023/01/element.svg);
        background-repeat: no-repeat;
        background-position: center left;
        content: '';
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        transform: scaleX(-1);
    }

    Please review your site.

    Best regards,
    Nikko

    in reply to: Iimage caption not until on mouse hover? #1388016

    Hi tammiviestinta,

    I’m glad that Yigit could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Icons not displaying properly after 5.3.1.1 Update #1388015

    Hi ihf-eramstad,

    Thanks for giving us FTP access however, the solution does not seem to work.
    The workaround I could think of is to use the Better Search & Replace plugin to change the URL from https://subdomain.wpenginepowered.com to https://subdomain.wpengine.com/ however it may be better to request help from your hosting provider first.

    Best regards,
    Nikko

    in reply to: 3 Layers with pictures #1388004

    Hi Monika,

    It is possible via some CSS code however we need a link to the page mentioned.
    Also, add a Custom ID Attribute to the Color Section, so we can target it properly.

    Best regards,
    Nikko

    in reply to: Cropped horizontal gallery #1388003

    Hi Veronika,

    Thanks for giving us admin access.
    I have commented out this code:

    .responsive .av-horizontal-gallery-img {
        transform: none !important;
    }

    and replaced:

    @media only screen and (max-width: 989px) {
    .responsive .av-horizontal-gallery-inner {
        position: static;
        min-height: 1100px;
    }
    }

    with:

    @media only screen and (max-width: 989px) {
    .responsive .av-horizontal-gallery-inner {
        position: static;
        min-height: 497px;
    }
    }

    Please review your site :)

    Best regards,
    Nikko

    in reply to: Spacing / padding between blocks has vanished #1388002

    Hi erinr,

    Thanks for providing the screenshots, it seems you are using the gutenberg editor, I have added this CSS code in Quick CSS:

    .wp-block-image {
        margin-bottom: 1rem;
    }

    Please review your site.

    Best regards,
    Nikko

    in reply to: Icons not displaying properly after 5.3.1.1 Update #1388001

    Hi ihf-eramstad,

    Can you give us FTP access? so we can try to debug it.
    Just post the credentials in private content.

    Best regards,
    Nikko

    in reply to: Enfold questions #1388000

    Hi Mike,

    You can only purchase item support if you have purchased the item first, if your ThemeForest account has purchased Enfold then you can purchase only the item support but if not then you’ll have to purchase the item first. Please try to ask Envato/themeforest support what you are asking is possible though since they are the ones who are in-charge and we just comply to them.

    Best regards,
    Nikko

    in reply to: Enfold questions #1387997

    Hi Mike,

    Unfortunately, that’s not possible because the purchase code is a requirement for our registration process, and our only way to verify with ThemeForest that the account still has item support for Enfold.

    Best regards,
    Nikko

    in reply to: Icons not displaying properly after 5.3.1.1 Update #1387996

    Hi ihf-eramstad,

    Thanks for providing us with admin access, the issue on your site is Cross-Origin Resource Sharing (CORS), your website fonts are fetched in another domain (see link in private content) and it is prevented by the server, to fix it please check the solution in our documentation: https://kriesi.at/documentation/enfold/icon/#icons-are-showing-as-rectangular-boxes- (Icons are showing as rectangular boxes)

    Best regards,
    Nikko

    in reply to: Enfold questions #1387149

    Hi Mike,

    Thanks for contacting us!
    Please register the account using the purchase code.
    You can register here: https://kriesi.at/support/register/

    #1 We will need a link to your site to check it.

    #2 It is not a known issue but it maybe due to an outdated version of the theme or plugins

    Best regards,
    Nikko

    in reply to: Font Size #1385989

    Hi daves1997,

    Can you try to temporarily disable WP-Optimize’s minification? and see if it helps.

    Best regards,
    Nikko

    in reply to: Import of Medical Theme does not work properly #1385264

    Hey Whippert,

    In your WordPress Dashboard, please go to Enfold > Import/Export > Iconfont Manager then delete Flaticon.
    Hope this helps.

    Best regards,
    Nikko

    Hi Highlander-2013,

    Thanks for providing us with the admin credentials.
    I wasn’t able to find: https://fonts.googleapis.com/css?family=Arimo:400,700%7CArimo
    Also, it is not loaded when I checked the fonts being loaded, screenshot in private content.

    As for @import url(‘//fonts.googleapis.com/css?family=Acme|Montserrat’);, I do find it but it was called by Popup Maker plugin.

    Best regards,
    Nikko

    in reply to: Color section audio mute #1378685

    Hi Antonio,

    If you’re using a video element, it should wrap around nicely with no extra spaces if video uses aspect ratio of 16:9.
    Can you give us a link to your page? so we can try to check it.
    You can post the link privately.

    Best regards,
    Nikko

    in reply to: Different logo with transparent header #1378683

    Hi Tim,

    I have answered your previous thread with the same title.
    I will close this thread and continue the conversation on the other thread :)

    Best regards,
    Nikko

    in reply to: Different logo with transparent header #1378682

    Hi Tim,

    For transparency logo you’ll need to use avf_logo_subtext instead, please try this code instead:

    add_filter('avf_logo_subtext', 'av_change_transparency_logo_img');
    
    function av_change_transparency_logo_img($sub) {
    
        if( is_page('1005973') ) {
            $sub = '<img src="https://www.zinkwaliteitsborging.nl/wp-content/uploads/2023/01/Academy-logo.svg" class="alternate" alt="" title="alternate logo">';
        }
    
        if(is_singular('portfolio')) {
            $sub = '<img src="https://www.zinkwaliteitsborging.nl/wp-content/uploads/2023/01/Academy-logo.png" class="alternate" alt="" title="alternate logo">';
        }
      
        return $sub;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Color section audio mute #1378569

    Hi Antonio,

    I think it is possible for videos that are hosted locally but an advanced script will be needed for it which you may need to hire a developer for it.
    As for embedded videos such as youtube and vimeo, I’m not sure it’s possible since it’s external to the site.
    I think a workaround would be to hide the Color Section for the desktop and then add a video and a heading/textblock and only show it for mobile.

    Best regards,
    Nikko

    in reply to: Maximum number of images in fullwidth easy slider? #1378566

    Hi mb,

    I tried to re-add the images on the slider and it seems to be working properly.
    Please review the page. :)

    Best regards,
    Nikko

    in reply to: help required #1378562

    Hi Manon,

    Please try to ask for help from Envato/Themeforest support for that issue since the problem seems to be coming from the account you are using, which we don’t have any way of checking on our system.

    Best regards,
    Nikko

    in reply to: Editing the Accordion #1378550

    Hi Camilla,

    We’re glad that we could help you :)
    Thanks for using Enfold and have a great weekend!

    Best regards,
    Nikko

    in reply to: The images are not working in my website #1378537

    Hi trustedone,

    I’m glad that you were able to find out the plugin causing the issue.
    As for the performance of the site, please update the PHP version of your site from PHP 5.6 to PHP 8 (or atleast 7.4), this should increase the performance, however, I also experienced Error 500 on your site which seems to indicate either the hosting package may be insufficient or the server is a bit slow and couldn’t handle multiple requests.

    Best regards,
    Nikko

    in reply to: Keep getting error #1378528

    Hi wsgcrest,

    cURL error 28: Connection timeout after 10001 ms maybe due to poor network connectivity between the server where your site is hosted and our server where the demo is hosted or maybe due to some firewall or security settings. I think the only way around it is manually import the demo.
    Please try to follow the instructions in our documentation: https://kriesi.at/documentation/enfold/import-demos/#how-to-manually-import-a-theme-demo
    Hope it helps.

    Best regards,
    Nikko

    in reply to: Editing the Accordion #1378514

    Hi Camilla,

    Thanks for giving us admin access.
    I have changed your code above with:

    .toggle_icon .vert_icon, 
    .toggle_icon .hor_icon {
        border-color: #2b3a97 !important; 
    }
    
    .magic-reading .toggle_icon .vert_icon, 
    .magic-reading .toggle_icon .hor_icon {
        border-color: #ffffff !important;
    }
    
    .av-elegant-toggle .toggle_icon {
        opacity: 1;
    }

    And it seems to be working fine.
    Please review your website :)

    Best regards,
    Nikko

    in reply to: Color section audio mute #1378512

    Hi Antonio,

    I’m afraid there’s no way to it since it’s the major browser’s policy (like Chrome, Firefox, Safari) that setups this rule to prevent unmuted videos to autoplay.
    Here are some of the references:
    https://developer.chrome.com/blog/autoplay/

    Chrome’s autoplay policies are simple:

    – Muted autoplay is always allowed.
    – Autoplay with sound is allowed if:
    – The user has interacted with the domain (click, tap, etc.).
    – On desktop, the user’s Media Engagement Index threshold has been crossed, meaning the user has previously played video with sound.
    – The user has added the site to their home screen on mobile or installed the PWA on desktop.
    – Top frames can delegate autoplay permission to their iframes to allow autoplay with sound.

    https://support.mozilla.org/en-US/kb/block-autoplay

    Firefox blocks all media with sound from playing automatically, by default.

    Best regards,
    Nikko

    in reply to: Search results — possible to display product image? #1378511

    Hi envato99,

    I’m glad it helped :)
    Just let us know if you still need further assistance.

    Best regards,
    Nikko

    in reply to: Gallery thumbnail error #1378369

    Hi Munford,

    You’re welcome :)
    Just let us know if you still need further assistance.

    Best regards,
    Nikko

    in reply to: Gallery thumbnail error #1378348

    Hi Munford,

    Thanks for giving us admin access.
    I have inspected the images and it seems the portfolio-sized images are gone, please try to do the following things:
    1. Re-upload the images in the gallery and check.
    2. If it does not show any improvement, please temporarily disable Performance Cache plugin and check.
    3. If still it does not display properly, go to Enfold > Performance and disable Responsive Images
    Hope this helps.

    Best regards,
    Nikko

    in reply to: I can't install the theme #1378345

    Hi ddubell,

    You’re welcome :)
    The PHP version is not required to update, however, we suggest you update it to PHP 8 since 7.3 has already reached it’s End-of-life, you can read this article for further information: https://www.ionos.com/digitalguide/websites/web-development/php-73/
    Hope this helps.

    Best regards,
    Nikko

Viewing 30 posts - 1,981 through 2,010 (of 25,536 total)