Discussion on Manufactura - Handmade Crafts, Artisan, Artist WordPress Theme

Discussion on Manufactura - Handmade Crafts, Artisan, Artist WordPress Theme

Cart 851 sales
Recently Updated
Well Documented

BoldThemes supports this item

Supported

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

70 comments found.

Nevermind. It was a plugin issue.

Hello, after installing the theme i only found 1 demo (Homepages: 6) on the import section, can you please check with me its urgent

Hello,

All homepages are part of the demo, so after import you can select the one you prefer.

If you need additional assistance, please submit a ticket here: https://boldthemes.ticksy.com/

Kind regards,

BoldThemes team

Will Font Awesome ever be updated?

Hi,

We have escalated the issue to our developers and we will get back to you as soon as we get some info – most likely beginning of next week.

Kind regards,

BoldThemes team

Hello. We purchased your theme. There was no problem for more than 1 year, but after the last plugin updates, we started to experience resource problems. We are having difficulty overcoming this problem. How can we optimize this theme? Help please.

Hi,

From the description of the problem it seems that you are running an old version of the theme which is not compatible with your current WordPress installation.

The current version of the Manufactura theme is 1.2.9 – https://documentation.bold-themes.com/changelog/manufactura-changelog.txt

Once you update the theme, make sure to update the Manufactura plugin as well

You can update the theme using one of the methods outlined here: https://boldthemes.ticksy.com/article/7123/

Kind regards,

BoldThemes team

Hi there, I have the same problem with centered logo as user NeroBlock has. Logo is shifted and overlapped by the menu in small resolution. Can you help me, please? And another question: is it possible to switch responsive menu to the right side? Default is on the left side. Thank you, Forest

Sure, site is in maintenance mode: https://forestritual.cz/

This is my custom CSS code:

.btMenuVertical .btLogoArea .logo { margin: auto !important; width: 100% !important; position: absolute !important; }

.btMenuVertical .btLogoArea .logo img { margin-left: auto !important; margin-right: auto !important; }

.btMenuVerticalLeft .btVerticalMenuTrigger { z-index: 20 !important; position: absolute; }

Hi,

Related to logo, when the mobile menu is open, the issue is with

position: absolute !important;

We assume you were trying to reposition the logo on mobile resolutions while the menu is closed. Your code influences the logo both when the menu is closed and when the menu is opened.

You should use the following instead:

.btMenuVertical:not(.btMenuVerticalOn)  .btLogoArea .logo { margin: auto !important; width: 100% !important; position: absolute !important; }

.btMenuVertical:not(.btMenuVerticalOn) .btLogoArea .logo img { margin-left: auto !important; margin-right: auto !important; }

.btMenuVertical:not(.btMenuVerticalOn) .btVerticalMenuTrigger { z-index: 20 !important; position: absolute; }

Related to the positioning of the menu icon and the menu

If you wish to move just the menu open icon to the right, you can change your last statement to:

.btMenuVertical:not(.btMenuVerticalOn) .btVerticalMenuTrigger { z-index: 20 !important; position: absolute; right:20px}

and it should do the job.

If you wish to completely move the menu to the right and align all menu items to the right edge, in addition to the above code, you can replace ‘Left’ with ‘Right’ in theme’s file framework/js/header.misc.js line 28

Kind regards,

BoldThemes team

Oh, thank you for the fast response. This is exactly what I wanted. Fixed, good job!

Hi, is your theme still maintained? Is it working fine with WP 6.4?

Hi,

Thanks for contacting us.

Yes the the theme is still maintained and yes it is compatible with WP 6.4

Kind regards,

BoldThemes team

Thanks

Hi Boldthemes, I just wanted to tell you that there’s an error with the Boldtheme Importer Plugin and WooCommerce backend Home page. When the plugin is active the home page on WooCommerce is blank. Once Deactivated, the home page returns. I hope there will be an update or a quick fix for this problem. Thanks, Sonia

Thanks so much for your super quick answer. I have my updates in order, but I might have missed something. I will apply your advice and let you know! You guys are amazing thanks!

Yes, deleting the BoldTheme Importer and installing it again is the solution. My theme was up to date and so as the plugins. Something might have been corrupted somewhere. I appreciate your help!

Great,

We are happy that we were able to help :)

Kind regards,

BoldThemes team

Hello, is there a way to change each blog post header’s image? Because on your demo each post has a different header image realted to each post. thanks, Sonia

Hi,

Sure, if your Single Post Layout is set to standard in Appearance > Customize > Blog, by changing the posts Featured image, you will change the blog post header’s image.

Kind regards,

BoldThemes team

Thanks so much!

Hello, how can I customize 404 error page?

Hi,

There is no option to edit 404 page in Manufactura theme with Bold Builder, but you can always override the 404.php template (from the theme root) in your child theme.

Kind regards,

BoldThemes team

The theme is incompatible with wordpress version 6.2 as informed by Hostinger Server Experts causing fatal 500 error or memory exhausted issues. I have already raised the same issue couple of times , please help me with the same at the earliest.

Hi,

The default search field as a widget in the menu is not available out of the box in Manufactura – the intended functionality is to use the search icon widget and use the built in full screen search form. It is, naturally available in the sidebars.

We will release a theme update in next few days which will allow this as well.

