Hi,
Glad to hear that you have this sorted out, the Dev Team is still reviewing your other issue and will reply when we hear back.
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 beyondscarface,
If you are using version 3.6.1 then you will need to manually update because the license API in that version is no longer supported by Theme Forest.
Version 3.6.1 is very old and we are now at V4.9.2.1, so before updating please ensure that you make a full backup using your web hosting backup option, if you need help please ask your web host as each host has different options and they will know their options best.
Then ensure you are using the latest version of WordPress and your server PHP is at least v7.4.
Then to update your version of Enfold you will need to download the latest version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New

after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue

then you will see the Theme updated successfully message.
Best regards,
Mike
Hey WPStyling2020,
Please try editing the schema code in /enfold/includes/helper-markup.php by removing lines 425-433, in version 4.9.2.1:
if( ! in_array( 'date', $exclude ) )
{
$output .= "<span class='av-structured-data' {$entry_time_markup}>{$post->post_date}</span>";
}
if( ! in_array( 'date_modified', $exclude ) )
{
$output .= "<span class='av-structured-data' {$date_markup}>{$post->post_modified}</span>";
}

then add this file to your child theme in the directory /includes/

then add this function to the top of your child theme functions.php: require_once( 'includes/helper-markup.php' );
in my test this worked:

Best regards,
Mike
Hey Jürgen,
Please see our documentation on adding Custom Social Icons.
Best regards,
Mike
Hi Guenni,
vielen Dank, ich schätze immer Deinen hilfreichen Tipps.
Danke für die Info zu Analytics, das ist bekannt und sollte mit dem geplanten Cookie Banner von Borlabs behoben werden.
Aber die Schrift lässt sich nicht “entfernen”.
Vielleicht habe ich ungenau gefragt.
Ich habe Raleway bereits direkt von Google geholt und lokal über den Import bei Enfold geladen und aktiviert.
Jedoch wird beim untersuchen der Webseite unter Netzwerk immer noch die Domain von Fonts.googleapis.com und diese IP angezeigt.
Das ist böse und zwar weil es seit Jänner ein BGH Urteil in DE gibt, dass die Schrift nicht mehr als download verwendet werden darf, selbst wenn man es im Cookie-Banner abfragen würde. (Google-Fonts LG München).
Daher ist es auch m.M. nach unrichtig, dass man mit der Zustimmung bei Google den Google Fonts weiterhin als Download verwenden dürfte.
Es geht nicht um Copyrights, sondern darum, dass Google über die Fonts IP-Adressen verarbeitet.
Leider haben beide Scripten bei mir nicht funktioniert.
Ich habe sie bei Quick CSS versucht, war das korrekt?
Ich kann gerne Screenshots von der Untersuchen-Ansicht senden, wenn es dann besser verständlich ist.
Vielen Dank und schönes Oster-Wochenende!
Marcus
Hi,
I am using the catalog element for a food and drinks menu, following the example of the Enfold Restaurant Demo.
Would it be possible to disable the controls (mfp-arrow) and all slide effects on the pop up images?
The idea is to display only the image of a specific food menu item, preventing the users to slide to the next one.
This is our menu page: https://meepleopolis.com/food-drinks/
Bypass link in private.
Thanks!
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
Hello,
I need to add an AND function to the Product Categories Widget filter on the Products page, so users can select multiple elements from the category list.
Wondering if there is an easy way to add this function to my existing sidebar menu on the Shop Overview page.
I’ve been trying a couple of filter plugins (WOOF and YITH) but the styling they deliver is really not what I am looking for, configuration is quite complex and YITH takes super long to load results. Would be great if this could be achieved directly on Enfold.
I am adding a CMP bypass so you can see the site.
The shop page is called “GAMES”.
Thanks !!
zunächst um deinen Bedenken Rechnung zu tragen: solltest du deine Startseite als Maintenance Mode Seite definieren ( über Theme Options Tab).
Wer nämlich deine Seite über z.B die Google Suche direkt findet ist trotzdem auf deiner Seite. – und hier begrüßt ihn als erstes : Google Analytics – welches unbedingt ein Opt In benötigt.
Ich lade meine Schriften alle local. Heißt: ich lade mir die Google Fonts herunter und binde diese im Theme local ein.
Um Copyright Problemen diesbezüglich zu umgehen kann man sich bei Google einloggen, und dort den Nutzungsbedingungen der Google Fonts zustimmen. Ist schon ne Weile her, dass ich dies tat; daher musst du mal Googlen wo das war. Ist nur einmal nötig – danach kann man alle Google Fonts auch nutzen in dem man sie downloaded und einbindet.
Um die Einbindung via Enfold zu unterdrücken nutze ich immer noch das alte Snippet:
*removed the deprecated snippet*
aber es geht wohl auch so :
function my_output_google_webfonts_script( $activate ){
return false;
}
add_filter( 'avf_output_google_webfonts_script', 'my_output_google_webfonts_script', 10, 1 );
ich habe mir ein kleines Plugin dafür geschrieben, aber man kann auch ganz einfach mit den Angaben die Google selbst anbietet bzw. der Google Webfont Helper: Link für Raleway bietet die Fonts dann local einbinden.
-
This reply was modified 3 years, 4 months ago by
Yigit.
This reply has been marked as private.
Hi,
Is the functions.php script for replacing the site logo with name and tagline still relevant as defined on https://kriesi.at/support/topic/heading-and-menu/#post-335841? It is from 2014 and there have been a lot of changes to Enfold since then. I would like to use the site title and tagline instead of a logo image, but can’t get it to work. Please advise. Thanks.
Hi Ismael
I’m not sure if I understand you right.
According to the documentation on https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb I’ve added to my Child Theme the specific function to the functions.php and the new folder shortcodes with the subfolder toggles and the two files toggles.js and toggles.php.
The documentation says that If you copy an element from enfold>config-templatebuilder>avia-shortcodes to the folder shortcodes it will replace the one in the parent and be used instead. Since the crucial changes are in toggles.js, why do I have to edit toggles.php as well? And what do you mean with you have to update the script path in toggles.php? Do you mean the part avia-schortcodes/toggles/toggles/toggles.js because in my Child Theme the folder is called shortcodes instead of avia-shortcodes? And what is with the path of the CSS file since I haven’t copied it to my Child Theme? Do I still have to replace avia-shortcodes with shortcodes there?
And please answer my first question from my last post:
Your latest code causes another thing. The offset is now the same on desktop and mobile view. Is it possible to have a different offset value on mobile view when the header isn’t sticky?
Kind regards
Ueli
Hi Ismael
I put the content into a color section, removed the ID “webcams” from the h2 title tag and applied it to the color section. The issue still consists.
I have just realized that on Enfold’s Support Website anchor IDs seem to work properly with the sticky header. See further details in Private Content.
I guess that Enfold’s Support Forum also runs with the Enfold Theme. So why does it work there but not on my website?
Kind regards
Ueli
Hey all,
I read most threads about changing, uploading Google Fonts local and replace it with pre-seted Google Fonts in Enfold.
Also tried to empty caches,
BUT, when examine “Network” and search for “Fonts” or “Google”,
the fonts (in my case Raleway) is still there and coming from the Remonte-Adress 142.251.36.202:443 and from the Domain fonts.googleapis.com.
According to the strange laws and decisions coming up more and more,
I would be helpful to have an easy solution.
Thank you all!
best
Marcus
Hi,
Great, I’m glad that we could help you out, and thanks for the feedback. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi,
Thanks for the update, I’ll go ahead and close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi TRISTON,
It looks like you have purchased support extensions? If that is the case, then please try using the purchase code you got with the theme license instead. https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
Rikard
Hey fkm,
Thank you for the inquiry.
To adjust the portfolio post type title or label, try to add this code in the functions.php file.
add_filter('avf_ajax_search_label_names','avf_ajax_search_label_names_mod', 10, 1);
function avf_ajax_search_label_names_mod($label)
{
if($label == 'Portfolio Items') $label = 'New Label Here';
return $label;
}
You can then use this css code to adjust the styles of the ajax search based on your specifications. Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
.av_ajax_search_image {
border-radius: 0;
}
.av_ajax_search_content {
top: 10px;
position: relative;
}
#top div .av_ajax_search_entry:hover {
background-color: inherit;
}
.avia-search-tooltip .avia-arrow-wrap {
display: none;
}
Best regards,
Ismael
Hi,
We were not able to access the file server but we managed to edit the file via the Appearance > Theme File Editor panel. We disabled this code in the themes/enfold/config-woocommerce/config.php file around line 388.
// remove_action( 'woocommerce_after_shop_loop', 'woocommerce_pagination', 10 ); //remove woo pagination
The default Woocommerce pagination is now displaying but it will require a few css adjustments.
Best regards,
Ismael
Hey schwabino,
Thank you for the inquiry.
Some of the menu items in the demo are not set as mega menus, just normal drop downs. Are you referring to the mobile menu appearance? You can adjust mobile menu options in the Enfold > Main Menu > Burger/Mobile Menu tab. Look for the Menu Icon Style and the Menu Overlay Style setings.
Best regards,
Ismael
Hi
I would like my menu to be like the “pages” or “Shortcodes” roll over on this example – https://kriesi.at/themes/enfold/
I’m using the “mega menu” option but the links are huge and don’t look like this example, how do I get my menu roll-over to be like this since I will be having 24 links fly out under one link and would like nice rows like this
Thanks
B
When doing research on this topic, I ran across several others complaining about the ridiculous limitation that mobile devices cannot play videos. My client does not understand this limitation – especially after I sold him on how Enfold was a good theme.
I do remember one of the support folks had mentioned that he had a workaround for this but the details were never disclosed. If you could help me find those details, it would be greatly appreciated.
If you have other solutions and workarounds they would be equally appreciated!
Thanks,
Robert
TRISTON MILLERGuest
I purchased 2 licenses but cant register them to get tokens
Enfold – Responsive Multi-Purpose Theme
Regular License
6 months support (expires on 11 Oct 2022)
Purchase code: a6d07913-354d-4173-96d3-8e359a7ed7dc
Enfold – Responsive Multi-Purpose Theme
Regular License
6 months support (expires on 08 Oct 2022)
Purchase code: a72782a2-3253-4e00-ae6d-58d468c1f868
Dear Team Enfold,
Thank you for creating Enfold and providing this support forum.
I also use plugins. In doing so, I want to change a plugin’s appearance. And if I make changes to the Child Teme’s style.css, it doesn’t affect the website.
Of course, writing the code snippets into Theme Options > General Styling > Quick CSS would work for a while. But, this is not useful if you have to change more in the long run.
What did I try for now?
No use of caching plugins.
Disabling CSS file merging and compression. / Disabling Javascript file merging and compression.
Checked “Delete old CSS and JS files?”.
Writing “! important” into any styling attribution.
How can I use style.css to change a plugin’s appearance in Enfold?
I appreciate any help you can provide.
Lutz
I have discovered the issue with this. When I do the import of the database schema to the prod environment I change the domain name. When I do this, the path to the assigned logo in the avia_options_enfold_child record changes. Since the path changes, the character count of the entire path changes. So, the prefixed s:{character count value} is no longer correct. When the character count is no longer correct the entire child theme settings configuration does not get loaded. Manually updating that character count value in the database and refreshing the site/admin interface causes the child theme settings config to re-establish itself and load properly.
It would be good if a fix could be put in place that would handle this so that the child theme settings configuration still loads if that character count is incorrect.
Hey Shari,
Can you try to disable Responsive Images in Enfold > Performance?
Best regards,
Nikko
Hi schwabino,
Please add this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) {
.responsive #top #wrap_all #footer .av_one_fourth {
width: 50%;
padding: 0 8px;
}
}
Best regards,
Nikko
Hi Tello,
I apologize for the delayed response, I have checked your site again and it seems to be an issue with Filter Everything PRO plugin.
I’m not really familiar with the plugin but it does not seem to reset the query after it queries which causes issue with Enfold’s footer page.
Best regards,
Nikko
I got it to work, not sure how – deactivating themes and reactivating them, it could have been a caching issue.
This issue is still outstanding:
Hi,
Thanks for the update, I’ll go ahead and close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard