Hey edwindepianist,
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, 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
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! I wonder how this Enfold build website has made his heading section, with social icons next to the logo, and the menu underneath.
(I mean in desktop view)
Any ideas?
I solved the problem, but I don’t know how to delete a ticket?
Hi,
Thanks for the clarification. Please try to enable the option to delete old CSS and JS files under Enfold->Performance.
Please try to install and configure this plugin to see if the update comes through after that: https://envato.com/market-plugin/
Best regards,
Rikard
Hi,
Thank you for your patience, as I understand your issue, on your History portfolio page: /portofolio-histoire/ you want to increase the masonry mouse-over title with this css:
.masonry-portofolio {
font-size: 22px !important;
}
I didn’t find this css in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field or in your child theme ▸ style.css
So I tested this in your child theme ▸ style.css:

and checked with Chrome, Firefox, Edge in Windows and it worked correctly:

I also had the same results in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field

Please clear your browser cache and check.
Best regards,
Mike
Hey Jannis95,
If you have a staging site can you try the following fix please:
In file enfold\config-templatebuilder\avia-shortcodes\toggles\toggles.php around line 1133 you find:
$markup_faq = '';
if( ! empty( $atts['faq_markup'] ) )
{
$markup_faq = avia_markup_helper( array( 'context' => 'faq_section', 'echo' => false ) );
}
After this please add:
static $markup_count = 1;
if( $markup_count > 1 )
{
$markup_faq = '';
}
$markup_count++;
If you need help please let us know and we can do it for you. Do not forget to make a backup of the original file for a fallback.
Let us know if it worked.
Best regards,
Günter
Hi Rikard,
please have a look in the folder avia_dynamic there are 65 GB of data in there by now. Is that normal? And the Enfold from version 4.7.6.4 to 4.9.2.3. it does not make.
Kind regards
Oli
Hi,
Glad Nikko was 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 Jimmy Plenderleith,
The Health demo is using the Fullscreen Slider with the Display a scroll down arrow option checked:

