-
Search Results
-
Hi,
I am using the Enfold theme for a company shopping cart. It looks great so far. One question I have is, is there some way to substitute the page search for Smart WooCommerce Search in the header? That way people can just click on the little magnifying glass and search the shopping cart instead of the site. Here is a screen shot https://ibb.co/qnW9LSd
Thanks
I need to add a Google Search Console Code there but it doesn’t appear to exist. I am using Enfold Child and can only see functions and style
Topic: Menu Search Only Posts
Hi,
On the Enfold menu search is it possible to filter it so it only searches certain taxonomys e.g. it only searches posts?
Thanks,
DannyI am using Product Tables plugin with Elementor.
The issue that I am having is that when I am logged in, the shortcode renders correctly.. But when I am not logged in (site visitor) the table is hidden (visibility: hidden) and the filter / search bar does not display at all.I went from Enfold 4.3 to 4.7.6.4 and still having issue.
When I install on default theme, the shortcode renders correctly and everything works fine. Please visit link.
The screen below shows, how we tried to change a pictogram used for the search option

I have a pictogram from the client they want us to use, but how do I replace it >enfold child > Hauptmenu > Suchmaske
Can you advise please.Thanks.
UrsTopic: I can't fix header on mobile
Hi. Sorry if I take your time: http://www.trikego.com I would like to try to use the fixed menu on mobile. I searched and found https://kriesi.at/documentation/enfold/header/#sticky-header-on-mobile I entered the css
/* Sticky header on mobile */
@media only screen and (max-width: 767px) {
.responsive #top #main {
/* Margin top value should be equal to header height*/
margin-top: 180px;
}
.responsive #top #wrap_all #header {
position: fixed;
}
}but the header flows with the rest: where am I wrong? I would like to try to block it, with sticky effect. Thank you very much. Loved the site, thanks Enfold. Best regards. Bruno
Hi, I have a couple of pages where I display custom post types. The post types in the two pages are the same, but they are differentiated by a custom function that works on a acf field (in this case a number corresponding to “year”), showed herebelow:
add_filter('avia_post_slide_query', 'avia_post_slide_query_mod',10, 2); function avia_post_slide_query_mod($query, $params) { $posts = get_posts($query); $today_year = date('yy'); $two_years_ago = $today_year - 2; $current = array(); foreach( $posts as $post ) { $meta = get_post_meta($post->ID); if (is_page(112)){ $acf_year = $meta['anno'][0]; if($acf_year >= $two_years_ago & $acf_year <= $today_year) { $current[] = $post->ID; } } else if (is_page(204)) { $acf_year = $meta['anno'][0]; if($acf_year < $two_years_ago) { $current[] = $post->ID; } } else if (is_archive()) { return $query; } } $query['post__in'] = $current; return $query; }What I need is to add the possibility (in front-end) to add a orderby option, similar to the one that is suggested in the back-end blog post (see Enfold documentation)
My need is to enable the possibility of sorting posts by the following parameters: year (= acf field); location (=acf field); post title
I tried to use an external plugin (Search&Filter), but it doesn’t work well as it searches among all posts created (hence also those that are not listed in the page).
Can you suggest me how to solve the problem?
Topic: Sidebar confusion.
Hi Kriesi,
We have deployed the enfold theme now for quite some time at our site however we noticed that we did not receive any automatic updates since 2018 and we can’t update manually via the theme page. (We’re stuck on version 4.3.2)
I tried to research how to update, but I wasn’t able to download any of the required files. The organization let someone develop the website, but that person claims to have lost all credentials (including to the registered email).All I have is the username + API. Is there anything you can do for us? (See private content)
I could not submit this question via the form, since we do not have the purchase code.Does this Enfold license expire after some time? Or is it an eternal license?
Regards,
Johannes Kistemaker
Topic: Missing Mobile Menu
Hello Enfold Team,
I discovered that my mobile menu isn’t visible this morning. Just a white background with the search and close menu icons. Can you please suggest how I can troubleshoot this issue? I’ve included my website & admin details in the private content field. Thank you.


