Hi zanardelligolf!
Please edit your product and change Product Hover to display first image from gallery. Then add the image you would like to display on hover in “Product Gallery” section http://i.imgur.com/DE9YJGB.jpg
Cheers!
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 989px) {
.mobile_active #advanced_menu_toggle {
display: block;
}}
Cheers!
Yigit
@raymmar – we are pretty good at customizing enfold.
Take a look at:
http://carolinalockandkeyinc.com
http://hazelwoodsoapcompany.com
http://godiaperfree.com – members area functionalities
http://ptseminars.net
http://leecasey.com
These are a few. you can shoot a message to david at zerozendesign dot com with your edit requests etc.
Love what you are doing so far. Cheers.
This reply has been marked as private.
Hi,
Love Enfold theme, we’re using it for a clients website – http://www.fly-creative.com/evoline
On the homepage they would like to display 5 product categories. The best solution I can think of is to put 3 in the top row then 2 centred below. As the porfolio grid isn’t allowing me to do this with the bottom row I am coding it myself, however if I insert code in to a text block then save the page, as I go in to revise any code within the text block when I open the element the block is blank? Just wondered if you know what might be causing this.
Many Thanks,
George
Hi,
my website appear at the top, the following message error:
Warning: session_start() [function.session-start]: open(/var/lib/php-cgi/session/sess_r8ilpo3ju8dbh8pbqe7sc9dd74, O_RDWR) failed: No such file or directory (2) in /home/storage/6/4d/b0/site1378749611/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27
Can you help me?
the url is: http://www.refiate.com
thanks
HiYigit!
On the testsystem (just setup and enfold enabled) it’s the same bug with the white around the pictures.
http://wp1.gsvbaden.de/test/
It’s only in the Blogs-Overviews, not in the Page-Overviews. I make 2 of both on the testsystem to demontrate.
Thanx,
Stefan
-
This reply was modified 12 years, 2 months ago by
simpson199.
Hi guys
I still dont get it working
I am trying to get video to be part of my portfolio grid
that worked in replete
how to get it done the image of the video is automatically part if it with a simple thing to do?
http://bevlogenverf.nl/graffiti-kunst/
Hi, I deleted all my 14.000 product (I already wanted to start over with the shop). But I have stille the samen problem: I do not see the Pagebuilder in the WordPress Enfold theme CMS. I says it is still loading.
I go to Pages > Home. Select the Homa and place a product slider. The CSM now keeps loading!
Thanx Yigit!
You can see it on http://wp1.gsvbaden.de/
I switch the bg image on for you. So you can see the white frame around. I tried disabling all plugins but the error is still there.
Can you also tell me why there is no enfold-footer (I turned everything on and the footer-menues have widgets. But there is some kind of crazy footer. Or shell I bether make new Threat? I also disabled every plugins for test purpose, but the wrong footer is still there…
Thanx for your great support,
Spims
-
This reply was modified 12 years, 2 months ago by
simpson199.
Hi!
Tbh if you want to use a buddypress theme you would need to abandon Enfold completely because it’s probably more work to implement the Enfold features into another theme than adding buddypress support to Enfold. If you want to stick with Enfold I recommend to hire someone who can help you to implement buddypress. If you decide to use buddypress with Enfold please keep me posted (i.e. here or send me a mail to (Email address hidden if logged out) ) because I would be interested to work on a “BuddyPress compatibility plugin” (which is based on your customized code) or to merge your changes with the core theme files (depends on the customized code). Maybe some other users may profit from the buddypress integration too and you can be sure that we take care of the buddypress compatibility in the future when we update Enfold…
Cheers!
Peter
Hi Yigit, Josue, Ismael,
I have purchased Enfold yesterday and I have a similar problem. The whole setup is completely new with WordPress 3.8.1.
I will send you the login details as a private reply. I could either install (via ftp) nor preview the theme. I think it has something to do with my setup, but I have no idea so far. Some simple themes are working but Enfold generates while preview just a bunch of code. The only thing I am wondering is that WP has an upload limit of 8 mb although the PHP log has a 25 mb limit??
The PHP log is: http://www.mmg-consult.de/findini.php
MySQL: 5.5.9
Thank you for your support!
Manfred
Hi!
You can add a slideshow as a shortcode to the shop page. Go to Pages > All Pages and search for the shop page. Click on edit, use the “Visual” editor and click on the magic wand icon. Then select Media Elements > Easy Slider and configure the slider. Afterwards insert it into the page content and save the page. The slider will be displayed above the product page grid. Note that you can’t add a fullwidth slider or color section to the shop page because these elements require a special template which is not compatible with the default woocommerce shop template.
Cheers!
Peter
ok thanks
you can close the thread.
Hey netinfoplc!
Unfortunately we have no experience with this plugin and maybe you can’t stack the shortcodes. I recommend to contact the plugin author or to use the gallery with the standard tabs.
Best regards,
Peter
@ismael : I can definitely tell that you all are designers at heart and brilliant developers as well. You have made so many things possible for me with a simple theme. It is not a perfect solution but for now it is all it needs to be. Soon there will be more. Much more.
Do you guys have a lead for me on who can do custom development on the enfold theme? Someone you know is comfortable with the theme and competent?
Thanks,
Hey Raymmar!
I’m really not sure what is the issue with the avatar area. This is what it looks like on my end.

Best regards,
Ismael
Thanks Ismael,
I have solved the issues in the following way, following your instructions:
(1) Replacing in loop-index.php:
//echo preview image
if(strpos($blog_style, ‘big’) !== false)
{
if($slider) $slider = ‘‘.$slider.’‘;
if($slider) echo ‘<div class=”big-preview ‘.$blog_style.'”>’.$slider.'</div>’;
}
for
//echo preview image
if(strpos($blog_style, ‘big’) !== false)
{
if($slider) echo ‘<div class=”big-preview ‘.$blog_style.'”>’.$slider.'</div>’;
}
(2) Adding on quick css only:
.template-blog .post .entry-content-wrapper, .template-blog .blog-meta {
overflow: hidden;
margin-top: 10px;
}
(3) Adding on quick css:
.tag .post-title.tag-page-post-type-title {
border-bottom: 1px solid #e1e1e1;
padding-top: 10px;
margin-top: 10px;
padding-bottom: 10px;
margin-bottom: 10px;
}
Thanks very much for your job. I am delighted to have chosen enfold theme because I thin:
– It is a great theme
– All kriesi team work to add more a more functionalities
– And, of course, ¡a great support!
Thanks for your time and support, Raúl.
Hey!
Glad we could help you. :)
Cheers!
Ismael
Hey jmaguirrei!
Edit functions-enfold.php, find this code on line 327:
function avia_post_nav($same_category = false, $taxonomy = 'category')
Replace it with:
function avia_post_nav($same_category = true, $taxonomy = 'category')
Regards,
Ismael
Hi,
Anyway to add additional icon sets so i can select them from the Enfold Icon menu. I tired using WP SVG Icon by placing the <Span statement in the text, though when i go back into the text the code has gone. So two part question, can i add more icons, and how can i edit the HTML properly as it is not selectable once the AVIA builder is used. Click on the text box and nothing in there?
Cheers
Hey!
@chavamx: Lucky friend! The website http://orwa.com.mx/ is not loading.
@Raymmar: Nice website. Clean and sleek. Thank you for using Enfold. :)
Cheers!
Ismael
Hey Mark!
Try setting this option on Enfold > Sidebar:

