Forum Replies Created
-
AuthorPosts
-
Hi,
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,
RikardHi,
There’s nothing like that in the theme, and I can’t see that happening on my end. I activated Enfold and the constants are the same:
WP_MEMORY_LIMIT 768M WP_MAX_MEMORY_LIMIT 768M
Best regards,
RikardDecember 14, 2024 at 11:14 am in reply to: How to set a phone number link into an animated number #1473614Hi,
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 bur2000,
We are aware of this problem, and we’re working on a solution.
Best regards,
RikardHi,
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 13, 2024 at 1:45 pm in reply to: How to set a phone number link into an animated number #1473573Hi,
Thanks for the update. What does the memory limit list under Site Health in WordPress? You might have to reach out to your hosting provider and have them increase it.
Best regards,
RikardHey Empatica,
Your site seems to be out of PHP memory, please try to increase it: https://developer.wordpress.org/apis/wp-config-php/#increasing-memory-allocated-to-php
Best regards,
RikardDecember 13, 2024 at 9:52 am in reply to: Downloaded Enfold Update from link sent by themeforest. Now what? #1473554Hey sparkyj,
You need an Envato account to purchase and download the theme, so I guessing that you already have one. All you need to do is to follow the documentation here: https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
RikardHey vancestone,
Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardHey vancestone,
Are you referring to your support period? If so, then you don’t have to do anything. A theme license is valid for life, and cannot be renewed.
Best regards,
RikardDecember 13, 2024 at 9:48 am in reply to: Images uploaded to media libray are corrupted with yellow tint #1473550Hey sparkyj,
I don’t think that this is a theme problem, please try to activate a default WordPress theme and check the results after that.
Best regards,
RikardHi,
Please try to stick to one question in the future.
1. Where can we see the elements in question?
2. The code you have a in Quick CSS doesn’t seem to be valid CSS, please try removing it.
3. There is an option to target all headings under Enfold->Advanced Styling.
Best regards,
RikardHi,
Thanks for the clarification. Please try this in Quick CSS:
.page-id-150 #menu-item-144 a { border-bottom: 2px solid #0c2689 !important; }
That CSS will apply to the page in private. If you want to add more pages, then you can find the page id class in the body tag for each page, or in the URL while editing the page. You can extend the CSS like this:
.page-id-150 #menu-item-144 a, .page-id-xxx #menu-item-144 a { border-bottom: 2px solid #0c2689 !important; }
Best regards,
RikardHi,
Thanks for the update, we’ll close this thread then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard -
AuthorPosts