13770 comments found.
Hi,
A question about portfolio.
Is that possible to have 7 diffrents pages and on each page a different portfolio with different items and category for each page ?
Thank you
Yes thats of course possible 
My website has just two pages and on the mobile portrait display, the logo and the menu overlap. Can you tell me how to fix?
Thanks
Hey! Mind dropping me a link to your site so I can take a look?
This should help: add this to your custom.css stylesheet in folder /css/ or to the quick-css panel located in your wordpress backend at Enfold->General Styling:
@media only screen and (max-width: 767px){
.responsive .logo a, .responsive .logo img {
max-height: 60px !important;
margin-top: 9px;
}
}
That worked! Thanks!
great 
Hey guys I just finished my site and mi client make me notice somenthing..when he google himself this is the description he reads!! http://godixitaltesteo2.com.ar/problems/paidjoo-is-a-business.png
please tell me where I can chage this 
thanks and regards
Carmen
Hey! By default google uses some text on your site. if you want to change descriptions of pages i would recommend a SEO plugin like wordpress-seo from yoast: https://wordpress.org/plugins/wordpress-seo/
Hi,
please help me, on product grid, i want to show products that only matches 2 category. i dont need the product that only match 1 category to show. (on my product, i also set 2 category for every products)
how to do that? please guide me,
thanks a lot
Hey! I am currently only on my iPad so I cant take a closer look if this is easily possible. please open up a thread in our support forum, my team will take care of you 
Hi, I bought this template but I’m having problems with the layerslider. I asked the layerslider developers, and they told me that maybe it was an enfold theme problem, and they suggested me to update the theme. I did it but I still have the same problem. This is the website http://www.joanrosefoundation.com/newsite/ and at the slider I’m showing two vimeo videos. The problem is that the play icon is not shown, and I don’t know why, the videos seem just to be pics, and that’s a problem. Please, can you tell me what else can I do? The vimeo code is not the problem because when I use the same code at other pages the player icon is shown.
Hey! I am currently only on an ipad, therefore fixing any video related issues might be impossible. Please open a thread in our support forum here, my team will take care of you: http://www.kriesi.at/support/
Hi ,
I am really hoping you can help me with this one last thing. I’ve hired 2 people that cannot figure this out. I am using masonry to display 6 images (3 images on each row). When my screen gets wider it rearranges to 4 images on 1 line and 2 on the next. I want it to always be 3 and 3 on each row (3 columns at all times).
Please help!! 
Hey! The styling rules for the masonry are located in shortcode.css. Should be at around line 2220. look for the media queries that read:
@media only screen and (min-width: 1800px){
.responsive.html_stretched .av-masonry-entry{width:16.6%;}
.responsive.html_stretched .av-masonry-entry.av-landscape-img{width:33.2%;}
}
@media only screen and (min-width: 989px) and (max-width: 1340px) {
.responsive .av-masonry-entry{width:33.3%;}
.responsive .av-masonry-entry.av-landscape-img{width:66.6%;}
}
the media queries bellow should probably be deleted and
@media only screen and (min-width: 989px) and (max-width: 1340px)
should read
@media only screen and (max-width: 1340px)
Will this customization be lost after updating the theme?
hm yes. maybe the best solution is to try and overwrite the rules with some custom css in your backend at enfold->general styling.
You can try if this fixes it:
@media only screen and (max-width: 1340px) {
.responsive #top .av-masonry-entry{width:33.3%; !important; }
.responsive #top .av-masonry-entry.av-landscape-img{width:66.6%; !important; }
}
that didn’t work :/
Ok, next try ;D
.responsive #top .av-masonry-entry{width:33.3%; !important; }
.responsive #top .av-masonry-entry.av-landscape-img{width:66.6%; !important; }
That worked! but one issue.. I liked how when you scaled down it went down to 2 columns, then 1 column for mobile.. easier to see. I just didn’t want it reaching 4 columns. So now on my phone/ipad there are still 3 columns.
next try 
@media only screen and (min-width: 768px) {
.responsive #top .av-masonry-entry{width:33.3%; !important; }
.responsive #top .av-masonry-entry.av-landscape-img{width:66.6%; !important; }
}
WORKED!!! thank you!!
I used the advanced styling to change the color of sublevel menu items bc I didn’t like it looking faded.. But the mega menu items are still faded and didn’t change color…
Can we simply get rid of the fade for submenu items?
Hey! Mind opening up a thread in our support forum? I am currently busy updating the theme and my support team will take care of you 
Please add a link to your site so the team can take a look at it and help you with the styling
I’ve added an image in a dropdown but I don’t want it showing up on mobile devices. Is there a fix for this?
mind posting me a link? maybe I can come up with a custom css rule for you 
Just emailed you a link
Hoping you can figure out my issue below too!
oh and I this code to make my paragraph text larger but it did not apply to bullet text.. How do I fix that?
p { font-size: 14px; }
by bullet text you are talking about lists? something like this should help:
#top li { font-size: 14px; }
Hello, Does your theme support custom post types for items such as news, events, etc.
Thank you.
Hey! If you got a plugin that adds those custom post types: of course. they are however not included by default.
Does your theme options have an option to add additional post types to the admin panel? I don’t need formatted or special post types, just a way to organize our data. I think it is through the Wordpress register_post_type() function. Thanks for your help.
Hey! Its probably smarter to use a plugin for this since it would allow you to easier switch themes in the future, should you ever need to 
hi there,
Can the responsive be turned on and off on live modus (fronted)
thanks
No sorry. its a backend option that is set for all users…
Found a bug?
1. Insert some random widgets at Appearance->widgets menu. Insert some content into them. 2. Alter number of footer columns at Enfold Theme options (Footer layout).
Go back to widgets and find that widget contents are messed up. With messed up I mean that content of widgets have changed places.
Thats a known wordpress problem. wordpress does not save widget content by widget name but by widget number. Not really a lot I can do about that, unfortunately :/
Hey Kriesi!
I’m planning to buy this theme, but I have couple of pre-purchase questions. I’m going to use this theme to create a corporate web site for furniture company. And there will be two important things – catalog with categories and product page. 1) How is it possible to add a feature to portfolio item to make it have a specific marker like “New”, “Sale”, “Special Price, etc, and make it visible in portfolio list? Example – http://i62.tinypic.com/33mri4i.jpg 2) In the single portfolio page we want to add a button “Order now” and when customers clicks it modal window with a small contact form appears. But I haven’t find anything to call a modal window.
Hey! I am afraid neither of this is possible out of the box with the theme and would either require customization or a plugin to make it work, sorry:/
a
I’m using the single author big blog. Can you please provide the CSS so that the blog post titles and images do not link to individual post pages? Thanks!
Hey! The only solution to do this via css I can think of is something like this:
.single-big a, .template-blog .post-title{
pointer-events: none;
cursor: default;
}
If that does not work you might need to edit some tempalte files and remove the link tags which is usually a little harder to accomplish and also not really update proof
Hello, I’ve imported the theme “dummy data”, but the Features page is missing. How can I create it?
Hey! The page is not part of the dummy import. its actually a simple fullwidth page with a tab element from the layout builder. tabs are set to be displayed at the left. Thats pretty much it 
thanks for the hint!..will give it a try
Good luck! 
Is there a registration page? I think I may have missed it.
Bob
Registration page for what exactly?
The theme itself does not offer one, but any plugins that require registration (shop, form etc) usually got one 
Hi there, very nice theme but leaves me with 2 questions:
1) is it possible to combine elements like “transparent slider” with “boxed style” and a smaller slider (not full page)?
2) we don’t need a shop, but we need a member section, where it’s possible to get access to pages and downloads non-members may not see… is this possible to realize?
1.) yes. guess you are talking about something like this: http://www.kriesi.at/themes/enfold/homepage/transparent-header/?skin=Boxed+Grunge
2.) Would recommend to use a plugin for that since the theme does not use the option out of the box. Something like this: https://wordpress.org/plugins/membership/
Question related to Enfold & WooCommerce.We use this theme with our company (this is my private account).
How do i get on the Shop overview pages the Add to Cart (Single button/External product button) to open in new window?
I got it working on the product page through a plugin but on a shop overview page it doesn’t work.
Any suggestions which file i need to edit?
[SOLVED] Woocommerce/templates/loop/add-to-cart.php
Glad you already found the solution 
Hi, Just want to let you know I pirated this theme first, used it, loved it and now bought it as I can see you guys are good with the updates. I’ve bought themes in the past, but burnt out over these one update wonders. I prefer to try before I buy.
Well, thanks for buying then 
Dear Kriesi, I went to your support forum and wanted to open a new topic but there is no option to do that, atleast I didn’t find it. So I’ll write here: I’m using then latest version of your theme and the latest version of WP. In the backend I can’t find the possibility to change the Fontello icon fonts + I want to add Roboto Google font to change the font on my site. I watched and searched on your Support forum and I saw there is a problem due to this issue, also you’ve posted a video where you explain to go to General Styling panel in the back and go to Icon Font Manager but there is no such button in my backend! I’m using Firefox as browser. Thank you!
Hey!
The form to open new posts is here: http://www.kriesi.at/support/forum/enfold/#new-post
Please add a link to your site so we can take a look at it in case its necessary 
If you are using the latest version of the theme the iconfont uploader has moved to the enfold->import/export tab.
Thank you Kriesi! Will do!