Regards,
Josue
Hello everyone, before I posting this question here, i tried to solve my problems reading a lot of blogs… but I don´t have sucess on my search.
Here´s the site that I´m working:
http://www.healthemporium.com.br/kangoojumps/ondepraticar
Question 1
How I remove the DATE of all my posts?
Question 2
I change the option on the Enfold Theme Option, about the sidebar navigation… I really don´t want that this side bar appear… I already change it on page functions and the theme option, but the side bar navigation insist to appear… Did I something wrong?
(Last Question) Question 3
Error page 404, When i can edit the content of this page? Have some specifc archive?
Well
Thank you fot the atention! Please, help me!!
Hi there,
On my Blog page of Enfold, when the large Iconfont next to each post is hovered over, the raw blog post HTML contents are displayed as a tool tip.
Is there any way to disable this ?
I can send a URL or screenshot as a reply.
Thanks, David
Hey guys,
I just found this thread: Change meta info of frontpage blog
Unfortunately though I have no clue how this would apply to my current situation. I would like the blog to indicate when a post has been last updated instead of when it was first published.
Basically I want it to be like this.
Thanks in advance for your help!
-
This topic was modified 12 years, 2 months ago by
Trystan.
I am trying to create a 3/4 width header. I’ve used your css to turn off the logo so I can use the background image. But no matter what image size I use I just can’t get it aligned properly. see http://test.brightminder.co.uk/ How do I get the image closer to the social icons. What is max size image Enfold will handle?
Hi lunchforone!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1-
.bottom_nav_header.social_header #header_main .container {
height: 165px; }
#top .social_bookmarks li a { font-size: 18px; }
2- Please refer to my post here https://kriesi.at/support/topic/remove-alternate-content-area/#post-218971
3-
.single-post .big-preview.single-big { display: none; }
4- Please refer to my post here https://kriesi.at/support/topic/footer-socket-question/#post-193649
Best regards,
Yigit
Hi osukaru!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.fullsize .grid-col-4 .grid-image:hover { opacity: 0.5!important; }
.image-overlay { display: none!important; }
Regards,
Yigit