Forum Replies Created
-
AuthorPosts
-
Hi premiumpsu,
Thanks, I tried the login credentials you gave but I’m getting ERROR: Incorrect username or password., please check.
Best regards,
NikkoHi bemodesign,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) { #socket .copyright { min-height: 30px; line-height: 30px; } #socket .social_bookmarks li { top: 0; } }
Hope it helps.
Best regards,
NikkoHi Thomas,
Yes you can use icons from other demos, you can download it here: https://kriesi.at/documentation/enfold/icon/#download-fontello-or-flaticon-icons-included-in-enfold-demos
To add them, please follow the instructions in our documentation: https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons-
Also, if you want to use more icons, you can download theme in https://fontello.com/
Hope this helps.Best regards,
NikkoHi John,
Can you try to check if there’s an error_log file on your root directory? it may contain useful information related to the issue.
And post it’s content in private content.Best regards,
NikkoHi Reto,
Can you give us a link to the page mentioned? so we can try to give accurate CSS to match what you’re trying to achieve.
Best regards,
NikkoHi pimroll,
Can you try to change Start animation value to be the same as the value set in Number?
Hope it helps.Best regards,
NikkoHi red2design,
I tried to login to your website, however, the password is incorrect (see error in private content).
Also, please check our troubleshooting guide for the contact form: https://kriesi.at/documentation/enfold/contact-form/#my-contact-form-is-not-sending-emails-
Hope it helps.Best regards,
NikkoApril 26, 2023 at 6:54 am in reply to: How to Overlap Columns/Elements for Homepage Banner? #1405653Hi Julio,
Please try to add this CSS code as well:
@media only screen and (max-width:479px) { #homepage-banner main.content { padding-top: 20px; } #homepage-banner .entry-content-wrapper { flex-direction: column; } #homepage-banner .green-box { left: 0; } }
Hope it helps.
Best regards,
NikkoHi premiumpsu,
Enfold stores CSS in dynamic_avia folder even when not using the compressed/merged version, I think the stylesheet you posted is the unmerged version which is correct (CSS in there is coming from whatever is set on Theme Options), the merged version uses the naming convention that starts with avia-merged-styles-.
I tried to login to your site, to see the issue further however, I can’t find the login page, I have tried the default login url (private content) but it’s not going to the login page.Best regards,
NikkoHi Monika,
Can you give us more context on this? or maybe link showing this type of behavior.
Best regards,
NikkoHi GlobalListingEchange,
We’re glad to hear that it is fixed :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi niclasg,
The login credentials are working now and I was able to check the backend of your site.
I also commented out this code in wp-config.php:define( "WP_AUTO_UPDATE_CORE", minor );
which seems to be shown in the error_logs to cause fatal error.
Please try to switch to PHP version 8.Best regards,
NikkoHi red2design,
I tried to login to your site, but the password is incorrect, this is the error that appears, please check.
Error: The password you entered for the email address is incorrect.Best regards,
NikkoHi bemodesign,
You’re welcome and we’re glad to hear that it’s working properly now.
Thanks also for using Enfold and have a great day!Best regards,
NikkoHi MadRhino,
Thanks for giving us admin access.
I have modified the accordion in the page (private content) and adjusted its colors when you edit Accordion, then go to Styling > Colors.
Finally, in Quick CSS, I have removed this code:.active_tc .toggle_content { background: #ffffff!important; }
and replaced with:
#top .toggle_content strong { color: white; }
Please review the page.
Best regards,
NikkoHi niclasg,
The issue on your site seems different since you are using the latest version of Enfold.
However, I could see this error in the error logs you provided:
PHP Fatal error: Uncaught Error: Undefined constant “minor” in wp-config.php:94
If you need assistance to fix the issue, please create a separate thread (to avoid making threads longer with mixed topics), and include WP admin credentials (the credentials you gave says it’s not registered) and also FTP access.Best regards,
NikkoHi red2design,
The current version you are using is still using the old API (username and API key) which envato has already deprecated therefore you can’t update it with the usual method.
You can do the following process instead:First make a backup:
– Site Backup: https://kriesi.at/documentation/enfold/backup-wordpress-site/
– Theme Settings Backup: https://kriesi.at/documentation/enfold/backup-theme-settings/Option 1: Use Envato Market to update your site
– link: https://envato.com/market-plugin/Option 2: Update manually
1. Login to ThemeForest and download the Enfold theme, right-click over the downloaded zip file and extract/unzip it.
2. It should generate a new folder, open it and look for the enfold folder
3. Right-click the enfold folder then zip it, here’s a tutorial on how to create a zip file in windows: https://www.howtogeek.com/668409/how-to-zip-and-unzip-files-on-windows-10/ (this should create enfold.zip
4. Log in to WordPress as and Admin.
5. Install and activate a maintenance plugin and put your site in Maintenance mode.
6. Go to Appearance > Themes, switch to a default WordPress theme like TwentyTwenty then delete Enfold.
7. Click on the ADD NEW button.
8. Click on the UPLOAD THEME button.
9. Click BROWSE and choose enfold.zip file
10. Click the INSTALL NOW button and switch to Enfold or your child theme.
11. Remove the maintenance mode then deactivate and remove the maintenance plugin.Then register the theme by following the instructions in https://kriesi.at/documentation/enfold/theme-registration/
Once this is done, the next time you update, you’ll only need to go to Enfold > Theme Updates and click on the Update button.Once it is updated please let us know if the issue still persists.
Also, the password is incorrect but I think the problem should be fixed by updating to the latest version since Enfold 4.1 was released July 2017 while PHP 7.4 was released November 2019, so incompatibility would most likely occur.
Best regards,
NikkoHi informaticacenart,
You’re welcome just let us know how it goes or if you need further help. :)
Best regards,
NikkoApril 21, 2023 at 6:26 pm in reply to: Classic Editor stops working after update to the last Enfold version #1405196Hi maximusinvestment,
There’s no need to use plugin anymore if you want to use the classic editor.
Go to Enfold > Theme Options > Select Your Editor set it to Use WP Classic Editor.
Hope it helps.Best regards,
NikkoApril 21, 2023 at 6:23 pm in reply to: Need to position two menu items to the right and have the rest float right #1405195Hi Guy,
The image link you gave doesn’t seem to display the image, please check.
Best regards,
NikkoHi Oli,
Can you try adding this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:1080px) { .html_header_top.html_header_sticky #header { position: absolute !important; } }
Best regards,
NikkoHi bemodesign,
I could see this error showing up whenever the Text Block appears:
Uncaught TypeError: _.pluck is not a function
This is a similar error I found https://wordpress.org/support/topic/uncaught-typeerror-_-pluck-is-not-a-function-causing-issues-when-trying-to-edit/ which causes the editor not to display the content but even when plugins are disabled on your end, the error still appears.
Can you try to switch from PHP version 8.2 to 8.1 or 8.0? and see if this helps.Best regards,
NikkoApril 21, 2023 at 5:53 pm in reply to: WordPress 6.2 Updated – Add to Cart button gone in Catalogue view. #1405191Hi matt507,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi Debra,
I’m glad that Rikard could help you :)
Thanks for using Enfold and have a great weekend!Best regards,
NikkoHi xeovision,
We’re happy to hear that :)
We’ll be closing this thread then.
Thanks for using Enfold and have a great weekend!Best regards,
NikkoHi MadRhino,
Can you give us a link to the page mentioned?
Best regards,
NikkoHi informaticacenart,
I have checked your site and it seems Enfold 5.5 was installed and activated properly.
However, images seems to be loaded from somewhere (I think one of the plugins is causing this), I have posted the logo url being fetched in private content.
Also, if you inspect your site and go to Console, you will see some 404 errors showing from images and/or webfont.
Please try to temporarily disable any image optimization plugins and see if it helps.Best regards,
NikkoHi nTECHgrate,
We’re glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi John,
Can you try to switch to a default WordPress theme? and check if this problem also persists.
You can try to use Health Check & Troubleshooting plugin, so you can try to switch themes without affecting your users.Best regards,
NikkoApril 21, 2023 at 4:49 pm in reply to: Symbol not active when performance setting is “Load only used elements” #1405178Hi Capo1200,
Do you have some caching or optimization plugins enabled on your site? please try to temporarily disable and see if it helps.
Best regards,
Nikko -
AuthorPosts