Forum Replies Created
-
AuthorPosts
-
Hi Sergio,
We appreciate that you’ve been using Enfold for a long time :)
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 Pete,
We’re glad to hear that you were able to find a workaround :)
Best regards,
NikkoHey donillo,
Please try to do the following:
1. (skip this step if you have a child theme) Download and use a child theme. You can download and find instructions on how to use it here: https://kriesi.at/documentation/enfold/child-theme/
2. Add this at the bottom of your child theme’s functions.php:function avia_preload_screen() { $class = avia_get_option('preloader_transitions') != "disabled" ? 'av-transition-enabled' : ""; $label = __('Loading','avia_framework'); $logo = avia_get_option('preloader_logo'); if( is_numeric( $logo ) ) { $logo = wp_get_attachment_image_src( $logo, 'full' ); $logo = is_array( $logo ) ? $logo[0] : ''; } if( $logo ) { $class .= " av-transition-with-logo"; $logo = "<img class='av-preloading-logo' src='{$logo}' alt='{$label}' title='{$label}' />"; } $output = ""; $output .= "<div class='av-siteloader-wrap {$class}'>"; $output .= "<div class='av-siteloader-inner'>"; $output .= "<div class='av-siteloader-cell'>"; $output .= "<div class='yellow-line'></div>"; $output .= $logo; $output .= "<div class='av-siteloader'><div class='av-siteloader-extra'></div>"; $output .= "</div>"; $output .= "</div>"; $output .= "</div>"; $output .= "</div>"; return $output; }3. Add this CSS code in Enfold > General Styling > Quick CSS:
.yellow-line { border-top: 3px solid #fcea1a !important; width: 100%; left: 0; position: absolute; animation: 1.5s ease-out 0s 1 yellowLine; } @keyframes yellowLine { 0% { width: 0%; opacity: 0; } 100% { width: 100%; opacity: 1; } }Hope this helps.
Best regards,
NikkoHi RubenHD,
Thanks for giving us access, unfortunately, the access is pretty limited and we can’t check the Theme Options were General Styling appears.
Please upgrade the account to an administrator.Best regards,
NikkoMarch 25, 2021 at 4:53 am in reply to: add social icon telegram – code not work in "functions.php" #1290273Hi marcobe,
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,
NikkoHey Sebastian,
Can you try the instruction posted in the documentation: https://kriesi.at/documentation/enfold/columns/#six-columns-or-more
I think with CSS it’s possible to make it twelve columns.
Hope this helps.Best regards,
NikkoHi mteverley,
Can you try to disable Javascript file merging and compression in Enfold > Performance?
If that doesn’t help, 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 bigideasonline,
Did it work? with the code you posted above it should be placed on the head tag.
If you want to place it in the body then you can replace wp_head with ava_after_body_opening_tag
Hope this helps.Best regards,
NikkoHi Rubén,
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 Carmen,
Please do the following steps:
1. (skip this step if you have a child theme) Download and use a child theme. You can download and find instructions on how to use it here: https://kriesi.at/documentation/enfold/child-theme/
2. In the child theme create a new folder called includes
3. Copy related-posts.php in enfold > includes and paste it inside the includes folder of the child theme.
4. Edit line 98:$output .= "<h5 class='related_title'>".__('You might also like', 'avia_framework')."</h5>";replace h5 with h4.
As for everything else, it’s just below this line of code.
Hope this helps.Best regards,
NikkoHi Frank,
Thanks for giving us admin access.
We have updated your site, please review it.
The changes I made did not reflect on my end until I forced to clear my browser cache.Best regards,
NikkoMarch 25, 2021 at 3:07 am in reply to: anchor links smooth scroll offset for sticky nav/header #1290262Hi sky19er,
We apologize for the delayed response.
The thread is already almost six years ago and I believe this is already the default behavior without any tweaks, you can see it in the demo: https://kriesi.at/themes/enfold-wedding/
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.If you’re not comfortable with giving us access to the live site, we would appreciate if you could setup a staging site for us.
Here’s a simple tutorial you can follow: https://themeisle.com/blog/wordpress-staging-site/Best regards,
NikkoHi Silvio,
We apologize for the delayed response.
Can you setup a staging site for us? so we can safely investigate on the issue without risking your live site.
Here’s a simple tutorial you can follow: https://themeisle.com/blog/wordpress-staging-site/
Then give us admin credential only for the stage site.Best regards,
NikkoHi LW_1953,
We apologize for the delayed response.
I checked on your site and it seems you have already added the slider on top.
Also, you may want it to have a setup with a transparent header just like this: https://kriesi.at/themes/enfold-2017/
You can check Header visibility and transparency in the Sidebar settings in the page.Best regards,
NikkoHi Dependable,
It may just be due to cache.
I checked it just now and it seems to be working properly (please check the screenshot in private content).Best regards,
NikkoMarch 25, 2021 at 2:32 am in reply to: How can I reduce the top margin of landing page on mobile? #1290256Hi jacobs64,
You’re welcome and we’re happy that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi jonrouse,
We’re glad to hear that :)
And yes, those are the two things we have changed/added to your site.
Also thanks for using Enfold!Best regards,
NikkoHi cobaltsapphire,
You’re welcome :)
You can easily change the Author, you may need to click on the Screen Options on the upper right portion of the page first, then check Author.
It should show an option to replace the Author of the post.
You can check on this article: https://www.wpbeginner.com/beginners-guide/how-to-change-the-author-of-a-post-in-wordpress/
Hope this helps.Best regards,
NikkoMarch 25, 2021 at 2:20 am in reply to: Where to change font size of image copyright info – small.avia-copyright #1290253Hi griddler,
We’re glad that we could help :)
Thanks for using Enfold and have a great week as well :DBest regards,
NikkoHi lle-it,
I understand, would it be possible with a staging site? (same to your other thread).
Also, tribe_get_start_date is a function from The Events Calendar, it should atleast require for the plugin to be installed and activated.Best regards,
NikkoHi lle-it,
I have actually tested the code on my local server (with WP debug turned on) before posting it and didn’t have issues, I checked just now with a layerslider but it does not show as well.
For the meantime, can you tell us what PHP version you’re using? also Enfold and WordPress version? so we can try to reproduce the issue.
As for giving us access, would it be possible if it on a staging site? if yes, then please setup a staging site for us.
Here’s a simple tutorial you can follow: https://themeisle.com/blog/wordpress-staging-site/Best regards,
NikkoHi mostafa0401,
We’re glad to hear that :)
If there are cases where you don’t need a margin I believe you can set its position to relative and give it a higher z-index value than the default one.Best regards,
NikkoHi jonrouse,
I see, please replace it with this code (basically 2 and 3 in nth-child is swapped):
.avia-slide-wrap > img:nth-child(3) { display: none; } @media only screen and (min-width: 1500px) { .avia-slide-wrap > img:nth-child(3) { display: block; } .avia-slide-wrap > img:nth-child(2){ display: none; } }Best regards,
NikkoHey mostafa0401,
What are the steps you made to add a shadow below your Color Section? can you give us a link where you applied it? so we can take a closer look.
Best regards,
NikkoHi ADLER66,
Please follow the steps below:
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,
NikkoHey Carsten,
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 Monika,
Please refer to the instructions in the documentation: https://kriesi.at/documentation/enfold/theme-registration/
Hope it helps.Best regards,
NikkoHi design-goerlich,
I checked on the structured and the required codes and it’s all good.
I modified magazine.php in the child theme, I just added this class in it:custom-magazineAnd it does add to the magazine class attribute when I inspected the element.
The only thing I see is that there’s nothing showing in it visually because there’s no posts yet.Best regards,
NikkoHi Lord_Sandwich,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoMarch 24, 2021 at 4:32 pm in reply to: header invisible and appears on scroll down not working on mobile #1290162Hi Rhoody,
The behavior is only for desktop, laptops and other larger screens but not on phones.
It is not actually recommended to have sticky headers on mobile devices since the space is too little.
Also, this behavior is not done via CSS but through javascript.Best regards,
Nikko -
AuthorPosts
