Discussion on Betheme | Responsive Multipurpose WordPress & WooCommerce Theme

Discussion on Betheme | Responsive Multipurpose WordPress & WooCommerce Theme

Cart 333,666 sales
Recently Updated
Well Documented

muffingroup supports this item

Supported

19044 comments found.

Hi there :)

Is it possible to create a header with your theme, having the same style contact information as in this theme? I need the contact details in the header :)

http://themeforest.net/item/buildpress-construction-business-wp-theme/9323981

Hey,

we do not have exactly the same header style. Contact details within our theme are placed in Action Bar what you can see on Be|Language demo. But if you are good in coding, we have Magazine header style where is the banner on the right side. Instead of this banner you can use own html with contact details and other.

Thanks for your interest in Be :)

Hello, Two weak later my site was working fine suddenly, font style of whole website got changed and while changing the font to other font style by theme options it doesn’t work. Means your font feature is not working .

Hey,

if everything was working fine two weeks ago, it means you did something wrong or your server has been limited. If you will send us url to page where this happened, we’ll be able to check what’s wrong.

Thanks!

Hi Thanks again for the awesome theme, However on the category view, I am getting some weird intro text displayed on top of the listing of the posts. See an example here

http://americanarclight.com/category/history/

Hey,

this looks like you forgot to setup posts page under Settings > Reading section.

Thanks for choosing Be :)

Hi thank you for an awesome theme. Quick question I am using the “video” format type in a post, all is well accept the aspect ratio when viewing the single post. How do I fix the aspect ratio for the video when using video format type “video”.

you may view the example here: (the video looks too short, long and/or stretched out. click on Video Post type to see what I mean)

http://americanarclight.com/ single post type: http://americanarclight.com/2015/05/20/video-post-example/

Hi thank you for an awesome theme. Quick question I am using the “video” format type in a post, all is well accept the aspect ratio when viewing the single post. How do I fix the aspect ratio for the video when using video format type “video”.

you may view the example here: (the video looks too short, long and/or stretched out. )

http://americanarclight.com/2015/05/20/video-post-example/

Hi,

if current video height is not what you are looking for, you can decrease it within below css:

.post-photo-wrapper iframe { height: 145px !important; }

Thanks for choosing Be!

Hey,

did you checked these “errors”? Because if you have a look on them, you understand these are not errors. This validator is machine only and do mistakes like any other. So what you see under this tool, is not an error at all.

Thanks for your interest in Be :)

I took a look and you are right in that the issues listed likely won’t affect anything in the theme. But in my own development I have had issues with unescaped ampersands so I make a practice of always doing that. Part of my due diligence when considering a theme is to run the demo through the validator. Anyway, very nice theme :-)

No problem, we understand your point of course but you don’t need to worry about anything because this theme does not contain any errors :)

Hi,

I am using the Members plugin (https://wordpress.org/plugins/members/) and it has filters to filter out the content of a post when using the content permission feature (I am able to hide the WordPress content on the front end by roles). However, it does not hide the content in the Muffin Builder.

The plugin’s code has filter like this:

/* Filter the content and excerpts. */ add_filter( 'the_content', 'members_content_permissions_protect' ); add_filter( 'get_the_excerpt', 'members_content_permissions_protect' ); add_filter( 'the_excerpt', 'members_content_permissions_protect' ); add_filter( 'the_content_feed', 'members_content_permissions_protect' ); add_filter( 'comment_text_rss', 'members_content_permissions_protect' ); I tried the following but it did not work… add_filter( 'mfn_builder_print', 'members_content_permissions_protect' );

Can you help me figure out what I should add here to filter out the Muffin Builder Content?

Hey,

please send us this request via private message with more details and we’ll have a look on it.

Thanks!

Okay, sending now

We already sent you more details on pm. And we really appreciate if you can do not inform us about each message in this section because it’s unnecessary.

Thanks for understanding!

The visual editor in your muffin builder works well but seems to lack scroll bars and the ability to expand the text box so you can see all your content like most regular text boxes offer…. hope this can be addressed :)

