Forum Replies Created
-
AuthorPosts
-
Hi jskindustrial,
Yes, I have checked on it again and it’s now fixed.
The reason why it doesn’t seem to work is because of this code in Quick CSS:.title_container { display: none; }I have commented it out.
Please review your site.Best regards,
NikkoHi JantienM,
Please add this code just below the last code I gave (which should be inside the media query):
.responsive #top #header #header_main .inner-container .widget { padding-top: 12px; margin-bottom: -8px; }Best regards,
NikkoMay 17, 2021 at 12:50 pm in reply to: Custom CSS on external files not loaded with max priority #1300716Hi krkefalas,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Chris,
That version of Enfold 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.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.Best regards,
NikkoHi peterolle,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi reinsicht,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi jskindustrial,
The one you posted is user access and we don’t have access to the Theme Editor.
In order for us to properly see why the code is not working is either check the code via FTP or upgrade the user access you gave to an administrator.Best regards,
NikkoHi jskindustrial,
Yes, please give us FTP access.
Just post the credentials in private content.Best regards,
NikkoHi slavik,
Thanks for giving us FTP access.
I can’t seem to find the cause of the issue however I could see it working properly if you switch the theme to the parent theme Enfold.
Can you try to check if there are codes in your child theme that is causing it?Best regards,
NikkoHi reinsicht,
Thanks for giving us admin access.
I have added it in Quick CSS, please review the page.Best regards,
NikkoHi Morcy,
I apologize for the delayed response.
However, I could properly see the portfolio grid in private content.
Can you give us a screenshot on how it looks on your end?
Also, can you tell us what browser and OS you’re using?Best regards,
NikkoHi Tim,
I see, I apologize for my assumption.
The reason it’s not working is because the two th on top are forced to have 70% with this code (reference page in private content):th { width: 70% !important; }I believe what you’re trying to achieve is to have the it 70% in the first left column, please replace it with this code:
.avia-heading-row th:first-child { width: 70% !important; }Best regards,
NikkoHi RubenHD,
There’s a way however the requirement is to use a child theme.
You can download it and find further instructions in: https://kriesi.at/documentation/enfold/child-theme/
Then inside the child theme create a folder named includes and inside that folder create a file called related-posts.php then paste this code inside it: https://pastebin.com/j72vPBxP
Hope it helps.Best regards,
NikkoHi jskindustrial,
We apologize for the delayed response.
Please add this code in your child theme’s functions.php file:function enfold_title_args($args) { if( ! (is_shop() || is_product()) ) { $args['html'] = ''; } return $args; } add_filter('avf_title_args','enfold_title_args', 10, 1);Best regards,
NikkoHi Paul,
Can you try adding this CSS code in Enfold > General Styling > Quick CSS:
.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu > div, .html_header_top.html_bottom_nav_header #header_main_alternate .main_menu ul:first-child { height: 30px; } .html_header_top .av_bottom_nav_header #header_main_alternate .main_menu ul:first-child > li > a { height: 30px; line-height: 30px; }Just make sure those greater than symbols in the code is not replaced with & g t ; (without the spaces)
Best regards,
NikkoHi AGSGE,
You’re welcome :)
Thanks for using Enfold and have a great day!Best regards,
NikkoMay 17, 2021 at 3:56 am in reply to: Masonry showing duplicate (autosave) portfolio entries #1300624Hi Roger,
We’re happy to hear that :)
As for that link that has the revision class, it may be some plugin or a custom code since Enfold does not generate it.
Anyway, with that code that should ensure that the element mentioned is not displayed.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Freek,
We’re glad that we could help. :)
It was fixed by disabling Custom Elements Management in Enfold > Custom Elements.Best regards,
NikkoHi Tim,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Manfred,
I see, can you try adding this CSS code as well:
#top #header .main_menu ul:first-child > li > ul.sub-menu { border-top: none; padding-top: 8px; } #top #header .sub-menu a { padding-top: 0; padding-bottom: 0; }Best regards,
NikkoMay 17, 2021 at 3:35 am in reply to: Need help adding a full-screen static hero with a button #1300617Hi sldeutsch,
You’re welcome, it’s a pleasure to help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Morcy,
Can you try to disable Javascript file merging and compression in Enfold > Performance and see if this helps.
Best regards,
NikkoHi jordip,
You can do that by editing the Fullwidth Slider, then go to Advanced > Slider Animation > Autorotation active? set to Yes
Then set Slideshow autorotation duration to the number of seconds you want it to auto-rotate.
Hope this helps.Best regards,
NikkoHi slavik,
Can you give us FTP access as well? so we can check on it further.
Just post the credentials in private content.Best regards,
NikkoMay 14, 2021 at 6:09 pm in reply to: Gallery shows "the image could not be loaded" on click #1300403Hi ksalewski,
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,
NikkoMay 14, 2021 at 6:08 pm in reply to: Arrows on when viewing portfolio to scroll when you inside a sub category #1300402Hi DanCoetzee,
Can you give us a link to the page mentioned? so we take a closer look and understand the context.
Best regards,
NikkoMay 14, 2021 at 6:06 pm in reply to: Masonry showing duplicate (autosave) portfolio entries #1300401Hi Roger,
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 troyoverend,
Please update your site to the latest version, this is a bug in the version you’re using (4.8.2).
Please make sure to backup your site first before updating.Best regards,
NikkoHi Jacopotj,
Can you give us temporary admin access? just post the credentials in private content.
If this is a live site and not in development mode, then please setup a staging site for us: https://themeisle.com/blog/wordpress-staging-site/Best regards,
NikkoMay 14, 2021 at 6:00 pm in reply to: Edit TEXT BLOCK shows No text and INSERT IMAGE button doesn't work #1300398Hi bemodesign,
Please try to duplicate your homepage (you can use Templates for this).
Make a change on the duplicate page then set it as your new homepage.
Delete the old homepage after.
Hope this helps.Best regards,
Nikko -
AuthorPosts
