Hey Francesco!
Thank you for using our theme.
It seems like the server can’t start a session. Please contact your hoster and ask them to check the server configuration (session data folder is writable & exists, etc.).
Enfold uses sessions to build the breadcrumb.
Regards,
Günter
Hey Marc!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
.slideshow_caption { display: none !important; }}
Best regards,
Yigit
Hey Anthony
You are most probably using an older version of the theme. Please update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750
Regards,
Yigit
Hi PaintedMidget!
You can define your own CSS class and put the code in custom.css or enfold->styles->Quick-CSS field, eg:
.customer_red{
color: #c30a20 !important;
}
and assign this class to the tags like <p>, <span>, …. that need this color, e.g.:
<p class="customer_red">........</p>
<span class="customer_red">........</span>
Regards,
Günter
Hey mhauslaib!
Responsive layout should be enabled by default. If not, you can always enable it in Enfold theme options.
Cheers!
Yigit
Hey Lucas!
Currently it is not possible on Easy Slider. You can use Layer Slider and use keyboard to navigate through your slides.
Feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/
Best regards,
Yigit
Hey blankonblank!
Thank you for using our theme.
There is no way to do this by CSS.
You will have to change the php code. You find it in:
enfold\config-templatebuilder\avia-shortcodes\team.php
line 227ff.
You also will have to do CSS styling.
But this customization and is beyond the scope of support.
Regards,
Günter
Merhabalar Orhan!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
#top .social_bookmarks li a, #top .social_bookmarks li { height: auto; }}
Regards,
Yigit
Hi Jorge!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
#header_main_alternate, #header {
-webkit-transform: translateZ(0);
}
Regards,
Yigit
I just found this topic about renaming the labels of the search results.
While @Ismaels solution works perfect with my custom post types, it doesn´t work for my portfolio items. I am using the german version of enfold and here “portfolio items” are translated to “Portfolio Einträge”. The problem is that the solution doens´t work if a german umlaut (in this case “ä”) is inside the label name.
add_filter('avf_ajax_search_label_names','avf_ajax_search_assign_label_names', 10, 1);
function avf_ajax_search_assign_label_names($label) {
if($label == 'Portfolio Einträge') {
$label = 'Mitarbeiter';
}
else if($label == 'Produkte') {
$label = 'Downloads';
} else {
$label = $label;
}
return $label;
}
If I change the translation (.po / .mo files) to a name without “ä” (e.g. from “Portfolio Einträge” to “Portfolio Eintraege”), it works without a problem. Do you have any idea of how to get the code to work with the german translation? Thanks.
Hey!
@alexmasica Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.header_color .main_menu ul:first-child > li > a {
color: green;
}
Best regards,
Yigit
Hey JulieDesigns2!
Thank you for using our theme.
It seems, that the image had not been uploaded correctly. Normally WP creates different sizes of an uploaded image.
Either try to upload the image again or use a plugin like https://wordpress.org/plugins/regenerate-thumbnails/ to rebuild all the sizes (make sure, that enfold is the activated theme).
Cheers!
Günter
Hi!
You can use Responsive Large Layout in Enfold theme options and it should help. If not, padding value should be adjusted
Regards,
Yigit
Hey!
Enfold version you are currently using is not compatible with WordPress version you are using. Updating the theme should solve the issue :)
Best regards,
Yigit
Hi
I have some problems with the blog layout.
There is a function in the Blog Layout section of Enfold called “Blog Style”.
In the grid layout the pictures are too small and there is not enough text and information.
If i choose “Single author, big preview pic” there is the whole content of all blogs in the preview.
If I use a page for the layouting this section it works better with the “blog post” widget.
But that´s not a good soultion because if the users use the breadcrum section in the title they always hop on the generic blog archive overview. And there is the grid layout – because the single preview with big image works only i the blogs post widget.
Hey Alan!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.post-to-page-date, .post-to-page-author, .post-to-page-categories, .post-to-page-readmore, .post-to-page-comment-count {
display: none;
}
P.S.: These elements are not Enfold elements.
Regards,
Yigit
Hello there,
I’m using Enfold theme for the second time … the first one it worked perfectly, but now I have lots of problems when I move the website from locale to remote.
You can find all the errors at: see private content.
As you can see, there are lots of Warnings. The LOGIN page seems to be even worst…
I have tried to change theme and no errors were displayed.
May you help me, please?
Tnx in advane.
Hi Paul!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#mobile-advanced { z-index: 1000001; }
Regards,
Yigit
Hi Jan!
There are few ways of doing it. You can find “CSS way” below
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust it as needed
.page-id-59 .logo img { opacity: 0; }
.page-id-59 .logo a { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-repeat: no-repeat; background-size: contain; }
and apply it to your page differently using page ID. You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Best regards,
Yigit
Hey Monique!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1140px) {
.av-main-nav > li > a { padding: 0 6px; }}
Cheers!
Yigit
Hi Marc!
You are welcome :)
Feel free to request such feature or vote if already requested here – https://kriesi.at/support/enfold-feature-requests/
Cheers!
Yigit
This reply has been marked as private.
Hello
Yesterday is WP automatically updated. After, this message is diplayed on top from Header:
Warning: session_start() [function.session-start]: open(/tmp/sess_fd42e0c653660759bfbef7164d5a84b7, O_RDWR) failed: Permission denied (13) in /home/httpd/vhosts/caffechiriatti.ch/httpdocs/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33
under the Footer this Message is displayed:
Warning: Unknown: open(/tmp/sess_fd42e0c653660759bfbef7164d5a84b7, O_RDWR) failed: Permission denied (13) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0
Since 1 hour the Admin interface is NOT displayed! i have a blank screen…
here the Link to Homepage: http://www.caffechiriatti.ch
Any suggestions oder ideas?
Than you for your Help
Diomaiuta
Hey Schutreclame!
Can you please post the link to your website?
Please make sure that you are using the latest version of Enfold 2.9.1, WordPress 3.9.1 and all of your plugins are up-to-date. If you are not using the latest version of Enfold, please update it via FTP – http://vimeo.com/67209750
Best regards,
Yigit
Hey farbcoach!
Please go to Enfold theme options > Header Layout > Extra Elements and add your social network URL’s
Cheers!
Yigit
Hey Arne!
You are currently using Enfold version 2.7.1. Please update the theme to the latest version 2.9.1 via FTP – http://vimeo.com/67209750
You can take a quick look on what is new on newer versions here on blog – http://kriesi.at/blog
Regards,
Yigit
Hi mwalker420!
It should be included in Enfold update, which will come soon. No ETA though
Best regards,
Yigit
Hi Ismael,
thanks for the fast respond:
I tried the ID / fixed-bg css addon and it doesnt work:
Effect 1: on the normal Firefox browser there is no BG-Image visible
Effect 2: on the iOS Device (iPad) there is a fixed image, but the layout is completly changed and many more
Changed the z-index: to 1 : it is visible on the firefox browser and ios Browser but the layout is also destroyed.
(no breadcrumbs visible etc., position of the fixed image is not right etc.)
I think this workaround is to sensible because of the z-index rendering of a relative complex layout. So .. :-(
Is there any timeline when the fixed “fixed (and parallax) BG Images” is coming back in Enfold ?
Best regards
Jochen