Thanks for the advice, Devin. However, I can’t get into my CMS to deactivate the plugins because where the website should be is a blank page. I go to the subpage for the WordPress login, and it is also a blank page.
Hello MHM!
At this point I would suggest to just delete the entire Enfold theme folder and then install via FTP the theme folder and then watch to make sure there are no upload errors with any of the files.
If you have any plugins active, deactivate them before installing so that there is no conflicts with plugin settings at the same time the theme is trying to activate.
Regards,
Devin
Hey!
Problem is that even with those additional information I might not be able to reproduce the issue since, for example, I got no ubuntu testing environment.
But any additional info would be great.
Which wordpress version, which plugins, any php settings you can post, etc
Hi Niels!
1) I’m actually on the same version of Chrome on OSX 10.8 and I’m not getting the nudge on the content below the slider at all. Do you have any browser add ons or plugins running in chrome?
2) No, the only thing that you could do easily would be to change the color via css. But it would need to be done for that specific instance based on the page ID, the content ID and class selector and then each slide.
You could also use inline styling on each caption text and title but its a bit hacky. Kriesi hadn’t added a lot of options to the easy slider to keep it “easy” because you can do pretty much anything with the LayerSlider slideshows.
Regards,
Devin
This reply has been marked as private.
Hi,
i just updated to the newest version of Enfold.
i tried to change the colors of the theme. It saves it in WordPress and it shows me how it supposed to look like, but my Site isn’t changing at all. I tried 3 diffrent browsers and devices , flushed the caches nothing.
What went wrong?
Hey hawea74!
Do you have the latest version of Enfold? I think the IE8 issue with the logo is fixed on the latest update.
Cheers!
Ismael
Hello Jeroen!
Try adding this code to the Quick CSS:
#after_layer_slider_1{
background: none;
}
#main{
background: rgba(255, 255, 255, 0.0) !important;
}

Regards,
Josue
Hey! Mind posting me access to your wordpress installation, as well as access to your ftp server?
I cant reproduce the issue in any way so I think its probably a combination of server setting + theme, which would require me to run some try and error tests. When posting the login/ftp data make sure to mark the reply as private ;)
Cheers!
Hello!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.home div .flex_column { width: 109.7%; margin-left: -50px!important; }
If you would like to remove the padding on top, add following code as well
.home .content, .sidebar { padding-top: 0px; }
Regards,
Yigit
http://www.truecedar.com/navgrief/product-category/grief-support/
Test site.. work in progress!
Yes, I did regenerate images. I even took the featured image out of the product, updated and then reloaded.
Most woo product images created at 450 x 450. The e-book product did resize but to the native size not the style.
Thank you.
Hello!
Please go to Enfold theme options > General settings and change portfolio slug http://i.imgur.com/RmXcC3m.jpg
Best regards,
Yigit
Hi e-conomy!
You are currently using Enfold version 1.6. You can update to the newest version ( which is 2.3.2 ) via FTP. Feature that allows you to update the theme from WordPress backend will be added after you update to 2.3.2
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Best regards,
Yigit
Hi e-conomy!
Please go to Enfold theme options > Footer and add [nolink] to Copyright section
Cheers!
Yigit
Hello dalen550!
In WordPress dashboard, please go to Enfold theme options > Styling tab and find “Use stretched or boxed layout?” then change it to “Boxed Layout”
Regards,
Yigit
Hey revas!
Page title is very long, that is why it happens. You can add following code to Quick CSS in Enfold theme options under Styling tab
.title_container .main-title { font-size: 15px; }
Cheers!
Yigit
This reply has been marked as private.
Thanks Peter, that’s great!
Loving the support given by Kreisi themes! Can’t possibly buy any other now!
Thanks again,
Victoria
Hello Dave!
Thank you for posting a detailed one :) Do you mind creating a temporary admin login so i can login and take a look?
Regards,
Yigit
I tagged this thread for Kriesi. He developed the framework and he can comment on the issue.
Hi,
a client told me that the Enfold demo crashes Safari on iPad 1 & 2 (closes the app). No more infos for that, unfortunately. We don’t use iPads.
Best regards
David
Hello!
I’m not sure what causes the issue but something adds a page (called “auto draft”) to the database. I tried to delete the page but then it shows up in the breadcrumb again. I now solved the issue with a small function which removes the “Auto Draft” link from the breadcrumb. I added the code to the child theme functions.php.
function avia_fix_breadcrumb_trail($trail)
{
foreach($trail as $key => $data)
{
if(strpos($data, 'Auto Draft') !== false) unset($trail[$key]);
}
return $trail;
}
add_filter('avia_breadcrumbs_trail','avia_fix_breadcrumb_trail');
Cheers!
Peter
This reply has been marked as private.
This reply has been marked as private.
Another update (and I should’ve checked this sooner) : The issue also exists in other themes, so I guess it’s not caused by Enfold…
… still driving me crazy, though! :)
Thanks.
How do I remove the text in the footer: enfold theme by kriesi?
Hello Pictori!
Please create me an admin account and post the login credentials as private reply. I’ll look into it.
Regards,
Peter
This reply has been marked as private.
Hi 666666!
Open up /wp-content/themes/enfold/config-layerslider/LayerSlider/list.php and delete following code line
<a href="?page=layerslider&action=import_sample" class="add-new-h2"><?php _e('Import sample sliders', 'LayerSlider') ?></a>
Cheers!
Peter