You seem to be using the Fullwidth Easy Slider which doesn’t have this option, please try using the Fullscreen Slider instead.
If you have any further questions please create a new thread in the Enfold support fourm and we will gladly try to help you. Please do not use the Pre Sale Questions section for support questions. Thank you for your understanding and for using Enfold.
Best regards,
Mike
Hi,
I assume that you are not using a child theme, if you use a child theme then your child theme functions.php customizations will not be overwritten with each update. Read about using a Child Theme
For your blog page please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:
@media only screen and (max-width: 885px) {
.responsive #top .av-switch-990 .av-menu-mobile-active .mobile_menu_toggle {
display: block;
float: left;
}
.responsive #top .av-switch-990 .av-menu-mobile-active .av-subnav-menu {
display: none;
}
}
After applying the css, please clear your browser cache and check.
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
Hello,
no the problem was before – I then did all the updates – also to WordPress 6.0 and then wanted to update Enfold and that did not work.
The FTP access is attached.
Kind regards
Oli
Hey Monika,
Please try the following in Quick CSS under Enfold->General Styling:
.single_toggle ul li {
font-family: futura-pt, sans-serif;
}
Best regards,
Rikard
Hey StrategyDriven,
Could you try updating the theme to the latest version (4.9.2.3) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.
Best regards,
Rikard
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.slideshow_caption {
padding: 0;
}
#top .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
margin-top: 0;
}
}
Best regards,
Rikard
i do not see your table but if there are headings on it – do not forget to style them too:
.custom-class table tbody tr td:nth-of-type(1),
.custom-class table thead tr th:nth-of-type(1) {
width: 22% !important;
}
.custom-class table tbody tr td:nth-of-type(2),
.custom-class table thead tr th:nth-of-type(2) {
width: 58% !important;
}
.custom-class table tbody tr td:nth-of-type(3),
.custom-class table thead tr th:nth-of-type(3) {
width: 20% !important;
}
PS : there are no other elements in between – so nth-child( ) will do the job too !
And: on enfold demo page i see that the headings are sometimes in tbody ( not thead ) too – then it will be:
.custom-class table tbody tr th:nth-of-type(x)
Hi @Guenter, @yigit,
I just finished Dutch translation for Enfold 5.0 and created a pull request in Github for it.
Best regards,
Roger
Hi,
Thank you for the update.
Where are you testing this? Please provide the link to the page so that we can check it.
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css modifications to regenerate the stylesheets or css files.
Best regards,
Ismael
Hey solf,
Thank you for the inquiry.
You should be able to adjust the mobile menu activation point in the Enfold > Main Menu > General > Menu Items for mobile settings. Selecting the second option should make the mobile menu display on tablet view or browser width below 990px.
Best regards,
Ismael
Hey whdsolutions,
Thank you for the inquiry.
Try to use this css code to adjust the width of the columns in the table with the unique ID (UID) av-tm6a-293684b59095412a37110c873b903ed6.
.av-tm6a-293684b59095412a37110c873b903ed6 table tbody tr td:nth-child(1) {
width: 22%;
}
.av-tm6a-293684b59095412a37110c873b903ed6 table tbody tr td:nth-child(2) {
width: 58%;
}
.av-tm6a-293684b59095412a37110c873b903ed6 table tbody tr td:nth-child(3) {
width: 20%;
}
You can also apply a custom css class name or ID to the table element and replace the autogenerated UID.
// https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
Ismael
Hi,
Thank you for the info.
You can use this css code to adjust the width of the tab section and align it to the right of the main content container.
.responsive #top #my-tabs {
width: 73.5%;
float: right;
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
Ismael
Hi,
You will have to retrieve the post tags and include the tag names in the class attribute of the blog post entries. To do that, you have to modify the themes/enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.php file directly.
Please completely erase the content of the postslider.php file and replace it with the following code.
// https://pastebin.com/YijW2kuU
Best regards,
Ismael
Hello,
I developed a website using the Enfold Theme on my development VPS hosted by InMotion Hosting. It can be viewed here: https://buildtestwebsite.site/
However, when the website was moved to a WordPress.com hosting staging site the theme stopped resolving properly after a few hours: https://berniesteamcom.wpcomstaging.com/
We are running a minimum plugin suite that includes Akismet Anti-Spam, All-in-One WP Migration (can be removed at this point), My Custom Functions, Ninja Forms, and Yoast SEO. Jetpack is installed (WordPress.com does not allow its removal) but has been deactivated.
I’ve provided Administrator rights in the Private Content section. Any help is greatly appreciated.
Thank you!
All the Best,
Nathan
Hi,
I’m using Enfold Health to build a website and I have used the portfolio items for the layout of pages. Now it is showing the words portfolio-item in the URL, for example
Permalink: https://antje-wenning.de/portfolio-item/basenfasten
I need the same just without portfolio-item.
How can I change it e.g. to: https://antje-wenning.de/basenfasten ?
Kind regards,
Veronika
Hi Guenni
Do I understand you correctly? I just have to make my customizations in a copy of the new class-avia-masonry.php and upload that altered file to the enfold-child/shortcodes folder and then it is used instead of the original file? Do I also have to create a subfolder avia-shortcode-helpers because the original file is in a directory called like that?
And what exactly do you want to explain with…
if ( ! class_exists( 'avia_masonry_old' ) )
…in the older file? I found that code but what exactly does it? If I have to work with the new file, why does the older file still exist?
Sorry, I just know little basics of PHP and don’t understand the concept of classes yet.
Kind regards
Ueli
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.main_menu {
position: inherit;
display: table;
margin: 0 auto;
}
Best regards,
Rikard
Hi Bernhard,
Great, I’m glad that you found that option, and thanks for the update. I’ll close this thread for now then, please open a new thread and include WordPress admin login details in private, so that we can have a closer look at your site.
Best regards,
Rikard