Discussion on Craft Beer - Brewery & Pub WordPress Theme

Discussion on Craft Beer - Brewery & Pub WordPress Theme

Cart 1,972 sales
Well Documented

BoldThemes supports this item

Supported

This author's response time can be up to 1 business day.

173 comments found.

Is it easy to get the site translated in dutch?

Hi,

It is fairly straightforward task – you need to translate the theme and required plugin using either poedit or translation plugin such as https://wordpress.org/plugins/loco-translate/. Translation .pot files are included in the package.

Kind regards,

BoldThemes team

Hi Boldthemes, quick questions: WooComerce 3.5.0 Support?

Hi,

We haven’t had any issues with WooCommerce 3.5.0 so far. If you experience any, please feel free to report it and we will sort them out.

Kind regards,

BoldThemes team

HI it’s me again ^^; There are questions about the grid view. http://craft-beer.bold-themes.com/main-demo/blog/blog-grid/ The above page consists of a created post.

I want to know about the sentences under each post title on above page. not inner page. Where do i write(input) that sentence?

Have a good day.

Hi,

These are post excerpts – please refer to the following article for the info on how to change a post excerpt: https://boldthemes.ticksy.com/article/7341/

Kind regards,

BoldThemes team

thank to you, i solved them.

I always appreciate your kind reply. I’m going to make a single page(one page). I made a link to the menu using the number in the section.

There is a list of products in a single page and when I click on a product, Go to the another product details page(single.php).I want to make it this way.

There’s no problem here. also I know this also the following points, the menu displayed on the detailed page is not work on detail page(single.php).

So, I want to make the menu invisible in a detail page(single.php).. I would be very grateful if you could suggest a good way. If I need to modify the source, please let me know where I can fix it.

Thanks you.

The first question on the top has not been resolved. As you said. exactly, I used #id( the element ID in the custom field of Section.)

Please check again . I send url 1. please go to dinner menu of service menu on below page. (http://bncompany.babyblue.jp/website/soju/)

2. If click the food picture. or moved this page http://bncompany.babyblue.jp/website/soju/2018/09/18/andong/

3. Try to click the menu on this page. It doesn’t work except for Home Menu.

what i want is 1. the menu is not displayed execpt for Home menu Or Home on this detail page. 2. all of menu is working.

Could you solve them?

thanks

i solved them you don’t answer me. It was simple. it used full pass like www.xxxxx.com#id it ’s work Anyway thank BoldThemes team.

Hello! How do I get rid of the white space above the menu bar? It just appeared and I cannot get it to go away.

Hi

Then, it probably comes from some third party plugin which adds paragraph to top of page content – please try deactivating third party plugins one by one and see which one can be causing issues.

Kind regards,

BoldThemes team

FYI – It was the new Gutenberg editor from Wordpress that was causing the padding at the top of the page. Might be worth making a fix to it before it comes out in a future update.

Hi,

Thanks for the info, we will surely take a closer look at the issue and try to find the patch

Kind regards,

BoldThemes team

HI. There I am using Home v3. as my front home. Is it possible to reduce the vertical size of the slide? If I need to modify the source(php,css), please let me know where i can do it.? Thank you

Hi,

You can do it without resorting to changing the source. First you can reduce the Top and Bottom spacing of the topmost section,

Then you can reduce the height of the content in the section (height of the section is automatically calculated based on the height of the content within) – remove separators, reducing the headline, using image which is not that tall etc…

Kind regards,

BoldThemes team

Hey. I would like to purchase this template, but there are a few questions.

1. I noticed that in the mobile version there are no pictures in the food-and-drinks menu. Is it possible to display pictures in the mobile version?

2. Is there a trial version? I would like to try to remake the topic, but I’m not sure what to do. It would be enough for 1 week to try to configure it .. Is there such an opportunity?

Hi,

thanks for reaching out – you can easily make images appear on the smallest resolutions as well by adding a piece of custom css:

@media (max-width: 580px){
.bt_bb_tabs .bt_bb_menu_item_image {
    display: block;
}}

Unfortunately, our exclusive author’s agreement with Envato prevents us from distributing the theme outside of ThemeForest and ThemeForest does not provide trial version.

On the other hand, if it turns out that the theme does not meet your needs, we offer money back guarantee, no questions asked.

Kind regards,

BoldThemes team

Hey there, i know support has ended but i feel this shouldn’t be a problem.. For some reason the first element containing a video has just stopped working for some reason, and content has pushed it’s self up over the menu, so this is also not displayed..

thegreenock.com.au

If you could please help?

Hi,

To be precise, it does not overlay the rest of the content – you have all other page elements when you scroll the page.

If you do not want it full screen, please remove full screen property and either add top and bottom spacing to the section or add some separator elements with spacing to the section and you will get a box.

Kind regards,

BoldThemes team

thanks – seems to be ok now.. Any reason why the video won’t play on Google Chrome though? Thanks

Hi,

We have tested the site both on Google Chrome on Windows and on OS X and video seems to be working fine. Have you managed to resolve the issue in the meantime?

Kind regards,

BoldThemes team

Hello

If I disable the Bold bilder plugin, the site does not work. I create a page and without settings through the bold bilder plugin, it does not look any way http://prntscr.com/l5287q. In fact, you are not selling a theme, but a plugin.

Can I get a refund? It does not suit me so that the work of the site is tied to the plugin.

Hi,

Yes sure, please submit your refund request here: https://themeforest.net/refund_requests/new and we will approve it.

Kind regards,

BoldThemes team

Hi, Thank you for understanding

Have good day

Hello

Yesterday I bought your template. It looks great, but in the source code of the site are huge pieces of code, http://prntscr.com/l51al2. Is it possible to fix it somehow? I’m upset, this is bad for seo.

Hi, I add the slider using theme editor but its not showing..

Hi,

Can you please send wp-admin credentials to info@bold-themes.com together with the url of the page with the slider so we can take a closer look at the issue?

Thanks in advance.

Kind regards,

BoldThemes team

Hi BoldThemes Team – quick question – how can we change the Font size of the Main Menu (Header)? Do you have a css for it? Cause i couldnt find any setting in the settings page. Thx

Hi,

Please try adding:

ul#menu-primary-menu {
    font-size: 24px !important;
}

