Forum Replies Created

Viewing 30 posts - 91 through 120 (of 34,100 total)
  • Author
    Posts
  • in reply to: Enfold 7 Updates to SVG losing Colours/CSS #1479970

    Hi,
    Thanks for sharing your scroll-top-link solution, that may help others, but I don’t see any css that would help the cart, did you use Guenni007’s solution?

    Best regards,
    Mike

    in reply to: Small bar above Main Menu Colour #1479969

    Hey ballindigital,
    This is due to the “Alternate Background Color”
    Screen Shot 2025 03 23 at 8.41.28 AM
    I changed for you, please check.
    Screen Shot 2025 03 23 at 8.43.47 AM

    Best regards,
    Mike

    in reply to: Burger-Menu BG-color on transparent header #1479968

    Hey northorie,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .darklup-dark-mode-enabled #top #header .av-main-nav > li > a:not(.darklup-dark-ignore) {
    	background-color: unset !important;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: How can I tell how many times I've bought Enfold theme? #1479961

    Hi,
    Thanks for your feedback, Envato (Theme Forest) controls the licenses, we don’t have access to this. Please note that licenses are not defined by the domain but are checked if they are used more than once on any domains, thus a license can not be used more than once on multiple domains. But a license can be moved to other domains as long as only used once at any time, I hope that you understand.
    Unfortunately we can not change how Envato (Theme Forest) displays them in your Envato (Theme Forest) account, perhaps asking them will help make it not so confusing.
    Thank you for using Enfold, shall we close this thread?

    Best regards,
    Mike

    in reply to: Enfold 7 Updates to SVG losing Colours/CSS #1479959

    Hi,
    Glad to hear that you have this sorted out, I’m not sure what your solution was, but feel free to post here to help others if you wish.

    Best regards,
    Mike

    in reply to: Blog post featured image size #1479958

    Hi,
    Try uploading a new image that is 845px-321px and remove the function above.

    Best regards,
    Mike

    in reply to: Blog page isn’t viewing correctly in Safari #1479931

    Hi,
    I can not reproduce when I check your site in Safari.

    Best regards,
    Mike

    in reply to: Transparent header on mobile #1479930

    Hey Tim,
    I’m not seeing your issue when I check your page, perhaps a screenshot would help.

    Best regards,
    Mike

    in reply to: Trying to load website name and page-title in h1 tag #1479929

    Hey Jak73,
    I don’t find this element on your page, perhaps a screenshot would help.

    Best regards,
    Mike

    in reply to: Icon/Flipbox jumping on scroll up/down #1479927

    Hey janssen-media,
    I can not reproduce on Android or in Dev Tools in emulator.
    What OS and browser are you using?

    Best regards,
    Mike

    in reply to: portfolio grid images cropped, missing sorting #1479924

    Hi,
    I believe so, shal we close this thread then.

    Best regards,
    Mike

    in reply to: magnific popup missing form #1479918

    Hi,
    When I test your script iframe “header” “body” tags are empty, so the iframe is not loading.
    I don’t know why. I don’t see any errors.

    Best regards,
    Mike

    Hey christian.wien,
    Do you mean that “Merk­lis­te” should be a icon? Should it be a “colored” svg icon? header icons can not be colored, only black & white, unless you use css to replace them.

    Best regards,
    Mike

    in reply to: portfolio grid images cropped, missing sorting #1479916

    Hey Munford,
    Unfortunately, I’m not seeing the issue, perhaps a screenshot would help.

    Best regards,
    Mike

    in reply to: Google font error #1479915

    Hi,
    When I test Guenni007’s Petrona font it works fine.
    Please include a admin login so we can check your site.

    Best regards,
    Mike

    in reply to: Gallery with Costum Field Image #1479912

    Hey mzima,
    Please provide a admin login and a link to the page so we can examine.
    typically, the attachment ID’s need to be separated with comma in the custom field.

    Best regards,
    Mike

    in reply to: Blog post featured image size #1479911

    Hi,
    Your image is cropped, see below.
    You could try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    add_filter( 'post_thumbnail_size', 'custom_single_event_post_thumbnail_size' );
    function custom_single_event_post_thumbnail_size($size) {
        if( !is_singular('post') ) {
            return;
        }
        if( ! has_post_thumbnail() ) {
            return;
        }
        $size = 'full'; 
        return $size;
    }

    otherwise we would need a login to examine.

    Best regards,
    Mike

    in reply to: Add class to avia-gallery-thumb conditionally #1479910

    Hey betaphase,
    We don’t have a conditional method, I believe that there is a css solution to count the items and apply the css if there is only one item, but we will need to see two examples, for one item and another for more.
    Otherwise this will need to be a Github Feature Request

    Best regards,
    Mike

    in reply to: Remove vertical line next to video #1479909

    Hey Jusdem,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .avia-video, .avia-video iframe, .avia-video video {
        background-color: #fff;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Hamburger Menu with strange background #1479908

    Hey Bernd,
    It looks like you have this custom css:

    nav a {
        color: rgb(255, 255, 255) !important;
        background-color: rgb(0, 98, 54) !important;
    }

    try removing the background color.

    Best regards,
    Mike

    in reply to: Best demo for a blog focussed site driven by Categories #1479907

    Hey John,
    Try using the “blog element” as in this demo: https://kriesi.at/themes/enfold-2017/blog/blog-default/

    Best regards,
    Mike

    in reply to: Place excerpt text in a Masonry gallery below the image #1479906

    Hey tribaleye13,
    Please link to your site and possibly a admin login so we can examine.

    Best regards,
    Mike

    in reply to: theme uodate – Vnaish Canada #1479905

    Hey Mohanned
    Please explain what theme version you are now using and what PHP version you are using, and what issues that you see.
    It would help to have a admin login so we can see the site and issues, to advise.

    Best regards,
    Mike

    in reply to: Importing theme pages #1479904

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Ok we will close this thread, please open a new one if you still have issues.

    Best regards,
    Mike

    in reply to: Animated logo appears not animated #1479888

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Hide default WPML language switcher #1479871

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Add Jquery code does not work #1479805

    Hey Freek,
    I see you have the error: Uncaught TypeError: $ is not a function
    your top half of the code is javascript, but the second half is jQuery which needs to be wrapped with this:

    (function($) {
    //your code here
    })(jQuery);

    like this:

    <style>
    .bootstrap .player-selection-ul li.player-selection-li{
    padding: 6px 15px;
    line-height: 1;
    }
    </style>
    <link href="https://nl.escapeall.com/Content/API/styles.css" rel="stylesheet">
    <link href="https://nl.escapeall.com/CustomCss/fun-thrills.css" rel="stylesheet">
    <script type="text/javascript">
    function updatePlayersOptions(element) {
        var jThis = ea_jQuery(element);
        const selectedLanes = parseInt(jThis.find('option:selected').data('quantity')) || 0;
        const maxPlayers = selectedLanes * 6;
        jThis.closest(".alert-reservation-added").find('.extra-options-row-2 option').each(function () {
            const playerCount = parseInt(ea_jQuery(this).val()) || 0;
            if (playerCount > maxPlayers) {
                ea_jQuery(this).prop('disabled', true).hide();
            } else {
                ea_jQuery(this).prop('disabled', false).show();
            }
        });
    }
    (function($) {
    $(document).ready(function() {
    $.getScript("https://nl.escapeall.com/Scripts/API/all.js", function (data, textStatus, jqxhr) {
    GetBookingCalendra('#BookingId', {
            ServiceId: ['23fa314b-449e-4881-9b8d-3674fa6bdeab'],
            lang: 'nl',
            Template: 9,
            QuantitySelectionAsPlayers: true,
            FirstWeekDay: 'Monday',
            InitialQuantity: 1,
            successReservationSelected: function (reserv) {
                console.log('hello');
            },
            success: function () {
                ea_jQuery('.choose-player-panel h4').text('Aantal banen');
                ea_jQuery('.service-time-selection-panel h4').text('Tijd en Prijs');
                ea_jQuery('.player-selection-ul li[data-quantity="1"]').html('1<br/><small>1-6 spelers</small>');
                ea_jQuery('.player-selection-ul li[data-quantity="2"]').html('2<br/><small>2-12 spelers</small>');
                ea_jQuery('.player-selection-ul li[data-quantity="3"]').html('3<br/><small>3-18 spelers</small>');
                ea_jQuery('.player-selection-ul li[data-quantity="4"]').html('4<br/><small>4-24 spelers</small>');
                ea_jQuery('.service-time-selection-panel h4').text(' Activiteit en tijd');
                ea_jQuery(document).on('change', '.multiple-reservation-price', function (e) {
                    updatePlayersOptions(this);
                });
            },
            successReservationSelected: function (toBeAppended) {
                updatePlayersOptions(ea_jQuery(".multiple-reservation-price", toBeAppended));
            }
        });
    });
    });
    })(jQuery);
    </script>
    <div id="BookingId"></div>
    <div class="escapeall">Booking System powered by: <a href="https://nl.escapeall.com/">Escape<span>All</span></a></div>
    

    Best regards,
    Mike

    in reply to: Contact-Form: How to send a copy to the sender? #1479804

    Hi,
    and the email addresses:
    Enfold Support 6613
    perhaps your email is in the spam folder, or it is being marked as spame and the server is deleting it. Try using a email address from your domain and set your site to use SMTP for sending emails with a login and password instead of using the default WP php mail.
    See this plugin: WP Mail SMTP

    Best regards,
    Mike

    in reply to: Tab Section – Direct links for tabs #1479803

    Hi,
    I made adjustment and it now works, please check.

    Best regards,
    Mike

Viewing 30 posts - 91 through 120 (of 34,100 total)