19056 comments found.
How can I set a hover color from the button. http://www.saronis.com/hotel-restaurant-agistri. For example the book your room button on index page. It would be handy if this setting was in the theme options panel.
Hi,
could you tell us which one is “Book your room” button? Sorry but we don’t see such button on your site. Would be also great if you can tell if you mean to change text color on hover or maybe background.
Thanks for choosing Be 
There are now 2 buttons below the slider on the first page. One is blue and one has brick color. I would like to be able to change background color of both of them on hover.
We are sorry but like we told you above, we do not see such buttons. http://pasteboard.co/1PcccCck.png – this is how your site looks like.
Yes, we know. This is the link we open and above screenshot is what we see.
STrange, can I otherwise send you private message with login?
Sure, you can send us private message thru contact form which is on the right side at http://themeforest.net/user/muffingroup#contact
Nice Theme, Can you please tell me how to add this type gallery in page or post which one is show here. http://themes.muffingroup.com/be/event/
Hey,
it’s default WP gallery. We added this gallery with a shortcode inside Column item. For more details about gallery, please visit https://codex.wordpress.org/The_WordPress_Gallery
Thanks 
Hello, As you always have a good solution to my problems I allow myself to present you this one: I would get off the menu, as the picture below.
Menu now: http://hpics.li/ddec66a
desired menu: http://hpics.li/294bc36
thank you in advance
In this how can I do to 2×4 item in the menu on the same line in place of 2×3. If I did that now it create a two-line menu.
Hey,
please send us link to page where you would like to move the menu items down first so we can have a look on it and we will check if this could be achieved with custom css.
Thanks 
Ok. So to move those menu items down, you need to use an extra css of course:
@media only screen and (min-width: 1240px) {
#Top_bar .menu > li > a { padding: 115px 0 0 !important; }
}
But in reference to 2nd question, your menu items are too long and that’s why you can not put them in one line. So the only trick you can try to put 4 items in one line is to decrease side padding for all with:
#Top_bar .menu > li > a span:not(.description) { padding: 0 10px !important; }
thank you very much I will test this!
Woooooo it works perfectly ! You will be well an expert in this template
Thanks a lot 
Sorry, you are definitely right. You need to make a little modification in the css we gave you above and use below instead:
@media only screen and (min-width: 1240px) {
#Top_bar:not(.is-sticky) .menu > li > a { padding: 115px 0 0 !important; }
}
It’s perfect ! You are a King 
You are welcome 
hello. over the weekend i try some demos from you and i want to know if it’s possible to move the slider under the logo and the navigation on smartphones?
for example the slider from the “profil” demo is under the navigation on tablets and desktop views on smartphone you have the hamburger navigation and the logo in a small header and under this the slider in fullscreen.
i want to know if it’s possible to use a transparent header on all devices and move the slider under the logo and the hamburger menu, so it have the same look than all other devices with a bigger display.
Hey,
could you show us how Be|Profile (if that’s what you mean of course) supposed to look like on tablets in your mind? We are not sure and would like to avoid confuse.
Thanks! 
hey,
i want it i this way (on tablets and smartphones
http://www.bilder-upload.eu/show.php?file=9f356b-1466405384.jpgwithout a header and the slider starts at the top of the display, so the logo and the navigation is over the slider with a transparent background. 
regards tom
Ok. So to make transparent header that way, all you need to do is turn on Transparent option under Theme options > Responsive section.
Does the theme auto update through wordpress admin?
Hey,
we are sorry but at this moment we do not have such possibility. We see many disadvantages of such a solution and that’s why we don’t have it yet.
Thanks 
I really love the theme but it is brutally slow. I switched to static css on a good server but the site takes 10-12 seconds to load. I have even run the site on two different severs, one dedicated with the fastest plan offered.I have tried several other themes, even your own cake theme and they all load in around 1.5 to 2 seconds. On both servers all other themes are much faster compared to BE. There are so many javascript call ups and so much css code that it just is almost unusable. Is there anyway to reduce or defer the javascript loading or reduce the overall css? I am using cloudflare and have tried w3, minify, and any number of plugins to reduce the bulk of this site to no avail. I really want to use this theme but it’s basically unusable at this point. Also, I should note that the only two elements I am using that call up javascript off site are a youtube video and chat feature, both are still present when I try other themes.
Hey,
you must definitely did something wrong because it is not true that Betheme is slow. If you look at https://tools.pingdom.com/#!/cAMUDb/http://themes.muffingroup.com/betheme/ you see that load time is about 1 second even with all those full hd images, slides, plugins, etc. So if your site loads extremely slow, we suggest to look for a problem out of the theme (server, internet connection, heavy images, plugins and more).
P.S. We can see, your ThemeForest account displays the Support Expired badge so please extend your support for any future questions.
Thanks!
its possible change the color of the lines below the menu items? like, eatch page have a line with a diferent color
Hey,
yes, it would be possible. If the lines are different color, it was probably made with custom css under Theme options > Custom CSS & JS > Custom CSS section so we suggest to check there.
Thanks 
can you help with the code i have to post on custom css?
What help you need exactly? Maybe you can explain what is not clear for you as you already got in under Custom CSS section?
i need to do somothing like this: https://s31.postimg.org/wvnqy15a3/Sem_T_tulo.png
the line below the menu with a coustom color. Its possible usind page id? or other solution?
Yes, it is possible. Each menu item got CSS Classes (optional) field where you can set class name and then, under Theme options > Custom CSS & JS > Custom CSS section you can set individual styles for items. If you would set class name for even 1 item and would send us link to such page, we will show you on example.
can you help with one exemple to creat the custom css for this?
Like we wrote above, we can of course. But you need to set class name for one of the menu items like we told you above.
can be “agenda” “projectos” for exemple, i can do the rest. agenda with the color F15623 and projectos 009FC2
Ok, so if you set custom classes for those items, what is the link to page where you did it? We don’t have any and we have no idea where to look for.
I’m confused , I think there is something to escape me . What I want is that when moving the mouse on the menu , the line appears to have a different color for each item. A custom color for each menu item . I do not understand exactly what class is that it is asking for. For exemple , the menu item “Agenda ” have the id menu item 2645
its this class?
No, this is not a class name. Sorry but we do not understand what exactly is not clear. We told you several times already to set the class name for individual item for which you want to change border color and send us link to page where you got it. If you don’t know CSS Classes (optional) field is, look into documentation http://themes.muffingroup.com/betheme/documentation/doc-images/menu-edition.png where this was explained.
hi, i need the filter on blog but i cant enable. on your demos you habe “Filter By” on blog categories but when i install the template this option aren’t there. See exemple:
demo http://themes.muffingroup.com/be/journey/blog/ my demo: http://www.oncloud.pt/testes1/category/stories/
Hey,
did you set blog page properly? Because the most important part to get filtering, is to create Blog page. All details about creating Blog page you can read in the documentation. Please also make sure that you enabled Filters under Theme options > Blog, Portfolio & Shop > Blog section.
Thanks!
Hi, is it possible to replace the search icon on the far right of the navigation bar with a telephone number? I cannot see how to do this I am thinking like
0123456
but I cannot see where to insert/replaceHey,
this can be done inside files only. So if you really want to do it, you need to do necessary modification in includes/header-top-area.php file.
Thanks! 
Please give me the code to change the headers background color to black: www.f5hrenschon.com
Thank you 
Hey,
Your header is already black but has some transparency. Does it mean you want to make it solid background?
Thanks 
Are you sure? If I have a white background it seems to be brown and not grey! No transparency is cool, but can you maybe give me the code to make the sticky header transparent, too? Thank you for the great support!
Looks like you are right. We thought that it’s black but it’s kind of dark brown. So to change both headers (regular and sticky), you need to use the following css:
#Top_bar:not(.is-sticky) { background-color: rgba (0,0,0,0.5) !important; }
#Top_bar.is-sticky { background-color: rgba (0,0,0,0.5) !important; }
Sorry to bother you, but it’s not working!
However I think the dark brown is okey, too! 
If above css does not work, please try the following then:
.header-semi #Top_bar:not(.is-sticky) { background-color: rgba (0,0,0,0.5) !important; }
#Top_bar.is-sticky { background-color: rgba (0,0,0,0.5) !important; }
Still not working :/
But it’s ok
Thank you!
Really? You must did something wrong then because if you look at http://pasteboard.co/1QRqxxwA.png you can see that above css works.
How do I remove the social links that are in the footer.. sorry I can’t find where to do this in the Admin. Thanks.
Hey,
to remove just social icons from the footer, you need to use an extra css:
#Footer .footer_copy .social { display: none !important; }
Thanks 
Worked. thanks.
You are welcome 
Hi, is visual composer supported on front end editor? or only through shortcuts?
Also, can you have a centered logo and two drop down menus on the sides… all your demos that have a centered logo have no drop down on the menus. Is it a limitation?
Hey,
it is exactly the same version as it comes after plugin purchase. We didn’t modified this plugin at all. But please remember that VC is for those who prefer to build pages from scratch and all pre-built websites you see on our demo, were made with Muffin Builder and only with this tool can be edited.
Thanks for your interest in Be 
I can’t seem to change any single color at all after saving my color changes, is there some sort of issue when changing colors?
In addition, I am using a classic header style, how can I add a background color to the header background instead of using a transparent one? Not only for classic, but also for other headers as well?
Thanks
Hi,
to set custom colors, you need to have Custom skin selected. So please make sure that you did it right. About classic header, please send us link to page where you have transparent classic header so we can have a look on it first as it should be solid.
Thanks.
Can’t remove items from the cart in woocommerce. I removed the folder and re installed via ftp and nothing.
Hi,
you need to install latest WooCommerce version and also remove all files from FTP and upload the newest one. If you look at our demo, you see that everything is fine. We use there latest version of WooCommerce and theme of course.
Thanks 
Hello, i have a problem.. I have made some customization on the Glasses Theme then so i have activate the ChildTheme but now i have an issue with the Header and Body appearance.. Please, have a look into this screenshot..
https://izy.link/KOMpUY.Regards.
Hi,
please send us link to page were you have this “issue” first so we can have a look on it because above screenshot doesn’t say to much for us.
Thanks 
sure https://www.encounters-group.com/
regards.
Ok, thanks. So we checked your site and looks like you have a lot of errors in html and JS console what you can see yourself on http://pasteboard.co/1NcFI4Jl.png We suggest to fix all those issues and all your issues would gone.
Oh, ok.. Can you correct those error for me ? Please…
Regards.
We are sorry but we can’t unfortunately as those errors are not a part of theme but fixing bugs that were made by you or your developer, are not the part of support. So we suggest to contact with person who did those bugs.
Thanks!
Hello,
I updated the website to the latest version and all latest plugin updates. However when I use your muffin 3.0 migration tool it deletes all of the muffin builder data instead of changing the links so Im left with blank pages in the body of the website.
Are you aware of this error?
How can I fix it?
Thanks
Hi,
if you updated theme, did you also update Wordpress to recent version? If you did, please send us dashboard access privately thru contact form which is on the right side at http://themeforest.net/user/muffingroup#contact and we will check what might be the reason then of such behave because so far we did never met with anything like that so this can not be because of theme or migration tool.
Thanks!
Hello. Is it possible to set the icons social media (FB, Instagram, etc.) In the same line as what the main menu? In the examples above, you are usually the main menu icons social media.
Hey,
social icons can be placed in Action Bar (just above menu in the right top corner) or in footer. Just like on our demo.
Thanks for your interest in Be 
hi. after updating logo in BeTheme options every other settings get disapper can u help me with that ? like this: https://s31.postimg.org/4rgry84az/Screen_Shot_2016_06_17_at_3_33_53_PM.png
Hey,
please send us dashboard access privately thru contact form which is on the right side at http://themeforest.net/user/muffingroup#contact and we will check what might be the reason. Please don’t forget to attach link to current topic so we know what for the access is.
Thanks 
Good Day,
Reading through the comments I noticed that you support custom post types and taxonomies? I just want to confirm, will your theme’s shortcodes work with CPT’s and will your page builder recognize the new custom type pages?
Please advise.
Thank you!
X
Hey,
Muffin Builder does not recognise new custom post types automatically. It is necessary to make some customisation in files to include Muffin Builder into custom post types.
Thanks for your interest in Be!
Ok thanks, so its possible but I just have to add some coding. Is that you can assist with after purchase? I mean guide me through the process to include Muffin Builder into custom post types?
Regarding this page: http://themes.muffingroup.com/be/travel/tours/#
1. Is this a portfolio list display or a static page? Does it uses a shortcode to call the listings? Are people able to rate the posts? I see you have stars ratings. How do you achieve this page?
2. Do you have a widget/shortcode for banner ads?
Thank you in advance.
Ximena
No, we can’t because files customisation are not the part of support. Such customisations should be done by your web developer. For more details about what is included into support and what is not, we suggest to check Item Support Policy.
1. This is just simple page with shortcodes/items. As you can see, rates are not clickable what means people can’t rate them.
2. It depends what ads you mean. Most of them people paste into wp’s default Text widget.
HI there,
Can you clarify a few more things for me? I need to confirm before I buy the theme.
I take it your portfolio is a custom post type that you registered with the theme.
The questions I have:
1. Can I edit single portfolio posts with Muffin Builder? I noticed that you have some pre-designed layouts, so can I freely design new layouts with shortcodes and Muffin builder?
2. Can portfolio archive templates be edited with Muffin?
3. Can new custom post types be added to the theme? I know that I need to add coding to create templates for single and archive CTP’s and also to the functions.php file so that it will work with Muffin, but I want to confirm Muffin will recognize the custom post types. On an earlier message thread, it was said that Muffin would not work with CPT’s no matter what, so I just want to make sure I have the most recent information. My website will heavily use those so its important to me to make sure that it will work.
Thanks,
Ximena
1. Yes, we have pre-defined layout for single portfolio page but if you don’t like it, you can create own easily with Muffin Builder.
2. No, those pages are not editable.
3. The message you read wasn’t true and this user just couldn’t handle how to do this. Some people just think that they buy lifetime development service, not theme and just don’t know how to create custom post types. But like you said, you need to code such files yourself as we do not offer files customisation service.
Hi Muffin-Team,
I want to make a Landing Page with a background picture and my logo to click on in the center. If I disable the menu with the BlankPage, and then choose a custom layout to make a parallax background, I can’t add items with a transparent background, because it makes the wrap’s background white.
How can I make a simple Landing Page without a menu?
Hey,
please send us link to page where from you would like to remove menu and we will tell you how to do this with custom css.
Thanks 
www.f5hrenschon.com Please give me the code to remove everything except for the background (menu; subhead; footer), thank you. The overall design of my page isn’t done yet, I want to edit the menu later. Hopefully this is not a problem.
Looks like you want to remove whole body then. Ok, so to remove body, you need to use the following css:
body { display: none !important; }
Sorry, but doesn’t really work out, I of course want to have a button or something in the middle of the picture, if I disable the whole body I can’t add one.
Hi guys, sorry I got it. Thank you, though.
You are welcome 