Hi sbeauchesne!
1) You can use this plugin to maximize the search power of your website: SearchWP
Refer to this link in order to integrate the plugin on ajax search: http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/
2) You can hide the sidebar with following css code – insert it into the quick css field
#top.search .sidebar {display: none !important;}
#top.search .content.template-search {width: 100% !important;}
3) Yes, insert this code at the very bottom of functions.php:
add_filter('avf_ajax_search_label_names','avia_change_pt_label_name', 10, 1);
function avia_change_pt_label_name($label)
{
if($label == 'Portfolio Items') $label = 'Partners';
return $label;
}
Best regards,
Peter
Hi Devin
Thanks for answer, that’s what I was affraid of with the form builder in Enfold… Do you have some experiences or suggetions of an other form builder who could handle this need?
Regards, Eric
When i share an Enfold-websitelink (EG: http://kriesi.at/themes/enfold/ ) on Facebook there is no choice for a logo-thumbnail. Facebook only gives three options which are images from the sliders?
So my questiuon is to ‘promote’ the logo image in a way that Facebook sees it as the image to show as a thumbnail.
Image-example of what i mean:
http://s8.postimg.org/ooquozpit/Prt_Scr_capture_9.png
Hi!
@oliviad – if the mails work with gmail the contact form script sends them properly. Maybe your host blocks them and you must add a new rule to your spam filter configuration to receive the emails.
@peerbits – please try to install a smtp plugin like: http://wordpress.org/plugins/easy-wp-smtp/
If it does not work please try to install a another contact form plugin like: http://wordpress.org/plugins/contact-form-7/ and check if this plugin works for you.
Cheers!
Peter
Hey!
Try to replace this line in functions-enfold.php
$items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'></a></li>';
with
$items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'">☰</a></li>';
If the code doesn’t work try the hex values here: http://www.fileformat.info/info/unicode/char/2630/index.htm – you need to replace ☰ with the hex value
Regards,
Peter
moin peter,
vielen dank. leider kein twitter.
ich mag enfold mittlerweile sehr. gibt es bei euch eine öffentliche roadmap
für die weitere entwicklung? wäre diese sache etwas für ein feature request?
bis dann, marco.
Hey dalcnetsrl!
Can you please give us a link to the page? We would like to check it. The widget doesn’t load? Or the whole website doesn’t load when you add the widget?
Regards,
Ismael
Hi!
http://hazelwoodsoapcompany.com/ looks nice. Love the orange. Good job! :)
Regards,
Ismael
Hi!
I’m not sure what is wrong with the plugin but the theme does support featured images. You can check a post, page or portfolio item, you can set featured images on them.
Regards,
Ismael
Yigit, regarding the social icons….it says you can control what icons are disaplyed by the header options under the ENFOLD THEME OPTIONS. The problem Yigit, is that I’d like the icons in the socket, and the socket only….no place else.
Justin
Hi!
I’m talking about the Blog Style that you set on Blog Posts element or on the Enfold > General Settings > Blog Style.
Cheers!
Ismael
Hey!
I’m sorry but it does work on our end. Please give us a link to the page with the accordion. Just to be clear the code above is for the accordion content background color. This is for the accordion toggler or title:
.main_color .toggler, .main_color .toggler.activeTitle:hover {
background: red;
background-color: red;
}
Best regards,
Ismael
Im new at this and am needing some help please. (Enfold Theme)
Im not sure if its due to deleting the Enfold Copyright on the editor (footer.php)
When I go to my website 911golf.com some of the items wont load including some pictures, tab icons, footer 911 golf copyright and easy slider for examples.
Ive already tried uploading dummy data, and cleared my computer cache and cookies.
Thank you if you can help.
Casey
Hi Ismael,
I watched that video before I submitted the ticket. Did I miss something? I researched this fully and I see several people are having this issue. I read all the submitted trouble tickets. I’m fine with full width. It just doesn’t work. Right now I have these settings.
Enfold Settings: Theme Options = Display blog set to nothing or “Select Page”
General Settings: Blog Style = Grid Layout
Page Settings: Content Element > Fullwidth Masonry > Layout = No sidebar
If you notice, the sidebar does not go away even with the above settings. Can you tell me why?
You can check it out now. I’ll post the link in a private message.
Thanks, Jas
Hi – I found a bug on your “black” skin of Enfold. The same problem is replicated on my page. Option lists with search are showing up in white with all the options hidden. Here’s a screenshot: http://hfadm.org/bug.png
Please let me know how to fix. Thanks.
– Kevin
I have two installations of Enfold running the same version (2.4.5). However, it was brought to my attention that one site is encountering problems on iPads (both portrait and landscape orientation). I was able to reproduce the issue on multiple iPad 2s. I was not able to reproduce the issue on iPhones or desktops.
In trying to deduce the source of the problem, I tried copying and pasting the quick CSS from the functioning version to the non-functioning version without avail.
I also tried Yigit’s solution (https://kriesi.at/support/topic/mobile-menu-not-showing-on-ipad-2/), but it did not help
Any help would be much appreciated!
Functioning: http://www.snapcause.com/merchants
Non-Functioning: http://www.snapcause.com
Hey elbnetz!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 479px) {
.responsive #socket .sub_menu_socket {
display: block!important;
}}
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.togglecontainer {
margin: 15px 0; }
Regards,
Yigit
Hey Iano999!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#header_main .container, .main_menu ul:first-child > li > a {
height: 116px!important;
line-height: 116px!important;
}
.logo, .logo a, .logo img { max-height: 116px!important; }
Cheers!
Yigit
Hi elbnetz!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
#footer .av_font_icon {
-webkit-animation: none!important;
-moz-animation: none!important;
-o-animation: none!important;
animation: none!important;
opacity: 1!important;
-moz-transform: none!important;
-webkit-transform: none!important;
-o-transform: none!important;
transform: none!important;
}
Regards,
Yigit
Hi Munford!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-section.av-minimum-height .container .content { vertical-align: top; }
Regards,
Yigit
Hi David!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.fixed_header #main {
padding-top: 98px;
}
#main { background-color: transparent; }
Cheers!
Yigit
Hey teotaban!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.header_color .main_menu ul:first-child > li a:hover { color: white; background-color: orange; }
Regards,
Yigit
Adding a space between paragraph would be helpful. My clients don’t know HTML so text tab workarounds are not really useful.
Hey akamaxbuz!
Please go to wp-content\themes\enfold\js folder and open avia.js file and find
switchWidth = 767;
and change it to needed value. It will change the width to switch to mobile menu. You can set it to 1000
Cheers!
Yigit
Hi!
You can add following code to Quick CSS to remove only from single product pages
.single-product .avia-post-nav { display: none!important; }
Regards,
Yigit
Hey Tali!
1- Please add following code to Quick CSS in Enfold theme options under Styling tab
.woocommerce .related { display: none; }
3-"Products can be related to each other in three ways: Up-Sells, Cross-Sells, or by having the same tags or categories."
Regards,
Yigit
Hello,
The theme is beautiful and has functioned perfectly up until this point. When trying to make basic changes like adding a portfolio category or using a plugin, I receive the following error messages:
Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 30720 bytes) in /data/16/3/92/11/3092337/user/3445976/htdocs/wp-admin/includes/update.php on line 56
Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 7680 bytes) in/data/16/3/92/11/3092337/user/3445976/htdocs/wp-content/themes/enfold/includes/admin/register-dynamic-styles.php on line 122
Im not sure why this started happening; I’ve increased the memory allocation in my WP CONFIG file but no luck.
Any advice you can provide would be appreciated!