19057 comments found.
could you please remind me how do i download sample data?
There is no need to download it because everything is included into theme package. In previous message, we gave you link to instructional video where everything was explained.
Hello, one question please.. amateur…. You have to pre choose the website (of the 200+) at the installation or you install all and the choose and change ’’theme’? If we will install with sample data we will have all 200+ themes? thank you
Hey,
you can choose one of over 200 included demos and just import it. For more details about pre-built websites installation, please watch our instructional video where everything has been explained.
Thanks!
Pre-sale question: We are planning to use Be Theme as Corporate Intranet and will be hosted on a server that is only available internally. Q1. Would this theme still be functioning properly if it is inside a closed network? Q2. Is there any update mechanism that we can do manually (ie-replace files using rdp/ftp)? Thank you.
Hey,
1) To be honest everything depend on your closed network and until you will not test it, you won’t know.
2) Yes, you can update theme files via FTP or course. All you need to do is replace existing files with the new one.
Thanks for choosing Be 
Is there any Apple website That way Navigation menu?
PLAY Only one home?
Hi,
would be great if you can show us what kind of navigation you mean exactly.
Thanks for your interest in Be 
hello? PLAY Only one home? http://themes.muffingroup.com/be/play/
Sorry but we don’t get your question. Be|Play demo does not have any navigation included.
hello This demo Can you detail some?
But what kind of details you ask for exactly?
hey guys, great theme! The page titles are not displayed on the pages, only the breadcrumbs. Any help please?
Hey,
please send us link to page where page titles does not display so we can have a look and check what might be the reason.
Thanks 
Thanks
Ok, thanks. We checked the site and looks like the problem is related with one of your extra plugins because title simply does not load on php level.
so the pollylang plugin make this confilct… in the previous versions of betheme i had not any problems like this. any ideas? WPML plugin is not an option.
We are sorry but we did never tested this plugin yet and we have no idea what might be the reason exactly. But if you will send us private message thru contact form which is on the right side at http://themeforest.net/user/muffingroup#contact with dashboard access, we will have a look on it.
Hi, I need to add one more phone number on the top bar in the car rental theme. Also 1 more phone number under the contact box in the contact us page.
Hi,
to add one more phone number into both places, you need to play with 2 different files: includes/header-top-area.php (is responsible for the whole header) and functions/theme-shortcodes.php (file responsible for all items/shortcodes).
Thanks 
Hi, how come the mobile menu doesn’t appear good at https://suncitydoesburg.nl/ ? I can’t find the problem.
Hey,
as we can see, mobile menu does not look good because of logo height. Also, background is transparent. To sort these 2 things, you need to use an extra css:
@media only screen and (max-width: 767px) {
#Top_bar #logo, .header-fixed #Top_bar #logo, .header-plain #Top_bar #logo, .header-transparent #Top_bar #logo { height: 80px !important; }
#Top_bar .menu > li { background: #FFF; }
}
Thanks 
How can I make the dotted letters appear on the left hand side of the page?? IE the A, R & C In the betuning demo???
Tuning theme : http://themes.muffingroup.com/be/tuning/ My site: https://tint.canyons.cloud/
Also, on the tuning theme, is there any PSD available for the slider images with the dots and the pictures of the cars?? If so that would be great I want to use that to showcase some services. See tint.canyons.cloud
Hi,
we are not sure what you did exactly but those dotted letters on our demo are section’s backgrounds. In reference to 2nd question, for any psd files, please always send us private message thru contact form on the right side at http://themeforest.net/user/muffingroup#contact
Thanks for choosing Be 
Re: your last update – you mention ’ TGM Plugin Activation 2.6.1 ’ May I ask what TGM stands for?
This plugin is responsible for plugins activation and installation. More details about that you can read on http://tgmpluginactivation.com
Thanks!
Thanks! Question: Are you thinking to create a theme on used cd/dvd/ vinyl records?
Not yet but we will consider this while future updates.
hey is it possible to add a background image to a specific page?
Hey,
do you mean background behind boxed version or what? Would be great if you can send us link to page where you would like to set this background so we can have a look on it.
Thanks 
hey no, i mean somethimg like this page: http://themes.muffingroup.com/be/firm/ but that it will work only on one page and with VC
So for that page we set background image under Theme options > Global > General section and also we set transparent Header, Top Bar and Content. However, we didn’t tested it with VC plugin so you need to test it yourself if those options are compatible together.
hello. I purchased your theme and I think it’s very good. But in the process of making the website , I met a little trouble. About “Testimonial” shortcodes, how do I change the color of the bar under the icon
Hey,
which bar under the icon you mean? Would you be so kind and send us link to your page so we can have a look how the bar you mean looks like because we do not see anything like that in Testimonials section.
Thanks 
Ok, thanks. But we are not sure what “color of the bar under the icon” you mean. Are you talking about the blue background behind thumbnails?
Yes . Possible problem with the way my description . But I want to say is this.
Ok. So to change it’s background color, you need to use the following css:
.testimonials_slider .slider_images { background: #000 !important; }
Thanks for your help.
You are welcome! 
Hi there, I saw the BeVideo Template. It is very nice. I was just wondering how the Images under the Staff work. is this a shortcode or Feature. thank you for your help. Kind regards
Hi,
these are just portfolio items that works as a shortcode/item.
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,
these are Muffin Builder items. To edit them, you need to go under Page Options of that home page where is Muffin Builder and the whole content would be stored there.
Thanks!
Im sorry, i didnt found page option 
When you edit page, don’t you see Page Options section under Wordpress Default Editor? We do not have any option to disable that section so if it’s not visible, the problem must be related with one of your plugins.
i finally found that
also im sorry bother you, i worked many years with joomla, and only reason i used wordpress was your great theme.
thats reason why i dont know 
how can i edit “Trailer Box” Font size and hover effect in jeweler theme?
To change font sizes for Trailer Box item, you need to use an extra css:
.trailer_box .desc .subtitle { font-size: 20px !important; }
.trailer_box .desc h2 { font-size: 20px !important; }
But we do not understand what exactly in hover effect you want to change. You mean to remove hover effect or what exactly?
how set that extra css, in what file? yes remove it or change because when hover mouse on that, goes to much up on the images i set, i dont want go overlap
also trailer box font size doesnt change to small in my ipad items gone smaller but text still large!
So to disable hover effect, please use the following css:
.trailer_box:hover .desc .line { display: none !important; }
.trailer_box:hover .desc .subtitle { bottom: 0 !important; }
.trailer_box:hover .desc h2 { bottom: 0 !important; }
Each custom css need to be put under Theme options > Custom CSS & JS > Custom CSS section.
thanks no answer for these top menu middle logo have too much distance with menu items http://i.imgur.com/ffWTRue.jpg also when zoon out browser some items have bug http://i.imgur.com/J9YKj2s.jpg
Please send us link to page where you got this problem first so we can have a look on it.
how do you get smooth scroll to work on to go to one section to another section of a page. i have the “one page” option active and i have a scroll class on the button. and it still isn’t working. HELP pLEASE
Hi,
for more details about Nice Scroll on one page, please visit documentation where everything has been described.
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!
Headsup for the developers: OUTDATED ICONS.
Please be aware that the current icons for Instagram, Google, Google Plus, Foursquare, 500px, Open Table and others are outdated.
No reply necessary.
Thanks for your opinion. We will have a look on it closer for sure.
Hello! Not work Search in shop imatryoshka.ru – why? Can we use choose number product on page of category of products?
2. I have included the page In development – in the administrator the panel couldn’t come after that.
Hi,
1. Can you explain what exactly does not work? We checked your site and we can see that search works fine with the shop products.
2. We are sorry but we completely don’t get your 2nd question.
Thanks!
2. I have included the page “In development” in site options (we open it where will close site for see of clients when work on admin panel of site) and after that I not can go to the admin panel – not work http://nanotehnica.ru/wp-admin – I see only site http://nanotehnica.ru
1) It is possible to make appearance of a form of “Search for products only” as this http://pastenow.ru/OMV4 ? 2) For search of goods it is necessary to enter correctly the name of goods – it is very inconvenient since clients don’t know exact names of goods. It is possible to make so that search went on the first 3-4 letters? 3) My client wants to contact you concerning completions of the website which I can’t make. If it is necessary I will send a license code on which I did shop. How to him to contact you?
1) Yes, it is possible. To search products only, you need to set “Icon | Search Shop Products only” option under Theme options > Header & Subheader > Extras section.
2) We have no impact on wp functions like search and there is nothing what we can do in this case.
3) If your client wants to contact with us, just create an account on support forum for him so he can ask questions there.
1) “Icon | Search Shop Products only” – inconvenient my client, him like this form http://pastenow.ru/OMV4 , but he ask it is for products 2) On forum he must write license code – but I not write for him my license code. I don’t want to be responsible for his correspondence with you
1) Sorry but we do not understand what you are trying to tell us. Your English is very weak and totally incomprehensible for us.
2) If you don’t want to be responsible for him, then there is no other way for him to contact with us. One purchase code tis for one user/client only.
1) Now Search for products looks as – http://pastenow.ru/OOTM Usual search looks as http://pastenow.ru/OOTW Is it possible to make that Search for products looked as simple search ?
No, it is not possible at this moment unfortunately.
Thank you
No problem.
Hello… is there a way to bold the font just in the main menu? Im using the invisible header and all the fonts seem to get lost in the image, it would help if I cold bold the links. Thanks.
Hey,
yes, you can bold main menu items of course with the following css:
#Top_bar .menu > li > a { font-weight: bold !important; }
Thanks 
Hi guys, I love the theme, we have a niggle with the z-index where it sits under the plugins we have on the pages, can you let me know how to make sure the menu no matter what, sits on top? Perhaps the css I need to drop in?
here is the page in question: http://www.phil-graham.com/contact/newsletter-sign-up/
Hi,
as we can see, the menu sits at the top already so we do not understand what else you want to do.
Thanks!
Aha! I beat you to it, was under pressure and messed with the CSS!
Great!
Hi, I have a problem when using woocommerce multilingual plugin with this theme. I’ve used the plugin with other themes and no problem. It just shutsdown the page with a fatal 500 error. What could be causing this?
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 
Sned you access but I dont have problems with other themes just with this one and specifically when using woocommerce multlingual
We also use WooCommerce with theme what you can see on many different demos just like thousands of other users so it’s not the problem. The issue would be somewhere else and that’s why we need to have a look on it.
Hi!
I have a couple of questions
May I change the position of the share buttons/icons? I can’t find where to do it
How can I hide the author in the post meta info? I mean leaving date, tags, categories, etc. but taking off author (from top and mainly from bottom with image). Converting the blog in a one author’s blog, I mean.
Cheers
Jose.
Hi Jose,
1) The position of Share Box can not be changed without files customisation but you can remove it if you want under Theme options > Blog, Portfolio & Shop > General section.
2) Please send us link to page where you got those posts because we have many different post items/options and it is necessary to see the website to give you the right solution.
Thanks 
Ok, thanks. So to remove author meta, you need to use an extra css:
.single-post .post-meta .author-date .post-author { display: none !important; }
.single-post .author-box { display: none !important; }
Thanks. ”.single-post .author-box” is working properly but ”.single-post .post-meta .author-date .post-author” looks a bit estrange.
Why it looks strange exactly? Sorry but we don’t understand.