Hi Vangone,
I see, thanks for using Enfold and have a great day!
Best regards,
Nikko
Hi Ita,
I’m glad that Mike could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hi lauterkeit,
Please follow Guenni007’s suggestion in this thread: https://kriesi.at/support/topic/media-upload-and-enfolds-thumbnail-sizes/#post-1270140
Hope it helps.
Best regards,
Nikko
Hi Guys,
I am working on an Enfold site with a client at the moment.
SEM Rush reports have highlighted that the social share links at the bottom of each blog post do not have alt text and titles.
Is there an easy way to add simply Alt Text and Titles like:
title=”Share on Facebook” alt=”Share on Facebook”
Then the same thing for the other social media share links share on linkedin, share on twitter etc.etc.
I can see that Aria Data is present and the tooltip data is contained withing a > span. But the actual link does not have a title.
Please see link in private content to clients site
Hey rmatus,
Can you try adding this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) {
.av-horizontal-gallery-inner {
height: 320px !important;
}
}
Let us know if it helps.
Best regards,
Nikko
Hey dss-technologies,
You could try to add them manually:
<img src="link to your image" alt="image alt">
Or you could try adding them in a widget in the header: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
Best regards,
Rikard
On my own site:
Using WordPress 6.0.1, Enfold 4.9 with Classic Editor (theme version) for posts, but ALB for pages.
get_post_type() returns ‘post’
( https://developer.wordpress.org/reference/functions/get_post_type/ )
global $template returns …’/wp-content/themes/enfold/single.php’ (correct)
get_single_template() returns …’/wp-content/themes/enfold/single.php’ (correct)
( https://developer.wordpress.org/reference/functions/get_single_template/ )
get_query_template(‘single’) returns …’/wp-content/themes/enfold/single.php’ (correct)
( https://developer.wordpress.org/reference/functions/get_query_template/ )
Hey John,
Those profiles are available for you under Enfold->Social Profiles. If it’s styling you need help with to look like the design you linked to, then please let us know. If you want to add them manually, the you could do so in a widget in the header for example: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
Best regards,
Rikard
Hey Reut Rachel,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.av_header_transparency span.logo {
display: none;
}
}
Best regards,
Rikard
Hi,
Using WordPress 6.0.1, Enfold 5.1.1 with Classic Editor (theme version) for posts, but ALB for pages.
My client presented a problem where related posts do not show. Upon investigation, it seems that the index.php template is being used instead of single.php. Related posts have been tagged.
get_post_type() returns ‘post’
( https://developer.wordpress.org/reference/functions/get_post_type/ )
global $template returns …’/wp-content/themes/enfold/index.php’ (should return …’/wp-content/themes/enfold/single.php’)
get_single_template() returns empty (should return …’/wp-content/themes/enfold/single.php’)
( https://developer.wordpress.org/reference/functions/get_single_template/ )
get_query_template(‘single’) returns empty (should return …’/wp-content/themes/enfold/single.php’)
( https://developer.wordpress.org/reference/functions/get_query_template/ )
This is all according to https://developer.wordpress.org/themes/basics/template-hierarchy/
Is there a reason for this inconsistency?
Hi HulaSlim,
Can you try adding this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) {
#top .avia-icon-list-container {
margin-bottom: 0;
}
#top .avia-icon-list > li:last-child {
padding-bottom: 0;
}
#top .av-special-heading {
margin-top: 30px;
}
.responsive #top .flex_column_table {
margin-top: 0 !important;
}
}
Hope this helps.
Best regards,
Nikko
Hi anristudio,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
@Guenni007 thanks for helping out :)
Best regards,
Nikko
Hi kreativeseite,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!
@Guenni007 thanks for helping out :)
Best regards,
Nikko
if you are familiar with child-theme alb elements ( Link ) – you can use the headline-rotator file as child-theme file.
the thing to edit is the js file:
open the headline_rotator.js file
find ( near line 65) :
if(_self.options.animation != "typewriter")
{
_self._move({}, _self.open);
_self._autoplay();
}
and replace with:
if(_self.options.animation != "typewriter")
{
_self._move({}, _self.open);
_self._autoplay();
if(_self.open == _self.count - 1) {
clearInterval(_self.autoplay);
}
}
upload that edited file to your child-theme/shortcodes folder.
to load now the child-theme script – deregister first the parent script then load the child-theme file
(via child-theme functions.php snippet)
function load_child_theme_headline_rotator_script() {
wp_deregister_script( 'avia-module-rotator' );
wp_enqueue_script( 'avia-child-module-rotator', get_stylesheet_directory_uri().'/shortcodes/headline_rotator.js', array( 'avia-shortcodes' ), false, true );
}
add_action( 'wp_enqueue_scripts', 'load_child_theme_headline_rotator_script', 100 );
PS: you see that only non Typewriter headline rotators are influenced
Hi!
Happy Enfold user, I’m doing a security assessment of the website (which I usually do quarterly) using ImmuniWeb and have a few questions:
- leaflet.js is at version 1.7.1 while 1.8.0 is available since April. I just replaced the files in the template folder but it would be nice to have an update
- Isotope.js also appears outdated while it is not. It’d be nice if immuniWeb (and others) could tell. Any idea how this is possible? I’ll contact them as well to ask the question.
Thank you.
Hello,
I want to implement Google v2 Captcha to the enfold contact forms.
Therefore I have created Google reCaptcha v2 Keys.
These Keys works because I use these for our real estate plugin for displaying our listings on our site. If you use the contact form of the real estate plugin the data will be sent….but not on enfold contact forms.
Please help
regards Patrick
This works, Now I have one problem left with Google v2 Captcha. Enfold can´t establish a connection with my credentials
regards
Patrick
Hi Enfold Team,
I´d like to use a headline rotator (typewriter) for my site that stopps the anmiation after the first pass with the last text element.
Is there a simple solution to this?
Thank you very much for your reply in advance.
Best regards,
fkm
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,
I have followed the instructions at https://kriesi.at/documentation/enfold/typography > How to upload custom fonts, and also looked at some other posts such as https://kriesi.at/support/topic/google-fonts-deaktivieren/#post-1288295.
If have followed the steps explained under “How to upload custom fonts”:
1. download (ok),
2. compress (ok),
3. add (here is the problem): could not upload cause the server did not allow the upload under Enfold > Import/Export > Custom Font Manager.
Can you explain how/where the Downloaded Custom Font can be uploaded via ftp, so that after that I can select it from the list under Enfold > General Styling > Fonts as an Custom Uploaded Font.
Thank you.
Hello,
I have followed the instructions at https://kriesi.at/documentation/enfold/typography > How to upload custom fonts, and also looked at some previous posts such as https://kriesi.at/support/topic/google-fonts-deaktivieren/#post-1288295.
However, I am running into the following problem:
If have followed the steps explained under “How to upload custom fonts”: download, compress, add, select the uploaded fonts under “Enfold > General Styling > Fonts” , but the site still loads the fonts from Google.
Further, I am using two fonts. After selecting the added fonts the Header Font still looks in the frontend as it should, but the Header for the Body Text does not look in the frontend as it should. This appearance problem seems not to be the case in all browsers.
Please assist in solving these two related issues.
Thank you.
-
This topic was modified 3 years, 7 months ago by
mebi.
Hi,
Thanks for the login, I took a look at your /our-capabilties/dtc-pr/ and did see your issue when changing the overlay opacity, but after testing I believe part of the issue is due to the theme minifying the cache at Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and your caching plugin WP-Optimize also minifying the cache, such minifying minified files can cause errors. Once I disabled the theme compression and manually cleared the page cache and minified files for every edit I was able to change the overlay opacity, right now it is 0.7 and works fine. While you could disable WP-Optimize and only use the theme compression, I assumed you preferred the WP-Optimize plugin.
I had also found the Autoclear Autoptimize Cache plugin activated but it require the Autoptimize plugin to do anything, so I disabled it in my testing. The Autoptimize plugin is another one that conflicts in this way, minifying minified files.
You are also getting this error Uncaught SyntaxError: Invalid or unexpected token:
(window.yoastPremiumWebpackJsonp=window.yoastPremiumWebpackJsonp||[]).push([[15],{0:function(module,exports){eval("module.exports = React;//# sourceURL=[module]\n;
it points to your Yoast Premium plugin, but I don’t know what the issue is.
Anyways, I would agree with Nikko that this is a plugin issue and can not be recreated with the theme alone, if you continue to use the plugin just note that you will need to manually clear the cache and minified files after each edit.
Best regards,
Mike
Hi,
Thanks for the feedback, I was able to login via SFTP and I see your child theme stylesheet header is just a copy of the parent theme header, so it doesn’t point to the new parent theme correctly, I can change it but first, you should save a backup on the theme options at: Enfold Theme Options ▸ Import/Export ▸ Export Theme Settings File

please do this or include admin login in the Private Content area so we can do this and change the child theme stylesheet header for you.
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
Thank You!
@Nikko – I already did that setting, I explained in my initial post.
@Guenni007 – I tried with caching plugin & w/o caching plugin – same issue.
Setting in ENFOLD > MAIN MENU > BURGER/MOBILE MENU STYLING > Flyout Width settings = 300px
works (dark blue area is adjustable per PX I set, but not for the container where the menu items are, specially for menu items that are longer such as APARTMENT REMODELING.
Any ideas how to make APARTMENT REMODELING, BATHROOM REMODELING, KITCHEN REMODELING be on one line in flyout menu on mobile?
Thanks in advance!
-
This reply was modified 3 years, 7 months ago by
anristudio.
Dear Team,
I am speriencing a resolution image again with my logo, on the email page of my woocommerce. Can this be solved through the Enfold theme like all other images ? I know last time it was a problem of theme update but now it doesn’t seem to be a new version, so far I know.
Thank you in advance for your help
Regard,
Natacha
Hi,
Glad to hear, 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 Murmeltier,
Try going to Enfold Theme Options ▸ Sidebar Settings and slect “no sidebar” for the posts or pages:

Best regards,
Mike
Hi Mike,
No I think that’s all for now. This is my second time using Enfold and everything is going good so far.
Thanks
Scott
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