Hi Dude,
This didn’t work. This is what I did.
1. I removed the code I added to register-admin-options.php because you said I didn’t need to hack the theme file.
2. On fontello site, I selected a Yelp font from the zocial font family and downloaded the zip
3. I added the code below to the bottom of functions.php and saved.
4. I went to Enfold – General Settings and uploaded the zip as you can see here http://goo.gl/PUZ9n2
5. I then went to Enfold – Header and added a social item and looked for “Yelp” in the “Social Icon” drop down list.
6. I don’t see Yelp in the list. What did I do wrong? Please talk to me like I am a baby. Ha.
Thank you, Jas
Here is my code.
add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
function avia_add_custom_icon($icons)
{
$icons['yelp'] = array( 'font' =>'fontello', 'icon' => 'ue800');
return $icons;
}
add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
function avia_add_custom_social_icon($icons)
{
$icons['Yelp'] = 'yelp';
return $icons;
}
-
This reply was modified 12 years, 1 month ago by
Jasmer.
Hey!
Yes, the class is theme specific. It’s required because our theme tries to scroll to an element if it exists on the current page (otherwise we couldn’t create section links like here: http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/ ) and if the user wants to deactivate this effect he can use the no-scroll class.
Regards,
Peter
HELLO
I speak very little English, we must be more precise, I’m in ENFOLD> STYLE> ALTERNATIVE CONTENT, I make the change and nothing happens it does not take into account my request, I DO WHAT?
Ismael, you gave me a code, it is in every page?
Thank
Got it all figured out. Worked great. Thanks a million! I’ve been trying to figure that out for a while!
Quick question for future reference… Is the “no-scroll” specific to Enfold? or is that something I can put in other theme’s if I come across similar issues.
I guess I should ask if it theme specific.
thanks!
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.