Once the update is released and when you install it, you will need to add the following piece of JavaScript to the theme header (can be done using https://wordpress.org/plugins/custom-css-js/ for example)

window.top_tools_search = function() {
     return false;
}

And it will do the trick.

Kind regards,

BoldThemes team

Hi, awaiting for the search bar !!

Hi, update has been published, are you using the latest theme version?

I have this issue, and it solve only when I remove the theme repo from the file manager Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 262144 bytes) in /home/abuadiby/maramali.art/wp-includes/class-wp-hook.php on line 308

Hi,

It seems like your theme version is not compatible with the current WordPress version.

Please update the theme to the latest version – 1.2.7 https://documentation.bold-themes.com/changelog/manufactura-changelog.txt

Please make sure to update the Manufactura plugin and Bold Builder plugin as well once you update the theme.

You can update the theme using the Envato Market plugin – https://www.envato.com/lp/market-plugin/ or manually as described in the theme documentation: https://documentation.bold-themes.com/manufactura/theme-customization/ , section 3.11 Update theme

Kind regards,

BoldThemes team

Hello, can you disable the Google Fonts on your theme options ? For the GDPR in Germany, Google fonts is no longer allowed. All websites have to embed them.

Hi,

Thanks for contacting us.

Unfortunately, Manufactura does not offer this out of the box. Although it can be done by customizing the theme’s css and overriding a bit of php code, there is no such option in the theme’s customizer panel.

Kind regards,

BoldThemes team

Only home page and and admin panel is working. All other pages are showing page not found – Error 404. i have imported demo content using BT import. Please tell me the solution to solve it.

Hi,

Thanks for the purchase.

Have you tried rebuilding your permalinks – https://boldthemes.ticksy.com/article/13373

If this does not resolve your issue, or you need additional support in the future, please submit a ticket at our support site – https://boldthemes.ticksy.com/ with the site url and wp-admin credentials. Our support team will be glad to take a closer look at the issues and to provide assistance.

Kind regards,

BoldThemes team

My menu disappeared on some pages https://proizvodnja-peka.com/product-category/pribor-za-rostilj/

Also widgets are not showing in the sidebar.

Hi,

It seems that the problem appears on WooCommerce archives and pages. Can you please tell us which versions of the following components are you currently running:

1. Manufactura theme version

2. Manufactura plugin version

3. WooCommerce plugin version

Thanks in advance,

Kind regards,

BoldThemes team

1. 1.1.4 // 2. 1.1.4 // 3. 4.3.0

Hi,

Please update the Manufactura theme and Manufactura plugin to the latest version – https://documentation.bold-themes.com/changelog/manufactura-changelog.txt and check if the issue persists.

You can update the theme wither by manually uploading it to the themes folder, by uploading it through the Appearance > Themes panel or by using Envato market plugin – https://www.envato.com/lp/market-plugin/

Please find the instructions here for manual upload:

https://documentation.bold-themes.com/manufactura/theme-customization/#theme-update (section 3.11 Update theme)

Kind regards,

BoldThemes team

Hello, BoldThemes team. I’ve been using your theme since 2020, but I’ve noticed that every update is only for bug fixes and no layout changes. My main concern is that when buyers switch from paypal to credit card, the foruam is quite small and the swtich dots are very annoying. if you contact me i show you waht i am talking about

Hi,

Please send us the site url so we can take a closer look at the current setup – you can use the contact form at the bottom of right hand sidebar our profile page – https://themeforest.net/user/boldthemes

Kind regards,

BoldThemes team

I will open support, but there is no theme name

I can’t change footer in theme

Hi,

Thanks for the purchase.

Manufactura theme is approximately in the middle of the list on https://boldthemes.ticksy.com/submit/ in between Pastry Love and Music Club

Anyhow, in order to change the footer in the theme, please go to Appearance > Customize > Header and Footer.

At the bottom you will find the field called Footer Page Slug. The static page with this slug holds the footer content. If you edit it, it will be reflected throughout the site.

Should you need any additional support please submit a ticket at our support site – https://boldthemes.ticksy.com/ and our support team will be glad to assist you.

Kind regards,

BoldThemes team

Why do you strip html in Customizer – Copyright? I have to add a link there.

Hi,

Thanks for the purchase.

If you need a link within the copyright, you can always use static page content as a footer.

You can create a static page, add the desired content to it and assign the page’s slug to Footer Page Slug field of Appearance > Customize > Header and Footer panel – this allows you to format your footer in much more versatile way – just as you would create the layout of any other static page (using Bold Builder).

Should you need any additional help in the process, please submit a ticket at our support site – http://boldthemes.ticksy.com/ and our support team will be glad to assist you.

Kind regards,

BoldThemes team

TANKS!

Where is the translation for “countdown” in boldeditor? Sorry, found it translation file for Boldbuilder….

Hi,I read that the theme was not compatible with Elementor more than one year ago. Is it now ? Thank you for your answer.

Hi,

Thanks for contacting us.

No it still isn’t.

Kind regards,

BoldThemes team

Also, no primary menu appears on mobile

Hi,

Thanks for the purchase.

These seem like the issues caused by JavaScript exceptions. Are there any reported in the browser’s JavaScript console?

If you can not get to the bottom of it on your own, please submit a ticket at our support site – http://boldthemes.ticksy.com/ with the site url and wp-admin credentials and our support team will be glad to assist you.

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