Hi,
Thanks for that. First of all, could you try updating the theme to the latest version (5.1.2) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.
Best regards,
Rikard
off Topic: can you have a look on : https://enfold.webers-webdesign.de/smudgedesign/#horizontal-gallery
your initial topic is closed – so i could not inform you about my solution.
try this in quick css
(if you only like to have that on some horizontal galleries – then you had to give to that alb element a custom-class – and adjust the selectors.)
the trick is to have on the active item the anchor at whole container width and height. So the active click region will be the full image. The before content in this case will be not seen.
.av-horizontal-gallery {
overflow: visible !important
}
#top .av-horizontal-gallery-wrap.av-active-gal-item {
box-shadow: 0px 0px 10px #aaa
}
#top .av-horizontal-gallery-wrap.av-active-gal-item .av-horizontal-gallery-link {
position: absolute;
top: 0;
left: 0;
display: block;
height: 100%;
width: 100%;
transform: scale(1);
}
.av-horizontal-gallery-wrap.av-active-gal-item:hover .av-horizontal-gallery-link {
opacity: 0;
transition: none !important;
}
#top .av-horizontal-gallery-wrap.av-active-gal-item .av-horizontal-gallery-link:before {
content: " ";
position: relative;
top: 0;
left: 0;
display: block;
height: 100%;
width: 100%;
}
see on: https://enfold.webers-webdesign.de/smudgedesign/#horizontal-gallery
i haven’t tested yet if it works with touch on mobile devices …
Hi Vera,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .main_menu {
-webkit-tap-highlight-color: transparent;
}
}
Best regards,
Yigit
Hey rixi,
Thank you for the inquiry.
You can use this css code to adjust the background color of the tab on hover and when it is active.
#top .main_color .tabcontainer .tab:hover {
background-color: #f7f2ee;
}
#top .main_color .tabcontainer .tab.active_tab {
background-color: #000000;
}
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
Ismael
Hey Tzvetomir,
Thanks for contacting us!
Yes, Enfold can answer your needs except for the authentication part. You would need a 3rd party plugin for that.
You can check out following plugins:
– https://www.itthinx.com/plugins/groups/
– https://s2member.com/
Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
Yigit
Hi,
Glad we could help! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
Yigit
Tzvetomir TzvetkovGuest
Dear Kriesi,
We got interested in your WP Theme Enfold.
We plan to build a couple of web sites for our businesses. One of them will require a kind of a simple layout (an example is https://www.vplp.fr/en/ https://www.vplp.fr/en/about-us/ ) . The second one will be a fashion web shop (e-commerce) for private customers which will require authentication before logging into the e-commerce site from a splash landing page. The third one will be a web site for our manufacturing business. One part of the website will also require authentication for our customers.
Can Enfold answer to our needs for layouts, fonts, landing pages, authentication?
Kind Regards,
Tzvetomir
Hi,
The amount of users asking about loading Google fonts locally for GDPR compliance has increased recently so we decided to create this sticky thread :)
Here are the simple instructions:
- Go to https://fonts.google.com/ and download the fonts you would like to use/you are currently using but would like to host from your server instead of Google.
- Unzip the file you downloaded from https://fonts.google.com/
- Go to https://www.fontsquirrel.com/tools/webfont-generator
- Upload .ttf file from the folder you downloaded from Google and download your kit
- Unzip downloaded file, remove all the files inside the folder except for .woff, .woff2, .svg and .eot files
- Rename the folder to name of the font family and zip it
- Go to Enfold theme options > Import & Export > Custom Font Manager and upload the zip file
- Go to Enfold theme options > Advanced Styling or Enfold theme options > General Styling > Fonts and choose your font at the very bottom of the fonts list.
Congratulations! Now you host your fonts from your own server instead of Google 🎉
For more detailed instructions, please go to – https://kriesi.at/documentation/enfold/typography/#how-to-upload-custom-fonts
Useful links
To remove Roboto from Google Maps – https://kriesi.at/support/topic/important-change-request-for-avia_google_maps_api-js/#post-1346076
Host Web Font yourself … some info by @guenni007 – https://kriesi.at/support/topic/host-web-font-yourself-some-info/
Regards,
Yigit
-
This topic was modified 3 years, 7 months ago by
Yigit.
-
This topic was modified 3 years, 7 months ago by
Yigit.
-
This topic was modified 3 years, 7 months ago by
Yigit.
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,
I can only see Open Sans being loaded on your site. Please try to follow this on how to load the font locally: https://kriesi.at/documentation/enfold/typography/#how-to-upload-custom-fonts
Best regards,
Rikard
Hi,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.avia-opr .avia-content-slider .slide-image, .avia-opr .avia-content-slider .slide-image img,
.avia-safari .avia-content-slider .slide-image, .avia-safari .avia-content-slider .slide-image img {
margin-left: 0;
}
Regards,
Yigit
Hey Francis,
Thanks for contacting us!
The website indeed uses old version of our Enfold theme. You can refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update it to the latest version 5.1.2 :)
Regards,
Yigit
Hi Ismael,
thanks for your quick reply.
I now turned of all plugins, took off all the quick css (also no custom css) and updated to the last version of Enfold but nothing changed.
The flicker also appears on the demo site of Enfold. For example when you press the icon hamburger menu a kind of grey rectangular is seen around it. On a desktop with a little browser window it doesn’t show. May be that helps to identify the origin?
Best regards,
Vera
Hi,
Glad to know that the suggestions above are working. And yes, you can use the following css code to adjust the size of the menu item.
#top #wrap_all #av-burger-menu-ul li {
font-size: 26px;
}
Default size is 18px. You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
Ismael
This reply has been marked as private.
Hey sky19er,
Thank you for the inquiry.
There is a plugin that can convert a post from a particular post type to another, please check the link below.
// https://wordpress.org/plugins/post-type-switcher/
Did you reregister the old post type in the Enfold site before importing the posts?
// https://developer.wordpress.org/reference/functions/register_post_type/
Best regards,
Ismael
Hey sky19er,
Thank you for the inquiry.
The load more button worked when we tested it, loaded 3 more items in addition to the initial entries. Please try to purge the cache, and toggle or temporarily disable the Enfold > Performance > File Compression settings. Let us know if the issue persists.
Best regards,
Ismael
Preliminary remark : one of these snippets above had to be in your child-theme functions.php.
( i do not know if it is enough only to choose custom fonts to suppress google font support for enfold )
first i think the Enfold Custom Font Manager did not support variable fonts. – unfortunately.
i guess you have to load them manually via @font-face.
second – hope you have choosen your Font Manager fonts by checking them at the bottom of that drop-down list. “Uploaded Fonts”
third – the advanced layerslider has its own google support. Check please on Advanced Layerslider Settings – if google fonts are deactivated.
next: where did you download that font-files
may i see that concerning website – to inspect what could be the reason.
Hi,
Thank you for the login info.
We cannot find the “hall of fame” section in the home page or any color sections without a background image. The issue might have occurred temporarily due to the Enfold > Performance > File Compression settings, toggling the file compression option or disabling it temporarily should fix the issue with the background images.
Best regards,
Ismael
I’m switching a site from an old theme that uses a “Portfolio” custom post type (post_type=dt_portfolio) to Enfold. Is there a way to map that dt_portfolio post type from the old theme to Enfold, to make those posts become “Portfolio Items” in Enfold?
I’ve been trying to achieve this through the Custom Post Ttype UI plugin per these instructions https://www.wpbeginner.com/wp-tutorials/how-to-exportimport-custom-post-types-in-wordpress and I can get the custom post type from the old theme to show up in the admin sidebar/left menu, but I can’t use it in the Masonry or Portfolio Grid elements — that custom post type is not available in those elements. I need to somehow make those posts / that custom post type available in those elements.
The site I’m working on is here: https://msmusicstg.wpengine.com/
Thanks!
Hey Marina,
Thank you for the inquiry.
We can use the following css code to hide the tooltip of the sharing links.
.av-share-link .avia-related-tooltip {
display: none !important;
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
Ismael
Rikard, I got 4 more today. I’m not getting them for our non-Enfold sites. Will you do a little more research for us and help us find a solution rather than telling us not to worry about it? That would mean a lot.
Thanks
Hi,
Is the next section a color section? It could be the border top for the next one.
Try Enabling the Avia Layout Builder Debugger for your site, then copy the page shortcode for the page and save it to a plain text file “.txt” and upload to DropBox, or such, I can then add your page to my text site and inspect.

Best regards,
Mike
Hi,
Glad Rikard 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
Enfold times out when I make any change to a specific Portfolio Item page. I did the same changes on many other pages with success. I did copy/paste the short codes (in debug mode) from the offending page to a similar installation on a dev site and I was able to complete the changes without problem. Since it must be a difference in my installation, I thought I could easily find the problem using diff to compare the file tree from both servers, nuking the differences one by one. No go.
The problematic page on the prod site.
The same page on the dev site with changes successfully completed
Hey Oleksii Miatelskyi,
Thank you for your question, we don’t make web sites, we make the software for you to build your own site:
Enfold – Responsive Multi-Purpose Theme
Our theme includes all of these demos
Best regards,
Mike
Oleksii MiatelskyiGuest
Good evening!
I am from Ukraine. I am interested in. A similar site, only for a psychotherapist. What may be the price?
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
Hello
My website seems to be having issues with populating the visual drag and drop feature and I just see the loading wheel of death circling. I updated the theme and have been waiting on Godaddy support for 4 days, can anyone help me?
I am able to see the code now but no option to switch to the drag and drop features and the page is not loading correctly, please help :)
The website is working but the home page will not load content so I cant update it on the backend –
Thanks
B