19058 comments found.
Hello muffingroup and others. I’m using betheme and there is a big problem. No matter how hard i tried our website’s title always includes text “betheme”, and my manager wanted me to remove this text but no solution until now, even when i change to the other theme. Please help me! Website title always show the text “betheme” no matter what happen on earth, that’s real disaster
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!
Hey, I have issue with Muffin Builder- Visual Editor item and links. After the last update, everytime I want to put a link to the text (highlighted), popup with link options doesn’t show up. I have to go to the ‘HTML’ code editor and change link manually there. Any advice please? Thank you, V.
Hey,
yes, we know about this issue. However, this has been fixed already and will be updated with next theme update (upcoming Friday).
Thanks 
I have DM’d on your forum about an urgent issue, i would appreciate if you took a look, didn’t want to post publicly.
Hi,
we did it already. Please notice that informing us about forum topics here, won’t speed up anything because we always reply on forum questions first. For more details about what time and when we work, we suggest to visit our profile’s page.
Thanks 
Perfect, thank you
You’re welcome!
Hi,
we do not have such menu type included unfortunately.
Thanks!
Hello,
revolution slider, headings, etc. on top of pages are showing up covered by action bar and menu.
How can I move the whole content down by 100 px?
.body { top-padding: 100px; } is not working for me.
Thank you very much.
Hi,
please send us link to page where you want do this so we can have a look on it first.
Thanks!
I fixed it but I am fighting with another thing 
On http://dow.innotag-internetagentur.de/features/ I would like to link icons from feature list with several offer that is showing below. If I set an anchor on h2-tag the anchor is starting up on the page but I want it to have top padding 500px e.g.
So in offer I added
Dies ist ein Test
Rollen- & Rechteverwaltung
But it does only work for some offer items or it is showing the previous item for example. Could you please help me to fix this.
Thank you very much! 
Oh shoot… it transfered my added code into text.. Please find the code here
div style=”position:relative;”> div class=”anchor” id=”1_Rollen” style=”position:absolute; top:-200px;”> to not make the code disapear again
If you use id’s for links, you must use class=”scroll” as well. Without that, scrolling items won’t work properly.
Thanks I fixed it but why are some offer items showing text on the right and others show text on the left. See here: http://dow.innotag-internetagentur.de/features/
I dont see any rule like even is right, uneven left… it is a crazy mix.. I would like the images always to show up on the right.
Thank you
As we can see, all offer items display text on the left and featured item on the right. This is how offer item supposed to work.
Please delete cache, half of the items show text on the right.. like this one for example http://dow.innotag-internetagentur.de/features/#2_Hosting or this one http://dow.innotag-internetagentur.de/features/#9_256-Bit
Ok, found it. Please open your website in Firefox html mode (CTRL+U) and check how many html errors you got. Please fix them first and all should be fine.
Hello, I solved all errors except this one which should come from your theme, isnt it?
line 10 column 23 – Error: The “itemprop” attribute was specified, but the element is not a property of any item.
How to solve this? Features are still not showing correctly.
Please help! 
Looks like you fixed those errors already, didn’t you? Because we did checked your site on several different computers in different browsers and now text is on the left and the image on the right so exactly as this item supposed to look like.
I will send you a private message in a minute because it is not working like you say.. When I have Offer slider and feature list on the same page it is not working correctly.
If I only use offer slider on one page it is working just fine.
More details and screenshots in my private message.
Thank you and sorry for beeing such pain 
Ok, thanks!
How can i change the zoom box hover effect?
The hover effect on “Mining” demo is different from “Firm” demo.
Firm effect: http://i.imgur.com/WVwmGo3.png Mining effect:http://i.imgur.com/miXiD3k.png
I need to use, Firm effect,
Thank you.
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!
Hi,
It looks like the changes I make to BeTheme options/colors is not taking any effect.
I want to change the color of the body text (content/text color) and the color of the headings, but it’s not working. It is saving, it’s just not being applied to the final CSS that is generated. When I look at the source code and search for the color I specified, it’s not found, and I can see there that the old colors are still there.
I don’t have any caching plugins installed.
What is wrong with this?
Hi,
did you set Custom skin? Please notice that custom colors works only when custom skin is selected. Also, please make sure that you don’t use any cache stuff because this might be the reason as well.
Thanks.
Thanks, that did it!
You are welcome 
Hi,
1. How do I change the icon color used with this shortcode: [icon type=”icon-lamp”]?
2. Is there a way for me to specify the icons used in
- lists? In your documentation, you only have 3 icon types for such lists.
Thanks
Hi,
1. Icons color can be changed with extra css:
[class^="icon-"], [class*=" icon-"] { color: #000 !important; }
2. We do not have an option to specify own list type but you can change background image for already existing lists if you want.
Thanks 
Thanks, but this isn’t enough. The icon color CSS you posted changes the icon color globally, but I want to set it on a case-by-case basis. How would I do that?
Please build a color variable into the icon shortcode in the next release, changing icon colors shouldn’t be this complicated…
If you want to set this color individually, then you can use html code instead:
<i class="ICON-NAME" style="color: #000 !important;" />
Hi muffin guys,
i usually don’t get any issue but for this one i’m not able find iut the ID. Anyways how can i change the specific H1 or say h2 color for some specific page.
Hey,
to change heading color for specific page, you need to use extra css:
.page-id-xxx h1 { color: #000 !important; }
where xxx is page ID for which you want to change heading color. Or what else you can do is put just the following css:
h1 { color: #000 !important; }
in Custom | CSS field under Page Options section for page.
Thanks 
I am using the bejet demo but want to change my slider image. I want to have an image like the one here: http://amyporterfield.com Can you tell me what size I need to make my slider image? Thank You
Hi,
the image on above site is 960×403px so you probably need to use same size.
Thanks!
Hi, How do you change the colour of the place holder text in the search form ‘Enter you search’ which is grey at present. I’ve changed the colour of the input text using CSS which works fine, but I can’t seem to change the colour of the text that is in the box by default. Any help welcome. thanks.
Hi,
you can change this color with extra css:
#Top_bar .search_wrapper input[type="text"] { color: #000 !important; }
Thanks! 
Thanks for your reply, I am using this css at present, but it only changes the input text when typing in the search box, it doesn’t seem to change the colour of the text that is there by default, by this I mean the Words ‘Enter your Search’. These words remain grey and don’t change to black as per your CSS. Any other ideas please? Thanks
Are you sure about that? If you will have a look on http://pasteboard.co/uTaOwIi.png you see that placeholder is red color, just as we set it up.
Unfortunately it doesn’t work for me. I have sent you an email with my login details if you would be kind enough to take a look. Many thanks.
Cache is the problem. We sent you more details on pm. We appreciate if you can do not post questions here until your website is under maintenance mode and we need to log-in to check anything. Please post all questions by e-mail where all access details are.
Thanks!
We have issue with Muffin Be theme Options, after making a changes it’s hanging and option panel is blank, expect left Muffin Menu its still visible.
Issues with Muffin Be theme Options effects Widgets we can’t save new widgets. We have quite extended Sidebars with at least 30 different Menus.
How to avoid problems with BeTheme Options?
Hey,
please send us dashboard access via contact form which is on the right side at http://themeforest.net/user/muffingroup#contact so we can check it.
Thanks 
BeTheme Options screen loads fine, but none of the options on the left side seems to work. The right side remains blank. Any idea what could be wrong? Screenshot: http://pasteboard.co/thnnm8O.png
Hey,
please send us dashboard access via contact form which is on the right side at http://themeforest.net/user/muffingroup#contact so we can check it.
Thanks 
hello I bought b themes, I want to install btheme, beauty http://themes.muffingroup.com/be/beauty/# but I don’t know how to edit this, I want to use it for my jewllery site.
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!
I have recently installed your theme and I changed one of the header settings and it seems to have removed all the design aspects apart from the text? Any ideas why this has happened?
Hi,
please show us what exactly has been removed because we do not understand it.
Thanks.
Hi,
I’ve already created the main website using Be theme with Classic header layout. Now I want to create couple one-page pages. Is it possible to have different header style for each one-page?
Thanks
OK, I think I found the solution. I’ll need to create a Layout first then pick that layout in Page editing. Is this how you guys created those one-page layouts demo?
Thanks
Hey,
yes, this is how you need to create different layouts for different pages exactly. You need to create layouts under Layout section and then select that layout for individual pages.
Thanks 
Hi – is there a way to move the Social Share box on Portfolio items to the right hand side of the image? Client isn’t happy with the way the text aligns far left but then image isn’t also aligned … http://www.wherepigsfly.org/animals/walter/ Thank you! Melanie
Hey,
you can move share box to the right side with extra css:
.single-portfolio .single-photo-wrapper .share_wrapper { float: right !important; }
.single-portfolio .single-photo-wrapper .image_frame { margin-right: 130px !important; }
.single-portfolio .single-photo-wrapper .image_frame { margin-left: 0px !important; }
Thanks 
Perfect! Thank you for your always prompt reply.
You are welcome 
Presale Question:
I see your theme has both Visual Composer and also what looks what is your own custom Muffin builder. I’ve used themes in the past which have both VC and their own. Often VC isn’t integrated as well as the custom builder. With BeTheme, is it possible to recreate all layouts in your demos with VC or are they only available with the Muffin builder? Did I read the changelog correctly, was VC just added to the theme back in March? Did it not exist in the theme prior to?
Hi,
pre-made layouts were made with Muffin Builder only because this is what most users expect. Our builder is much lighter, easier in use and definitely faster than VC and these are the main reasons why people prefer to work with Muffin Builder tool. VC is for those who prefer to build pages from scratch.
Thanks for your interest in Be! 
Hello, Im using the shortcode to insert gallery in Portfolio Item Page, but the gallery appear distorted, How can I show images of gallery without distortion??
thx
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, My Purchase code is : c16c1f36-5004-4987-979f-f1d72709e0ff. When I open the revolution slider, I’ve found the “loop” section disappeared. Thanks!
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!