Discussion on Betheme | Responsive Multipurpose WordPress & WooCommerce Theme

Discussion on Betheme | Responsive Multipurpose WordPress & WooCommerce Theme

Cart 333,764 sales
Recently Updated
Well Documented

muffingroup supports this item

Supported

19047 comments found.

Hello! My site is running BeTheme 6.1. Is it safe to download the latest version and update it or have changes been made between 6.1 and 8.3 that would make that a bad idea?

(In other words, can I do an in-place update or have there been so many changes that I need to setup a development site to perform the update?)

Hey,

if you did not modified any theme files on FTP then of course it is save to update theme. We recommend to update theme files via FTP client because in our opinion this is the safest method.

Thanks for choosing Be :)

No I didn’t modify any of the theme files and my CSS preferences are in the Theme Options panel. So it is safe to overwrite the theme files on the live site?

Yes, it is safe if you keep everything in Muffin Options.

Hello,

When i import a demo data in to Wordpress the field is empty.

Hi,

what field is empty exactly? Please give us more details about what happen and we’ll try to help you.

Thanks for choosing Be!

Is there any way of setting the page conent area to 960 width but retaining full width for header and footer?

Hey,

it is possible to set 960px width but this concerned whole layout so you can’t change width of content section only.

Thanks for choosing Be :)

Hi, can I create a page to show posts from a particular category in masonary style? Please advise steps to do so. Thanks.

Hi,

to show posts from a particular category, you must add portfolio category into menu under Appearance > Menus section. If you don’t see “Portfolio categories” you must click in right top corner on “Screen options” button first and activate them. But style can be set only one per all portfolio pages under Theme options > Blog, Portfolio & Shop > Blog section.

Thanks!

Hey, Love the theme, ready to buy, but let me ask you this. I want this animation, connect dots effect, can I do it wirh Be? thank u http://seventhqueen.com/themes/kleo/get-connected/

Hey,

unfortunately we do not have such an animation included into theme and at this moment it is not possible to use it.

Thanks for your interest in Be anyway :)

Hi, be wondering how to replace the favicon to my own! I can’t find any option to replace the “Be” favicon

Regards

Hey,

you can set own favicon under Theme options > Global > General section.

Thanks for choosing Be :)

Thanks, that’s great and “be” is woW!!

You’re welcome ;)

prepurchase question, can i add the dummy content with images and text easily?

Hey,

yes, you can of course. You can import dummy content with “1 click installation” feature.

Thanks for your interest in Be :)

Is there a way to hide the ‘title attribute’ information in MENU items? When I hover over my menus, it is very ugly to show all your title attribute information.

I am told putting relevant title attributes helps with SEO? So I don’t want to remove them, simply HIDE them from public view. Any solution for this please?

My website URL so you can see for yourself: http://macwisdom.co.uk

Thanks.

Hi,

it is technically not possible to remove “title attribute” with css. It is possible to remove it with javascript only. More information about this you can read on http://stackoverflow.com/questions/1299772/hide-native-tooltip-using-jquery

Thanks for choosing Be :)

Did you guys remove the add and subtract quantity buttons from the shopping cart and individual product pages? I’ve now just got tiny up and down arrows on the quantity box. This is not intuitive for users at all and I’m wondering how I can get the old larger buttons back. This was after updating from BeTheme 7.x (can’t remember, it’s been a while) to 8.3

Hey,

no, we did not removed anything. This was changed in recent version of WooCommerce plugin and this was fixed by us in one of the recent versions of theme so we recommend to update theme to latest version. But if you are sure that you got recent version, please send us url to page where these buttons are missing and we’ll have a look on it.

Thanks for choosing Be :)

fantastic theme and I’m interested in purchasing multiple licenses. I need to know if 2 navigation areas can be created from the builder, like the layout here: http://themes.muffingroup.com/be/carrental/. Where there is contact info and a social media area at the top, followed by the primary header. Also, wondering if a Search bar and a link to a client login area can be added to the first navigation (when referencing the theme link). Please let me know, very interested. Thank you.

Hi,

you can create main menu and additional menu instead of social icons in right top corner what you can check for example at Be|Language demo (right top corner). And that’s the only way to create 2 menus with this theme. Search bar and Action button can be used next to menu items only.

