Top Nav Social Media Icons. Change Them To Images
I get you are using a font for the social media icons you can config through the Enfold admin panel. I changed the b/w to color via some posts I saw in the forums, but my client still doesn’t like them (I think the phrase HATE THEM might have been uttered).
The only post I could find about this is here, and that individual did exactly what I want to do, but alas I think using a different theme (or it was updated), cause I don’t have the line of code that was suggested to be changed and replaced.
My site is here, and the social icons I want to use in the header are in the sidebar on all internal pages under the About section.
Any help would be greatly appreciated. And if this was covered elsewhere and I missed it, my bad, could you just please post a link to the thread.
BTW: I have been working in WP for almost seven years. A few of those making my living doing it. I long, long ago went away from any “free” themes to paid themes. The same for most plugins. I have NEVER seen a theme like this. Never. I am totally blown away. Almost without words with how easy it is to use while at the same time the quality site I can produce. Kudos to you all!
Tommy
-
This topic was modified 11 years, 9 months ago by
webranding. Reason: Typos
This reply has been marked as private.
Again you must not have read my last response…
I should not have to write code for a client to be able to change image sizes that should just work.
If you have a image setup to be 200px wide in the content editor that is how it should look.
So is this error in Enfold going to be fixed in a next update or what?
Andrew-
Hi Kriesi,
How do I get the color sections to display full-width, as in the theme demo?
Here is a page where the color sections are not displaying full-width:
http://awesomescreenshot.com/07f2s85d0c
My homepage consists of 5 color sections:
Color section 1 has the following:
- Text block with the h1 in it
- 3 images with captions (each within a 1/3 column)
- Empty 1/4 column
- 1/4 column with a text block
- 1/4 column with a button
- Empty 1/4 column
Color section 2 has:
- Text block with h2, then h3
- 5 large buttons, each in a text block in a 1/5 column
Color section 3 has:
- h2
- Portfolio grid (1 row, 3 columns, Title only, set portfolio grid image size automatically, AJAX preview, not sortable, no pagination)
- Button inside text block
Color section 4 has:
- First 1/3 column: Widget area (recent posts), text block with button
- Second 1/3 column: Text block with h2, several paragraphs, 2 buttons
- Third 1/3 column: text block with h2, testimonials grid (1 testimonial in a grid, everything is filled out except for the image)
And color section 5 has:
- Empty 1/4 column
- 1/2 column with contact form (default fields, just changed some labels)
- Empty 1/4 column
When I constructed this page one color section at a time, the color sections were displaying full-width – even after I laid out the whole page. Next, I made the theme’s homepage this page. After this, the color sections were no longer displaying as full-width – even after I made the original homepage the theme’s homepage again.
Is this a bug in the theme? Is there a workaround that works every time?
(Edit: The site is using Theme Test Drive, so only I can see this theme on the site as of right now. The Enfold theme is up to date on this site.)
Thanks, David
Hi
I am using Enfold theme and if I try inserting video via the theme´s layout builder and > media modules > video
… the videoplayer shown on the published page are missing the full screen button.
When I insert a video via tex block instead and via the “insert-media” button above the editor buttons the video published shows the same player but with fullscreen button and also a nice play icon / button in white layered over the video preview image. Is this intentional for Enfold or am I missing something?
-
This topic was modified 11 years, 9 months ago by
Peter.
Hi Devin,
I’ve just tried your Quick CSS and it works, thanks.
However it’s not looking beautiful:

