19044 comments found.
I need to show few demo ,options to my client. So, is it possible to install more than one demo data under one website ?
Hi,
yes, it is possible to install more then one demo under one website of course but each demo must have own wordpress installation.
Thanks for choosing Be!
Is it possible that I install one demo and then overwrite it with another ?
Is it possible to remove all the demo data once the client approves the design ?
Yes, it is possible but before next import you must always use Wordpress Reset plugin to clear whole database.
Hi … I see a betheme-child.zip file in the downloaded folder. What is it for ? Do I need to upload that too ?
Hey,
please take a look at https://codex.wordpress.org/Child_Themes where this was explained.
Thanks for choosing Be 
I know what a child theme is … was just wondering if its required to upload child theme if I am not making any changes to the core BeTheme template files ?
No, it’s not required.
Hi,
Why Muffin Composer does not use Auto-Save (revisions) of Wordpress? is there any option to recover one step back?
Many thanks!
Hi,
unfortunately muffin builder is not compatible with revisions.
Thanks for understanding and choosing Be.
Hi,
I have purchased this theme yesterday. Just want to know where I found .xml file in my downloaded folder.
Hi,
as you see, there is no “Purchased” label next to your nickname what means that you did never purchased this theme from us and unfortunately we can’t help. Please notice, support is for our customers only.
Thanks for understanding!
Hello, I am planning to purchase this theme. But can you please let me know after purchase how can i get all the theme layouts like i want to configure Be|vet on my site so is their any option to select that particular layout and start working on it ? Looking forward.
Hey,
installing particular layout like Be|Vet is very simple and can be done within just 1 click installation feature. For more information, please take a look at support forum where this was explained in 2 easy steps.
Thanks for your interest in Be 
Hi, I installed everything successfully but the heading and titles were in white color like h3, h4. So how can i change the color to some other color to make them visible.?
Colors for heading tags can be changed under Theme options > Colors > Headings section.
Look at please this : http://themes.muffingroup.com/be/vet/
where is welcome to BeVet gone ? check all the heading tabs invisible on the whole page. ?
Ok, but what is the url to your page where this heading is not visible?
And one more query please see this : http://wearecreatives.in/elis-test/wp-content/themes/spread-elis-love/sample.jpg
i need the header like this transparent one. I want it blank to see through the background i placed. You can see that on the above link provided.
Under which browser headings are not visible? Because as you can see at http://pasteboard.co/2vkxGI4l.png headings are visible on your website.
But to make header transparent, please use below css:
#Header .top_bar_left, .header-classic #Top_bar, .header-stack #Top_bar, .header-fixed #Top_bar, .header-below #Top_bar, #Header_creative, #Top_bar #menu {
background-color: transparent !important;
}
#Header_wrapper {
background-color: transparent !important;
}
#Wrapper, #Content {
background-color: transparent !important;
}
I am getting this problem in google chrome.
where to put this css ?
figured it out. Just help me with the visible heading in google chrome.
Please update your chrome version because on our side it looks exactly the same under chrome as on screenshot we sent previously.
okay great will do that just let me know few small things :
How to change the color of input boxes in contact page ? see this : http://wearecreatives.in/elis-test/contact-us/
Blog main page is working fine but when i click on the very first blog post it will look like this : http://wearecreatives.in/elis-test/uncategorized/hello-world/
Please reply two these two things asap.
I updated my browser restart my pc but still the same problem see this : http://wearecreatives.in/elis-test/wp-content/themes/spread-elis-love/still-invisible.jpg
To change input boxes colors, please use below css:
input[type="text"], input[type="tel"], input[type="password"], input[type="email"], textarea, select, .woocommerce .quantity input.qty { background-color: #000 !important; }
input[type="date"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, select:focus, textarea:focus { background-color: #000 !important; }
On single post pages, you don’t have background color because of css we gave you before:
#Wrapper, #Content {
background-color: transparent !important;
}
So if you don’t like how single post pages looks like, you must remove this css but of course header won’t be transparent. It is unfortunately not possible to have both: background for content/wrapper and transparent header.
But about Chrome and those headings, we have no idea what can be wrong on your side because we tested this on few different computers and headings are visible as we showed on screenshot above. Please remove all plugins and tools, remove custom css and then check if it helps.
P.S. We really appreciate if you can use support forum for future questions.
Thanks!
Thank you for all your help.
Is there any way to put a p interest icon on top right corner ( above header navigation )
We got Pinterest icon of course and this can be setup under Theme options > Layout > Social icons section.
Hi, Yes i knew that how to activate it but i need it to the top right corner of the page on the header above the header navigation ?
Social icons should be visible in right top corner by default. If they are not visible, it means that you forgot to activate “Action bar” under Theme options > Layout > Menu & Action Bar section.
Got it but is there any way to make the social icon look like this : http://wearecreatives.in/elis-test/wp-content/themes/spread-elis-love/sample.jpg
If you mean bigger social icons and no background, then yes, it should be possible but you must activate default bar first and let us know so we can have a look on it on your side.
Done please let me know whats next ? I enable action bar.. See this : http://wearecreatives.in/elis-test/
In next step, please paste below css under Custom CSS section:
#Action_bar { background: none !important; }
#Action_bar .social li a { font-size: 35px; color: #000; }
Okay i did that everything is working fine now except one. How to reduce the top margin to the top of the logo. Can you see this image : http://wearecreatives.in/elis-test/wp-content/themes/spread-elis-love/sample.jpg this is what exactly it needs to be.
Its okay i figured it out by doing this to the css : #Action_bar .column{ margin-bottom:-60px;} but when i see it on the mobile it will go behind the logo.
If this css works for you, then wrap it into media query on larger screens only, like below:
@media only screen and (min-width: 960px) {
/* your code here */
}
Instead of 960px you can use your own width size of course if this one is not enough.
You mean like this :
@media only screen and (min-width: 960px) { #Action_bar .column{ margin-bottom:-60px;} }
That -60 px worked for me but the hyperlink get disappeared some how.
Yes, this is what we mean. But of course, if you have some other elements inside action bar, will obviously disappear as well on smaller screens.
Hi, Can you please let me know how to make the contact form layout in row instead of this : http://www.spreadelislove.org/contact-us/ its looking so simple i want something like Name, Email and subject in one row and then message underneath same like on the actual theme.
If you mean something like we did on http://themes.muffingroup.com/betheme/pages/contact then you must wrap fields into right columns, as below:
<div class="column one-third"><label>Name:</label>[text* your-name]</div> <div class="column one-third"><label>E-mail address:</label>[email* your-email]</div> <div class="column one-third"><label>Subject:</label>[text your-subject]</div> <div class="column one"><label>Message:</label>[textarea your-message]</div> <div class="column one">[submit "Send message"]</div>
No its not working see : http://www.spreadelislove.org/contact-us/
Where to put the email on which all this info will going to be ? I am checking your codes here please see this will be the output when i paste your code : http://www.spreadelislove.org/testing-contact/
We are sure, the name of your fields is different then our. Our fields are called: your-name, your-email bot your one may be: name and email for example.
So where i can change this ?
Inside Contact Form 7 plugin. If you don’t know what is field name, then we recommend to check documentation. And if you still don’t know how to do this, we recommend to create another wordpress for tests, import our demo where this form is and maybe this way you will learn how it works because we really can’t explain it easier way.
No i knew that how to do that the thing is on my contacts the value is same the value you provided but still it is not picking those that’s why i am worried
Where did you used the code we gave you previously? While building form inside cf7 plugin or you added it inside column item directly in muffin builder?
Hi, Navigation bar on top is not working properly in Safari can you please take a look and help me how to fix it, here is the link : http://www.spreadelislove.org/
Can you explain what exactly does not work? We already checked your website in Safari browser and everything is fine.
okay please wait ll get back with the screenshot soon.
Ok, we’ll wait for the screenshot then.
This is the problem i am getting : http://wearecreatives.in/nav/menu-bar-not-visible.jpg
Probably you have a small screen size and that’s why in Safari activates responsive menu. If you want to change this behaviour, please take a look at support forum where we explained how to do this.
Thanks!
Hi,
I’m using Nex Forms plugin to collect information from my costumers (http://cms.espace-batignolles.fr/devis/) to send them a business proposal. I still encounter a compatibility issue. Can you help me please ?
Thank you for your job.
Best regards
Alex
Hi Alex,
it depends what issue it is. If it is related with theme then of course we’ll can try to help but if the problem is not related with theme then only plugin’s author can.
Thanks for choosing Be 
Thank you for your reply,
As you can see on this page ( http://cms.espace-batignolles.fr/devis/ ) I can not check the radion buttons , the steps of the form is displayed at the same time and it is the same for the logical conditions. In addition, some function of the plugin does not work at all: display of date by clicking the calendar, color pannel , image thumbnail selection, etc … the plugin is available on this page ( http://codecanyon.net/item/nexforms-the-ultimate-wordpress-form-builder/7103891). Thank you for the time and the help you are giving me . If I can be of assistance , do not hesitate to contact me
Please send us this request via contact form which is in right bottom corner at http://themeforest.net/user/muffingroup/ with access to wp dashboard and we’ll have a look on it.
I am using Modern Tribe’s calendar plugin, I want the actual calendar and event details pages to have a sidebar. How can I do this?
Hey,
we did never tested this theme so we don’t know if it is possible to setup sidebar for this plugin or not. We only events plugin we tested is named The Events Calendar.
Thanks for choosing Be 
I realize that.. It’s made by Modern Tribe, Thats the one you tested.
That’s the page, but I’d really like it to have a sidebar.
To add widgets on pages related with The Events Calendar, please go to Appearance > Widgets section and add widgets under Plugin | Events Calendar sidebar.
Hello muffingroup,
is there a possibility to change the width of the tooltip (make it wider)? I’m trying to put bigger blocks of text inside it and the result looks like a long vertical noodle.
Thank you for the reply and the great theme!
Hey,
which tooltip and where you exactly mean? Please show us screenshot of this tooltip.
Thanks for choosing Be 
Hello, I mean this tooltip: http://imageshack.com/a/img537/6783/3dZY3E.jpg
Ohh, ok
Width of this tooltip can be changed of course. You can do this within below css:
.tooltip:hover::after, .tooltip.hover::after { width: 200px !important; }
Many thanks!
You’re welcome 
Hello, how can i disable “Blog Title” from the header and keep only “Page or Post title”.
Thanks
Hey,
do you want to disable just title on blog page or whole subheader (title and breadcrumbs)?
Thanks for choosing Be! 
Hi ?-) i want only page or post title to be visible in browser header (disable blog title). Thanks
We understand but we asked if you mean whole subheader section or just title. But if you can’t answer on this question, then we’ll give you css to remove only title from blog page and this ca be done within below css:
.blog #Subheader .title { display: none; }
I have not purchased the Theme yet, but I can’t wait to do so! First, do you know if the plugin OptimizePress is compatible with your Theme?
Thank you in advance and have a wonderful day!
Hey,
we did never tested this plugin so we have no idea if it works or not.
Thanks for your interest in Be anyway 
Ok cool, no problem I will still buy the Theme!!!
Thanks
Hope you will love it!
Hi there
How can I make all buttons square on the entire site?
Hi,
please send us url to page where you got buttons and we’ll have a look on it.
Thanks for choosing Be! 
Hi there, please see http://dev.ipmglobalmobility.com/wordpress/
Ok. So to remove rounded corners for all buttons on your website, please use below css:
a.button, a.tp-button, button, input[type="submit"], input[type="reset"], input[type="button"] { border-radius: 0 !important; }
Thank you very much. Also, I can’t seem to figure out how to change the colour of the social icons in the footer to show darker as they are currently white.
This was already explained on support forum 
Thank you, but for some reason the CSS code is not working on my site. I have copied and pasted the code with the colour I like and still hasn’t changed.
We are pretty sure it does not work because you did mistakes in custom css. Just move this code on 1st position and you see it works. Then have a look into custom css once again and check what you did wrong.
Hi 2 all, I’m looking to import BeITService demo data but it’s no possible. How can I import it? Anyone can help me?
Hi,
this demo is available under BeTheme Demo Data > Demo section and can be imported within 1 click installation feature. Please take a look at support forum where we left more information about it.
Thanks for choosing Be 
So BeItService is not under Demo select… =(
If you don’t have this demo under this section, it means you use old theme version and you should update theme to latest version.
Is there a posibility to update the theme under WP Admin?
Yes, it is possible of course. Under Appearance > Themes section, please switch to default wp theme, remove current BeTheme and then upload theme again. This works exactly the same for all themes 
Hello, I wanna know the font of ‘SPREAD VIDE’ in ‘Band’ homepage. Help me~!
Hi,
for “Spread Vide” text we used VAL Stencil font.
Thanks for choosing Be 
Thank you~!
No problem 
Good day i just want to ask if you already have the one click demo of be estate? if so, can you tell me where to get it?
Hey,
where did you found Be|Estate demo? Because as far as we know, we do not have any estate demo yet.
Thanks for choosing Be! 
do you have one click demo of this just like the other demo of your betheme?
Ohh, ok
This one is available as homepage demo and can be imported from BeTheme Demo Data > Homepage section. But we work on those homepage demos and soon all will be available as full demos just like whole rest.
thanks. 
You’re welcome 
Hello. I exported the Be|Sports template to see how it is constructed. I on the section where the revolutionary slider is located, Im trying to figure out where the background is coming from. I copied the rev slider file and it is not set there. Where did you set the background where the slider sits? Help! Thanks!
Hey,
if you mean this background, then we setup it under Theme options > Layout > Custom CSS & JS > Custom CSS section.
Thanks for choosing Be 
Thanks, I found it!!!!!
You’re welcome 
Hi! How can I add those vertical lines between the sections like you did here? http://i59.tinypic.com/173k3m.png
Hi,
this is Icon box item and while you edit this item, you got option called “Border (Show right border)”. Just set up YES and you will get those vertical lines 
Thanks for choosing Be!
Hi, our customer hired another company to build their website, and they delivered this: http://hansecol.com.co
We are going to make some changes to the text, but when we open the muffin editor there is no content to edit, yet the content is showed on the website.
I don’t know if the other company bought the theme or not, how can i know that?
Do i have to buy a license to edit that text?
I appreciate your help
Hi,
if they bought this theme for your client, then should deliver full license details to your customer. But if you don’t have them and got some questions to us, then you must buy it from us because until we don’t see “Purchased” label next to your nickname, we can’t help.
Thanks for understanding!
Hi,
for this subheader we used Muffin Builder. We created section with background image (this lady was added as section’s background image) but inside section we used 2 columns (1/2 empty column on the left side and 1/2 column on the right side with below content:
<h2 class="subheader_title">Know our story</h2>). This is all we did to create this sheared style. But to get demo content for all sites, you must use BeTheme Demo Data section. More info about this you can read on support forum.
Thanks for choosing Be 
and full demo mean if i want to import clinic demo then all pages of clinic i want to import like home,about us,we offer, etc all pages of it how it possible ?
You must remove subheader at first, under Theme options > Layout > Header section because now you have default subheader and subheader created within muffin builder.
To import this demo, all you need to do is go to BeTheme Demo Data > Demo section, choose clinic demo and just import everything within one click. This should be much easier and faster for you. We also left more information about this on support forum.
dear i i tried but not work.. i give u credentials and please make one one layout ??can u ? where i will give u credentials ?
It works for sure. To send us private message with more details please use contact form which is in the right bottom corner at http://themeforest.net/user/muffingroup
i have sent mail u pleas kindly check mail
We already sent you more details on pm. For further questions in this case, please reply on private message only.
Thanks for understanding!
thank.i have created page afgtest .please just add sub header with background image same as beclinic about us page
As we wrote before, for further questions, please reply on private message where we talked and where access to your page is.
when i use the split navigation header where it positions the logo in the center of the header – when this layout is being viewed on a tablet the responsive drop navigation aligns the right side menu items to the left – how do i center them using css?
thanks in advance
please see screenshot here: http://screencast.com/t/bQd4XivB
anyone on the fence about buying this theme – buy it! its excellent!
Hey,
please send us url to page where this happen and we’ll have a look on it because this shouldn’t work this way of course.
Thanks for kind words and choosing Be 
Is there any way to change the trigger on the responsive menu on ipad as i would prefer to see the menu text rather than the mobile icon?
Hi,
yes, it is possible of course
Please take a look at support forum where we explained how to do this.
Thanks for choosing Be 