Thanks for your interest in Be:)

Hi there, How can I make my logo bigger in the menu?

Hey,

please send us url to page where you want to increase logo and we’ll tell you how to do this.

Thanks for choosing Be :)

Hey there,

great theme, thank for that. Is it possible to have the Social Menu Top | depth 1 working as a dropdown menu?

Thank alot,

Sergej

Hi Sergej,

you can only set simple menu instead of social icons so it is unfortunately not possible to have a dropdown menu in this place.

Thanks!

Hi I am using the muffin recents posts widgit in the footer – How do I hide the displayed date and displayed comment? thanks

Hi,

to remove date and comments from “Muffin Recent Posts” widget, please use below css:

.Recent_posts ul li .desc .date { display: none !important; }
.Recent_posts ul li .photo .c { display: none !important; }

Thanks for choosing Be :)

Hey, Was using the visual composer for a page (but mostly muffin), but when I do there seems to be a roughly 225px gap between the menu and where the visual composer items show up. I am modifying the Yoga theme. Any suggestions?

Thanks!

Hey,

this gap is probably related with header background image. Please turn on “Header Minimalist” option under Theme options > Header & Subheader > Header section and check if this helps.

Thanks for choosing Be :)

one question only…can I use elements from different design to other design? let’s say I like 5 things or layout from coffee shop and 5 things or layout from yoga design so can I merge them into one new design? Thanks

Ok…Thanks…will reply to your message only then…!!!

You’re welcome!

Hey guys,

Just wondering how can I achieve this function where when I click onto the Icon Box, a Popup window will appear and inside there will be a table that I have created beforehand?

Please help me with the codes and tell me where to place them if needed! I have tried playing around with PrettyPhoto but I just couldn’t understand how that works :(

Many many many thanks!

Hey,

did you saw it somewhere on our demo or is it something what we do not have and you want to do? We need to see example of what you mean because we are not sure if something like this will be possible with our theme.

Thanks for choosing Be :)

Hey,

I read about the Prettyphoto class in your documentation. I also saw how it worked by clicking at the button and a popup window appeared.

Thus I thought if i add that class to an icon, may be I can achieve the same effect?

You can try to do this of course but we are not sure if this will work that way because this effect may not work properly with some features :)

Hi! How to turn icons circle (icon box item) to square shape? Thanks in advance.

Ok. So to invert all colors, please use below css:

.icon_box .icon_wrapper {
    background-color: #1f3c6e !important;
}
.icon_box .icon_wrapper i { color: #FFF !important; }

.icon_box:hover .icon_wrapper i { color: #1F3C6E !important; }
.icon_box:hover .icon_wrapper::before, .icon_box a:hover .icon_wrapper::before {
    background-color: #ff0000;
}

Thank you so much!! :)

You’re welcome ;)

Great theme! I am so excited about the site. Unfortunately, the mobile menu is not showing up on my phone or ipad. I am probably missing something easy. I assigned the main menu. I have tried to make the sticky menu active and inactive, neither show the menu. Please help! Thank you!!!

www.sagecompaniesllc.com I figured out part of the problem I believe! I think just the lines that show you where the menu is (in the right hand corner) is white so it’s not showing up! The menu is there. How do I make it so you can see where the menu is (I assume it’s an icon with three lines).

Nevermind, got it! I may as well ask another question quickly. How can I make a normal menu on a tablet and not the drop down menu? I saw that this was possible but didn’t see how to do it. Thanks!

Hey,

we’re glad to hear that you sorted previous things yourself. But to change responsive menu on tablets, please take a look at support forum where we explained how this can be done.

Thanks for choosing Be :)

I was looking at all your themes – is there an option to do a header/menu like the following: https://www.carrieunderwoodofficial.com/

Hey,

yes, we got similar header style what you can see on Be|ITService demo. It’s called “Fixed” header.

Thanks for your interest in Be :)

In Slides …. ‘Slide Order’ is not working… Its showing slides by upload date-time order.

How can I set slide order? If there is some code fix required… kindly suggest.

Under this option is also “Order” option and you can set ASC or DESC

ohh… really silly… Thanks.

You’re welcome!

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey