Forum Replies Created
-
AuthorPosts
-
March 5, 2021 at 1:48 pm in reply to: How to adjust background color and styling of blog filter options? #1285725
Hi jorisbl,
Thanks, I have added the code that Victoria provided and it seems to work.
As for the mobile hamburger menu is not 100% full width and 100% full height, can you give us a screenshot showing this? and maybe a mockup of what you expect? the size of the hamburger menu is correct when I checked it.Best regards,
NikkoHi Manuela,
I have made a test page that’s privately published (link in private content).
Also at the end of the script (function that runs when the link is clicked), I added:console.log('clicked');which should just display clicked on the web console when the link is clicked (you can test this by right-clicking on any part of your site, click Inspect then Console), since console.log worked properly then the code provided itself is not working.
I also tested the js code with an empty HTML file and it does not work as well.
Another test you can do is to use a default WordPress theme (like twentytwenty) since wp_head is a WordPress hook and not enfold exclusive.Best regards,
NikkoHi Michael,
I will ask my colleagues to check on it as I could not reproduce the issue on my end (since it’s specific only to safari).
Best regards,
NikkoHi Richard,
Step 4 just meant to add a menu item and name it Donate (in Custom Links).
Just let us know if you need further clarification :)Best regards,
NikkoHi Owen,
Enfold 4.8 has been recently released, please consider updating to the latest version as it contains fixes for the layerslider.
Just make sure to have a backup first before updating.Best regards,
NikkoMarch 4, 2021 at 6:36 am in reply to: enfold update? 1 month ago the answer was next weekend? now what date? #1285231Hi marcobe,
We apologize for the inconvenience and for the delay.
Enfold 4.8 has been recently released.
Changelog Link: https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990#item-description__changelogBest regards,
NikkoHi Petschka,
Instead of using Flexible Masonry, please try to use Perfect Manual Masonry.
Perfect Manual Masonry: Manually control the height and width of entries by adding either a “landscape” or “portrait” tag when creating the entry. Elements with no such tag use a fixed default size, elements with both tags will display extra large
Then you can control each item in the individual portfolio entry by adding the mentioned tags.
Hope this helps.Best regards,
NikkoHi cobaltsapphire,
You can add it by modifying code in wp-content > themes > enfold > config-templatebuilder > avia-shortcodes > postslider > postslider.php (find this code, line 890 in Enfold 4.7.6.4):
$meta .= "<time class='slide-meta-time updated' $markup>" . get_the_time( get_option( 'date_format' ), $the_id ) . '</time>';below it add this code:
$meta .= '<div class="slide-meta-del">/</div>'; $meta .= '<div class="slide-meta-author">' . get_the_author_posts_link() . '</div>';Hope it helps.
Best regards,
NikkoHi Carlos,
Enfold 4.8 has just been released please try to update your site to the latest version which contains fixes to paginations.
Please make sure to have a backup first before updating.
Let us know if this helps.Best regards,
NikkoHi Tobias,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi werbeagenturlauf,
Can you try to update Enfold to the latest version? Enfold 4.8 has been recently released, please make sure to have a backup first.
If you aren’t planning to update yet, please consider the solution on a related topic: https://kriesi.at/support/topic/video-in-color-section-is-not-repeating/#post-1280574Best regards,
NikkoMarch 4, 2021 at 5:52 am in reply to: YouTube video throwing error when played in color selection #1285219Hi spat154,
You can put it at the bottom of functions.php but since the latest version of Enfold (4.8) has been released just recently which contains a fix on the issue, please update your site to the latest version of Enfold, make sure to have a backup first.
Best regards,
NikkoHi Dependable,
What Blog Style are you using?
If you’re using Grid Layout then please add this code in your child theme’s functions.php file:function move_post_meta(){ ?> <script> (function() { var gridposts = document.querySelectorAll('.avia-content-slider .slide-entry'); gridposts.forEach(function(el) { var header = el.querySelector('.entry-content-header'); var postMeta = el.querySelector('.slide-meta'); header.insertBefore(postMeta, header.childNodes[1]); }); })(); </script> <?php } add_action('wp_footer', 'move_post_meta');Then go to Enfold > General Styling > Quick CSS, then add this CSS code:
#top .slide-content .slide-entry-title { margin-bottom: 0; padding-bottom: 0; } #top .slide-content .slide-meta { margin: 0; padding: 0; float: none; } #top .slide-content .blog-categories { top: 0 !important; margin-bottom: 12px; }Let us know if this helps.
Best regards,
NikkoHi Owen,
The latest version of Enfold has been released (4.8) and fixed issues that were found in the previous version, please update your site to the latest version of Enfold.
Also, don’t forget to make a backup:
– Site Backup: https://kriesi.at/documentation/enfold/backup-wordpress-site/
– Theme Settings Backup: https://kriesi.at/documentation/enfold/backup-theme-settings/Best regards,
NikkoHi HuxburyQuinn,
We’re glad to hear that :)
And thanks for sharing the solution that you made.Best regards,
NikkoHi Majjo,
This is a bug on Enfold 4.7.6.4, this is now fixed in the newly released Enfold 4.8.
Please update your site to the latest version of Enfold.
Also, don’t forget to make a backup:
– Site Backup: https://kriesi.at/documentation/enfold/backup-wordpress-site/
– Theme Settings Backup: https://kriesi.at/documentation/enfold/backup-theme-settings/Best regards,
NikkoHi Manuela,
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 Richard,
Please do the following steps.
1. Go to Appearance > Menus
2. Click Screen Options (located on top right of the screen)
3. Check CSS Classes (you can minimize Screen Options by clicking on it again)
4. Add the Donate menu item/link to the main menu
5. Expand the newly added Donate menu item, under CSS Classes field put donate-button and save
6. Go to Enfold > General Styling > Quick CSS, then add this CSS code (replace URL_IN_PRIVATE_CONTENT with the URL provided in private content):#top #header .donate-button .avia-menu-text { background: url(URL_IN_PRIVATE_CONTENT) center center no-repeat; background-size: 100% auto; display: inline-block; width: 300px; text-indent: -9999em; }Let us know if this helps.
Best regards,
NikkoHi throwmeapeanut,
Can you try the troubleshooting steps provided in our documentation: https://kriesi.at/documentation/enfold/contact-form/#my-contact-form-is-not-sending-emails- ?
Hope this helps.Best regards,
NikkoHi richard wilson,
I’ll be closing this thread, since it is a duplicate of your previous thread.
Best regards,
NikkoHi richard wilson,
Thanks for contacting us!
You can purchase Enfold here: https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990
Once you have done the purchase you should be able to download it in https://themeforest.net/downloads
Hope this helps.Best regards,
NikkoHi julhobart,
It seems like the version of Enfold on your site 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.
As for edits, if tweaks are made on the child theme then it’s safe to say that nothing will be lost since it is only the parent theme (Enfold) that is overwritten.To update your site to the latest version, please backup your site first:
– Site Backup: https://kriesi.at/documentation/enfold/backup-wordpress-site/
– Theme Settings Backup: https://kriesi.at/documentation/enfold/backup-theme-settings/Then do the following steps:
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 SJShire,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoMarch 4, 2021 at 3:27 am in reply to: Highlighted heading text – with spacing without color between rows/lines #1285199Hi santinimedia,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoMarch 4, 2021 at 2:42 am in reply to: How to adjust background color and styling of blog filter options? #1285195Hi jorisbl,
Yes, can you give us temporary admin access?
I tried the credentials (private content) but it does not seem to work anymore.Best regards,
NikkoHi Tobias,
Can you try the solution in this thread: https://kriesi.at/support/topic/the-grid-with-products-does-not-work-pagination/#post-1254673
If that does not help, please create a new thread and give us temporary admin access (just put the credentials in private content).Best regards,
NikkoHi RMConnection,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoMarch 4, 2021 at 2:29 am in reply to: Header isn't changing from transparent to solid when it scrolls #1285189Hi sproutstudio,
Please try to do the following, but first, backup your site:
– Site Backup: https://kriesi.at/documentation/enfold/backup-wordpress-site/
– Theme Settings Backup: https://kriesi.at/documentation/enfold/backup-theme-settings/Then do the following steps:
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,
NikkoMarch 4, 2021 at 2:27 am in reply to: Enfold logo center overflow visible, main menu splitted in half. #1285186Hi I-Visio,
You can find that in Appearance > Theme Editor. Make sure Enfold theme (parent) is selected (not a child theme).
Or you can find that via FTP, wp-content > themes > enfold > includes.Best regards,
NikkoMarch 3, 2021 at 5:48 am in reply to: How to adjust background color and styling of blog filter options? #1284947Hi jorisbl,
Please check the greater than symbol, it’s changed to:
& g t ;without the spaces. Please replace it with >
Best regards,
Nikko -
AuthorPosts
