The blog output is either handled by the individual advanced layout builder element, the shortcode if you added it in that way or by the global setting in the theme options “General Settings” tab under the “Blog Style” dropdown.
If you want an image to show where that icon is then you can add a featured image to your post.
How do I change the images that remain at the bottom, on top of about us and below WHAT OTHERS SAY ABOUT US, the first image is of a living room with a kitchen, and the second is a tablet
Hi Pector!
You could try doing what they did there and use a tab container with image galleries inside each tab.
Cheers!
Devin
Hey!
The image size chooses the image source. The css attached to that slider is what dictates its size.
So you would need to choose the image size you want and then constrain the slider to the size you want as well.
Best regards,
Devin
Thank you Devin, but my question relates to something a little different. Your reply addresses how to set up the layout for a blog on the blog page. But I am asking about how to change the way a blog entry can be formatted differently to appear on the home page when using the “blog posts” widget.
Please look at the following bringingmiracles.com main page. I have it set that one blog entry would be displayed on the main page. But the blog entry displays an icon. I do not want the icon displayed, but would prefer to use the same styling/format that is set with the advanced layout builder for the blog page. Which you can compare the same blog on this bringingmiracles.com/news_blog/ “blog” page.
I love the theme, by the way!
Conbdesign
The included documentation and the descriptions next to the fields will give a better picture of what the settings all do than what I could describe. On any LayerSlider page go to the top right and there is a Help/Documentation tab that you can click on.
The Layers Container is what constrains the content of the container. The Responsive under is an override for the default responsive changes. I’m not sure if you can do exactly what you are looking for so it may be just a matter of some trial and error with the settings and image sizes.
As far as I know the LayerSlider plugin doesn’t let you choose how the responsive changes work onces it gets down to adjusting for tablets and mobile.
Hi!
You can set the way your blog displays via the main theme options or if you are using the advanced layout builder to add in the blog to a page then it would be on that specific blog element.
The available styles are listed under the Blog menu item here: http://kriesi.at/themes/enfold/blog/
Cheers!
Devin
Is it possible to have a different image overlay text/icon font for different content.
For example, I have products that I would like to have a specific icon, like a magnifying glass.
But I also have pics that lead to a blog post that shouldn’t have the magnifying glass. I would rather have it be an arrow or something else.
Is this possible?
Hey Devin,
Thanks for the response. What I have basically is this. The clients wants the pictures very large and wide for hi res monitors which is his client demographic to a large extent. Hence the slides are a whooping 2000 wide x 475 high.
I have a working version here: http://kristencooper.com/ctt/
I played with settings like you showed above however they cropped the pictures horizontally at the larger sizes. What I need to happen is for the full width to show on bigger monitors, but when it gets down to the mobile size it should crop in on the sides so the image stays a decent height. Also when I set ‘responsive under 1140’, the preview of the slides where you set the layers was cropped to that width. I have it set as you do above now except the responsive under and layers container are both back to zero for the time being. Hopefully you can steer me in the right direction, I’m just get accustomed to the theme, which is marvelous by the way.
Also if you look at that page above you’ll see i have a portfolio layout and a posts layout for the 4 smaller pictures, is there a css hack which will add some outside margin around the portfolio items so there is some white space all the way around in between the increments? That might be the perfect solution there.
Thanks a lot,
Tony
Never mind. After trying on six machines/devices, suddenly it worked!
Mark
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.news-thumb { border-style: none; padding: 0; }
.image_size_widget .news-thumb img { width: 36px; height: 36px; }
#socket.container_wrap { border-top-style: none; }
#footer { padding: 0px 0 10px 0; }
Regards,
Yigit
same here.
so where exactly can i change the heading size of the Team Members Name (and title)? in the enfold panel oder do i have to insert a css code? if i use f.a. a 5 columns team member row the fonts are too big for the images. a control panel or menu for changing heading would be handy.
thanks in advance
Pedro
Hello I would like to know if an idea could be implemented with the enfold theme?
I have two parts of my business where i provide inspections for Residential and Commercial properties.
I would like to have a rotating landing page such as this: goo.gl/O6XmbO
Where this full screen image rotator is linked to the main index or home page (for SEO purposes).
I would like to have a centre selection button similar to kriesi,at (view themes OR learn more) where the viewer could select residential or commercial. Most my work is residential and i would like to be optimized SEO wise for residential therefore if the person selected Residential i page would expand revealing the upper navigation and lower landing page INFO. If commercial was selected it could be directed to another page. Any Ideas would help….
Also If this can be completed i would appreciate a referral to a custom coder.
Thanks
Mark
http://www,barbadosapartment.com
P.S. other ideas welcomed. :)
Sorry. I found the Quick CSS, added the code and click on the save all changes button:
http://blackinventor.com/wp-content/uploads/2014/01/enfold1.jpg
but nothing changed. I still have the featured image photo where I don’t want it:
http://blackinventor.com/wp-content/uploads/2014/01/enfold2.jpg
and the date and comments are still appearing in the blog grid:
http://blackinventor.com/wp-content/uploads/2014/01/enfold3.jpg
Any help would be appreciated.
Regards,
Mark
-
This reply was modified 12 years, 3 months ago by
mlong43.
Hi. Where is the Quick CSS?
Thanks,
Mark
Hi Josue,
Thank you for your reply, I tried this before and it works fine when the browser is full width, but when I try shrinking the browser window the drop down navigation content gets cut off, as highlighted by the red dashed circle in the attached images.
Is there a way I can make them resize, when being responsive. I guess I can do it with changing the width in media queries, but I was wondering what is your preferred method.
thanks, Jake


