-
AuthorSearch Results
-
January 27, 2023 at 7:10 am #1395523
In reply to: Change the colour of a table
Hi phoenix_hyuk,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
.main_color tr:nth-child(even) { background: white; }Best regards,
NikkoJanuary 27, 2023 at 6:17 am #1395516In reply to: WebP Plugin
Hi Monika,
I think you can use Imagify, however, the only problem with it is it breaks some layout as mentioned in this thread: https://kriesi.at/support/topic/lot-of-issues-with-webp-and-enfold/ but the user @Alwin has also posted a solution that worked for him, which is also in imagify’s documentation: https://imagify.io/documentation/my-images-are-broken/
Best regards,
NikkoJanuary 27, 2023 at 6:10 am #1395515In reply to: Show Password Icon missing
Hi Steve,
Please add this CSS code in Enfold > General Styling > Quick CSS:
.woocommerce form .password-input, .woocommerce-page form .password-input { position: relative; } .woocommerce-page .woocommerce-form-login .show-password-input { position: absolute; top: 0.8rem; right: 1.2rem; cursor: pointer; } .woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after { font-family: WooCommerce; speak: never; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; margin-left: 0.618em; content: "\e010"; text-decoration: none; }Please let us know if it helps.
Best regards,
NikkoJanuary 27, 2023 at 6:04 am #1395514In reply to: Make portfolio grid the same height
Hi Camilla,
I’m glad that Mike could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoJanuary 27, 2023 at 6:03 am #1395513In reply to: Mobile friendly home page
Hi mattyork2,
Please try 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.
I hope it helps.Best regards,
NikkoJanuary 27, 2023 at 6:01 am #1395512In reply to: Text Box is not showing preview
Hi AU5985,
I’m glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoJanuary 27, 2023 at 6:00 am #1395511In reply to: Build a almost ready Template
Hi Monika,
Go to Enfold > Import/Export, and you’ll find options to Export Layout Builder Templates, that should include all saved templates.
Best regards,
NikkoJanuary 27, 2023 at 5:58 am #1395510In reply to: LInk to an image
Hi enfold,
Since that option isn’t available, I think the workaround would be to use the fade-to-another-image hover effect, but you’ll need to create a button or a link below to redirect the user to another page.
Please check Ismael’s answer in this thread: https://kriesi.at/support/topic/image-links-not-working-for-images-with-fade-to-another-image-under-animation/#post-1377788
Hope it helps.Best regards,
Nikko-
This reply was modified 3 years, 2 months ago by
Nikko.
January 27, 2023 at 5:43 am #1395508In reply to: How to add box shadow for featured image posts
Hi yundian,
You’re welcome :)
Thanks for using Enfold and have a great day!Best regards,
NikkoJanuary 27, 2023 at 5:42 am #1395507Hi yundian,
Thanks for giving us admin access.
You we’re using an outdated version of Enfold (4.7.6.4) which seems to have caused that extra space, it was fixed when I updated your test website to the latest version (5.4).
As for removing the “” (this can really be ignored since it doesn’t add anything) but if you really want to remove it then, you will need to use a child theme, you can download and find instructions on how to use it here: https://kriesi.at/documentation/enfold/child-theme/ (make sure to import parent theme options).
Then in your child theme’s functions.php file, add this code (at the bottom):function avia_default_title_filter( $current_post ) { if( ! empty( $current_post['title'] ) ) { $default_heading = is_singular() ? 'h1' : 'h2'; $args = array( 'heading' => $default_heading, 'extra_class' => '' ); /** * @since 4.5.5 * @return array */ $args = apply_filters( 'avf_customize_heading_settings', $args, 'avia_default_title_filter', array( $current_post ) ); $heading = ! empty( $args['heading'] ) ? $args['heading'] : $default_heading; $css = ! empty( $args['extra_class'] ) ? $args['extra_class'] : ''; $output = ''; //$output .= "<{$heading} class='post-title entry-title ". avia_offset_class('meta', false). "'>"; $output .= "<{$heading} class='post-title entry-title {$css}' " . avia_markup_helper( array( 'context' => 'entry_title', 'echo' => false ) ) . '>'; if( ! is_singular() ) { $output .= '<a href="' . get_permalink() . '" rel="bookmark" title="' . __( 'Permanent Link:', 'avia_framework' ) . ' ' . esc_attr( $current_post['title'] ) . '">'; $output .= $current_post['title']; $output .= '</a>'; } else { $output .= $current_post['title']; } $output .= "</{$heading}>"; $current_post['title'] = $output; } return $current_post; }Hope it helps.
Best regards,
NikkoJanuary 27, 2023 at 5:09 am #1395505In reply to: Author picture and name in the single post
Hi Zdenek,
I’m glad that Ismael could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoJanuary 27, 2023 at 4:26 am #1395502In reply to: Enfold Update from 4.8.3
Hey paolam111,
Thank you for the inquiry.
The automatic update will not work on version 4.8.3, so you will have to update the theme manually via FTP just this once. You should be able to do an automatic update in the future with your token after that. Please check the documentation below for more info on how to manually update the theme via FTP.
// https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
// https://kriesi.at/archives/the-complete-guide-to-updating-enfoldBest regards,
IsmaelJanuary 27, 2023 at 4:21 am #1395500In reply to: not working
Hey Filipp Fuchs,
Thank you for the inquiry.
The automatic updater is not compatible with the version (4.5.6) your current installation is in. You should be able to use your token and do an automatic in the future, in the later versions of the theme but unfortunately, this time you will have to update the theme manually via FTP.
// https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
// https://kriesi.at/archives/the-complete-guide-to-updating-enfoldBest regards,
IsmaelJanuary 27, 2023 at 4:07 am #1395496In reply to: Space between 2 button in navigation menu
Hey carlosTLM98,
Thank you for the inquiry.
Adding this css code should create some space between the buttons.
li#menu-item-453 { margin-left: 18px; }Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
IsmaelJanuary 27, 2023 at 2:44 am #1395487In reply to: slider on store like home
Hey schweg33,
Thank you for the inquiry.
Yes, this is possible. First, you have to set the builder to debug mode by adding this code in the functions.php file.
/** * Enable Avia Layout Builder Debug * @link http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ * * @return string */ function builder_set_debug() { return 'debug'; } add_action( 'avia_builder_mode', 'builder_set_debug' );After switching to debug mode, you will have access to the shortcodes field just below the Advance Layout Builder. You can then extract the actual shortcode of the slider from this field and use it to replace the value of the do_shortcode function below.
// render something after the main container add_action( 'ava_after_main_container', 'ava_after_main_container_mod', 10 ); function ava_after_main_container_mod() { $output = ''; $output .= do_shortcode("PLACE THE SLIDER SHORTCODE HERE"); echo $output; }This will render the slider after the main container for every page, so you will have to add a few conditions in order to control the visibility of the slider.
// https://woocommerce.com/document/conditional-tags/#:~:text=The%20conditional%
Best regards,
IsmaelJanuary 27, 2023 at 2:22 am #1395485Topic: Horizontal vs Vertical Nav.
in forum Enfoldpamk21
ParticipantI have a client that is leaning toward having vertical navigation. I do not know if you have an opinion – but would love to hear it.
I designed the new site with horizontal navigation. Is there an easy fix to changing a horizontal to a vertical – or do I have to start the entire site over again? Was hoping there would be a code for this or something within the Enfold Dashboard I am missing. I have not designed a website with vertical navigation in forever.
The site is residing on a temporary domain until ready to go live.
January 27, 2023 at 2:14 am #1395482Next step of conversation with Envato – for your information:
Hi,
yes, exactly.
But usually I don’t need to install the Envato market plugin to update the Enfold app.
The normal way is: I register the app ( here : https://build.envato.com/), create the token and copy it directly into the theme’s interface.
(to save the token, I copy the string before to a simple text editor to avoid errors due to breaks, paragraphs or similar).
I only installed the envato-market plugin on the recommendation of the Krieisi developers, hoping to get a hint as to the source of the error. You got the response of the envato plugin already before.Stefan
Von: Envato Market Development Team (Envato Help) < (Email address hidden if logged out) >
Gesendet: Freitag, 27. Januar 2023 01:39##- Please type your reply above this line -##
Your request (3093987) has been updated. Please reply to this email to add your comments.Envato Market Development Team (Market)
Jan 27, 2023, 11:38 GMT+11Hi Stefan,
Just to confirm, is the problem that the Envato WP Plugin is not allowing you to update the Enfold themes purchases in 2022?
Apologies, just want to make sure we understand the problem correctly.Thanks,
Envato Marketplace Developer
Melbourne, Australia
EnvatoEnvato Market | Envato Elements | Envato Tuts+
January 27, 2023 at 2:01 am #1395479In reply to: Upgrade to 5.4 removed Large Gap on Masonry?
No, I have no custom CSS here (I removed it all to make sure that wasn’t causing any issue)
The styling in question appears to be coming from:
/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.css?ver=5.4I added the override (to default Enfold CSS) suggested by Guenni007 as the only custom CSS:
#top .container .av-masonry.av-large-gap .av-inner-masonry { padding: 15px 0 0 15px; }And that did the trick.
-
This reply was modified 3 years, 2 months ago by
christiemade.
-
This reply was modified 3 years, 2 months ago by
christiemade.
January 27, 2023 at 1:14 am #1395478In reply to: Mobile friendly home page
Hi
I have purchased the updated version of Enfold.
When I try to upload the enfold.zip file following the instructions above nothing happens. What am I doing wring?
Thanks
January 27, 2023 at 12:19 am #1395475In reply to: frame as circle
Hi,
I added the custom class onethirdcircle to the three circles in all three languages and then adjusted the script to look for this class.
I then added this css in the Enfold Theme Options ▸ General Styling ▸ Quick CSS field for all three languages to center the text on mobile and cleared your cache for each language:@media only screen and (max-width: 767px) { .responsive #top .sc-av_one_third .flex_column_table_cell.onethirdcircle { display: flex; justify-content: center; flex-direction: column; } }Then to reduce the size of the circles and center them horizontally for mobile I added this css in the Enfold Theme Options ▸ General Styling ▸ Quick CSS field for all three languages to center the text on mobile and cleared your cache for each language:
@media only screen and (max-width: 767px) { .responsive #top .sc-av_one_third .flex_column_table_cell.onethirdcircle { max-width: 300px; margin: auto !important; } }In my tests this is the smallest that you can use in all three languages and still have it look good based on the words, is some languages the words are too long without a break so it doesn’t fit in the circle well. Perhaps if you made the font smaller you could have a smaller circle but then would the text easily be readable?
You can test further if you like, please clear your mobile browser cache and check.
Please see the screenshot in the Private Content area of the mobile results.Best regards,
MikeJanuary 26, 2023 at 11:42 pm #1395466Hi Kriesi,
so I did. installed the envato market plugin, used the token I built for the Enfold-license, I bought for my last customer.This are the responses:
(is shown under the TAB settings)
The OAuth Personal Token could not be verified. Please check that the Token has been entered correctly and has the minimum required permissions.Additional Error Details:
Failed to query total number of items in API response.
Forbidden
{“request_url”:”https:\/\/api.envato.com\/v1\/market\/total-items.json”,”response_code”:403,”response_cf_ray”:”78fc96ed7c565b6e-FRA”,”response_server”:”cloudflare”}(is shown under the TAB Help)
— > Health Check: I see two error messages, all other points are ok
PHP Memory Limit128M may be too small. If you are having issues please set your PHP memory limit to at least 256M – or ask your hosting provider to do this if you’re unsure.
Envato API AuthenticationNot currently authenticated with the Envato API. Please add your API token. Forbidden++++++++++++
I can’t imagine the PHP memory limit being a problem: I always recommend clients
the same provider, it’s really only the tokens from 2022 that don’t work.
Some other previously purchased licenses work with this provider.
This is the same scenario that Ismael figured out earlier: he temporarily had admin rights for this installation (…”our token works”…)Best regards
StefanJanuary 26, 2023 at 11:28 pm #1395464In reply to: Breadcrumbs – 2 backslashes after "Home"
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeJanuary 26, 2023 at 10:36 pm #1395458This reply has been marked as private.January 26, 2023 at 9:29 pm #1395456Topic: Enfold Update from 4.8.3
in forum Enfoldpaolam111
ParticipantHi, I have a question regarding updating the Enfold template. A year ago I purchased the template and used the zipped file on two sites, one in production on which I activated the license, the other locally. Since now the other is also in production, I purchased another license yesterday and entered the token today, but the template version remained on 4.8.3. What should I do to update it to the latest one without undoing what I have done so far?
January 26, 2023 at 9:12 pm #1395454Topic: not working
in forum Pre Sale QuestionsFilipp Fuchs
GuestHi Yigit,
sorry to get in touch via this form. Thanks for you help regarden the token and update for enfold in oder to make it compatible with php8. I did as you discribe. But it tells me i am running the lates version of enfold(attachted a screenshot) You said my version is to old in your post https://kriesi.at/support/topic/enfold-207/ “It seems like you are currently using Enfold 4.5.6 which is not compatible with PHP 8.x.” But after install of the token, it tells me i am running the latest version. What can i do? Kindly thanks for your help.
FilippJanuary 26, 2023 at 6:25 pm #1395431In reply to: Having trouble underlining all links
Hey Ryan,
Please try the following in Quick CSS under Enfold->General Styling:
a { text-decoration: underline; }Best regards,
RikardJanuary 26, 2023 at 6:19 pm #1395428In reply to: Build a almost ready Template
Hey Nikko,
on this Page you send me there are some informations about the avia builder and I already use the button for saving whole pages and styles etc in one website.
But when I create a complete new Website for a new client. New WordPress and new enfold.
There I want to Upload the css and the Buttons i designed for the client before.how can I export and Import complete Pages and Saved modules and css not just the settings in the Theme?
Cheers
MonikaJanuary 26, 2023 at 6:11 pm #1395425In reply to: TikTok Icon Social Media Buttons
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeJanuary 26, 2023 at 6:09 pm #1395424In reply to: Breadcrumbs – 2 backslashes after "Home"
Hi,
I’m Glad to hear that you have this sorted out with the bog breadcrumbs, with this in mind I logged into your test site to check the empty breadcrumb issue with woocommerce products and I found that in the woocommerce settings woocommerce ▸ products ▸ Shop page no page has been set

I selected your e-shop page and now the breadcrumbs are correct.
I also checked my demo site for our shop demo, and it also has a shop page selected, so this seems to be the solution.
Please adjust to suit, then clear your browser cache and check.Best regards,
MikeJanuary 26, 2023 at 6:02 pm #1395417In reply to: Can not upgrade to php8
Hi,
Thanks for the login details, I see that you are currently running PHP 7.4. Please try to deactivate all plugins and custom code, then update the theme to 5.4:
https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. After that you can try to run PHP 8 again. If you should still get error messages after that, then please send us the server error logs.Best regards,
Rikard -
This reply was modified 3 years, 2 months ago by
-
AuthorSearch Results
-
Search Results
-
Topic: Horizontal vs Vertical Nav.
I have a client that is leaning toward having vertical navigation. I do not know if you have an opinion – but would love to hear it.
I designed the new site with horizontal navigation. Is there an easy fix to changing a horizontal to a vertical – or do I have to start the entire site over again? Was hoping there would be a code for this or something within the Enfold Dashboard I am missing. I have not designed a website with vertical navigation in forever.
The site is residing on a temporary domain until ready to go live.
Topic: Enfold Update from 4.8.3
Hi, I have a question regarding updating the Enfold template. A year ago I purchased the template and used the zipped file on two sites, one in production on which I activated the license, the other locally. Since now the other is also in production, I purchased another license yesterday and entered the token today, but the template version remained on 4.8.3. What should I do to update it to the latest one without undoing what I have done so far?
Topic: not working
Hi Yigit,
sorry to get in touch via this form. Thanks for you help regarden the token and update for enfold in oder to make it compatible with php8. I did as you discribe. But it tells me i am running the lates version of enfold(attachted a screenshot) You said my version is to old in your post https://kriesi.at/support/topic/enfold-207/ “It seems like you are currently using Enfold 4.5.6 which is not compatible with PHP 8.x.” But after install of the token, it tells me i am running the latest version. What can i do? Kindly thanks for your help.
Filipp
