19058 comments found.
Hello. Well i have a question. if we buy this template you give the pluggin visual composer ? or we have to buy it for separately ? It is included or not? we must to know. tu so much for your time
Hey,
yes, Visual Composer plugin is included into theme.
Thanks for your interest in Be 
Hello, I have an inconvenient here and I need your help. I need to make my logo bigger in the menu, but when I insert it, the theme just reduces the size of the logo. How can I make bigger the logo in the menu? If you could please help me, I’d be very thankful.
Hi,
logo size can be set under Theme options > Global > Logo section.
P.S. We can see, your ThemeForest account displays the Support Expired badge so you need to extend your support for any future support questions.
Thanks!
Hi,
Where do you paste Google Analytics code in theme options?
cheers
Hi,
it’s under Theme options > SEO section.
Thanks!
Hi, I have 2 menus, one of them is top_bar other is action_bar. I want to fix my menu item with hover color when press them. #Top_bar .menu > li > a span { color: #326e9b; } #Top_bar .menu > li > a span:hover { color: #60a0dc; } #Top_bar .menu > li.current-menu-item > a > span { color: #60a0dc; }it worked. #Action_bar a { border-color: #FFF !important; } #Action_bar a { color: #326e9b; } #Action_bar a:hover { color: #60a0dc; } #Action_bar a { text-decoration: none !important; } #Action_bar current???? How can I set Action bar like that ?
Hi,
we can see, your ThemeForest account displays the Support Expired badge. You need to extend your support period via your ThemeForest dashboard if you need help.
Thanks!
i m not able to login into my forum account. any help?
Hi,
you are unable to log-in into forum because your support has expired.
Thanks!
I have updated the be theme for my one of the client and after updating it, icons are not working.
Can you please specify the reason for it.
Here is the url for website.
http://cosmos-escorts.com/Icons on top right side with phone and call options are not working. Please check and update.
Hi,
as you can 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 not help you unfortunately. If your client bought it, tell him to create account on support forum and post your questions there.
Thanks for understanding!
Hi…I want to show full content of posts in blog page ( where all posts list). So, I’ve changed get_the_excerpt() to get_the_content() in content-post.php template.
Now, it is not showing any content from Muffin Builder. I tried putting some content through Visual Composer, but it is showing codes instead of showing actual content.
Hi,
what you ask for, requires files customization what in accordance to Item Support Policy is not allowed. So if you want to modify files and don’t know how, you should contact with your web developer.
P.S. We can see, your ThemeForest account displays the Support Expired badge so you need to extend your support for any future support questions.
Thanks for understanding!
There’s a way to hide the button in the related posts?
Hi,
yes, you can hide it with an extra css:
.section-post-related .post-related a.button { display: none !important; }
Thanks!
I am thinking of purchasing this theme. I am wondering if I am able to use elements from multiple demos on one site? For example, I want to use elements from the Press demo on the homepage, but would like to mainly use elements from the default theme throughout the rest of the site. Is this possible?
Hi,
yes, it is possible. Over 200 of pre-built websites you see are only examples of what can be achieved with this theme but of course you can mix different elements between pages.
Thanks for your interest in Be 
I followed you when i asked about migrating the site from one domain to another and on the most part it was successful.
Apart fro revolution slider – it says it needs activating. The plugin itself is active in the plugins area but the plugin itself is saying it needs activating.
Not sure what to do.
Hi,
purchase codes (license keys) are not included for plugins which are bundled into theme. It’s because of Themeforest license & agreements. This applies to all themes of course. However, there is no need to use this code because the plugins are fully functional without it. If you want, you can read more details about this on Envato forum:
http://themeforest.net/forums/thread/dont-work-my-purchase-code-stardust-w-revolution-slider/186285P.S. Do not worry about this information. This message is only for those who really want to buy plugin’s license from author directly.
Thanks!
Hello, somewhere spectacular template, there is a demo with a calendar of events, I gave a view of more than 150 demos and I see .
A calendar from the front end that I can view and schedule events.
Thank you.
Hi,
we do not have demo with presentation of The Events Calendar plugin unfortunately.
Thanks for your interest in Be anyway!
we can change theme directory name and informations author in style.css without any problem ?
Hey,
yes, you can change those details.
Thanks!
Hello use your theme with demo ELECTRIC, if you want to add the facebook logo next to the menu in the upper right as I do. Thank you
Hi,
the FB logo can be added into Action Bar (above place where logo and menu is). It is not possible to put it next to the menu unfortunately.
P.S. We can see, your ThemeForest account displays the Support Expired badge. You need to extend your support period via your ThemeForest dashboard if you need help.
Thanks!
I would like to add on to the right and below the text of the contacts. How can I do?
It’s not possible unfortunately.
How do I do this http://pasteboard.co/12BRqP0h.png
Hey,
you can change this button color with an extra css:
#popup_contact > a.button { background: #000 !important; color: #FFF !important; }
Thanks 
I am having a big issue with your theme. The letter Capital “R” is not showing on your theme. I have updated the theme files and that has NOT fixed the issue. I am using Version 13.1 PLEASE HELP!!!!
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.
Thanks 
is it possible to change color of some word in a content text … something like <style color =”#454545”>?
Hi,
yes, it is possible. You can wrap the words you want into the following css:
<span style="color: #000 !important;">text</span>
Thanks!
Hi muffin group, I have some questions about portfolio…
• how can I eliminate the social sharing icons in the single project page? • if I put the image in the “featured images” I have this image in the single project page… How can I eliminate this default image… ? • How can i do the gallery of image in a single project page?
Thanks for your time and your support p.
Hey,
1. Share Box can be disabled under Theme options > Blog, Portfolio & Shop > General section.
2. If you don’t want this image, just do not upload featured image.
3. What kind of gallery you mean? Have you seen something similar on one of our demos?
Thanks 
hi,
1. ok i find it. If i put Hide the share box disappear also in blog articles… correct…?
2. ok but if I don’t upload the futures image how can I have the preview image in the portfolio page…?
3. I see only one in your demo in Pages > Gallery. Are there others…?
thanks p.
1. Yes, this is how this option works exactly. You can hide this section for all pages or for none of them. But if you want to hide it on single portfolio pages only then custom css from point 2 would do this for you.
2. Ohh, so you mean to keep the image on portfolio page but just remove it on single portfolio. To do this, you need to use an extra css:
.single-portfolio .single-photo-wrapper.image { display: none !important; }
3. This is the only one but this gallery might have few different layouts: Default, Flat, Fancy (Rent a bike anywhere you want section) and Masonry.
Hi,
thanks for your replay! I always put the extra css in “Theme Options > Custom CSS & JS”...?
what is the css code to hide social share box in only single portfolio page? it’s like this… .single-portfolio .sharebox {display: none;}
thanks, p.
We gave it to you already. The css we left you above, removes share box and featured images on single portfolio pages.
ok thank you so much
p.
You’re welcome 
Hello muffin group. can you please optimize the theme. https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fthemes.muffingroup.com%2Fbe%2Fpress%2F&tab=desktop
reduce the number of requests for scripts and stylesheets. and also minify it. and also only the necessary scripts and stylesheets should load on the page. dont load unnecessary files. let me know with these changes, i would like to buy this theme.
Hi,
you can optimise it yourself if you want with W3 Total Cache plugin. Please notice that we can not optimise each pre-built website because the settings we use on our side, may do not work for you because of different server settings. We suggest to have a look on main demo which has been optimized and the results are very good.
Thanks for your interest in Be! 
Hi,
we can see, your ThemeForest account displays the Support Expired badge. You need to extend your support period via your ThemeForest dashboard if you need help.
Thanks!
Hello! Is there any way to put the arrow accordion on the right? Not left? Thank you!
Hey,
we are sorry but it is not possible unfortunately.
Thanks for your interest in Be anyway!