19044 comments found.
Hi, I was not able to import the PLUMBER Demo, kindly help me importing the demo. Thanks!
Hi,
what exactly does not work for Be|Plumber demo? Please explain and we will try to help you.
Thanks 
I’m very interested in the bebaker theme (one of the options as a template). I want to create a store with bakery products and baked goods for a customer . It is fully compatible with WooCommerce ? It is the tool (plugin) that I have designed for mount said store.
¡Thanks!
Hey,
yes, BeTheme is fully compatible with WooCommerce plugin what you can check on SHOP page.
Thanks for your interest in Be 
Hi.
Independent of the templare that I choose ? I am interested in BeBaker. With this template I want to create this store and WooCommerce plugin.
Thanks for you answer.
Pre-made layouts are just examples of what can be achieved with this theme. So WooCommerce plugin, you can use for any demo you want.
Pre-Sale Question,
Can I add a separate new Navigation Bar just above Footer divider line? I would like to add approx 50 pages with landing page each. Please advise or send me demo links. Tks
Hey,
please send us screenshot with example first so we can have a look on it and be sure what you mean exactly.
Thanks for your interest in Be 
Check this demo site…http://clickinsure.com/, just above the copyright bar. It can be in a form of buttons etc as long as I can link them to a page. Please advise. Tks
You can achieve something like that with widgets. Inside Text widget, you can put some links.
Do you mean wp-admin > dashboard > Appearance > Widget….or your theme visual composer widget!!? I do not wish all the pages links to be vertical in 2 – 4 columns at footer area. Please revert. Tks
You can use both – Appearance > Widget or Muffin Builder. It just depends on you.
Hey guys…. Can you tell me the css code on how to hide the header image on mobile only, and leave the menu and logo?
Thanx in advance.
Hi,
sure, we can. You can easily remove it with extra css:
@media only screen and (max-width: 767px) {
body:not(.template-slider):not(.header-simple) #Header { min-height: 0 !important; }
}
Thanks 
Thanx Muffin Group, and Happy Holidays to the whole staff… Cheers
You are welcome and happy holidays as well 
Hi,
Christmas greetings and a very happy new year to you.
Amazing theme. I am officially blown away 
Had a few pre sales questions that I hope you wouldn’t mind answering. Please accept my sincere apologies if the questions are too obvious or have been asked already.
1. After I make a purchase, can I use this to build multiple websites for the SAME CLIENT. I understand that the license restrictions on themeforest allows the use of a theme for a single client on a regular license however, if i have to build 3 websites for the same client do I still have to purchase 3 regular licenses?
2. Can I do a mix and match of sections across your sample layouts? Example: Pick a built in template but change it’s menu style to match that of another template. Likewise, apply a pricing table element from another template. That way I can pick the best of all worlds and build my theme. Is this something that can be easily achieved using the supplied editior? If not is it still something that can be easily done assuming that I have very limited knowledge of html and almost zero knowledge of css?
3. Is it possible to create custom sections at any part of a web page? Example: lets say I need a second row of menu options above the main menu, (something like this http://prntscr.com/9icvra). Is that possible? Would adding custom blocks and design styles at any random section or site pages require manually editing of html/ css files or can this be easily handled in the inbuilt editor?
4. Can I use any form of wrapping to wrap my custom coded pages (example: my existing login page) within the design theme that I build using your app? That way my websites secured pages can also share the same look and feel as the non restricted pages.
Thank you very much for taking the time to answer my questions. I look forward to hearing from you.
Hey,
1. In accordance to TF license and agreements, once purchased license can be used for one site/domain only. If you want to use this theme for few sites, then you must buy as much licenses and many sites you want to build. Of course this concerns all themes on Themeforest marketplace. So yes, if you want to build 3 sites, you have to purchase 3 licenses.
2. Yes, it is possible. Our pre-made layouts are only examples of what can be accomplished. However, the easiest way to learn how some things were made by us is to have extra wp installation, where you can import pre-made layouts, check how some sections where made and move them to your target page. It’s the easiest and fastest way to achieve what you ask for.
3. Something like this requires files customisation because header is not a part of Muffin Builder.
4. Do you have any example of what you mean? We are not sure about that and prefer to avoid confuse.
Thanks for your interest in Be! 
hi i downloaded latest files, but still it is 11.0 and couldnt install blogger2 it didnt shown on the list, when the file of 11.1 will available?
Hi,
newest files still await for approval. It’s Christmas time and most people are off till Monday.
Thanks!
Hello,
The cart on my mobile menu is a bit off: http://www.italosbk.com/How can I fix this? Like put it next to or underneath the mobile menu icon/button.
Hi,
to get the cart icon on the right side on mobile devices, please use the following css:
#Top_bar .top_bar_right { float: right !important; }
Merry Christmas! 
On an ipad can you explain why background images with highlight left or highlight right are blurred(enlarged) Ive looked at your demos and this is the case as well.
Hi,
we would be grateful if you can tell us where exactly you noticed this so we can have a look. Would be great if you can also send us a screenshot of how it looks like on your iPad.
Thanks 
Merry xmas Muffingroup, I wasn’t expecting support answers on xmas day (I don’t expect a reply today, enjoy yourselves)
1) I use an image for the menu bar but on some resolutions the menu items obscure it, I’d like to know how I can add a custom sized menu bar (top bar) for different resolutions e.g 1366 etc. I realise I will need to make a seperate image for each resolution but thats cool.
2. I use a custom image for the action bar, but on some resolutions the left is not visible, I’d like to know how to use a different action bar image for different resolutions so I can create custom images for the resolutions.
3. How do I make the background where the menu items are transparent ? I use a custom menu background as mentioned above. I managed to centre it but where the menu items are is a black background on top of the menu bar image.
4. How do I reduce the space between the menu items on the menu bar
Many thanks
this is the menu I’d like to get rid of the black and make transparent so the menu image shows instead of the black, maybe make the menu more central and reduce the spacing between the menu items, thank you http://imgur.com/f4G4Ssq
Hi,
1) Please show us on screenshot what exactly you want to do so we can avoid confuse and also please send us link to page where you want to set different header for different devices. BTW Do you want to change only background images for the Top Bar per mobile devices?
2) For that you can play with the following css:
@media only screen and (max-width: 767px) {
#Action_bar { background-image: url('#') !important; }
}
The css for different screen resolutions, you can find here and for each resolution, you must create own css.
3) We need link to site so we can have a look on it. With some header types, transparent is just not possible.
4) We also need a link.
Merry Christmas too! 
Hi, thanks for the help, I can’t seem to get a separate image to show for each preferred resolution (I assume these css callouts can go in the custom css ?)
Regarding menu I figured out how to remove the black block (see previous image) and now have this http://imgur.com/oclLRhb. I am using stack center but it is not centering properly as you can see. I assume I need to adjust something , padding maybe. The site is not live and I prefer it not to be until I am happy so if you can point me to what needs adjusting to get it to centre properly that’d be ideal.
Again thanks for your help MuffinGroup.
1. Where exactly you can not get a separate image for each resolution? We gave you above example css for the Action Bar. Does it mean that you want to do similar thing for the other section?
2. Without links we have no idea what this could be as we did never seen anything similar. Let us know when site would be online or just send private message with access so we can have a look on it.
Hello! I really would like to buy this theme today, but i need to have answer on 1 question only before i buy it! If you go inside this URL:http://themes.muffingroup.com/betheme/features/unlimited-menus/
And hover your mouse over the menu “shortcodes” or “pages” at the header menu you will see a Huuuuge dropdown menu that will appear when you hover over it.
If i now buy this theme, Can i have exactly this dropdown thing, is it really unlimited menus? Im planning of having a huge website with many many many menus and dropdown hover “submenu” or what you call it.
Please i will check this comment every day until you answer so i can buy the theme as soon as possible..But only if its working to have exactly like i said 
So, go inside: http://themes.muffingroup.com/betheme/features/unlimited-menus/
And just hover over “shortcodes” or “pages” and you will see this big drop down menu, Can i do that if i buy this theme?
Yes / No ? 
Hi,
this is called “Mega Menu” and is of course included. So if you want to create the same sub-menu, you can do it.
Thanks for your interest in Be 
Omg Thnaks you soo much for your fast respond answer! Just 1 last question, they say that they have over 160+ Layouts, Is it inside the SAME THEME?
So what I mean is: If i now buy this theme, do i get 160 more themes inside of it? Is it that what they mean they say “biggest theme ever” and “160 pre-made layout?? 
Yes, this is what you get with this theme. All 160 layouts you see on our demo, comes with this one theme of course 
Merry Christmas btw!
Hi, how may I add a custom social icon that is not currently listed such as IMDb?
Hi,
we do not have such option unfortunately. This requires files customisation. So if you want to modify files, you should play with includes/header-top-area.php file.
Thanks for choosing Be 
Thanks for the reply. Perhaps something to add to a future release.
We would consider this of course when we finish current features.
hey the is a very suttle shake that hppens when i am in your demo and scroll up and down, this dose not apper with any other theme that i am using, is this a setting that can be changed so that the will be no shake and that the pages will acroll more smooth or this is how the theme is? i made this video to show you waht i mean. http://screencast-o-matic.com/watch/colZ0jhaqI
Hi,
we did watched your video but we do not see anything wrong there. Everything works fine so maybe you mean nice scroll feature? If that’s what you mean, you can disable it under Theme options > Addons & Plugins > Addons section.
Thanks!
Hello, i have following problem: if the page or post have comments i can see them only at frontend, when i edit page / post and press show comments i see only swivel wheel and nothing happens http://c2n.me/3scOvYJ if i activate an other theme the problem disappears. Thanks in advance!
Hi,
please deactivate all extra plugins and check. However, if this won’t help, please re-install theme files but do it thru FTP only.
Thanks!
Hello, I have 2 question. 1)Can I Make it multilanguage ? 2)Can I close one page and use just navigasion? Thanks.
Hi,
1) Yes, you can create multilingual site with this BeTheme but you need WPML plugin for this.
2) We are not sure what exactly you mean. Can you give us more details about that?
Thanks for your interest in Be! 
I use Creative: Always Open header on my website but I want to move the logo about 150px down toward the middle of the header a bit. how do i do it? right now I use a logo with lots of empty space at the top to achieve this but then the logo on the mobile becomes very small. what’s the proper way to do it with css? thanks.
Hi,
please send us link to site where you want to do this and we will try to help you.
Thanks!
Ok. So please use the logo size as you want it to be and after that, use extra css to move the logo down:
@media only screen and (min-width: 1240px) {
#Top_bar #logo { margin-top: 100px !important; }
}
Thanks~ it works great. Now I just need to remove some of the bottom padding below the logo on mobile view. Thank you~
Also is it possible not to crop too much of revolution sliders on a vertical mobile view?
3. Also when the revolution slide loads at the first time, it will have a dark blue background. Is there a way to change that to white?
1. You can remove that space with:
@media only screen and (max-width: 767px) {
#Top_bar .top_bar_right { display: none !important; }
}
2. No, it is not possible. This is how revolution slider plugin works.
3. This background color you can change under Theme options > Colors > Header section where Header Background color option is.
I have question about my blog. I see my name at the bottom of each post & figured out how to change my bio text…but how to put a profile picture there? It looks like there is a spot to the left of my name but I can’t figure out how to upload one. I even downloaded a plugin for this but it didn’t do anything. Here is one of my posts: http://www.ctkaupp.com/paleoful-chocolate-chip-cookies-with-mms/
Hi,
this is profile’s picture. You can set this image under “Edit my Profile” section by clicking on your “Howdy, [username]” text in the right top corner in your dashboard.
Thanks for choosing Be 
Hi – I’m using the ‘Vision’ demo content, but unfortunately can’t fit my menu across the space, so have switched to Stack:Center Header. As many people seem to have mentioned, this doesn’t center the menu (is there a reason for that?) I’ve tried following the Forum post you suggested, but the Custom CSS you provided in that post doesn’t work on my site. Do you have any other suggestions?
My site is here – http://www.webfactory.com.au/testsites/svcounselling/
Thanks! Regards Melanie
Hi Melanie,
your menu is not centred because you have “Align Menu to Right” option active under Theme options > Menu & Action Bar > Menu section.
Thanks 
Oops … sorry … thanks for your always prompt reply.
You are welcome! 
I’m having a big problem with BeTheme and Mozilla Firefox. He appeared with the latest updates. I’ve deactivated the scroll bar style iOS, and even then the error appears. The scroll bar is doubled, and the page doesn’t scroll! With other browsers everything is ok. Help! See in the images:
1. http://s24.postimg.org/8kvgtv1qd/capture_20151223_232039.png
2. http://s22.postimg.org/uhmq6rdj5/capture_20151223_232715.png