fyi so it has the same functionality as your column item…

see column editor – http://screencast.com/t/LvUtafqSQOx

Hey,

you don’t have this scroll bar because of the wordpress option you got activated. Please take a look at support forum where we explained where wordpress added this option.

Thanks for choosing Be :)

Hi there,

I’m getting an error about imagesloaded.pkgd that is fixed in the latest version of Visual Composer.

Will there be an update of theme fixing this? OR do you have any directions on what to do to solve this issue?

Some parts of my site aren;t loading properly due to this issue.

Thanks in advance.

Did you made an update of Visual Composer plugin? And please notice that we ask about plugin update, not theme because these are 2 different things.

YEah I can tell the difference between them and no I didn’t as I’m just using the included plugin of your theme.

But if you use included version, you should also update plugin every time we provide recent version. More information about VC update you can read on support forum.

How do I make the menu stay open, and preferably horizontal, on smaller screens: http://i.imgur.com/1QvtUkk.png

I don’t want someone to have to click the button to open the menu, and preferably, I don’t want it vertical.

Hi,

to show menu by default on mobile devices, please use below css:

#Top_bar #menu { display: block; }

But if you want to display regular menu instead of responsive on mobile devices, please take a look at support forum where we described how to do it.

Thanks for choosing Be :)

Is it possible to make anchored links within a page scroll smoothly to their respective anchor points lower down the page?

Thanks Matt

Hi guys, can’t seem to get it working, here is the code I am using for the link

span id=”button-link-outline” class=”scroll” a href=”#media-archive” Media Archive /a /span

obviously with the correct container tags… Is this right?

class=”scroll” for main nav menu items, but I have an in page link… how do I impliment the class for this type of link?

Thanks

You can add this class for any link in content, like:

<a href="#" class="scroll">Link text</a>

Hello guys, Is there a way in the theme option to keep the background to stay fixed and not scroll or should I just do that using the CSS?

background-attachment: fixed;

Thank you!

Hey,

if you ask about background images for sections, then it is possible of course. While you edit section item, you have option called Background Image position where this can be changed.

Thanks for choosing Be :)

Hi there guys,

How do you choose this option for the MAPS to show an actual image shot location map, please? This is very fresh styling.

http://www.eclecticfizz.co.uk/index.php

Many thanks

PeTe

The page you sent, uses “Earth” (Satellite) map style. We got this type included into theme of course. While editing “Map” item, please select “Satellite” map type.

Fantastic! Its a brilliant style.

You’re welcome ;)

Hi I noticed that i was having some problems with the title tag not displaying what my SEO plugins was telling it to display – the only way i was able to fix it was to change the code between the title tags to the default:

<title><?php wp_title(); ?></title>

I know i wont be alone with this issue as many people use SEO plugins – am wondering if when you turn the SEO options off on the theme could you do a conditional to address this. Am guessing the seo plugin is looking for this function but isnt able to decipher how it is currently assembled in the theme.

In the meantime hopefully this will help others understand why their seo plugins may not be working properly – all other meta tags works fine :)

Thanks

if you check through both your theme and the plugins comments you will see people say it doesn’t that it doesn’t work with BeTheme – I was really disappointed when i found this to be true so was determined to find the problem and then fix it :)

With that fix – that’s 3,300+ users who can in theory use it with your theme! :)

We talk about most popular seo plugins like Yoast or All in one seo. But this plugin was did never tested with our theme. And honestly, you are first who asked about it so we don’t think there is over 3300+ users who may use this plugin. If more people will ask about this plugin, we will check it’s compatibility. So far the most popular seo plugins around the world works perfectly with this theme.

BTW We can’t use default title tag because this may broke users websites and as we know, nearly all our customers use Yoast or our built-in into theme seo fields.

Anyway thanks for your solution & understanding!

