Forum Replies Created

Viewing 30 posts - 8,371 through 8,400 (of 34,617 total)
  • Author
    Posts
  • in reply to: Demos #1399864

    Hi,
    You can see all of the demos here
    I see the FTP is now working, please advise which demo you want to be installed, Shop or Visual Artist.
    If you prefer a refund you would need to go through your Envato account, we can’t issue them here in the support forum.
    Thank you for your patience.

    Best regards,
    Mike

    in reply to: Die USt.-ID scheint leider nicht gültig zu sein #1399812

    Hi,
    I have not heard of this issue before, but if this is the site with the issue the error Couldn’t load from ‚https://ec.europa.eu/taxation_customs....
    is probably because your site doesn’t have a valid SSL certificate, so in this case you will need to correct this first.

    Best regards,
    Mike

    Hey ecshopper,
    Thanks for your question, you only need to use the license on the domain you which to use, the domain is not listed anywhere but Envato, our licensor, tracks theme update requests, so your license should only have one domain requesting updates regularly.
    If two domains call the license a couple of times while you are setting up your new domain you should not have any issues, otherwise Envato may ask you to use only one domain in your Theme Forest account.
    I hope this answers your question.

    Best regards,
    Mike

    in reply to: Events Calendar header font #1399808

    Hi,
    Please try this css:

    h2.tribe-events-single-section-title {
    font-family: var(--tec-font-family-sans-serif);
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Pfeile für Reiter Sektion #1399806

    Hey moosbach,
    Please link to your page so we can check, and an admin login may be helpful.

    Best regards,
    Mike

    in reply to: Popup for Impressum #1399805

    Hey IHEA,
    Thank you for your patience, please include an admin login to your site so we can assist.

    Best regards,
    Mike

    in reply to: Demos #1399803

    Hi,
    It would be the IP of kriesi.at (85.13.136.225)
    Thanks for the login, I see that your PHP Max input time is 60, please ask your host to change it to 300, and then disabled your plugins, except the core woocommerce, and then try again.
    The FTP login above didn’t work, please check, what demo are you trying to install?

    Best regards,
    Mike

    in reply to: Diagonal Sektion Top Border Styling #1399801

    Hi,
    Glad Guenni007 could help, thank you Guenni007, 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: Die USt.-ID scheint leider nicht gültig zu sein #1399800

    Hey Michael F,
    Please check your SSL certificate as it is not valid and your site will not load with https, I assume that your SSL certificate is either set up from your web host or your domain registrar.
    Enfold_Support_504.jpeg
    Please check with them.

    Best regards,
    Mike

    Hi,
    Thank you for your patience, I see that you are getting many errors in the browser console and they all point to not being able to connect to multiple local.adguard.org scripts:
    Enfold_Support_502.jpeg
    I found these scripts in a code block element on your homepage, try removing this element and clear your browser cache, and caching plugins, and your server cache.
    Then clear your phone cache, please note that iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.
    Then check again.

    Best regards,
    Mike

    in reply to: Accordeon slider lightbox images too small #1399795

    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: Bottom margin of masonry elements with large gap #1399674

    Hi,
    Thanks for the feedback, I removed the extra menu items and did some testing and found that the custom sidebar widget area with your search widget in the sidebar header had a weird height, instead of the expected 120px that you see for the element it was over 500px behind the menu items set by a percentage value.
    I tested with height:90vh; and this seemed to correct the height of the masonry gallery gap, then I tested the value down to the lowest working setting of 70vh which is in the WordPress ▸ Customize ▸ Additional CSS now, please clear your browser cache and check.
    If this doesn’t work try 80vh & 90vh

    .html_header_sidebar #top #header_main .avia-custom-sidebar-widget-area {
    	height:70vh;
    }
    .html_header_sidebar #top #header_main {
        border-bottom-style: none;
    }
    

    Best regards,
    Mike

    in reply to: PHP version (7.4.33) is no longer supported #1399664

    Hi,
    I was able to login to Godaddy and I see now that the site is using PHP v8 with the child theme and the plugins are enabled, and I don’t see any obvious errors on the frontend so it seems that disabling the custom code in the child theme functions.php has worked.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Massive space below masonry galleries #1399557

    Hi,
    I didn’t see this, what browser are you using?

    Best regards,
    Mike

    in reply to: Enfold Masonry Gallery with 1 column #1399556

    Hi,
    Thanks for the login, it seems for your language Deutsch there is an error in the language file for one column as it says 6 Spalten I set this option and it is indeed one column, I will notify the Dev Team so they can correct for the next update:
    Enfold_Support_498.jpeg
    Enfold_Support_500.jpeg
    There seems to be 5 versions for Deutsch on your site, I’m not sure why this is.

    Best regards,
    Mike

    in reply to: PHP version (7.4.33) is no longer supported #1399553

    Hi,
    Thanks for the Invitation, I received the email and clicked it, but when I tried the login info above it said your email was used for the 2-factor and not mine, perhaps my email requires a different login than the one posted above, please check.
    Do you know what version of the theme was used when your website designer created the custom elements in the child theme?

    Best regards,
    Mike

    in reply to: Bottom margin of masonry elements with large gap #1399552

    Hi,
    A member of the team suggests that it may be related to something about your footer page, I see that it contains three color sections for three different device size layouts, please try a new footer page with one layout for all devices and see if this helps.

    Best regards,
    Mike

    Hi,
    Thanks for the feedback, it seems the plugin css is hiding the calendar from this file:
    /wp-content/themes/enfold/config-woocommerce/config-woocommerce-bookings/woocommerce-booking-mod.css
    with this css:

    #top .wc-bookings-date-picker-date-fields {
        display: none;
    }

    so I assume there is a setting to show this somewhere but I don’t see it and I’m not familiar with the settings of this plugin, but this css will show the calendar for you:

    #top.single-product #wrap_all .wc-bookings-date-picker-date-fields {
        display: block;
    }
    

    Enfold_Support_494.jpeg
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: PHP version (7.4.33) is no longer supported #1399515

    Hi,
    With the WP_DEBUG active I could see these errors:

    Notice: Undefined index: id in /var/www/wp-content/themes/enfold-child/functions.php on line 145
    Notice: Undefined index: id in /var/www/wp-content/themes/enfold-child/functions.php on line 145
    Notice: Undefined index: featured in /var/www/wp-content/themes/enfold/functions.php on line 313
    Notice: Trying to access array offset on value of type null in /var/www/wp-content/themes/enfold/functions.php on line 313
    Warning: Illegal string offset 'css' in /var/www/wp-content/themes/enfold/includes/helper-assets.php on line 60
    Warning: Illegal string offset 'js' in /var/www/wp-content/themes/enfold/includes/helper-assets.php on line 61

    and I was able to disable the custom code in your child theme functions.php that caused the errors, but since I didn’t have FTP assess I was limited to what I could do.
    I don’t know what the reason for of some of these custom functions was so I don’t think that I will be able to modify them, I get the feeling that you had hired a freelancer to create these customizations for you and the core theme files have changed since then so these modifications will also need to be changed.
    Perhaps you should contact this freelancer again for assistance.

    Best regards,
    Mike

    in reply to: PHP version (7.4.33) is no longer supported #1399513

    Hi,
    Thanks for the feedback but unfortunately the new login also has 2-factor activated, please try using the email address in the Private Content area for this account.

    Best regards,
    Mike

    in reply to: Audio player (Sermons) page contains pastor Coleman #1399449

    Hi,
    Thanks for the login, I found the phrase A list of our latest Sermons, all preached by pastor Coleman in the sub heading of the special heading element on the pages in the search results. The sub heading was disabled but when enabled I could see the text, I removed the text and saved the pages.
    You may need to reset the Relevanssi search database as I’m not sure the text will be removed automatically. If this shows in the search results again please check the page for a special heading and enable the sub heading field to remove the phrase.
    Also try clearing your caching plugin.

    Best regards,
    Mike

    Hi,
    Glad we were able to 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: PHP version (7.4.33) is no longer supported #1399445

    Hi,
    Thanks, we can try disabling your custom postslider.php and see if the child theme then loads correctly, but unfortunately, the Godaddy 2-factor is still on so I can’t login. Please check.

    Best regards,
    Mike

    in reply to: Enfold Masonry Gallery with 1 column #1399411

    Hi,
    Thanks for the login, but it is not Admin so we can not see any of the pages or theme settings, please upgrade to Admin.

    Best regards,
    Mike

    in reply to: PHP version (7.4.33) is no longer supported #1399410

    Hi,
    Thanks for trying but the WordPress ▸ Dashboard ▸ Tools ▸ Site Health ▸ WordPress Constants say debug is disabled:
    Enfold_Support_490.jpeg
    I tried to login to your GoDaddy host but it requires 2-stage authorization, can you disable this?
    If so we should be able to access the FTP & the PHP settings from there, If not can you post FTP access for us in the Private Content area so we can enable wp_debug before you switch over to PHP v8?

    Best regards,
    Mike

    in reply to: PHP version (7.4.33) is no longer supported #1399367

    Hi,
    Thanks but the error There has been a critical error on this website. doesn’t tell us anything helpful.
    Please switch back to V7.4.33, disable all plugins, enable WP_DEBUG in the wp-config.php file via ftp, and then switch back to PHP v8, hopefully the WP_DEBUG_LOG will catch the error.
    Sorry for so many steps.
    Please include FTP access in the Private Content area so we can see the WP_DEBUG_LOG and know which child theme file is causing the error.

    Best regards,
    Mike

    in reply to: Front-End Editor and “page by page” demo #1399364

    Hi,
    Sorry, I have not used CSS Hero before, but I didn’t find any issues reported on the forum.

    Best regards,
    Mike

    in reply to: Missing sytle.css #1399363

    Hi,
    Sometimes this occurs when a hosting server blocks our domain, kriesi.at, check with your host.
    Some hosts like OVH disable the set_time_limit() function and will not enable it so the import times out, check with your host.
    Also check your PHP settings to see if the secure options are activated. If “allow_url_fopen, “allow_url_include” and “register_globals” are “off” then try turning these “on”.
    If neither of these are the case, please see our documentation on How to manually import a theme demo our demos are installed via the basic WordPress import feature, a xml file import.

    Best regards,
    Mike

    in reply to: PHP version (7.4.33) is no longer supported #1399362

    Hi,
    Can you tell us what the fatal error message is? That would help. Try enabling wp_debug with the following code, inserted in your wp-config.php file via ftp:

    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true );

    and then a debug log should be created.

    Best regards,
    Mike

    in reply to: PHP version (7.4.33) is no longer supported #1399358

    Hey MaskiMichener,
    Thanks for the login, I see that you are using a child theme with many custom files, I suspect that some of these files are from an older version that didn’t support PHP v8, such as your header.php, for example.
    Try enabling the parent theme and then enable PHP v8, if you still get an error it could be one of your plugins, try disabling all of your plugins then enable PHP v8 and enable your plugins one at a time until you find the error.
    Enfold v5.4.1 does work with PHP v8.

    Best regards,
    Mike

Viewing 30 posts - 8,371 through 8,400 (of 34,617 total)