Forum Replies Created
-
AuthorPosts
-
Hi Jorge,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Pako,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Munford,
Thanks this is now fixed, I have added this PHP code in your child theme’s functions.php:
function enfold_post_nav_settings($settings) { if(is_singular('portfolio')) { $settings['is_fullwidth'] = false; $settings['skip_output'] = false; } return $settings; } add_filter('avf_post_nav_settings','enfold_post_nav_settings', 999, 1);Best regards,
NikkoHi Munford,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoFebruary 2, 2021 at 12:42 pm in reply to: Can 'back to top' button be activated on only certain pages? #1277110Hi CAA,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Pako,
Can you try adding this CSS code in Enfold > General Styling > Quick CSS:
#top #socket { left: 0; } #top #socket .container { max-width: 96%; padding-left: 0; padding-right: 0; margin: 0 auto; }Best regards,
NikkoHi zizibe1,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi forever_prodotti,
You can use Social Share Buttons in the Advanced Page Builder under Content Elements.
Hope it helps.Best regards,
NikkoFebruary 2, 2021 at 11:52 am in reply to: Enfold – builder developer options funktionieren nicht… #1277089Hi Andy,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi senhorvinho,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Mino,
We’re glad to hear that :)
The next update of Enfold should be fully compatible with WordPress 5.6 however some plugins might not be fully compatible with 5.6 so try to deactivate it first and check.
If all is good then you can remove the jQuery Migrate Helper plugin.Best regards,
NikkoHi Thomas,
Are you referring to a page like this: https://kriesi.at/themes/enfold-2017/product/a-product/ ?
Can you give us a link to the page mentioned since the description is in between price and quantity.Best regards,
NikkoHi rixi,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey dlatzen,
Do you want to set the background position from the bottom-up? if yes, try adding this CSS code:
#top .header_color .header_bg { background-position-y: bottom; }Best regards,
NikkoHi jd2011,
Thanks for giving us access.
It seems you are still using Enfold 3.3.2 and have updated WordPress to 5.6 which is incompatible.
Please update it to the latest version of Enfold (4.7.6.4) 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,
NikkoHey Chris2234,
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,
NikkoHi Munford,
I tried the credentials you gave however it doesn’t seem to work.
In the meantime, try to disable Javascript file merging and compression in Enfold > Performance.Best regards,
NikkoHi Cyborgz,
We’re glad to hear that it’s fixed on your end :)
Is the issue caching? since I could see the options after the Page Attributes.Best regards,
NikkoFebruary 2, 2021 at 10:16 am in reply to: No Options for “Select a page to display as footer” in the Footer Section #1277030Hi Sylvia,
Can you setup a staging site for us? so we can try to update the staging site to the latest version and see the errors and try to fix them, then document the solution.
Here’s a tutorial you can follow: https://themeisle.com/blog/wordpress-staging-site/Best regards,
NikkoHi shihanze,
You can add color attribute to text, for example:
.pagination .pagination-meta { font-size: 13px; font-weight: bold; }would become:
.pagination .pagination-meta { color: blue; font-size: 13px; font-weight: bold; }For buttons, you can change the background color, so from:
#top .widget_price_filter .button { font-size: 15px; font-weight: bold; }to:
#top .widget_price_filter .button { background-color: green; font-size: 15px; font-weight: bold; }Best regards,
NikkoHi gregcarrollLMG,
Thanks for giving us a screenshot and the link to your site.
I checked it and it seems you have already done this.
Do you still need further assistance?Best regards,
NikkoHi DeMamp,
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 Munford,
We’re glad to hear that :)
Thanks for using Enefold and have a great day!Best regards,
NikkoFebruary 2, 2021 at 5:47 am in reply to: Avia Layout Elements builder scrolls off top of page? #1276993Hi stripealipe,
We’re glad to hear that :)
There’s no disadvantage in using the classic editor since you’re using Enfold’s Page Builder, also the reason why it may be slow when the block editor is used is probably some js errors.Best regards,
NikkoHi MissLS,
We’re happy to hear that you figured this out :)
Thanks for the tip and thanks also for using Enfold and have a great day!@thinkjarvis thanks for helping out :)
Best regards,
NikkoHi Lin84,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Jorge,
The Category widget is a standard WordPress widget.
Try to search for category widget in the Plugins, it should return some plugins that you need.Best regards,
NikkoHi Aleksandra Mandalova,
We’re glad to hear that!
Thanks for using Enfold and have a great 2021 ahead as well :)Best regards,
NikkoHi gregcarrollLMG,
Can you tell us what element you’re using? or can you give us a link to the page described? so we can try to check it then try to give you solutions from the backend otherwise we’ll try to give you CSS code to adjust it.
Best regards,
NikkoHey Jorge,
Please add this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) { .responsive #scroll-top-link { display: block; } }Hope it helps.
Best regards,
Nikko -
AuthorPosts