Hi,
we suggest to deactivate all extra plugins first to check if one of them is not the culprit maybe. If plugins are not the reason, then please update all theme files but thru FTP only to be sure that all files would transfer correctly.
Thanks 
I’ve done it all! And always update the theme via ftp. What else could it be? 
Please send us url then to site where this happen so we can have a look on it.
Something must be wrong with your Firefox version or computer then because we did checked your site on few different computers already and as you can see on http://pasteboard.co/jAWvyae.png everything looks great. Scroll bar is not double.
What good news! Thanks. I will update the version of Firefox.
Oh, what did you think of Bindoo?

We did never saw it so we have no idea what’s this.
LOL. The website I sent you to analyze: http://bindoo.com.br Bindoo is my digital agency. But ok, should not have been seen by the same person. Anyway, good work for you guys.
Sorry but we thought that you meant something else
Anyway, your site looks really nice. It’s really colourful what is good.
Pre-Purchase Question
So, if my understanding is right, your “One Click Demo Install” is just the layout, menu options, pages for ONLY that one demo. Not including any pictures. But, all the functions of all the shortcodes will be intact, Is this correct?
Also, is there an option of editing a page where you can copy and paste the raw shortcode from one section to another? Or do you HAVE to build everything from scratch? I CAN’T STAND “Page Builder for that reason. You CAN NOT do what I’m talking about. Can you do this with your Muffin builder options? Just click an editor option to see the raw shortcodes? I hope this makes sense.
You use a LOT of different icons that are scattered throughout your demos. Are all of those available with ONE of your demos? In other words, If I load the “plumbers” demo will it only be one set of icons, only the ones associated to the “plumber” demo, or will all the icons I’ve seen in all of your demos be available to me?
Lastly, http://nimb.ws/xWd0IX and these http://nimb.ws/wzA9Xu seem to be tiny images I can just create myself and load as the button graphic. Is this correct? (really cool btw) or is the first one “icons” and the second example “custom images” options for either when making the carousel ?
Thank you for your time.
Hey,
You are very close with your thoughts about “One Click Demo Install”. The images that you see on our demos, comes also with one click demo install. If you install Be|Journey demo, you get exactly the same looking site as on the demo. You must only remember that some images on our demos, we bought on photodune what means they work on license.
Yes, you can copy and paste raw shortcodes. The items exist as Muffin Builder items or just a raw shortcodes. In reference to question related with the icons, the whole set of included icons, you can < a href=”http://themes.muffingroup.com/betheme/shortcodes/typography#icons”>check here. These icons comes with any pre-made layout of course.
http://nimb.ws/xWd0IX and http://nimb.ws/wzA9Xu are just images so you can create similar by yourself of course.Thanks for your interest in Be 
Hello there, after the update of the be theme something like 35px space appears in almost every row of my pages. This is the inline css: .wpb_wrapper > div { margin-bottom: 35px; }. How can I fix this? I did not have this problem before the update.
Hi,
the css you pasted above, comes from Visual Composer plugin. If you don’t like this margin, you should paste the following css under Theme options > Custom CSS & JS > Custom CSS section:
.wpb_wrapper > div { margin-bottom: 35px !important; }
Thanks 