Guten Tag
Gestern wurde WP automatisch updatet. Seither ist im Menu “Shop” nicht mehr erreichbar und ich habe ganz oben diese Fehlermeldung:
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
unter nach dem Footer erscheiont diese Fehlermeldung:
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
Hat jemand eine Idee was das sein könnte?
Vielen Dank für die Hilfe!
This reply has been marked as private.
Latest greatest from Norway…
Click
Hey there,
i am trying to make the lightbox of my page look like in this example:
http://kriesi.at/themes/enfold/portfolio/portfolio-2-column/
My Lightbox is not as nice as the one above..
I am using the latest version of enfold on my Website.
http://www.motion-media.de/referenzen/
Any help?
Best wishes Arne
Please help! De pagebuilder in enfold doesn’t work anymore.. tried everything!
Hi Yigit,
I’ve uploaded the theme using FTP and overwrite all the files, but still the error exist :
“Notice: Undefined variable: title in /home/zoolikec/domains/zoolike.co.il/public_html/wp-content/themes/enfold/config-woocommerce/config.php on line 540”
This is happening on all of the products pages, what can I do next ?
Thanks.
Hey!
Thank you for using Enfold.
The layer slider seems to be working fine on our installation with jetpack installed. This must be a combination of jetpack with other third party plugin. Please deactivate all plugins except jetpack then test the layer slider again.
Regards,
Ismael
From my computer from the home page I see only 18 items in the mega menu but from other computers I checked it, on some it shows 21, on some 18 but in general, there’s the same issue with the pages with less stuff. Isn’t it a problem that when you have less stuff on a page the menus do not work properly, do not expand? Should a reader know that they can’t see all the sub-pages on a menu because they are on a page with less stuff? It sounds a bit weird. It makes no sense. Isn’t is a weakness of the Enfold theme? What could we do? For a theme like Enfold which seems great and has been purchased by thousands this issue is strange a bit. This way one must put lots of stuff on all pages even if he does not want just to make the menus to work? Thanks for your help. Let me know…
For pages with small content (without enough height). In high screen resolution, the footer background will increase to filled the height How to keep the footer background and content fixed no matter the size of the content in enfold ? (please help)
Hey blankonblank!
Thank you for using Enfold.
Do you mind if we take a look at the actual page with the button? We can remove the background of the button via CSS.
Regards,
Ismael
Hey Josue,
So basically, I should use the blog set-up tool in the page options instead of trying to go through the Enfold>Blog Layout option?
Best,
Alex
Hey davidfavero!
Thank you for using Enfold.
The color section has a minimum height of 100px by default so even if it’s empty it will still be 100px in height. You can change that on Quick CSS or custom.css:
.avia-section {
min-height: 10px;
}
Regards,
Ismael
A page template would be: http://codex.wordpress.org/Page_Templates
It would be select-able from the page template dropdown and would output your element either before or after the visual editor content. So when I did that for a client I made a page template called video player and wrote some php to grab the data from the url, save it as variables and then added the variables into the video player on the page.
I *think* that would be the easiest here but it depends on what your overall layout would be and how much other content should be edited on the page.
To replace a ALB drag and drop element or add your own see: https://github.com/DevinVinson/enfold-child-docs
I have a function in the functions.php file that points to the child themes shortcode folder where I’ve replaced the default magazine element with a modified version. That way it shows the last updated data instead of the published date http://kriesi.at/documentation/enfold/tutorials-how-to-articles/
You could do the same thing but create a new element.
Compatibility should actually be the same with both themes. The big difference is that Replete is designed as an ecommerce theme so all of its design is geared towards a shop type design. Enfold is a lot more flexible so the user is more responsible for creating that same general shop feel.
No. This is a code generated by my visibility tool I have with my hosting provider. They only provide the code to be implemented in the site so it will show that information in google search engines. But since I am running enfold as a theme, I do not know where to place this code. Usually it is placed in the header when I built html/css sites (no wordpress sites).
Hey Justin!
Thank you for using Enfold.
Set the social icon position to Display in main header area on Enfold > Header Layout > Extra Elements > Header Social Icons option. You can adjust the top position of the social icons withi on Quick CSS or custom.css:
#header_main .social_bookmarks {
top: 90px;
}
The top position will depend on the height of the header. Regarding the background, please use this:
.main_color {
background-size: 100% !important;
}
Regards,
Ismael
Hey axelfx07!
Thank you for using Enfold.
1.) What are the files that you’re trying to use?
2.) I changed the font on General Styling > Heading Font to Alice and log out. When I came back, the option is still there.
3.) This is usually cause by html codes not properly closed like h1, strong tags etc. Please check all html codes and make sure that they are close properly. Please give us a link to the actual page where this is happening. We would like to check it.
Cheers!
Ismael
Ref: https://kriesi.at/support/topic/replacing-or-adding-a-custom-icon/
Hi Enfold Team
I searched and found a post regarding this issue however it was never resolved and I am facing the same issue the previous poster faced.
I do not see:
$html .= "<a {$blank} href='".$icon['social_icon_link']."' class='avia-font-entypo-fontello'>".$avia_config['font_icons'][$icon['social_icon']]."</a>";
in
‘helper-social-media.php’
to replace with
if($icon['social_icon'] == 'rss'){
$html .= "<a><img src='http://mywebsite.com/image.jpg' alt='' /></a>";
}else{
$html .= "<a>".$avia_config['font_icons'][$icon['social_icon']]."</a>";
}
I am trying to create a simple cart button that links to /cart – I like the idea of replacing an RSS icon (which I won’t be using) with the Entypo cart icon, linking internally to the cart page.
I truly appreciate all of the help and support you have already provided via this forum and look forward to hearing back from you.
M
-
This topic was modified 11 years, 2 months ago by
Yigit.
Hi!
If I am not mistaken, this has been fixed on the latest patch of the theme. Please download the latest version Enfold 2.9. 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/
Best regards,
Ismael
Hey blankonblank!
Thank you for using Enfold.
Please use this on Quick CSS or custom.css:
.html_header_transparency #top #wrap_all #main {
padding-top: 0;
margin-top: -88px;
}
Cheers!
Ismael
Hi heufti65!
Thank you for using Enfold.
Please use this on Quick CSS or custom.css:
.entry-content-wrapper div li:before {
content: '→';
padding-right: 5px;
}
ul.disc, .entry-content-wrapper ul {
list-style: none;
}
.entry-content-wrapper li {
margin-left: 0;
}
Cheers!
Ismael
Ok. Thank you.
I am about to build a ecommerce site and I was considering REPLETE over ENFOLD because REPLETE is advertise as more compatible with woocommerce and ecommerce but I do like all features of the latest enfold. Hard to decide.
Hey demtnman!
Thank you for using Enfold.
Please edit the table then set the Table Purpose to tabular then and the Responsive Styling to scrollable.
Best regards,
Ismael
Hey @vcoronel!
No it is limited to Enfold 2.9+ alone.
Cheers!
Devin
Hey anthonyv9!
Thank you for using Enfold.
The element is located on the Media Elements panel. Please try to remove browser cache then reload the page a few times.
Cheers!
Ismael
Hi enfold team,
1. Irgendwie funktioniert die drag and drop Funktion im Menue bei mir nicht mehr. Wenn ich mit mit der Maus einen Menueunterpunkt rueberziehen will produziert die Seite stattdessen viele neue leere Menuefelder. Ich kann leider nicht zuordnen, seit wann dies so ist… Beim erstmaligen Aufbau der Seite lief alles problemlos. Mach ich was falsch? (Koennte nen Screenshot senden)
2. Kann man das Layout der einzelnen “Kategorieseiten” aendern? Beim Anklicken einer Kategorie erscheinen die dazugehoerigen Beitraege zunaechst nebeneinander. Ich haette stattdessen aber gerne eine Blog-Struktur. Oder muss ich dafuer fuer die einzelnen Kategorien einzelne Seiten anlegen?
3. Wie kann ich den Abstand zwischen Farb-Sektion und dem ersten Blog-Beitrag verkuerzen?
Danke schon mal vorab.
Gruesse
Hi TimothyDel!
Without a good bit of custom css for that page it wouldn’t be doable. The most direct and best route to achieve it would be to hire a freelance developer to assist with the customization.
You can get two content sections on a single page with the layout builder but I can’t see any way around needing to do some customization for the rest.
Maybe even adapting the magazine element to your idea could work: http://kriesi.at/themes/enfold/homepage/home-v10-magazine/
Best regards,
Devin
Hi alessandro!
Thank you for using Enfold.
Please download the theme again from themeforest then upload it via FTP. Refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Also, try to deactivate all plugins then test it again.
Best regards,
Ismael
Hey j1980mac!
Thank you for using the theme.
The counter on the kriesi.at menu is not dynamic. It is created using css. Unfortunately, this particular request is beyond the scope of support and is not a theme related issue. You might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.
Cheers!
Ismael