I do not see Be | Wedding in the demo’s available to import…..

Hi,

if you don’t see Be|Wedding demo under BeTheme Demo Data > Demo section, it means you got old theme version.

We appreciate if you can use support forum for future questions.

Thanks for understanding!

Hi, I wanted to know which header/demo you would recommend to create a navigation and header structure similar to that of http://www.prophoto.com/store/viola/

Hi,

we do not have exactly the same header style but you can use “Split menu” layout if you want logo to be in the middle.

Thanks!

Hi, I had two questions while using BE | YOGA.

1) How do I make the posts page show the full blog text and not excerpts. My blog page has already been selected as the posts page and full text was chosen in the settings. http://dev.startsmartdesigngroup.com/blog

2) Is there a tutorial on the one page menu set up? Like the one on BE | YOGA. I want to know how to set it up from scratch, if I were to mess something up.

Thanks!

Hey,

1) At this moment, we do not have option to show full post but you can increase excerpt length under Theme options > Blog, Portfolio & Shop > Blog section.

2) This was explained in the documentation.

Thanks for choosing Be :)

Hiya,

A while ago you provided some custom CSS to hide the menu from a single page, which worked fine. For some reason, the menu has appeared again! Is there any way you could help with new code please?

The page is here http://golf2win.co.uk/home-2/callaway/

I appreciate your help.

Hi,

if css responsible for menu on inner pages does not work suddenly it means you removed css or one of your plugins destroy them. To remove menu bar on inner pages, you must use below css:

.page-id-xxx #Top_bar { display: none !important; }

where xxx is page id. As we see, you got few similar lines under Custom CSS section.

Thanks for choosing Be!

Top notch, thank you chaps (and chapesses) all sorted now, double code removed also!

Great support as usual, thank you.

You’re welcome ;)

Hi The contact form does not seem to be working any suggestions? Also what dimensions would you recommend for images for blog posts I am thinking of using the masonary or full width layout? Thanks

Your account is in use. You have created this account on 12th May. You if you don’t remember password, use remember password option. Also you can send us private message via contact form which is in the right bottom corner at http://themeforest.net/user/muffingroup/

Thanks!

Thanks again I will private message you.

No problem :)

Hi i installed a new WP, installed your theme and then the shop demo. All from a new install. I see that the product catlog pages are showing the sidebar at the bottom of the page instead of the side, it is like the page is full width, where do i change this from? Your demo does not show exactly like it is if u follow the import directions to a T. Still many differences.

We understand very well what you are talking about and you must do what we wrote before. Sidebar layout must be setup for SHOP page under “Page options” section. If you don’t know what is page, we recommend to have a look into documentation.

Sir Please read my question instead of replying back with the same thing. I have told u i have read the documentation. I know PAGE OPTIONS is under EDIT PAGE, and i know you can select the left and right sidebar for it. I have told you that the CATEGORY PAGE is showing the left sidebar at the bottom of the page, whereas the product detail page is FULL WIDTH and OK. If i edit the SHOP page and set it to Left Sidebar, it makes ALL my pages product detail/category pages/ into left sidebar. I do not want the sidebar on my product detail page. Now when i switch it back to full width my menu from the bottom of the page has dissapeared

Sorry but you did not. We reply with the same thing because you don’t care about what we wrote before.

Now, you wrote one more thing that is interesting and you did not mentioned before. As we understand, you want to setup sidebar on shop categories pages but need full width single product page (without sidebar)? Because if this is what you mean, then unfortunately it is not possible. WooCommerce set sidebar for all pages related with woocommerce or for none of them.

Thanks!

Hi, I require assistance with editing the gym demo of this theme -

From where do I set the main image and the image behind the numbers section on the home page? (Unable to locate ‘section settings’ in the muffin builder)

How do I change the colour for the black filter used above these images?

It’s under Muffin Builder. Before you add item, you must add Section.

Got it. Thank you :)

No problem :)

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