Kind regards,

BoldThemes team

Love the theme! How can I make the mobile logo centered rather than floated left?

Hi,

You can try adding the following to Additional CSS panel of Appearance > Customize

@media only screen and (max-width: 1200px) {
    .btLogoArea .logo {
    float: right;
    margin-right: 35%;
}
}

margin-right of 35% should do for most of the mobile resolutions – adjust the number if you feel so or add additional media query if needed for different resolutions.

Kind regards,

BoldThemes

I can’t find the option to add the Google Map API

Hi,

If you edit Google Maps element, you should be able to locate API Key field at the top of the edit properties dialog

http://documentation.bold-themes.com/craft-beer/theme-shortcodes/#google-maps

Kind regards,

BoldThemes team

The hidden side menu, I have added the social icons and positioned them to the left put they still show up centered. Can you look at this test site. http://wine.moxie.studio

Hi,

Can you please send us a annotated screenshot of the issue you are referring to to info@bold-themes.com? It will help us understand what exactly are you aiming to do. Thanks in advance.

Kind regards,

BoldThemes team

On a page like this http://craft-beer.bold-themes.com/main-demo/shop/ Is there a way I could allow people to add more than one of the same product to the cart? Ideally I would like people to be able to do all of their shopping without having to look at the product pages.

Hi,

Quantity field is not available on WooCommerce archive pages with the “out of the box” functionality of Craft Beer theme. But you can achieve it either by using third party plugins or on your own – https://shopplugins.com/add-a-quantity-field-to-the-woocommerce-archive-pages/ Please keep in mind that you would probably need a bit of css or markup customization in the process.

Kind regards,

BoldThemes team

We have changed the CSS code on this theme to make the logo bigger in the header. However, the mobile needs to be smaller. How do we change logo size but keep the size on desktop.

Thank you!

.btMainLogo { height: 150px !important; }

Hi,

If you want the logo to stay the way it was initially on mobile and just adjust it on desktop, just replace your css with:

@media screen and (min-width: 1200px) {
.btMainLogo { height: 150px !important; }
}

If you want full control over the size both on mobile and desktop replace your css with:

@media screen and (min-width: 1200px) {
.btMainLogo { height: 150px !important; }
}
@media screen and (max-width: 1199px) {
.btMainLogo { height: 80px !important; }
}

Adjust the sizes if you need.

Kind regards,

BoldThemes team

Hi,

I see there is an error on your Google Maps at http://craft-beer.bold-themes.com/main-demo/about-us/location/ Is this an issue with the recently updated APIs, which are now required by Google to embed maps or something else?

Cheers!

Hi,

Thanks for heads up. This is API key issue – our API key has expired and needs to be renewed – we will do it in next 24 hours. The API itself is the same, so there are no functional issues with the theme code.

Kind regards,

BoldThemes team

Hi,

The map is ok now. Thanks again for the heads up.

Kind regards,

BoldThemes team

I would like the background video to show on the mobile. I am able to do this on other themes. Can I do this on your theme?

Hi,

No, background videos fall back to background image on craft beer since there is no way to offer consistent behaviour across all mobile devices and browsers.

Kind regards,

BoldThemes team

Can the Rev Slider work in your theme?

Hi,

Yes, you can place its shortcode using text element

Kind regards,

BoldThemes team

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