Hi everybody,
thank you very much for the research until now. I read also the ticket in the WPML-Support Forum https://wpml.org/forums/topic/several-wpml-sites-with-enfold-theme-with-big-problems-with-translated-pages/page/2/
I have a similar problem with the translated page in WPML (for some reason content is wrapped in color section) and cant wrap all the elements in a separate color section because there is a fullwidth-Button and a fully stretched mansonry-gallery.
here is a example page:
Main-Language-Page (German):
Translated Page (englisch): https://www.ec4u.com/en/industries/financial-services/
It also effects the footer-look. Alle is wrapped/contained.
At the moment i cant login into WPML-Forum, so hopefully you keep us updated here.
Beste regards
Ruben
Hi,
For a project I have 2 header widgets. One is for some social buttons and the second one is for the search box. I’ve managed to have them displayed in the header but I can’t figure out how to position them in the right way. Please see attached screen shot with the current situation and the desired one.
Screenshot
What I did so far:
1. Made two widgets ( header and zoeken (search) )
2. Added to my functions.php:
add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' );
function enfold_customization_header_widget_area() {
dynamic_sidebar( 'header' );
dynamic_sidebar( 'zoeken' );
}
3. Added to my child CSS:
#header .widget {
height:24px!important;
right: 0;
top: 5px;
padding: 0;
position: absolute;
z-index: 999;
}
/*Header zoeken settings*/
#zoeken .widget {
height:24px!important;
right: 0;
bottom: 50px!important;
padding: 0;
position: absolute;
z-index: 999;
}
Help is much appreciated also with the larger width of the searchbox..
Regards,
Steven
Hey,
thanks for the reply. Can you tell me one last thing? Do you use the standard search, searchwp or relevanssi on
http://kriesi.at/themedemo/?theme=enfold ??
best regards,
andi
Hi,
It’s possible to disallow any url with the search (?s=key) query.
// https://kriesi.at/support/topic/gwt-problems-indexing-enfold-soft-404-with-search-activated-s
Best regards,
Ismael
StegemüllerGuest
I am very sorry to say so, but your service getting help is absolutely horrible. And I have just bought 12 months of service which is not cheap! I regret. It is impossible to find a place where one can contact you. Of cource I have searched the web, but haven’t found solutions. Clicking a link just gets one into a loop. Not user friendly! How do I contact you?
My originally post was:
“Hi there
I just started working with Enfold Theme. My problem is I don’t know how I can get the “show more” button in every post.
I have searched all webpages, but I can’t find a solution for this problem.
Best regards
Hanne
Denmark”
Aha, thanks for the input Yigit!
I looked at this plugin, explanation, examples and such. Variable colums option seems most close but I can do all that with Enfold too. I have not seen any examples with blocks covering more than one row, so propably the developer of Das Ill has created their own grids. I will have a further look into this.
Have you ever seen the UX Builder of Flatsome theme? It offers the functionality to build flexible grids which looks very much what my client wants. Their search function does not look into pages and posts contents though. And anyway I prefer Enfold :-)
Do you know whether Kriesi has this kind of functionality in mind for future updates?
Best regards,
Monique
Hi,
best to talk with plugin’s author if this plugin is conflicting with Enfold. If he can’t help you, I would search for another plugin.
Best regards,
Andy
Hi again – In your video at http://kriesi.at/documentation/enfold/quick-start-with-woocommerce/ (circa 2013), you say to download the WooCommerce plugin by WooThemes. I used the Search feature as you showed in the video, but can’t find one by WooThemes. There’s one with the same look as on the WooCommerce page by Automattic with lots of downloads. Is this the 2017 version?
I see I can also download via the WooCommerce website, but the steps seem more complicated with zip files and codes, etc.
What do you advise for this non-techy? Thanks.
Hello, I’ m using enfold theme, how can I hidden search icon and how can I add a multiple languages in end?
Hi dear Yigit,
Thanks for the info. I searched more and found wp-jalali plugin, it seems to work properly with WPML and Enfold. (I just wanted to let other Persian users to know about it)
Thanks,
Sadegh
(you may now close the thread please)
Hi,
Just follow the alexandernoe steps:
1. Install Plugin Loco Translate
2. Choose “Themes” > Enfold > German > Editor > search “You are here” > change german translation > done
You can request this feature here: kriesi.at/support/enfold-feature-requests/
Best regards,
John Torvik
Enfold theme (Current as of 4-14-17), with WooCommerce (Current as of 4-14-17).
Search Icon issue in mobile version.
I have to double tap the search icon graphic to get the search field to pop up. The first tap pops up the Shopping Cart info, as empty or a given # of items in the cart. The second tap gives me the search field on top of the cart info. Tapping the cart works as it should.
Here is what I have done.
Any suggestions?
THE CODE USED:
In “Enfold”, functions.php:
add_action(‘wp_footer’, ‘ava_new_custom_script’);
function ava_new_custom_script(){
?>
<script type=”text/javascript”>
(function($) {
function a() {
if ($.avia_utilities.isMobile) {
$(‘#menu-item-search’).appendTo($(‘#menu-item-shop’));
}
}
$(window).load(function() {
a();
});
})(jQuery);
</script>
<?php
}
In “Enfold Child” quick CSS:
@media only screen and (max-width: 767px) {
#menu-item-shop .cart_dropdown_link {
padding: 0 24px;
}
#menu-item-shop #menu-item-search {
width: 0px;
}
#menu-item-shop #menu-item-search .avia-search-tooltip.avia-tt {
left: -16px !important;
}
#menu-item-shop {
min-width: 110px;
}
Hey mcraig77,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #menu-item-search a:hover,
.html_header_top.html_header_sticky #header #menu-item-search a:hover {
color:#1D6047!important;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Dmitriy,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #header .av-main-nav > li:hover > a {
color: #a81010;
font-size: 16px;
}
.av-main-nav > li {
line-height: 30px;
min-width: 148px;
text-align: center;
border-right: 1px solid #c7c038 !important;
}
.header_color li a {
border-color:#fff;
}
#menu-item-search { border-color:#fff !important;}
.av_seperator_small_border .av-main-nav > li > a > .avia-menu-text {
border: none;
}
#header_main_alternate .main_menu {
margin: 0px !important;
}
If you need further assistance please let us know.
Best regards,
Victoria
For some reason there appear random non-breaking spaces on our site: openstack.hosting, what’s even weirder is that these are not being rendered properly causing the words separated by the nbsp to stick together.
After quite some searching I found that this is probably a TinyMCE issue for which I found the following solution: https://ckmacleod.com/2017/03/23/exterminating-non-breaking-space-bug/
So I created a Child Theme for Enfold using http://kriesi.at/documentation/enfold/using-a-child-theme/, I’ve imported all the settings and all is good in the world. Except for those pesky nbsp’s that are still appearing randomly in my content ;)
However, when I edit my Child Theme’s function.php and add the following code it literally does nothing when I save content using the Avia editor:
/* remove all nbsp's when content is saved */
add_filter('content_save_pre','remove_buggy_nbsps',99, 1);
function remove_buggy_nbsps($content) {
//strip both types of non-breaking space in case NGG or similar is installed
$content = str_replace(' ',' ',$content);
$content = str_replace('\xc2\xa0',' ',$content);
return $content;
}
I’ve added some debug code to this custom function and by the looks of it, it is simply never called. So I suspect I need to find another hook to filter the content as soon as it is saved from the Avia editor.
Does anyone have an idea how to add a filter to my child theme’s functions that will sanitize page content once I update or add it?
-
This topic was modified 8 years, 11 months ago by
ServerBiz.
Alright so I have concluded from research that the layslider bug is the same one affecting all Enfold customers in that LaySlider has updated to 6.3.0 which explains why my site has been perpetually showing (1) update but when I click “updates” it shows none, because it’s built into Enfold which includes 6.2.2 – Now, why won’t my Enfold Theme Settings load?
I will try to solve the cache problem with WP rocket firstly
because I did make the mobile search icon
some of the CSS, JS OF ENFOLD was cache as http instead of https
it was blocked because of that
I guess that’s why you can’t see it.
by the way, Can you check IF it is enfold got some conflict with WP ROCKET?
as the errors that was mistakenly cached were all enfold’s CSS AND JS
actually i did make the mobile search activated.
I believe the NO SHOW is because the mistakes of cache ( the chrome tools telling errors and some enfold CSS,JS was blocked because it cached as http instead https.. )
I don’t know if this your problem or wp-rocket
I am still talking with the WP rocket
to solved this problem I tried to update enfold 4.05 and now more problems occur
Hi Guys,
I’ve searched several threads and none of them seem to cover my exact issue.
The problem is that the Avia layout builder loads all elements fine except for the basic text blocks. They load the default text – Yet the text that should be loading is visible as a preview before clicking edit?
My client needs to make some edits today so I would love to have this fixed soon – any help would be greatly appreciated.
Things I have tried so far include:
1) reinstalled enfold
2) updated enfold to 4.0.5
3) updated php and increased php memory
4) repaired all database tables
5) deactivated all plugins
6) uninstalled all plugins
7) deleted static caching files
8) reinstalled wordpress 4.7.3
9) turning into the hulk and smashing my keyboard
Hello,
i searched for a solution here to change the Archives in the Enfold Child Theme from monthly into yearly. I found a post regarding that problem, but unfortunately adding the code to the Child Theme functions.php does not make any difference. The Archives still are listed in months, not years:
https://kriesi.at/support/topic/remove-month-from-archives/#post-408047
I created a new blank Page from an Archive Template and the Listing in still on a monthly base. Also the sidebars should not show every month, but only every year. And clicking on a year should display all posts of that year. So i hope to get another Solution for that issue. Thank you.
Hi Rikard,
Here is a link to solution to the Search-Icon-dissapears-on-mobile issue which I have tried. None of which works. The code they suggest to add to Quick CSS is added right now, but the search icon is nowhere to be seen in mobile or tablet.
https://kriesi.at/support/topic/search-icon-disappears-on-mobile-after-enfold-update-3-1-3/
It was W3 Total Cache causing the conflict! Thanks, Rikard!
Now for the other issue I mentioned earlier…
Enfold hides the search viewfinder when in mobile. I’ve tried several solutions I’ve found here in support but I can’t get it to work. Even this theme used on this support site does that. My client would like the search option to be visible on mobile. Can you help me make it work?
Thanks!
Hi,
unfortunately no, but I would just search for “Enfold” on codeable.
Best regards,
Andy
Hey Max,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.header_color .ajax_search_excerpt { display: none; }
.search .post-meta-infos { display: none!important; }
The first line removes the date from the search bar results that pop down when you type in query. The second line removes the date from the search results page.
I hope that helps!
Cheers,
Sarah
Hey!
Enfold is so SEO friendly, where we scan everything so we can boost the search traffic.
Truth to be told, there is nothing there so engines find nothing, but you can just use the solution provided and all good.
Let us know if we can do anything else.
Best regards,
Basilis
Giacomo Guest
Dear Kriesi Team,
I paid for your support. I purchased the Enfold Theme and all I want to do is to ask a simple question. I’m trying to do that now for 2 days and still have not found a way. When I try to log in to the support forum it does not respond, there is no error whatsoever, my name and password just disappear in the boxes. Then, after searching for a solution to that for several hours, I found somewhere that I have to register at Kriesi separately, even though I already haven an envato account. For that, however, I needed my ‘purchase code’. And for that, I need to login to my envato account. Unfortunately envato is down, so I could not get that code. After searching for a few hours I now finally found the purchase mail envato send me which includes the purchase code (0125fe66-bff2-461d-932e-7c137ef3d8f1). I tried to register with that code, but your site always tells me: ‘SORRY, BUT THAT ITEM PURCHASE CODE IS INVALID. PLEASE MAKE SURE YOU HAVE ENTERED THE CORRECT PURCHASE CODE.’ when I try to validate it.
I don’t know what is wrong but I’m sure you’ll understand that asking for support that you paid for should NOT take this much effort.
So now the real problem that I originally wanted to ask the support before all of this annoying circumstances: I tried to set my normal text font (Open Sans) to light or ‘hell’. And it works fine, but when I’m logged out it changes back to the standard Open Sans font.
I already found an entry in your forum where the solution was to make changes or add code to the functions.php. I tried that and it fucked my site up so I had to reset it to the last backup, not cool. I just want the text font to be light or ‘hell’ for my site. Isn’t there a code I can paste into the Quick CSS? I think this should not be to much to ask for. Feel free to log into my site to change this issue, I sent you the log in credentials below.
@richard the forum contains multiple threads about issues with woocommerce 3.0. Enfold as of 4.0.5 is in fact not fully compatible with with woocommerce 3.0. Search the forum or visit this thread as a starting point.
Hi,
I checked your site again and the search feature works as intended. We will close this ticket if you have more questions please open a new ticket for technical support.
Thank you for using Enfold :)
Best regards,
Vinay
@cykelstyrken take a look in /enfold/includes/helper-main-menu.php. You will find a couple of action hooks that can be used to add extra content. Some of them are dependent on the header style you have chosen in the enfold setting (e.g. menu below). First of all you need a child theme either to use the hooks in the functions.php of the child or to overload templates.
For example if one would like to have the search box above the header you would use the following function and style it via css:
add_action ( 'ava_main_header', 'mmx_header_search' );
function mmx_header_search() {
echo '<div id="mmx_header_search">' . get_search_form(false) . '</div>';
}
To get the header style like in your example you could use the enfold header style ‘logo left, menu below’ and add the following code to your child themes functions.php:
add_action ( 'ava_before_bottom_main_menu', 'mmx_header_search' );
function mmx_header_search() {
echo '<div id="mmx_header_search" style="display: inline-block; position: absolute; top: 2em; right: 3em;">' . get_search_form(false) . '</div>';
}
This examples should give you an idea how to accomplish this task and where to start. Have fun.
Hey Everyone,
I’ve been asked by my client to move the search box up in the header and get it centered. I would like et to be ready to write in and visible. I’m assuming this isn’t too difficult, but after a couple of hours of searching and sifting through the code, I figured maybe someone else could point me in the right direction?
Here is the link to a site. Here you can how I would like my search box to be placed: http://www.sportmaster.dk
Thanks for the help as always everyone!
– Dinny