Is there a way to display the social media links on the far right of header like this kriesi.at site in the Enfold theme? This would be instead of the links on top left of header above logo.
My testimonial images are not “popping up” like they were when I initially installed Enfold. Can you please advise?
I did but just for this element I have no options. It is very strange! I know very well Enfold theme and its options but no way with hr… :-(
Hi wss310!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.entry-content-wrapper div li { font-size: 14px; }
Best regards,
Yigit
I am using the “Audio Player” plugin and would like the player to display in the excerpt of the portfolio grid. When I type in the shortcode, it only displays the text. Is there any way around that?
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
1- Do you mind creating a temporary admin login and posting here privately?
2-
#top h2 a {
font-size: 46px;
}
3-
.page-id-3402 .shareaholic-canvas { display: none; }
4-
#top .flex_column .template-blog .post-title { line-height: 35px; }
Regards,
Yigit
Hi! I’m not able to show the hr line with the small circle in the middle as shown in the Enfold Demo Theme.
Someone can help me? Thank you!
Andrea.
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.header_color .main_menu ul { background-color: black; }
#header_main { border-bottom-style: none; }
.bottom_nav_header.social_header .main_menu ul:first-child>li a {
border-right-style: none; }
.bottom_nav_header.social_header .main_menu ul:first-child>li:first-child a {
border-left-style: none; }
Cheers!
Yigit
Hello.
Someone just let me know that when you go to the last item of my portfolio and click on the big portfolio link arrow it goes back to the previous image and does not restart over again.
The functionality I am referring to is this on the demo site: http://kriesi.at/themes/enfold/portfolio-item/portfolio-big/
And the issue on my site. I am starting at the next to last portfolio item. Click the big portfolio arrow link on the right and you will see that the last 2 items begin an infinite loop rather than starting at the beginning of the portfolio.
http://www.thinkdoug.com/portfolio-item/back-basics-open/
Please help with this issue.
Doug
Hi ldsrutter!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.home .wp-socializer-buttons { display: none; }
Best regards,
Yigit
Hi unclemurray!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-slider-testimonials .avia-testimonial-content { font-size: 20px; color: white; }
Cheers!
Yigit
Hello!
Where can I find the Translation plugin? I installed the complete .zip of the theme but I can´t find the traslation plugin that you listed in the Core Features of this Theme in the Themeforest Site:
http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990
Translation ready Feature:

-
This topic was modified 11 years, 2 months ago by
ggerber.
Hey comlor!
You can add following code to Quick CSS in Enfold theme options under Styling tab
#top.avia-blank #wrap_all { vertical-align: top; }
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.logo, .logo a, .logo img { max-width: 235px !important; }
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a {
height: 152px;
line-height: 152px; }
Cheers!
Yigit
Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) {
.responsive .logo {
height: 65px; }}
Cheers!
Yigit
I use DesktopServer (installs XAMP and allows you to develop multiple WordPress sites on your local hard drive) for WordPress development sites and for some reason it’s not behaving with Enfold. I created 5 other WordPress installations using DesktopServer and 5 different themes, just to make sure that the problem didn’t lie elsewhere. Do you have insight into what might be going wrong?
I made a screencast to show you exactly what happens, you can find it here. Sorry about the annoying watermark on the video.
Thank you!
-Tali
Hi,
The name of the person doesn’t appear on the testimonial slider.
WP 3.8.1. ENFOLD 2.4.5.
Kind regards
Frank
Hey Yigit. Decided to go back with the left logo alignment. We are using a wider logo, and on tablet, the logo shrinks and is not aligned to with the navigation. On phone, most of the word Healing gets cut off. How do I resolve this issue?
Hi,
It would be really interesting to manage “columns property” as column background, column padding, column radius… using the modal system as for other shortcodes!
Cyril
Hi Kimberly!
See: http://kriesi.at/documentation/enfold/create-new-portfolio-item/
Make sure that you add a featured image to each portfolio item so that the theme has something to use in the portfolio grid element.
Regards,
Devin
Following the instrux on http://kriesi.at/documentation/enfold/replace-the-default-blog-latest-news-title/,
I pasted the code below at the end of he functions.php file, but nothing changed. It still reads “Blog – Latest News”. What should I do now?
/*
* KBS change blog title
*/
add_filter('avf_title_args', 'fix_single_post_title', 10, 2);
function fix_single_post_title($args,$id)
{
if ( $args['title'] == 'Annies News and Views' )
{
$args['title'] = get_the_title($id);
$args['link'] = get_permalink($id);
}
return $args;
}
Many thanks will take a look.
I hate playing with code though. It would be great if these options were available in the Enfold menu.
Cheers.
Hmm. I did what you said. I pasted body { font-size: 16px; line-height: 80%; }
into the Quick CSS.
Take a look at http://www.kennethbsmith.com/clients/abww/
Seems I can control the font-size but not the line-height. Above I used line-height: 80%; so you would see that is not working. Seems to be stuck on line-height: 1.65em;
Using FireBug I can not seem to grab the line-height.
Any other suggestions?
(I have been editing CSS for five years, so I find this baffling. But I like Enfold and want to understand the nuances. I also have been using your custom.css but not here so as to adhere to your suggestion.)
Thanks.
Hello,
I am currently on WordPress 3.8.1 and Enfold 2.4.5.
Although in the demo website you have in Themeforest, I can see the Masonry and Single Author Full Width layouts, in my admin/settings page, I cannot find them in the drop-down menu.
I can only find the Multi Author, Single Author Small, Single Author Big and Grid Layout.
Kindly please let me know how can i create a blog of either Masonry or Single Author Full Width layout.
Thanks in advance,
P.
Hey!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.image-overlay { width: 100%!important; }
Cheers!
Yigit
hello!
the indexing is already done in enfold theme or i have to add some codes?
-
This topic was modified 11 years, 2 months ago by
Iladevi.
Hey!
Please find following code in Quick CSS in Enfold theme options under Styling tab
.logo, .logo a, .logo img {
max-height: 125px!important; }
and change it to
.logo, .logo a, .logo img {
max-height: 150px!important; }
Best regards,
Yigit