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, 4 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, 4 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
Hi David!
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) {
.fullsize .big-preview.single-big { width: auto; }
Cheers!
Yigit
Ismael,
Give it a try again. Sorry about that.
Hey eric!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_color, .main_color .site-background, .main_color .first-quote, .main_color .related_image_wrap, .main_color .gravatar img .main_color .hr_content, .main_color .news-thumb, .main_color .post-format-icon, .main_color .ajax_controlls a, .main_color .tweet-text.avatar_no, .main_color .big-preview, .main_color .toggler, .main_color .toggler.activeTitle:hover, .main_color #js_sort_items, .main_color.inner-entry, .main_color .grid-entry-title, .main_color .related-format-icon, .grid-entry .main_color .avia-arrow, .main_color .avia-gallery-big, .main_color .avia-gallery-big, .main_color .avia-gallery img, .main_color .grid-content { background-color: rgba(0,0,0,0.5); }
There are many class to target. Please post the link to your website and point out the section so we can provide you more accurate custom CSS code
Cheers!
Yigit
Hey guys –
Did a little work at http://embodyproject.com on the single post pages.
I added a background and then edited the image sizes to appear in full. The images and background are not sizing down with smaller devices. How do you recommend I go about enabling this?
Thanks in advance
Hi
This maybe off the topic, but if you can give me an advise, it will be great.
Our visitors are experiencing a slow page loading speed with enfold theme, especially from Asia. The page loading take about 7 seconds in Asia vs 3 seconds in USA. This is not an issue with Enfold, but hosting.
So after research I came up with 2 possible solution.
1. hosting our site at Page**ly or WPE**ngine (Managed WordPress hosting with CDN, the reviews say it’s really fast, but is it really true?)
2. hosting at Managed VPS with SSD, CDN, APC, Memcached, Varnish
Does Managed WordPress hosting really worth and boost up the speed, compared to fully loaded VPS with SSD?
Please advise
hi there
I’ installing the latest enfold theme and I get this message in the theme tab of WP:
Stylesheet is missing.
how come?
Outstanding fix!
thank you for your knowledge