Hello Devin,
Now the masonry gallery shows perfectly, 2 images per row, in a laptop with 16:9 resolution and in a tablet with 4:3 resolution,adjusting the width of the masonry items to 50%.
.av-masonry-entry {
width: 50% !important;
}
Thanks for your help.
Regards, Raul Ibañez.
Someone is playing with my site, leaving it for a long time distorted, so I had to change admin pass. Close the thread, I’ll deal with “data:,” bug by myself.
Hey!
If you want to change the thumbnail image size with css you can use following code
#top .ngg-widget img {
max-width: 50px;
max-height: 50px;
}
Best regards,
Peter
Is there a way to use icon fonts with the image overlay effect?
.image-overlay.overlay-type-extern .image-overlay-inside:before {
content: 'Buy Now!';
font-family: 'entypo-fontello';
}
I’m aware of this code, but how do I use the icon fonts?
thanks
Hi,
After updating WordPress from 3.7 to 3.8, the size of images inserted in Avia text block became incorrect at IE9.0 and Android. It works well at Crome.
The error pages are below.
http://interpeople.co.kr/pollimolli/howtouse/?lang=en#tab-id-1
http://interpeople.co.kr/pollimolli/howtouse/?lang=en#tab-id-2
http://interpeople.co.kr/p6026/?lang=en
If you see above pages at IE9.0 and Crome, you can find what is problem.
I need your urgent help.
Thanks in advance.
Hi, there
Can you tell me how to make the featured image in single blog post view non clickable? I managed to remove the hover effect, but still when you click it it opens the big version!
http://www.ilkoallexandroff.com/strobist-photoshoot-typhoon/
Cheers,
Ilko
That worked, thanks Yigit – you’re the man!
Hi Yigit,
That didn’t work for Jetpack Comments, the 3rd party plugin I’m using. It did work when I disabled jetpack though. Any other code I can try?
Also, what code changes the size of the “reply” and “cancel reply” (the really small ones) texts as pictured in this image.
https://www.dropbox.com/s/qvkb7wwqpxj0zjj/Screen%20Shot%202014-01-12%20at%2012.05.43%20PM.png
Thanks
Jonny
hi there, i just switched to ENFOLD since my plug-in WooCommerce German Market seems to work best with this theme.
After changing the theme i have trouble adjusting some details, especially on the woocommerce product page.
I have attached a screen shot for better understanding (i am referring to the circled sections)
1) How can i get rid of the image side bar on product image? also the link thats activated – i just want to have the product in its original size (400×400)
2) How can i change the font sizes in the product description (Product name too big, price to small,)
3) how can i change the font color on button only (a darker color like grey or black would go better with the yellow)
4) How can i change the padding at the border of ‘product categories’ and ‘similar products’ (middle of the page) ?
5) I havent found the styling option for ‘Ähnliche produkte’ (which means ‘similar products) – does this come from woocommerce? Its a different yellow that i did set up in the styling panel.. any idea where to change that?
6) its weird that the products on the bottom (catalogue thumbs i guess) are not sharp. its the same size, quality as the main product in the upper half of the page and yet its somehow blurry. Any idea why this is happening?
This is the image size set up in woocommerce:
catalogue: 80×80
single product: 400×400 (original size)
thumbs: 120×120
i searched the forum but did not find the exact answers – thats why i decided to put this together in one topic, since its happening on one single page.
hope you can help!
thanks so much in advance
Pedro

Hey creativeyes!
1- Can you post the link to thread where we helped you made those changes?
2- Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_color .avia-content-slider .slide-image { background: transparent; }
.avia-content-slider .slide-image img { display: initial; }
Regards,
Yigit
Hey!
Please use following code instead
.big-preview img { margin: 0 auto; }
It will center big preview image on blog posts
Best regards,
Yigit
My apologies I don’t believe I was clear on what I’m trying to do.
I would like the blog post preview image, when it appears on a blog call up page such as this one to be centered – http://jonnyfreesh.com/blog/
From what I could tell the code you gave me seemed to auto-center all post images, which is a very interesting bit of code in its own right :)
Thanks
Jonny