I’m setting up Enfold on my blog, and it’ll take me a while to get featured images for all the posts. How can I temporarily remove them, from the main page, single page, latest posts widget, You Might Also Like, etc.? Basically, I just want to turn off featured images until I can spend the time adding them.
Related: is there any way to apply the same featured image to all the posts in a category? If so, then I could do a mass apply, and wouldn’t have to turn them off.
I realise I also need to set the grid template in Enfold theme options.
Hi there,
I a having issues with my sliders they are not- well sliding. I have updated my WordPress, is the Enfold theme not compatible yet?
Thanks
Sash
You just need to replace the http:// protocol with https:// – make sure that all urls on the option page (Enfold > Styling – background images) use https:// as protocol and i.e. replace
http://www.lephenix.co.uk/wp-content/themes/enfold/images/background-images/ios-linen-light.png
with
https://www.lephenix.co.uk/wp-content/themes/enfold/images/background-images/ios-linen-light.png
Hi,
No, right now this is not possible. You can add the idea to the feature request thread: https://kriesi.at/support/topic/enfold-feature-requests though and maybe we’ll pick it up and add a new layout element to the template builder.
No, the featured image does not support a video link. However you can use the embed shortcode: http://codex.wordpress.org/Embeds or the video shortcode (since wp3.6): http://codex.wordpress.org/Video_Shortcode to embed the video into your blog post. Did you try the “video” post format? Eg Kriesi used it for the last entry here: http://kriesi.at/themes/enfold/blog/blog-multi-author/ and the video will be shown like a featured image.
Hey!
Try to use ftp and replace /wp-content/themes/enfold/functions.php with the original file.
Best regards,
Peter
Just put up this site – a few issues remain to be ironed out, but the Enfold theme was a great fit. I borrowed quite a bit from the dummy pages, too.
http://www.coloradogemservices.com/
Thanks for the great theme!
Hi,
Sorry for the delay, it is my fault.
The background image can only be used when the theme is in boxed layout. There is no background image in stretched layout. So in a boxed layout a full width slider will not be able to be full width but only as big as the boxed layout. When there is no background image (stretched layout) the layerslider can also stretch fully.
You can include a background image via css yourself.
Try adding the css code below to Quick CSS located in Enfold > (Theme Options) > Layout Styling … the text area on the bottom of the page… or you can add the code below to /css/custom.css at the end of the file:
.bg_container {
background-image: url(https://enfold2.dev/wp-content/themes/enfold/images/background-images/floral-dark.png);
background-position: center center;
background-attachment: fixed;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 100%;
width: 100%;
position: fixed;
z-index: 0;
top: 0;
left: 0;
}
You can use your own image ofcourse.
And in the backend, set to no background image.
Thanks,
Nick
I can replicate this too on a clean install of Enfold, no child themes, only the dummy content. If you set the Blog Page to “Blog Grid” in the Enfold options, then the grid page renders some other template that blocks the grid layout.
Hi,
It is because, the “Blog Grid” page is being treated as a normal page. You need to set the Blog page on Enfold > Theme Options > Blog.
Regards,
Ismael
Hi,
I think I found the solution.
I updated functions-enfold.php on line 319 whith this code :
$entries = get_previous_post($same_category);
$entries = get_next_post($same_category);
It seems to work as expected.
Your code works with the Ajax portfolio version. I just inverted the two lines, and the font_icon to make work.
“.$avia_config.”
“.$avia_config.”
Consider the thread solved !
Thanks again.
Regards,
wrosh
Over 500 lines of custom CSS, but we finally got a design our client loved. I have sworn from the very beginning I can make ANYTHING happen with a Kriesi theme, and this project certainly pushed my limits.
http://trivalleydentalimplantcenter.com/
So when’s the next theme coming out? Can’t wait to see what you guys have in store ;)
Hi,
Yes, they should be responsive.
http://kriesi.at/themedemo/?theme=enfold
Almost all of the sections on the demo are created using the color section element.
Regards,
Ismael
Hi Guys,
Can you tell me the permalink structure on Enfold?.
Regarding my site: http://www.naturaloutlook.com I have a problem. I have the following custom permalink set up: /%category%/%postname%/
As the portfolio items are on the home page, eventhough I set up portfolio categories say Design as the parent with branding and ID as a child, similarly Photography as the parent, nature as the child…when you click on nature, the permalink structure reads Home>Nature. I changed the name of the home page in the menu to read Work, but it still shows on the permalinks as Home…and the parent categry does not show in the breadcrumbs.
If I have my work on the home page, when I click on the category – nature under photography, how can I get the permalink breadcrumb to say Home / Photography > Nature ?
Sorry guys, my brain is fried…I appreciate your help.
Gary
Hi,
Yes, at the moment it is visible though this is a good suggestion that I recommend you add to the https://kriesi.at/support/topic/enfold-feature-requests Feature Requests since I dont think I saw that one up there and it makes sense.
Thanks,
Nick
Hi,
Yeh my bad for structuring my reply in a way I wanted to structure the css article lol. So the tone was not directed at you but at the top10 results on google. I wanted that indignation … in any case…
Don’t worry about my time. I am gonna write an article up anyhow …
http://kriesi.at/themes/enfold/shortcodes/iconbox/ <— iconbox
Do you mean the glyph? The heart and star?
Or do you mean placing an image inside there.. Really need to see the css and look at it through chrome developer tools. I would guess there is no height set on the image container probably. or the height on the image is smaller than the height on the container and possibly a height set to auto somewhere. Hard to tell without seeing anything.
Thanks,
Nick
I can thoroughly recommend Yoast and have it installed on at least 10 WordPress sites. So far, no problems with Enfold either.
Hi,
I am sorry. Quick CSS is located in Enfold > (Theme Options) > Layout Styling at the bottom of that page there is a text area.
Alternately you can add it to /css/custom.css file.
The demo page shows 6 different tab configurations, so it should work if I guessed the right one you are using.
This applies to every page that has that type of tabs object on it. If you want to limit the functionality to a specific page, you can add #top.XXX before the css, and replace the xxx by a class found in the <body tag of the html when you view page source. Without seeing the page , I cant help you better than that.
So that if you view source of the page in a browser where you want the css to act on, and find the body tag, it will look like this
<body id="top" class="single single-chalet postid-131 stretched helvetica-neue-websave _helvetica_neue ">
So in this case i would take out postid-131 and then change the css code to
#top.postid-131 .main_color .tabcontainer .tab_counter_1 {
color: #F00;
}
Thanks,
Nick
Hello,
I loaded “Dummy Content”, but icon boxes and same icons not displayed correctly (Internet Explorer 9, 10). Opera, Chrome, Safari, Firefox – OK. My own is also not displayed correctly. I have version 1.9.1
http://2i.sk/2i/i/5202c2f1/daf52c57b622a6db4aad5f6ab873b44d/ee13c1eb38.f.jpg
http://2i.sk/2i/i/5202c2ba/622cbf1d807e4657a1a3a2df4f5abcba/a5b96b4192.f.png
Enfold demo be displayed correctly. Could you tell me where is the problem?
Thanks in advance for your help.
Just a quick note to let you know that updating to the latest version of WordPress while using Enfold worked fine except for the recent update to a new version of jQuery and its interaction with LayerSlider. The new version of jQuery is 1.10.1. LayerSlider will throw an error indicating that this version is outdated. It is apparent to me that the version numbering is confusing LayerSlider and it believes that 1.10.1 is actually older than 1.9.1 as it is not reading both digits to compare. I of course fixed this by unenqueueing the default version of jQuery in functions.php and grabbing 1.9.1 from the Google CDN. Anyways, just wanted to throw that out there.
Thank you for all the great suggestions everyone! As far as I know Kriesi still wants to hear them so keep them coming :)
sry bout that, but was growing impatient :) thanks for link..
Order doesn’t matter but I would update Enfold first and then WordPress.
Before doing so also make sure all of your critical plugins for your sites functionality have updates available to bring them up to date for 3.6. If not, you may want to delay on going to 3.6 until they have updates released as well.
Regards,
Devin
Hi Per,
I just answered in your previous topic but I’ll do so here as well http://docs.kriesi.at/enfold/documentation/index.html
Please don’t make duplicate posts as it makes it more difficult for searching and for us to answer.
Regards,
Devin
I tried it on a fresh install of WordPress and Enfold with dummy data and it still does not work! This means that the problem is with the CSS Code!
.sidebar {
position: fixed;
}
Sincerely,
Sami
Hi, still missing the documentation to the Enfold theme.. the html links that follow as documentation, just open up the themeforest mainpage.. I have tried to download the theme package again with no difference.. somebody who can give a link or pdf to the documentation?
best regards
Per
Very Easy:
Go to Design/Widgets and add a new Widget in the lower right corner (Enfold Child Custom Widget Area). You can name it e.g. “Sidebar_2”.
Put the contet you like inside the widget via drag and drop (e.g. individual menu, text, etc.) In the text element you can write any html code.
Then go to pages and open the page to assign the new sidebar. On the right side you will find the “Layout” box where you choose under “Layout – Select the desired Page layout” the Left or Right Sidebar. Underneath the box you find “Sidebar Setting – Choose a custom sidebar for this entry”. Here you will find the new Widget “Sidebar_2”. Select it and save/update the page. Done!
Hi Ismael,
Thanks for your quick answer.
Unfortunately that doesn’t work. I still have the previous item on the right and the next on the left. Is there something else to update?
I did update the code in portfolio.php on line 262.
The url of my website is : http://arthurcommin.fr/print/
For information I’m using Enfold 1.8.4, and WordPress 3.5.2
Thanks in advance !
Regards,
Arthur