Hi Kriesi Team,
I have a big request !!!
We serve many customers with a large assortment. We are working mostly in the B2B business and our customers want to show their assortment completely, but they do not want to sell via the website.
We have already created some websites with Enfold and have shown the products through the portfolio. But now we are getting more and more customers, who have a much larger assortment.
We have already modified and programmed the code for further filtering. Until the last update, everything worked fine (attached the link of a development instance). In this case you can choose a plant variety, then “when it blooms” (late / middle / early) and finally the color. The display shows the search criteria.
Unfortunately, it does not work after the update. We have reinserted the functions and can not find the right place anymore …..
Here is my big question and much bigger request: Is it possible that you include this feature in the theme?
We still have many customers who want this feature and I think that may be interesting for other users to filter portfolio entries multiple times.
Of course, I will gladly provide you with the code so far (attached).
I am looking forward to an answer from you!
Best regards,
Daniela
Hey newki75,
Thank you for using Enfold.
The title and post meta info are set to not display via css.
.entry-content-wrapper .post-title {
display: none !important;
}
.post-meta-infos {
display: none;
}
You have to remove that css codes or override them with these.
.search .entry-content-wrapper .post-title {
display: block !important;
}
.search .post-meta-infos {
display: block;
}
Best regards,
Ismael
Hello,
review star image in product detail page is not loaded because it is searched in /wp-content/themes/enfold/config-woocommerce/images/star.png, while our wordpress installation is in a subdirectory /it/.
How to fix it?
Thank you
Mauro
Hello Rikard,
Thanks ! But i solved the error.They have used the_widget() on loop-search.php file directly , but forgot to register the widget .
Refere Below Error:
Notice: the_widget was callled incorrectly.Widgets need to be registered using register_widget(), before they can be displayed.Please see Debugging i WordPress form more information.(This message was added in version 4.9.0) in /www/wp-includes/functions.php on line 4148
I registered widget using the following code and now PHP Notice error is solved (Note: Error only gets displayed when WP-Debug is enabled.).
function register_avia_combo_widget() {
register_widget( ‘avia_combo_widget’ );
}
add_action( ‘widgets_init’, ‘register_avia_combo_widget’ );
I think this is bug and enfold theme developer will go through and solve in next version.
I found that search page is giving PHP Notice error for not registering the widgets before calling them when we used enfold theme.
Below is the error :
Notice: the_widget was called incorrectly. Widgets need to be registered using register_widget(), before they can be displayed. Please see Debugging in WordPress for more information. (This message was added in version 4.9.0.) in /www/wp-includes/functions.php on line 4148
Hello,
I’ve had a search through the threads but can’t find any mention to this situation I have.
On my Contact page, I’m using an icon list which has 4 items, three with links. In the published page, the links are underlined before hover, but I only want them to be underlined on hover.
Strangely, the underline on hover only is what I’m seeing in the Element Preview when editing the Icon List element.
Strangely again, on my old website’s contact page (which uses an older version of Enfold), the email address link in the icon list there is only underlined on hover.
Can you help me work out what’s not right or what I need to do so that I only have an underline on hover on the links on my new website’s contact page.
Private content below for new and old website contact pages, and the text/”code” entered for one of the links on the new Contact page.
Many thanks,
Keith
Hello, we recently ran into an issue where an enfold image element went rogue and started changing the markup of various element underneath the image. Nothing was indicating the image element was bad except for the next element, a special heading (and other various elements after this), wasn’t getting the avia-builder-el-no-sibling class (or other classes) in the markup.
Before I realized it was the image element, I had deactivated all plugins, removed the cache, and searched for div’s that might have been added from copy and pasting…
That being said, I have fixed the problem on the testing site but I’m curious if the kriesi team would have any idea why this issue was happening in the first place? Just in case you do, I’m pasting the debug code full of shortcodes from the page that had issues.
Best!
The title says it all — the mobile menu only kicks in at 990px (if you’ve got the setting toggled to enable it for both phones and tablets). The regular menu is hidden below 1050px. That means between 990 & 1050 there is no menu, which happens to apply to iPads in landscape mode.
I had code previously that adjusted when the mobile menu kicked in but it doesn’t work with Enfold v4.4.1 and despite banging my head on the @media queries you’re using I can’t seem to get it back. Any help would be much appreciated.
Btw, this is an issue that (based on a search of support threads) dates back to at least 2014. Perhaps it’s time to either add a setting letting users control when it kicks in (something that has been asked for a lot) or at least fill in the gap so there isn’t a size with no menu.
Hi there I believe the issue is one that is known.
I am unsure what caused it but doing some searching looks to be common.
Enfold options no longer appear, and the Avia builder just shows a spinning loading circle.
From my own research I think this may be due to the site using https, but I am unsure.
Please help I have searched everywhere and ended up buying the them for a 2nd time to get support as the original person that purchased the theme no longer is with us and you guys don’t look at the theme forest contact form.
Thank you much in advance.
Hey crephix,
Thanks for giving us admin access.
First I downloaded the image from: http://kriesi.at/themes/enfold-business-flat/files/2014/08/icon_bg_trans_wave.png
then on the page source I searched for the image link to know where the image is applied.
Then I noticed on other pages it wasn’t an external image so I installed and activated a plugin called Better Search and Replace.
Then went to Tools > Better Search Replace and have this setting:
Search for: http://schneppenheim.com
Replace by: https://schneppenheim.com
Checked: Test run? (on the first try so it doesn’t modify anything and just shows you the results)
If the result is good, you can uncheck Test run so the database values are replaced, after doing this mixed content issue is fixed.
Hope this helps.
Best regards,
Nikko
i’m using Enfold 4.41 and have a problem with the animated numbers: in all browsers they are only triggered when the area is visible (<– this is what i want), there is a class in the source code “avia_animate_when_visible”. However this is ignored with my iPhone 4, and my customer says the same, he tested the webpage with some Samsung smartphones. So i began to test and searching for the reason. What i can clearly say is: on my iPhone the classes “avia_start_animation” and “avia_animation_done” are set immediately with page load although the numbers are not in the visible area. But with all Browsers on Mac these classes are set only after the animated numbers appear in the visible area, i mean i have to scroll down to see the numbers, then the numbers.js starts to count and the classes are set.
So what is the reason for this, how can i change this? Why is the function triggered automatically on my iPhone?
I have the social icons set to show up in the small bar above the logo area with the Enfold Theme.
I have searched on this topic but any code I found didn’t work – I’d like those social icons to also show on mobile.
Thanks.
Hey it-helpdesk,
Enfold does not support such a feature out of the box but you can search the internet for tutorials and wordpress plugins – i.e. I found this one with a quick google search: http://www.coder-welten.com/download-buttons-mit-checkboxen-zur-bestaetigung/
Best regards,
Dude
Hi – the original code in /wp-content/themes/enfold/js/avia.js was (you can search for “100 * i”):
imgParent.css({height:'auto'}).each(function(i)
{
var currentLink = $(this);
setTimeout(function()
{
currentLink.animate({opacity:1},1500);
}, (100 * i));
});
you can find this in the //Portfolio sorting section of the old avia.js file (mine was from version 4.2). I changed “100 * i” to “1 * i”. This had the effect that all pictures of the portfolio grid were shown at once without delay
-
This reply was modified 7 years, 9 months ago by
kiki66.
Hi guidocortez,
Yes, you can go to Plugins > Add New and search for woocommerce.
Also there are no default plugins that comes with the setup of Enfold, I think maybe the layerslider which is bundled with the theme.
You need to add those plugins separately, to check what plugins are required or recommended for the specific demo, you can go to Enfold > Demo Import and on the right side of each demo those plugins are listed.
Best regards,
Nikko
Hi,
I searched your email on our database and found this account – https://kriesi.at/support/profile/shinpeikuga/. But it does not seem like you started any threads.
I reset your forum logins in case you forgot them and attached in private content field. Please start a new thread under Enfold sub forum – https://kriesi.at/support/forum/enfold/#new-post after logging in.
Best regards,
Yigit
I have several pages in WordPress marked with “Exclude this page from local search.” When I search for those pages, they show up in the search dropdown. However, they don’t show up on the search results page. I need the pages to be excluded on the local search dropdown, too. Can you tell me where to configure this in the Enfold theme? Or is this a bug?
-
This topic was modified 7 years, 9 months ago by
onspring.
Hello Ismael,
thank you very much for the script and the information! I will keep an eye on the Enfold changelog.
The Script now works without any errors :-)
Here the end version for other users who may need it:
add_action('wp_footer', 'ava_custom_script_mobile_menu', 9999);
function ava_custom_script_mobile_menu() {
?>
<script>
(function($) {
$('.av-burger-menu-main').on('click', function() {
var overlay = $('.av-burger-overlay');
var active = $('html').hasClass('av-burger-overlay-active');
var clone = overlay.find('.av-burger-menu-main');
var wrap = $(this).parents('.av-main-nav-wrap').find('.av-burger-overlay').find('.av-burger-overlay-inner');
if (clone.length == 0 && active) {
setTimeout($.proxy(function() {
$(this).prependTo(wrap);
}, this), 50);
} else {
clone.insertAfter('#menu-item-search');
}
})
})(jQuery);
</script>
<?php
}
And this is the CSS customization I needed for my website:
.noLightbox.social_bookmarks.icon_count_2 {
display: none !important;
}
.avia-menu.av_menu_icon_beside {
padding-right: 0px;
border: none;
}
#top .av-burger-overlay .av-burger-menu-main {
position: absolute;
right: 7.5%;
top: 77px;
z-index: 1000;
}
#top #wrap_all .av-burger-overlay .av-burger-menu-main a {
border: 0;
}
.av-burger-overlay-active #top #menu-item-search {
display: none;
}
Best regards,
zarlekin
Hey Moondreamer21,
Thank you for using Enfold.
Use the “ava_main_header” hook to render a search form inside the main header area.
Example: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Best regards,
Ismael
Hey suzannewm94,
Thank you for using Enfold.
Use this css code to adjust the header on mobile view and get rid of the unwanted space.
@media only screen and (max-width: 1024px) and (min-width: 768px) {
#top #header_main > .container, #top #header_main > .container .main_menu .av-main-nav > li > a, #top #header_main #menu-item-shop .cart_dropdown_link {
height: 172px;
line-height: 172px;
}
}
The logo is that small on phone view because the theme has to create space for the mobile menu and the search icon inside the header. That is the default layout. How would you like the header to display on mobile view?
Best regards,
Ismael
Hey mediabrosmkt,
Thank you for using Enfold.
It’s not a good idea to index the search results page because it is considered as a duplicate content. Yoast adds the meta tag to the search results page by default so you can’t remove it without disabling the plugin or without using a filter if there’s any.
// https://kb.yoast.com/kb/noindex-for-special-pages-in-yoast-seo/
Best regards,
Ismael
I am creating a password protected page with some custom changes in wordings etc to suit my branding. As such, I have made some changes on the functions.php of my child theme for Enfold.
Searching the forums, I found that I could use the echo_shortcode to display Advanced Layer Slider via codes. But when I did this, the slider did not display as full width.
What would be the right way to display the Advanced Layer Slider as a full width slider (just like on any other page where it occupies the full width of the page) on the coded Password Protected page ?
I am using the latest version of Enfold (version 4.4).
Hi Victoria – thanks for sticking with this – I don’t want to be a pain.
The code you sent me in an email has a lot of “” in it, so WordPress won’t accept it. I understand now that email made this happen. So – I tried the code above from Ismael. WordPress accepted it.
however, the result was that the search couldn’t find much. Kind of like the search’s Intelligence Quotient went down 50%! It couldn’t find really simple things.
Am I making sense? I didn’t know this was going to be as difficult to solve. Perhaps I should send you login credentials so you can have a go at it?
I do think this is something your customers are going to want and need. I know I will need it for every site I make using Enfold ( A lot of sites – it’s the only theme I use for clients).
Kind Regards,
Doug
HI,
I have searched the forum but can’t solve why my page titles are not displaying. Is it possible they are hidden in the header? In page layout, I set ‘show only title’ on each page.
I have the following CSS color under General Styling:
/* hides default enfold logo */
.responsive .logo { display: none !important;}
.bg-logo { display: none !important}
/* sets header background color to white */
/*#header_main_alternate, #header_main { background: #fff !important; }*/
/*.main_menu > a {color: #000 !important;}*/
Thank-you.
Hey Xinspirit,
Thank you for using Enfold.
The search results page uses the default sidebar or the “Displayed Everywhere” widget area. It’s in the Appearance > Widgets panel. Make sure that the Sidebar Settings > Sidebar on Pages option is turned on.
Best regards,
Ismael
Good Morning!
I have a strange bug on:
Underneath the logo slider there is a google map created by our external developper. It is implemented with following script:
[include filepath=’/omanbros/partnerfinder.php’]
This works all OK with the old version: Enfold 4.2.6.
When I update to the new Enfold theme Enfold 4.4.1. ONLY this script does not work any longer properly. The script stops as it cannot find the map related. So this is how it looks:
1. The search bar is there, but I cannot enter data.
2. the frame shows no map.
3. Underneath the frame is the initial bar to be seen ” e-Marke Elektrotechnik Fachbetriebe” of the complete map. It seems that the map has been slipped out of the frame.
The rest of this website is OK!
All plugins, wp version are up-to-date. The external developper could not fix this bug, so I had to reset the theme.
But for the future, it is essential to run theme updates, so I adress to you for help.
best regards
Gerhard
Hi everyone :)
//Enfold theme: 4.4.1
//WP: 4.9.6
1.1: I would like to make a horizontal menu inside of a horizontal menu, but everything I researched is a bit outdated.
Only thing I could do is a double vertical menu. So one menu inside of another, but it’s still vertical.
1.2: Is it possible to add icons/text <not hyperlinks> to the second horizontal menu?
1.3: If I would like to translate the whole website in the future, which plugins do you recommend that would allow me to translate the menus aswell?
2: Also, could you tell me how did you manage to make the social icons in form of a square in the upper right corner?
Thanks in advance!
Iwo
As an update, I followed your technote to make SearchWP the search engine and it made NO difference:
Use SearchWP instead of the standard search
SearchWP is an advanced search engine for WordPress. You can use it with Enfold without any additional configuration. If you want to use it with the ajax search function (preview search results when you click on the magnifier icon) then insert this code into the child theme functions.php file or into the enfold/functions.php file:
add_filter( ‘avf_ajax_search_function’, ‘avia_init_searchwp’, 10, 4 );
function avia_init_searchwp( $function_name, $search_query, $search_parameters, $defaults ) {
$function_name = class_exists( ‘SearchWP’ ) ? ‘avia_searchwp_search’ : $function_name;
return $function_name;
}
function avia_searchwp_search( $search_query, $search_parameters, $defaults ) {
$searchwp = SearchWP::instance();
$engine_name = ‘default’; // you can swap in your Supplemental Search Engine name
parse_str( $search_query, $output );
$search_string = isset( $output[‘s’] ) ? sanitize_text_field( urldecode( $output[‘s’] ) ) : ”;
// limit the results to 5
function avia_searchwp_search_num_results() {
return 5;
}
add_filter( ‘searchwp_posts_per_page’, ‘avia_searchwp_search_num_results’ );
$posts = $searchwp->search( $engine_name, $search_string );
return $posts;
}
Hello togehter, i redesign my homepage. i bougth enfold because i want to work with big images. if i insert the imges in the pages, they will allways come to a little size (ex. 5000×3567) is only (ex.1300 to 1200), where is my fault? Also i have a problem to write text in different positions. Because i want to present the Text over then large images.
How can i do this. Please know im a programmer but no web specilaist.
I hope you can help me.
regard thomas