19077 comments found.
Hi folks, I am trying to upload the betheme.zip but get this message:
The uploaded file exceeds the upload_max_filesize directive in php.ini.
Can you please tell me what I need to do – please. Many thanks Great theme by the way. Cheers – Tony
Hey Tony,
please be so kind and send us WordPress 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. Please don’t forget to let us know in a message, what for this access is.
Best regards,
Muffin Group team
pre-sale question. Is it possible to use the career page layout also for the HR version of this template? And can the heart icon of the blog be replaced by another more “professional” icon ?
Hi,
1. If you ask for a possibility to import single pages into WordPress, then we do not have such feature. But, you can create sub-domain for tests where you can import different demos to learn how things were done.
2. Yes, icon can be easily replaced with custom css but only if it’s included and all icons that comes with the theme, you can find on http://themes.muffingroup.com/be/theme/shortcodes/typography/#icons
Best regards,
Muffin Group team
Great thx!
You are welcome! 
pre-purchase question is it possible to add a menu on the top. i don’t see any demo, that you have two menus.
Hey,
if you mean additional, plain menu in the right top corner, you can check it on BeLawyer2 or BePharmacy demos.
Best regards,
Muffin Group team
Hi,
1. A few days back I have purchased a new version of BeTheme I guess that also means once again I am eligible for support but I am not able to login into support form as my old support got expired. Please activate the login. it’s prabhjot2991
2. We moved one of our website to the new domain but the issue is “Muffin Builder & Theme Options Migrate Tool 3” can only change URL of the links. We also want to change content which is in muffin builders like email ids and other things. In that case, this tool doesn’t work. We also used a third party plugin like “Search and Replace” that only change content which is in WordPress default builder no luck with BeTheme Builder. What’s the solution for this?
Thanks
Hi,
1. Yes, you are and your account should be active again.
2. We are sorry but we do not have any solution to replace the content in database. As you said, our tool replace the links only.
Best regards,
Muffin Group team
Hi,
1. Yes, I got the access, thanks.
2. can I except this feature in future? My website has 250 pages. It’s a lot of manual work which requires doing these changes.
Thanks
2. Sure, we will consider this while future updates.
I have 2 questions:
1. I would like to move the theme from 1 domain to another. How to unregister the license on the old site and re-register it again to the new site?
2. I am working on the development project offline using localhost, once I got the new license, would it be a problem if I use it both for localhost and the live domain later?
Hi,
if you have any issues with registration/de-registration, please send us always private request thru contact form which is on the right side at https://themeforest.net/user/muffingroup#contact
Best regards,
Muffin Group team
Hi! Can i have different headers for categories of portfolio? So i need to choose a image on category and not on the single portfolio item. Thanks
Hi,
yes, you can but only with custom css.
Best regards,
Muffin Group team
Hi, please help me solve this problem. I get an error message when trying to install the Technics pre-built website. The error message says: The package could not be downloaded. I get this message right after clicking install from the Wordpress dashboard.
Hey,
please be so kind and send us WordPress 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. Please don’t forget to let us know in a message, what for this access is.
Best regards,
Muffin Group team
domain name changed. the theme is not active
Hi,
if you have any issues with registration/de-registration, please send us always private request thru contact form which is on the right side at https://themeforest.net/user/muffingroup#contact
Best regards,
Muffin Group team
Hello^^ pre-purchase question:
Can I install ANY of the +270 demos? ...EXACTLY same as the demo content/visual?
Hi,
yes, you can install any of the 270+ demos of course and it would look exactly the same as demo. However, please notice that in reference to Themeforest license and agreements, once purchased license can be used for one site/domain only. If you want to use this theme for few sites, then you must buy as many licenses as many sites you want to build. This applies to all themes on this marketplace and there is no other license available.
Best regards,
Muffin Group team
Hi
I have issue with address editing in woocommerce checkout everytime I wanted to click and edit the country location dropdown or province dropdown it redirect me to the bottom of the page I tried to switch back to twenty seventeen theme and it works again I also tried deactivating all plugins and it does not solve the problem Therefore I think the issue might be in the theme Could you please assist me through this?
Thank You
Also in explorer the form is also working
Hey,
please be so kind and send us WordPress 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. Please don’t forget to let us know in a message, what for this access is.
Best regards,
Muffin Group team
Hi
Login sent
Thanks Best Regards Angger
Ok, thanks!
Problem solved, you guys are really awesome
Happy to hear that 
Hi, I just found your templates on this link: https://enterocms.com/showcase/ Is it yours as well? Or are they pirated?
Hi,
this is fake one. The only place where you can buy a license legally is Themeforest marketplace.
Best regards,
Muffin Group team
Hi there! Just to let you know that we’ve featured BeTheme in the latest roundup post on Tuts+: Performance Test: The Best Selling WordPress Themes on ThemeForest. We’d love to know what you think–feel free to leave a comment on the post!
Hi Ian,
thanks for this post and for the info about it 
how do i specify a fixed size for gallery, now pictures are blurry
$size_class = sanitize_html_class( $atts[‘size’] ); $gallery_div = “ ”; }
$output = apply_filters( 'gallery_style', $gallery_style . $gallery_div );
}
$i = 0;
foreach ( $attachments as $id => $attachment ) {
if ( ! empty( $atts['link'] ) && 'file' === $atts['link'] ) {
$image_output = wp_get_attachment_link( $id, $atts['size'], false, false );
} elseif ( ! empty( $atts['link'] ) && 'none' === $atts['link'] ) {
$image_output = wp_get_attachment_image( $id, $atts['size'], false );
} else {
$image_output = wp_get_attachment_link( $id, $atts['size'], true, false );
}
$image_meta = wp_get_attachment_metadata( $id );
}
$orientation = '';
if ( isset( $image_meta['height'], $image_meta['width'] ) ) {
$orientation = ( $image_meta['height'] > $image_meta['width'] ) ? 'portrait' : 'landscape';
}
$output .= "<{$itemtag} class='gallery-item'>";
$output .= "
<{$icontag} class='gallery-icon {$orientation}'>
$image_output
</{$icontag}>";
if ( $captiontag && trim($attachment->post_excerpt) ) {
$output .= "
<{$captiontag} class='wp-caption-text gallery-caption'>
" . wptexturize($attachment->post_excerpt) . "
</{$captiontag}>";
}
$output .= "</{$itemtag}>";
if ( ! $html5 && $columns > 0 && ++$i % $columns == 0 ) {
$output .= '
';
}
if ( ! $html5 && $columns > 0 && $i % $columns !== 0 ) {
$output .= "
";
}
$output .= "
\n";
return $output;
Hi,
this could be easily done from the dashboard. More details about that, you can find on support forum, where we explained, how to define media settings.
P.S. Please do not paste any coding in this section because it is completely unreadable and instead use contact form which is on the right side at https://themeforest.net/user/muffingroup#contact
Best regards,
Muffin Group team
Hello! do you support the native wordpress gallery from within posts/pages? I have some old i need to import and dont want to redo it.
Hi,
if you mean this gallery, then yes, we do support it. You can check our additional gallery styles on http://themes.muffingroup.com/be/theme/pages/gallery/
Best regards,
Muffin Group team
Hello, thinking about purchasing this theme again. Can you have the homepage header transparent and on top of revolution slider, with the rest of the site non transparent header?
Basically transparent header for the homepage only, then a classic/normal header for every other page.
Hi,
yes, you can do this. To set transparent header for homepage, you need to use layout’s configurator feature which is included into theme of course.
Best regards,
Muffin Group team
hi,
i like the GAME demo, will everything be included inside the theme demo when l upload and activate the theme?
thanks
Hi,
it depends what you ask for exactly. Do you want to use the images that are on this demo or you are going to change images after the import?
Best regards,
Muffin Group team
Help, i dont know because this error… Ooops… Error 404 We are sorry, but the page you are looking for does not exist.
Please check entered address and try again or
in this URL: https://sumapsicologia.cl/wp-admin/themes.php?page=tgmpa-install-plugins&plugin_status=install
Hey,
please be so kind and send us WordPress 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. Please don’t forget to let us know in a message, what for this access is.
Best regards,
Muffin Group team
Hi, is it possible that the carousel slider moves automatically? Thanks a lot.
Hey,
yes, it is possible of course. You can set timeout for carousel slider under BeTheme Options > Global > Sliders section.
Best regards,
Muffin Group team
Great, and can I have a description below the title?
Please send us link to page where you would like to move description below the title and we will see if it’s possible with custom css.
But there is description below the title already, what you can see on http://prntscr.com/gpuqk3 , so we do not understand the question.
Not in the carousel mode.
So where exactly? Sorry but we do not understand.
In carousel just the title shows not the description.
Ohh, ok. We can see what you mean. However, it is not possible to display description for that slider unfortunately.
Ok, thanks a lot for your support. Might be interesting to add this feature in the future.
Sure, we will consider this while future updates.
Hello I re installed Be theme on my domain (same domain), but now it saying “Purchase code already used. Please deregister purchase code and remove theme folder on: mydomain.com”, how can i deregister my code?. i need install theme on same domain. Please help.
Hi,
if you have any issues with registration/de-registration, please send us always private request thru contact form which is on the right side at https://themeforest.net/user/muffingroup#contact
Best regards,
Muffin Group team
Hello, at the beginning i was very happy with your theme. But the more I work the more I find that’s not perfect and has limits so for my second (licence) client I used another theme. How can I ask refund?
Hi,
please send us WordPress dashboard access privately thru contact form which is on the right side at http://themeforest.net/user/muffingroup#contact and we will try to help you.
Best regards,
Muffin Group team