19046 comments found.
I am currently trying to get a gallery like the one on the BeB&W page but it keeps putting a white box around the images. Here is my code
[gallery columns=”4” link=”file” ids=”2398,2384,2383,2382,2381,2380,2379,2399” style=”flat” greyscale=”1”]
Hey,
as you see, there is no “Purchased” label next to your nickname what means you did never purchased this theme. Because support is for our customers only, we can’t help you unfortunately.
Thanks for understanding!
The DJ demo theme has no footer. When I try to update the copyright and social icons nothing changes on the site itself since the page has a “copyright column” added to it. How can I reactivate the footer for my website?
Hey,
the footer on this demo is hidden by custom css under Theme options > Custom CSS & JS > Custom CSS section:
#Footer {
display: none;
}
So please remove above line and footer will appear.
Thanks for choosing Be 
how can i update the theme files? i have did few customizations. i dont want to loose them as well.
Hey,
if you did not made any changes in theme files, then you won’t lose anything of course because all settings from muffin options or builder are stored in database. But if you changed theme files, then you should remember where you did them because after updated, fill will be overwritten by original theme files. More details about theme update you can read on support forum.
Thanks for choosing Be 
Hello,
We are actually finishing our website http://www.mamitasbakeries.com/ for our client and we everything is fine. Except the menu on iPad as you can see on this print screen : https://creativeart.be/IMG_0057.jpg How could we solve that please ?
If we put a color to our menu, it also displayed the color on the desktop menu :/
Thank you.
Hey,
please send us private message with access to the dashboard of your site via contact form in the right bottom corner at http://themeforest.net/user/muffingroup/ and we’ll check where the problem is.
Thanks!
Done
Thank you.
Hello,
Great Theme!
I would like to know if your theme is bablic compatible. Bablic is a multilingual plugin.
Thank you very much!
Hey,
we did never tested this theme with Bablic plugin so we do not know if it works or not. The only multilingual plugin that was tested with theme, is WPML.
Thanks for your interest in Be 
Hello,
Just another quick question. On the bottom of this page http://torbayhospitalradio.com/about/ there is a blue background box titled “Become A Member”. I want to get rid of the white space between this box and the footer widget.
I’ve gone through all the settings and can’t work this out.
Thanks again 
Gary
Hi Gary,
as you can see on http://pasteboard.co/2FhuVFAC.png this is a padding which you set for that section 
Thanks!
Hello, I need your help because I don’t find website verification services in the theme. Can you help me please? Thanks
Hey,
what kind of verification you mean? Please explain because we are not sure what you are talking about.
Thanks!
yes sure, I need to verify the property of my website in Search Console and Pinterest but I cannot put the meta tag to my home page.
We are still not sure what kind of meta tag you want to paste, but if you are talking about header section, then you need to add this tag under includes/header-top-area.php file.
Hi, used the wrong account a few minutes ago!
I •• still
•• cant find the BeLibrary theme in the demo import page when clicking import: DEMO / pre-made layout: ... Any clue?
Hi,
if you do not see some demos or options, it means you don’t have recent theme version installed and you should update theme asap. More details about this you can read on support forum.
Thanks 
Hi! I cant find the BeLibrary theme in the demo import page when clicking import: DEMO / pre-made layout: ... Any clue?
Hi,
as you see, there is no “Purchased” label next to your nickname, what means you did never bought this theme. And because support is for our customers only, we can’t help you unfortunately.
Thanks for understanding!
Hi guys, I need your help to fix 1 major problem…
On desktop all looks fine, but on mobile devices, my header takes about 50% of the screen… Is there any possibility to put the wpml icon next to the menu icon? Now I have a very big with space, only for a small language flag to display.
take a look at: http://www.website02.be
Hey,
to do what you ask for, must be rebuilt whole header what obviously can not be done. But we can help you to decrease this space (change padding and margin between those elements). In this case, please use below css code:
@media only screen and (max-width: 479px) {
#Top_bar .top_bar_right { height: 30px !important; }
#Top_bar .logo #logo { padding: 5px 42px 0 !important; }
#Top_bar #logo { height: 80px !important; }
}
Thanks for choosing Be 
Hi,
is there a possibility to show a larger image when hovering an image, but without clicking the image.
What i want to do is display 6 meeting rooms. when a user hovers over an meeting room image, the full pdf ( saved as image ) with all the details shows.
cheers, Yannick
Hi Yannick,
we do not have such option unfortunately. It is not possible to display larger image in lightbox only after the click.
Thanks 
When will you have support for WooCommerce 2.4.x?
Hey,
we tested theme with WooCommerce 2.4.x and everything is ok. Information about compatibility with latest WooCommerce version will be added with next update.
Thanks 
How to add bullet lists and definition list? I checked the shortcodes, there is none with that name, please help.
Thanks
Hey,
they were made with standard html tags. Please take a look into documentation (CTRL+F and look for 14) Lists) section. There we explained what are the tags exactly to create those lists.
Thanks 
I’m having trouble I / O with the theme.
bad performance.
some indication?
Hi,
what problem you have exactly? Please explain because your explanation is not enough.
Thanks!
using this theme, the opening of the site is very slow. support said that the problem is in reading in the database. with another theme, it works normal.
Sorry but who said like that? Sounds like you did not spoke with us definitely. We asked what is the problem exactly but you did not replied on our question so how can we know what you are talking about? We’ll be able to help you only if you will give us more details about the problem.
sorry, my server support said that. the problem is a great slowness in opening the site.
Ohh, ok so it was your server admin. We understand now everything. So tell us now where in the database this problem exactly is so we can have a look on it? We know how the server admins could be and that’s why we ask about this. Many servers are shared between too many users so accounts are strongly limited and this is the reason why admin says it’s because of plugin, theme, database or something completely else. Also please tell us how they said it’s because of database? We would like to understand their thinking and want to compare what they say with what is in the code. Our theme was created in accordance to WP API and we are sure that everything is fine with database. Please also notice, that you can not compare our theme with other (default) wp themes that are poor in options and features because it impossible.
However, because we know very well how some servers may be limited we got some suggestions:
1. Please install and set up W3Total Cache plugin.
2. Use static.css instead of dynamic styles.
3. Use CDN service like MaxCDN.
Hope our suggestions will help you a lot 
hello. Need some help with the footer on www.torbayhospitalradio.com.
The footer part where I’ve written test height needs adjusting too make it smaller. The colour of this also needs to match the colour of the footer where the widgets are.
And, the footer where the widgets are seems to also be too much space on the bottom and top – can I cut this down.
Thank you for your time.
Gary
P.S. Excellent theme.
Hi Gary,
to make all these changes, you need to use below css:
#Footer .widgets_wrapper { padding: 0 !important; }
#Footer .footer_copy { padding: 0 !important; }
.footer-copy-center #Footer .footer_copy { background: transparent !important; }
Thanks for choosing Be 
Brilliant. Thank you 
You’re welcome 
Hello! I have theme with template YOGA. Why I can’t see footer? CAN i MAKE IT FOR YOGA style?
Hey,
under Theme options > Custom CSS & JS > Custom CSS section you got css responsible for removing footer:
#Footer{ display: none; }
Thanks for choosing Be 
Hi, I’m trying to change contact form font size but it’s not working changing at general settings. Where and how can I do that?
Hi,
please send us url to site where you want to change this font size and we’ll tell you how to do this.
Thanks 
Ok, great
So to change contact form font size, please use below css:
span.wpcf7-form-control-wrap .wpcf7-quiz, span.wpcf7-form-control-wrap .wpcf7-select, span.wpcf7-form-control-wrap .wpcf7-text, span.wpcf7-form-control-wrap .wpcf7-textarea { font-size: 20px !important; }
Hi guys!
Worked, except the send form button… Still the same
Sorry, we missed that button
to increase this button size as well, please use below css:
.wpcf7-form-control.wpcf7-submit { font-size: 20px !important; }
Thank you!
I have another question: why my map is showing full width at Contact page but when I use the same code and builder at Home, isn’t?
My website is set in general settings to be full width and even so, doesn’t work well 
take a look
contact page http://syncrofilm.egcreative.com.br/contato-2/
home http://syncrofilm.egcreative.com.br/
thanks
Section’s style must be set to Full Width. This is the most likely reason why on contact page map is full width but on homepage not.
the section’s style is set full width too… is not this…
can you guys please take a look for me?
No, it is not full width because we see it in the html code. This is just regular section without any layout settings. Please set full width section with no margins and map will be full width as you wish.
Hi guys section style is set to full width. this is not the problem. Can you help me please?
Where?
Okay, I found. It’s not user friendly… I set the website in general settings, the page and plus I need to set section too? It’s more logical if I need to set differently, not if is the same for everything…
This is what a lot of our users expect and that’s why this was made that way. A lot of users want to create different sections per pages and this is the reason why this option can be set for every section.
Anyway we’re glad to hear that you found it 
Hi, how can I reduce the margin height between the widgets on a sidebar?
Hi,
please provide the url to page where you want to do this and we’ll have a look on it.
P.S. Because you post a lot of questions in comments section that may help other users as well, we appreciate if you can use support forum for future questions.
Thanks!
Hi
http://www.pmedia.dk/How do I remove the header image? And place the video as in the demo?
When I remove the image in the muffin builder OR in the theme options, the image disappears both 2 places where it is now.
I can only get the video-background underneath, as you can see now. I want it to be as in the demo. And also, where is that green background? Can you send it to jonas.preisler@gmail.com or link to it? It’s not in my Media Library.
Hi,
this video at the top comes with Revolution Slier. To get the same video, you must import demo slider which is included into theme package. More details about this you can read on support forum. But to get this green background pattern click here.
Thanks for choosing Be 
Hi, how can I remove the “Published by ? sxmadmin at ?August 11, 2015 ” on the portfolio item details page?
Also, I’d like to remove the date below the image.
Hi,
to remove these details, please use below css:
.single-portfolio .post-meta .author-date { display: none !important; }
.single-portfolio .project-description { display: none !important; }
Thanks! 
Thanks!
You’re welcome! 