Any chance to align it left and use the full width? Or make it somehow else looking more beautiful?
Thanks,
Armin
Hi there,
Im using Enfold 1.3.1 on my website. I know this is an outdated version, but i’ve customized a lot of scripts in the theme to suit our website.
Anyway, the “alt-tag” on images is not working, this problem was solved in 1.6 i’ve read.
Can you tell me what script(s) fixed this problem, so I can maybe update only this file(s)?
Thanks!
This reply has been marked as private.
Good morning,
I’ve recently imported a Blogger site entries into WordPress using the import tool. All blog entries are ok, images are properly displayed in Google Chrome (medium size when in blog page, full size when clicked) but when uging Internet Explorer 11 or Firefox 29 all images are very big in size, breaking the blog page layout (Much more evident using IE).
I’m using the latest versions of WordPress (3.9.1) and Enfold (2.7.1). I’ve tried to run the “regenerate thumbnails” plugin with no result.
Could you help me? Thank you,
in a future Enfold update?
Thanks
EDIT: sorry, i did not saw you answer above..
-
This reply was modified 11 years, 9 months ago by
pako69.
Hi!
@Flikk – thanks for helping us out.
Yes http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/ will show you how to load custom shortcode/template builder element files from your child theme folder. I recommend to study the code of the existing shortcodes (located in the enfold\config-templatebuilder\avia-shortcodes folder) to understand how our template builder framework works.
Regards,
Peter
Hallo,
Ich würde gerne auch bei
“Beschreibung Team-Mitglied” den Text mittig setzen!
Wie mach ich dies?
Bei “Team-Member job-title” ging es so:
Please add following code to Quick CSS in Enfold theme options under General Styling tab .team-member-name, .team-member-job-title { text-align: center; }
Hello Josue
I just modified the loop-index.php to do not display those tags.
It will easier if that was an option in Enfold theme option… :-)
thanks
Hi mand4mac3!
I couldn’t find any myspace icon on fontello: http://fontello.com/ . Unfortunately it’s not easily possible to add a new social icon to Enfold if fontello doesn’t offer an icon for this service.
Cheers!
Peter
Hey!
You can try to set a “preload” attribute to deactivate the preloading feature. Open up wp-content/themes/enfold/framework/php/function-set-avia-frontend.php and replace:
$output .= '<video class="avia_video" '.$image.' controls id="'.$uid.'" >';
with
$output .= '<video preload="none" class="avia_video" '.$image.' controls id="'.$uid.'" >';
If you’re using a child theme copy the entire avia_html5_video_embed function into your child theme functions.php file and modify the code line there.
Cheers!
Peter
Hey cyrusis!
Open up wp-content/themes/enfold/includes/loop-author.php and replace
if(!empty($cats))
{
echo "<span class='text-sep'>/</span>";
echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." ";
echo $cats;
echo '</span>';
}
with
if(!empty($cats))
{
echo "<span class='text-sep'>/</span>";
echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." ";
echo $cats;
echo '</span><span class="text-sep text-sep-cat">/</span>';
}
echo '<span class="blog-author minor-meta">'.__('by','avia_framework')." ";
echo '<span class="entry-author-link" '.avia_markup_helper(array('context' => 'author_name','echo'=>false)).'>';
echo '<span class="vcard author"><span class="fn">';
the_author_posts_link();
echo '</span></span>';
echo '</span>';
echo '</span>';
2) Yes, the magazine template doesn’t display the author yet. I’ll ask Kriesi to include the author name. Probably we’ll hide it by default though to preserve the layout/design.
Regards,
Peter
sorry, I forgot to say: I did all recent updates, WP is 3.9.1, Enfold 2.7.1
Hey annebetts!
Thank you for visiting the support forum!
Did you extract the actual enfold zip from the themeforest zip package? Please download the theme again from your themeforest account then upload the theme files via FTP. Refer to this link: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/
Best regards,
Ismael
Hey!
Are you using the latest version of Enfold?
Regards,
Josue
Hi,
I’ve positioned an instance of the Enfold News Widget above a layerslider using the following CSS:
#after_layer_slider_1 {
position:absolute;
top: 125px;
left: 143px;
width:530px;
height:400px;
z-index: 9999;
padding-top:0;
margin-top:0;
}
The widget is appearing as expected above the layerslider, however I’m getting an approx 50px header within the panel, above the first news item.
I can’t figure out how to remove this.
In addition to the above CSS, I’ve tried adding custom CSS targeting every other div in the parent structure but with no result.
Any ideas would be greatly appreciated – thanks!
I found how to do this on another theme but no solution for this for enfold. I’d simply like to place the little search magnifying glass just like it is in the main_menu only on the right of the sub_menu.
Thanks in advance.
Raleigh
HI –
I installed Enfold twice, once using .zip, once using FTP. Both times, after I activate the theme, the site is completely blank. When I view source, I see the following:
<!DOCTYPE html>
<html lang=”en-US” class=”<br />
<b>Fatal error</b>: Call to undefined function avia_header_class_string() in <b>/home4/filevine/public_html/wp-content/themes/enfold/header.php</b> on line <b>11</b><br />
I tried increasing the memory limit, no luck. I have also deactivated all plugins, again no luck.
The site is http://www.filevine.com/
Thank you for your help!
Hi Per!
Are you using the latest version of Enfold?
Cheers!
Josue
Hi!
Thank you for the update.
We transferred the Import Dummy Data button on Enfold > Import/Export panel. Let us know if it’s there. Make sure that you’re running Enfold 2.7.1.
Regards,
Ismael
Hi!
Thank you for the update.
You don’t need to deactivate or delete the Enfold theme. Download the latest version 2.7.1 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
I’m sure you’ll encounter some issues and you might need to recreate some of the contents from scratch.
Best regards,
Ismael
Hi!
Thank you for the update.
Make sure that you have selected a sidebar on Enfold > Sidebar Layout > Sidebar on Single Post Pages. It doesn’t matter if right or left as long as you enabled the sidebar for single post pages.
Best regards,
Ismael
Hey!
Thank you for the login details.
You only have one post yet? I reset the settings on Settings > Reading. You need to set the blog on the Enfold > Theme Options > Where do you want to display blog?. Also, if you’re planning to use the Blog Posts element, you need to set the Blog Style as Use the advance layout editor… option.
Regards,
Ismael
Hi agameseo!
Thank you for using the theme!
This is possible but the task will require a bit of customization on the theme core files. Regretfully, this particular request falls beyond the scope of support so you might need to find a plugin or hire someone to edit includes > helper-main-menu.php. He can create wp conditional statements to call different menus per page basis. We haven’t tested this plugin but it might work: http://wordpress.org/plugins/zen-menu-logic/
Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
Cheers!
Ismael