Forum Replies Created
-
AuthorPosts
-
December 17, 2024 at 9:29 pm in reply to: Hiding header background image on mobile – show only logo #1473850
Hey Stefan,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) { .header_color .header_bg { background: none; } }
Best regards,
RikardHey benjamin,
You have already registered on the support forum with that purchase code and the email that you are using here. If the forum says that you don’t have a valid support period, then please try adding your purchase code again.
Best regards,
RikardHey Jak73,
I can’t see that font being loaded on the page that you linked to, where exactly are you seeing that it’s being loaded?
Best regards,
RikardDecember 17, 2024 at 12:11 pm in reply to: LayerSlider: the import file seems to be invalid or corrupt #1473835Hi,
Thanks for letting us know. Please open a new thread if you should have any further questions or problems.
Best regards,
RikardDecember 17, 2024 at 11:38 am in reply to: post delimiter – change space between text and line an make the line stronger #1473833Hi,
Please try this instead:
.post_delimiter { margin: 50px 0 !important; border-color: #000 !important; }
Best regards,
RikardDecember 17, 2024 at 11:37 am in reply to: I installed a demo and it says I can't find the page. #1473831Hey Wakui,
Thanks for the login details. I’m not sure exactly what you are looking to do, but if you want to set your front page then you can do so in the theme options. Make sure that the page in question is published, and not used for other purposes, like a custom footer page for example.
Best regards,
RikardHey Ferdi,
You can use the demo images as you please on your site, you don’t need to attribute any credit anywhere.
Best regards,
RikardDecember 16, 2024 at 3:55 pm in reply to: Couldn`t load some minified JS files only on our homepage #1473769Hi,
Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
RikardDecember 16, 2024 at 3:53 pm in reply to: post delimiter – change space between text and line an make the line stronger #1473768Hey Jörge,
Please try the following in Quick CSS under Enfold->General Styling:
.post_delimiter { margin: 50px 0; border-color: #000; }
Best regards,
RikardHi OliverRasch,
Enfold is compatible with PHP 8.x, so it might be a plugin or custom code which is causing your problem. Are you seeing any error messages either on the site or in the error logs?
Best regards,
RikardHi,
Thanks for the update. Please open a new thread if you should have any further questions or problems.
Best regards,
RikardHi,
There’s has been changes in both recents versions of WordPress which might cause problems using the Layout Builder, so I would advise that you try to update all your site as soon as possible.
Best regards,
RikardHi,
Thanks for helping out @guenni007. Did you manage to get your code working @ivanglaser?
Best regards,
RikardDecember 16, 2024 at 9:17 am in reply to: Scxroll issues in Advanced Layout Editor/Avia Layout Builder #1473739Hi,
Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
RikardHey ivanglaser,
Please add this to your child themes functions.php file for the head part:
function ivanglaser_gtm_head(){ ?> Head script goes here <?php } add_action('wp_head', 'ivanglaser_gtm_head');
And this for the body part:
function ivanglaser_gtm_body(){ ?> Body script goes here <?php } add_action('wp_body_open', 'ivanglaser_gtm_body');
Best regards,
RikardDecember 15, 2024 at 9:47 am in reply to: Images uploaded to media libray are corrupted with yellow tint #1473664Hi,
Thanks for the update. So is this problem exclusive to the iphone model that you are using, or are you seeing the same results on other devices as well? If you could upload the screenshots to a service like Imgur or Snipboard and share them with us here, then that could be useful for us.
Best regards,
RikardHey Beat,
The post in private seems to be published, how can we reproduce the problem that you are seeing on your end?
Best regards,
RikardHi,
Thanks for the update, I can’t see any images in your reply though?
Best regards,
RikardHi,
I activated the parent theme, anything added in the child theme has not been added by us. The memory limit is set in the wp-config.php file though, which is a default WordPress file, and that won’t change when changing themes. If you should have anything in your child theme which could change the memory limit though, which I highly doubt, then you could simply start out with an empty child theme to see what happens then.
Best regards,
RikardHey simog72,
Enfold has the same minimum required PHP as WordPress, but we recommend that you use a higher version: https://wordpress.org/about/requirements/.
If you are running old versions of the theme on your other sites, then we recommend that you update them to the latest version (6.0.8):
https://kriesi.at/documentation/enfold/theme-registration/
https://kriesi.at/documentation/enfold/theme-update/Best regards,
RikardDecember 14, 2024 at 11:32 am in reply to: Images uploaded to media libray are corrupted with yellow tint #1473618Hi,
The minimum required PHP version to run Enfold is the same as for running WordPress, but we recommend that you use a higher version than that: https://wordpress.org/about/requirements/
I still don’t understand how you are downloading the theme files if you don’t have a Themeforest account? I’m not sure about the .sit format, you should try using .zip instead. I would recommend that you update using a token though, otherwise you will have this same problem each time you want to update. Please check the documenation here:
https://kriesi.at/documentation/enfold/theme-registration/
https://kriesi.at/documentation/enfold/theme-update/.Best regards,
RikardHi,
Thanks for helping out @guenni007, did that answer your question @isynergy?
Best regards,
RikardHi,
Thanks for that, but the mobile menu is displaying fine on my end. How can we reproduce the results that you are seeing on your end?
Best regards,
Rikard -
AuthorPosts