Hello, please take a look at http://www.jeffkrausrealestate.com/idx/city/newportbeach
There is a search widget I am using and it is cutoff. I think it’s because the sidebar is too narrow. There is a lot of padding in this theme, so I am looking to have less white space to fit everything. Do you have a theme you could recommend, maybe Incarnation? Or can some adjustments be made with Enfold.
Thanks for your help!
Hi,
The code Dude provided should remove the meta infors from single posts view, blog, archive etc.
.post-meta-infos {
display: none !important;
}
Regards,
Ismael
Hey,
Can you give us a link to the website? Do you have the latest version of Enfold, 2.0.1? If you have any plugins installed, please deactivate them first. Let me tag Devin to check this through.
Regards,
Ismael
Hi,
You have an old version of the theme. Please download Enfold 2.0.1 and upgrade WordPress to 3.6. It will fix a lot of jQuery issues.
Regards,
Ismael
1. possible to set color sections (Layout Element) in a page with sidebar?
2. Is it possible to make a new Element for the Avia Layout Builder to show a custom stick menu on a blank page (No Header / No Footer) template to scroll up and down with the id
3. Yesterday i saw a other theme that included this: http://codecanyon.net/item/go-responsive-pricing-compare-tables-for-wp/3725820
Would be a great future :)
Thank you so much
The Plugin isn’t working cause its not showing the VISIBILITY field in the menu and can’t be selected over the options panel.
And why should i use a plugin, if enfold comes allegedly with this function?
Recently installed ENFOLD Theme at my web site.
Now, I don’t receive any e-mail by contact form in ENFOLD Theme.
My receiving e-mail address is admin e-mail.
Please let us know your Idea.
Thanks
We use the standard wp_nav_menu() function to show the menus and maybe the plugin hooks into this function and breaks it on tag archive pages. I don’t have a copy of the plugin right now and your best bet is to contact the plugin authors. If they need help to find the problem ask them to send a mail to (Email address hidden if logged out) and I’ll try to help them.
Hi,
Its a little more than the default support covers. You can request feature on https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Yigit
Hi,
In theme directory please go to Enfold > Framework > Php and open Class-breadcrumb.php file. Find following code in lines between 281-292
if('post' == $post_type)
{
$category = get_the_category();
$ID = $category[0]->cat_ID;
$parents = get_category_parents($ID, TRUE, '$$$', FALSE );
$parents = explode("$$$", $parents);
foreach ($parents as $parent_item)
{
if($parent_item) $trail[] = $parent_item;
}
}
And comment it out
/* if('post' == $post_type)
{
$category = get_the_category();
$ID = $category[0]->cat_ID;
$parents = get_category_parents($ID, TRUE, '$$$', FALSE );
$parents = explode("$$$", $parents);
foreach ($parents as $parent_item)
{
if($parent_item) $trail[] = $parent_item;
}
} */
Regards,
Yigit
Hi !
Right now, when I hover over the picture, a red Icon fades in …
The Icon differs if it is just a picture and a click would bring the lightbox up or it’s a link and the click would open another page …
This is really cute, but on some pictures I need a more classic hover…
Would it be possible to have a “classic” hover effect that I can have 2 picture “states” … one normal and one hovered ???
For example the normal state has a white background and the hovered picture a grey background —
Thanks
Tom
Hi,
afaik pages do not show any dates (publishing date or update date). I checked all pages on the demo website: http://kriesi.at/themes/enfold/ and I couldn’t find dates on standard pages and portfolio items. Only blog pages, post sliders and articles display the publishing date underneath the title.
However you’re using Yoast’s sitemap: http://www.rcgauto.com/sitemap_index.xml and maybe google fetches the date from the sitemap.xml file. If you want to get rid of it deactivate the sitemap generator (SEO > XMl Sitemaps).
Hi,
1) No, the gallery images just support a lightbox link.
2) Can you post a link to the gallery please? I couldn’t reproduce the issue on the demo page: http://kriesi.at/themes/enfold/shortcodes/gallery/ or on my test server.
Please replace following ode in your quick css field
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a {
height: 80px !important;
line-height: 80px !important;
}
with
.social_header #header_main .container, .social_header .main_menu > ul > li a {
height: 80px !important;
line-height: 80px !important;
}
Thanks.
Although this removes de comments count and date from the single posts, I can still see them in the archives page and the recent posts widget.
How do I remove the date and comments count from there?
Sylvia
I tagged this thread for Kriesi because I can’t reproduce the problem with Safari on Win8 (I tested it on my server & demo page here: http://kriesi.at/themes/enfold/ ). Maybe it’s a OS (MacOSX) specific issue.
Hi,
The widget does not meant to give you a Follower count or something like that. It is only a link to your Twitter account and your RSS feed. You can also see it on the Enfold demo. Check the footer area.
Regards,
Ismael
Hello ,
please , check the portfolio archive page by tags
The blog tags – is OK
But portfolio archive page by tags – has totally crash structure and looks terrible .
Unfortunately, I can not find portfolio tags on Enfold Kriesi demo page.
thanks
Hi,
@Semel: Yes, you can change this. Edit framework > php > class-form-generator.php, find this code on line 544:
$subject = empty($new_post['subject']) ? __("New Message", 'avia_framework') : $new_post['subject'];
Regards,
Ismael
Hey,
This backslash issue has been fixed on the latest update of Enfold. It is not happening on our end anymore. I tested your code for the h5 tag, update the page then switch back to visual mode to text mode and back. Updating after switch and I still don’t see the backslashes appearing on Chrome and Firefox.

Regards,
Ismael
Hello Guys,
Updated one of our enfold pages to use a colour section with a background image as fixed. Looks great on a desktop, however it doesn’t seem to work on iPad or iPhone as well. The image in the colour section is there, but it’s just a section of it and it scrolls, rather than stay fixed.
Any ideas for a fix?
Thank you.
Hey,
Nice websites!
Thank you for using the Enfold theme. :)
Cheers,
Ismael
Hi,
You still don’t have the latest version of Enfold. Please download the theme on your themeforest account and update your installation. You also have a lot of plugins installed. Please try to deactivate them. If you have a cache plugin, please flush the permalink settings.

Regards,
Ismael
Hey,
Looks like we got a french translation by manv83.
fr_FR.zip (33 KB)
https://mega.co.nz/#!XER20TZR!HpD9LggQY1f28qoqpP7W5FzI2c81Qh-G7aHsp5Nafqc
Regards,
Ismael
Hey,
It is already possible to add tags to portfolio items. Please update to Enfold 2.0.1.
Regards,
Ismael
Hi,
i added the Enfold Combo Widget to my Blog Sidebar.
On the main page of the blog (the grid view of all posts), the combo works just fine.
Once i click on an entry the combo is messed up and shows pages with empty pictures instead of the recent blog entries.
Example:
I can’t think of any reason why pages wouldn’t be showing through the options there. The theme doesn’t do anything to modify that part of the core files.
You can try switching to another theme and see if you are then able to but otherwise you could try just disabling any active plugins.
Hi,
You’re welcome, glad we could help
Regards,
Yigit
Oh good clarification thanks!
Hi,
This path leads you to Contact.php file in the directory where WordPress is installed. You can change it via FTP
Regards,
Yigit