Is there a place with tutorial videos for the enfold theme? I searched but couldn’t find any.
I have some areas that are light gray, I want to make this text darker and also larger, but can’t find where this is under enfold> advances styling.
please see the top lines on this page to see what I am talking about: https://camillebarnesstudio.com/art-videos/
Help would be greatly appreciated!
I use the plugin Loco Translate to search and change the language, in my case to Swedish. It works fine!
Install and activate the plugin, then go to the plugin in backend and choose Themes and choose Enfold. Find your language and then first hit the Syncronize-button to get all the new translations. Then search for the text you would like to translate. Easy.
Yes. Is a place with tutorial videos for the enfold theme? I searched the website but couldn’t find any.
Hey tapintoit,
The file is here /enfold/search.php.
Yes, you need to copy it to the child theme and make your changes there.
Best regards,
Victoria
Hi,
I took a look at your WordPress > Customize > Additional CSS and compared to your Enfold Theme Options > General Styling > Quick CSS field and found a few duplicates, so I cleaned it up and moved all the css to the WordPress CSS.
I also adjusted your search results images so they are not square.
Please clear your browser cache and your WordPress cache and check . I made backups of the css should you find a error, but all looked good when I checked.
Best regards,
Mike
Hey Gabri,
You’ll need to use a child theme first: https://kriesi.at/documentation/enfold/child-theme/
Then add this on the child theme’s functions.php:
add_filter( 'wp_nav_menu_items', 'avia_append_search_nav', 9997, 2 );
add_filter( 'avf_fallback_menu_items', 'avia_append_search_nav', 9997, 2 );
function avia_append_search_nav ( $items, $args )
{
if(avia_get_option('header_searchicon','header_searchicon') != "header_searchicon") return $items;
if(avia_get_option('header_position', 'header_top') != "header_top") return $items;
if ((is_object($args) && $args->theme_location == 'avia') || (is_string($args) && $args = "fallback_menu"))
{
global $avia_config;
ob_start();
get_search_form();
$form = htmlspecialchars(ob_get_clean()) ;
$items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown menu-item-avia-special">
<a href="?s=" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'><span class="avia_hidden_link_text">'.__('Search','avia_framework').'</span></a>
</li>';
}
return $items;
}
Best regards,
Nikko
Hey Chris,
Here are some of the hooks which we include
and u will be able to use them for your requirement and needs.
Best regards,
Basilis
Hi, I’m using SEMrush to audit my site and I have about 600 warnings because Enfold use “nofollow” in search item,
SEMrush give me this information
:::
The rel=”nofollow” attribute is an element in an tag that tells crawlers not to follow the link (e.g., “Nofollow link example“).”Nofollow” links don’t pass any link juice to referred webpages. That’s why it is not recommended that you use nofollow attributes in internal links. You should let link juice flow freely throughout your website. Moreover, unintentional use of nofollow attributes may result in your webpage being ignored by search engine crawlers even if it contains a valuable content.
:::
There is some way to remove from functions-enfold.php:124 by a function?
Thanks!
Hey,
I have deactivated all plugins one by one but unfortunately this didn’t solve the problem. What really makes me wondering is that even if I create a new page via Pages > Create, Enfold does not list the page when I search for it via Appearance > Menus > Pages > View all.
Thanks for your support.
Best regards,
Leonard
First of all – enfold got a very nice Documentation Page:
just search f.e.: https://kriesi.at/documentation/enfold/?s=header&numberposts=5&results_hide_fields=
you will find a lot of code to get custom header styling.
Then what hook to you used for making the header widget area?
Hey Shorty05,
Please look at the docs here
If you need further assistance please let us know.
Best regards,
Victoria
Hi Mike, Thanks! your help is Fantastic!
Only problem is that it appeared that the data of the day next to the comment count. I had removed it from the main panel-enfold Child “Blog Layout” but after your modification it reappeared.
moreover the preview photo in the internal research “ajax recearch” is became a feu big ….
Waiting for your response.
Thank you!
Hi,
I see that you are using the block editor, my screenshot was for the Classic Editor.
I didn’t find the option for categories, so I changed your editor to the classic editor in the options at: Enfold Theme Options > Select Your Editor
now your categories show, but if you want to use the new block editor please see the handbook or you could try searching YouTube for videos, I also will be doing this :)
Best regards,
Mike
That’s really odd … i can only assume, that you change the content in a different database than the frontend uses … or some mistake with a configuration option in your search&repleace-process … for example excluding the posts-table of the database by mistake or something similar …
It “should” work … and worked for me before that way …
Enfold can’t be the reason for this at least …
To check the database in your case i would additionally use PHPMyAdmin to search inside the content entries.
Edit: Are you sure you selected the correct database tables in the Better-Search-Replace-Options? You have to manually select them.
For changing content entries it is the table “wp_posts” you have to select.
-
This reply was modified 7 years, 3 months ago by
cg.
The WordPress Contents are stored in the Database with Enfold as the theme like with every other theme for WordPress.
(with Enfold as the theme including the shortcodes for the Avia-Layout)
But you have to consider that WordPress saves some contents as serialized data … a simple ‘search&replace’ with MySQL maybe won’t catch those contents or — even worse — corrupts the serialized entries.
An option can be to use a ‘Search&Replace’-Plugin for WordPress Database Entries, for example “Better Search Replace”.
Info: https://wpengine.com/de/support/wordpress-serialized-data/
Plugin: https://de.wordpress.org/plugins/better-search-replace/
-
This reply was modified 7 years, 3 months ago by
cg. Reason: Added link to the mentioned Wordpress Plugin
We recently updated to WP 5.03 which introduced Gutenberg for us (we’re not a fan). The update ended up causing some formatting issues primarily on the home page. There was also an issue reported with “bucket tags” form which is under the sales portal section.
I did some research and found that the new Gutenberg didn’t play well with older versions of Enfold, in fact after reviewing the change logs for the updated Enfold I sam many of the issues we were having.
I had hoped that after performing a site backup and updating Enfold to the newest version that these issues would go away. However, after doing so the issues still remain. I even changed the setting to not use Gutenberg, that didn’t seem to help.
Can you help us get this one fixed?
Dear Kriesi-Support,
“This page is currently selected to be displayed as custom 404 page. (Set in Enfold » Theme Options). Therefore it can not be accessed directly by the general public in your frontend. (Logged in users who are able to edit the page can still see it in the frontend”)
is the message that is now displayed when I open homepage (to edit). What does that mean? If I uncheck display homepage as custom 404 page, the homepage is no longer found (404), all other pages appear fine. Also Search Console has notified me that the homepage in both the .com and .com/de versions cannot be found and are not indexed. How can I solve this issue?
Thanks for your help,
Nina
Hi Vinay
You can see the error wp-admin logs (see below)
“getting below error in wp-admin logs, [17-Jan-2019 17:42:48 UTC] PHP Fatal error: Cannot redeclare av_countdown_events_fallback() (previously declared in /home/webuk2014/public_html/dev/perfecto360/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php:16) in /home/webuk2014/public_html/dev/perfecto360/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php on line 12
Searched for the solution on forums and can see it is related to file events_countdown.php
You can also provide above logs to plugin provider”
I only have two instances of the theme in that directory, the active 4.4.1 and the new 4.5.2 which
I FTP’d over to a clean directory.
The reason this is on my development server is I copied there from the live site (on a different server) which was having the same issue.
Therefore the problem is not unique to this server.
Please have a look at the error log and see for your self.
Thanks
Andy
Hey Guys,
how can i remove the entire enfold search functionality ?
I try to install and use the following plugin but it doesnt work at all.
It works fine with the wp standart theme.
thanks for any help
OK… I gave up on using the functions.php and installed the plugins…. and I’ve reduced the storage used on my site by 50% from 9 GB to 4.5 GB with zero impact on the site itself. I DO THINK that Enfold should add this to the theme options… it’s ridiculous to save 15 files for every photo if you only need a few of them… wastes lots of space.
For anyone else searching for this or needing to do this in the future, download:
– Regenerate Thumbnails plugin
– Simple Image Sizes Plugin
Use Simple Image Sizes (SIS) to select which photo sizes you want to use on your site (See Gitte’s screenshots above for how to do it), then use Regenerate Thumbnails and select ” Delete thumbnail files for old unregistered sizes in order to free up server space. This may result in broken images in your posts and pages”
BE SURE TO MAKE A BACKUP OF YOUR ENTIRE SITE BEFORE YOU BEGIN THIS PROCESS
Thanks all for your help!! I am surprised this isn’t a more common request on this forum.
Rob
Hi,
I’ve installed Enfold and the demo content.
However there is no visible slider. I’ve searched the documentation and can’t find information on where and how to configure the homepage slider. Can you please let me know where I find it?
I’m talking about the slider that brings different elements on the screen over time, and they have transparent backgrounds allowing them to appear to slide on top of and behind each other.
Any help is greatly appreciated.
Thanks
don
Hi
I was running php5.4 when I received error
I upgraded to 7.2 and still get the 500 error
I spoke qwith my server people and they looked at the server logs but nothing.
However they did come up with something, see below
“I would suggest to contact plugin provider and ask for php requirements as the logs are not getting generated for the same, there are surely some php requirements, that needs to be done on server”
They then added
“getting below error in wp-admin logs, [17-Jan-2019 17:42:48 UTC] PHP Fatal error: Cannot redeclare av_countdown_events_fallback() (previously declared in /home/webuk2014/public_html/dev/perfecto360/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php:16) in /home/webuk2014/public_html/dev/perfecto360/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php on line 12
Searched for the solution on forums and can see it is related to file events_countdown.php
You can also provide above logs to plugin provider”
Hope this helps you find problem
Andy
Hi!
I created a page and am using the advanced page builder for it and selected the default template. It looks great. I like how the color sections go all the way across my screen. The only thing I don’t like is how the layout builder is pulling from my width 1130. 1130 looks great on most pages, but for this page I would like it to be about 800 because the text is too wide when it’s set to 1130.
So I’ve managed to create a new template. I’m calling this one default 800. I copied and pasted the template_builder.php code. I’ve got it working and selected it as my template for the page. The only thing is, I don’t know where to change the code to stop pulling from the layout settings and instead use 800 pixels. I thought it would say ‘size’ somewhere, but it doesn’t.
I like how I can choose the width for all the pages in the layout builder area, but wish when I used the advanced builder I could customize the page width or just use the regular blog post width. That’s all I’m trying to do here. I thought creating a new template would work and it seems like it does, but after searching for so long I still can’t see where I can put in a different width.
Any help is very much appreciated.
Sincerely,
Lisa
Hey Karen Hurst,
At the moment we do not have many video tutorials but we will add them in the coming days. You can also search on YouTube for contributed videos from Enfold users.
For technical support please register here kriesi.at/support/register with your item purchase code .
Go to https://kriesi.at/support/ select the theme you purchased bookmark the URL.
Example: https://kriesi.at/support/enfold
Scroll to the bottom of the page to open a new ticket.
Best regards,
Vinay
I have search all related posts and try it, including:
if(!function_exists(‘avia_debugging_info’)){
function avia_debugging_info() {
//
}
}
Non can remove the debugging info:
Debugging Info for Theme support:
Theme: Enfold
Version: 4.5
Installed: enfold
AviaFramework Version: 4.7
AviaBuilder Version: 0.9.5
aviaElementManager Version: 1.0.1
ML:256-PU:48-PLA:4
WP:4.9.9
Compress: CSS:all theme files – JS:all theme files
Updates: disabled
PLAu:4
Please tell me what to do..
My site (https://brightideas.co) doesn’t have a search box on the nav bar like https://kriesi.at/themes/enfold-2017/ does.
How do I enable this?
Hello Victoria,
Thank you for your reply.
The website : https://vignerons-cairanne.com/fr/accueil/
When we use the search on the site, and when the result is a portfolio item it redirects us to the portfolio item page. But we need to be redirected to portfolio item AJAX box
example: search > vidal : it directs us on the portfolio item page : https://vignerons-cairanne.com/fr/portfolio-item/vidal-fleury/
but I would to be redirected on : https://vignerons-cairanne.com/fr/rencontrez/ (then click on a portfolio item)
I found a beginning of answer there : https://kriesi.at/documentation/enfold/portfolio-grid/#enable-deeplinking-to-the-portfolio-ajax
It would be great to automate process to automatically link search results to AJAX portfolio item
Sorry for my english I hope you understand me !
Hello,
How do I make Appearance > Editor panel accessible? (I have not made anything to make it inaccessible. It has been that way by default.)
Anyways, the only code I could find when searching the functions files for “map” were the following
In themes/enfold/functions.php:
register_widget( ‘avia_google_maps’ );
In themes/enfold/functions-enfold.php:
if(!function_exists(‘avia_maps_key_for_plugins’))
{
add_filter( ‘script_loader_src’, ‘avia_maps_key_for_plugins’, 10, 2 );
function avia_maps_key_for_plugins ( $url, $handle )
{
$key = get_option( ‘gmap_api’ );
if ( ! $key ) { return $url; }
if ( strpos( $url, “maps.google.com/maps/api/js” ) !== false || strpos( $url, “maps.googleapis.com/maps/api/js” ) !== false )
{
// if no key, we can generate a new link with our key
if ( strpos( $url, “key=” ) === false )
{
$url = av_google_maps::api_url( $key );
}
}
return $url;
}
}
and
Google Map Settings:
[av_privacy_google_maps]
in themes/enfold-child/functions.php:
nothing
Disabling the above did not help. Did I miss something? WHen searching for “google” I came across som funtions related to google webfonts and tracking code as well, in themes/enfold/functions-enfold.php but maybe I should search for something else (functions-enfold.php is 2263 lines high)?
Best regards,
Rikard
Hello Victoria,
Thanks for the answer :) the website is : https://vignerons-cairanne.com/fr/
When We perform a search, like “vidal” it redirects us to the portfolio item page.
But what we would like it is to be redirected to the item portfolio AJAX content.
I could found a beginning of solution on this post : https://kriesi.at/documentation/enfold/portfolio-grid/#enable-deeplinking-to-the-portfolio-ajax
So I wonder if it can be possible to automatically redirect the search result to AJAX item not page item
Best regards