Hallo Kriesi-Team,
ich habe das Enfold-Theme über ThemeForest gekauft (siehe Purchase Code unten), aber leider keinen Zugriff mehr auf die alte WordPress-Seite, auf der der Lizenzschlüssel aktiviert war. Daher kann ich das Theme aktuell nicht neu registrieren.
Könntet ihr bitte die alte Aktivierung aufheben, sodass ich das Theme auf meiner neuen Website aktivieren kann?
Vielen Dank im Voraus!
Hi,
I understand that you don’t understand what we are trying to explain, so for this page: https://photomagx.com/travel-photography/photo-magazine-extras-top-hotels-photography-spots-2018/ try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.avia_textblock a strong {
color: blue !important;
}
After applying the css, please clear your browser cache and check.
It should work on other pages, but if you find one that it doesn’t work on, link to it and we will provide another css snippet.

Best regards,
Mike
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,
Mike
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,
Mike
Hey northorie,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.home .flex_column.av-qr1eee-be79778a5ca7a248c4cd5f4274b9b47d {
padding: 0;
}
@media only screen and (min-width: 768px) {
.responsive #top .main_color .tabcontainer .active_tab {
background-color: var(--enfold-main-color-secondary);
color: var(--enfold-main-color-constant-font);
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hey ConnyQ,
To disable the topbar use the theme setting option at Enfold Theme Options ▸ Header ▸ Extra Elements ▸ Phone Number or small info text and disable.
To have the menu above the LayerSlider link in the demo use the transparent header at Enfold Theme Options ▸ Header ▸ Transparency Options
If you have other questions we may need to see your site with a admin login to assist with your specific settings.
Best regards,
Mike
Hey Antonio,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.av_header_transparency.header_color .main_menu .dgwt-wcas-ico-magnifier-handler {
fill: #fff;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi,
Please use the “Shrinking Header” option at Enfold Theme Options ▸ Header ▸ Header behavior ▸ Shrinking Header

Best regards,
Mike
Hey Akhurst,
To increse the font sizes for the price, sku, & categories, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top.single-product .price span {
font-size: 30px;
}
#top.single-product .main_color .product_meta span {
font-size: 30px;
}
adjust the font size to suit.
To remove the related products, try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:
function remove_woo_relate_products(){
remove_action( 'woocommerce_after_single_product_summary', 'avia_woocommerce_output_related_products', 20);
}
add_action('init', 'remove_woo_relate_products', 10);
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
Best regards,
Mike
Hi,
Glad Guenni007 could help, thank you Guenni007, 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,
Mike
Excuse me for not knowing code terminology. So this will make my links bold and a different color than my text? I’m just making sure. I am only working on common sense with no code knowledge. Shouldn’t the word links be in there? I am just chekcing.
Also, I do not copy content from sources that add styling often at all. When I do, I usually clear the formatting. Isn’t that all I need to do?
I just now realized that Grammarly works in WordPress and it gives me changes and I click add in. Maybe that is formated.
The enfold theme settings are not working to change the link/drop caps. Shouldn’t we figure out why to solve the problem at the root cause??
My other website changes the colors under the link caps section.
thanks for your patience since I do not know code.
-
This reply was modified 8 months, 1 week ago by
extraeyes.
What version they are updating from? 7.x ?
My Enfold Installation run on most on php8.3 some are running allready 8.4.4
Philippe CastonguayGuest
Hello,
One of our customer is using Enfold as a theme and we think this may interfere with our plugin. Is there a way we could have access to Enfold and only use it locally so we can reproduce their error? It looks like it’s around URL rewrite.
Best
Hi
I am talking about the product pages, not the shop pages.
Is there any way to use the debugger to get the code for the Enfold element and paste it into the appropriate php file?
Thanks for your assistnance,
Andy
Hi,
Glad Ismael could 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,
Mike
Hi,
Glad Ismael could 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,
Mike
Hi,
Glad to hear that you have this sorted out, 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,
Mike
Hi,
Glad Ismael could help, please follow the Github for feature request that you posted for possible updates about this feature request.
As this is not the correct place for feature requests and you find that this solution is working, we would like to close this thread. OK?
Best regards,
Mike
Hi,
If you are asking about “Question 2” changing the link from /?avia-element-paging=2 to /page-2 can not be done, as it causes a conflict with WordPress.
The Dev Team set it to /?avia-element-paging=2 to avoid this conflict.
Nonetheless, if you would like to request this pagination change, the Dev Team has opened a new Github Feature Request for users to place requests and follow them as the Dev Team reviews them.
Best regards,
Mike
Hi team!
I’ve got a test site I’m building out and the menu indicator on the main navigation on the home page only is lighting up on the About Us page.
I don’t have a Home page menu item on the menu structure, we’ve done this on purpose. I did, however, test it out and added the Home page on the menu to see if it was just confused because it wasn’t added on there, but in that test the page indicator was highlighting both Home and About Us.
I can’t seem to duplicate this issue on our live site, so I’m not sure what is causing it.
I do accurately have the Home page selected on the Enfold Child > Theme Options > Frontpage settings if that helps narrow things down.
Link in Private Content.
Thanks in advance!
Hallo,
Wie kann ich das Main Menü wie bei der mobilen darstellen (Striche)?
Ich hätte auch gerne oben im Header keine Leiste , sondern das Menü soll über einem Slider liegen welcher auf der Seite oben abschließt.
Ist das möglich? (Beispiel https://kriesi.at/themes/enfold-2017/ )
Über eine Antwort würde ich mich sehr freuen :)
-
This topic was modified 8 months, 1 week ago by
ConnyQ.
-
This topic was modified 8 months, 1 week ago by
ConnyQ.
Hi, our host have updated the php on our website to 8.1. After the switch the website is showing the typical critical WordPress error. Enfold was all updated, is it really possibile it doesn’t work with php 8.1? I can’t change the php as it the least they ask you to use now
I need to be sure before I update the theme on any other websites with Enfold
Wow, thank you Ismael,
I’ll try this ASAP in my child theme functions and get back to you here. Do you think that this custom field might be implemented on a future Enfold update ?
In the meantime, I’ll paste your code snippets also on the Github for feature requests here : https://github.com/KriesiMedia/Enfold-Feature-Requests/issues/132
Best regards
Hey limedrop,
Thank you for the inquiry.
Edit the Grid Row element, go to the Advanced > Developer Settings, then place the value “av-layout-grid-overflow” in the Custom CSS Class field. In the Enfold > General Styling > Quick CSS field, add this css code to put the grid above the layer slider:
#top #wrap_all .av-layout-grid-overflow {
z-index: 1000;
}
Best regards,
Ismael
Hey AndrewRice71,
Thank you for the inquiry.
It is possible to use the Advanced Layout Builder for the default shop page, but it is not recommended, as it may limit the default functionality and may be incompatible with third-party extensions. If you want to proceed, please refer to the documentation below.
— https://kriesi.at/documentation/enfold/woocommerce-shop/#custom-woocommerce-shop-overview-with-advanced-layout-editor
Best regards,
Ismael
Hey jessicaventuri,
Thank you for the inquiry.
The site contains a very old version (5.6.3) of the theme. You have to download the latest version (7.0.1) from your Themeforest account, then update the theme manually via FTP. Please refer to the documentation below.
— https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Best regards,
Ismael
Hey jjorge1,
Could you try updating the theme to the latest version (7.1) to see if that helps please? https://kriesi.at/documentation/enfold/theme-update/.
Best regards,
Rikard
Hey Frank,
Thanks for reaching out to us. Do you have access to the Themeforest account which was used to purchase your theme license? If you do, then please follow this documentation: https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
Rikard
Hey jscarlett,
Please try the following in Quick CSS under Enfold->General Styling:
#top #header_meta .phone-info {
line-height: inherit;
}
Best regards,
Rikard