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
Hi,
Can you please tell us the url of your site so we can take a closer look?
Kind regards,
BoldThemes team
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
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.9 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 one of the methods described here: https://boldthemes.ticksy.com/article/7123/
Kind regards,
BoldThemes team
Hi,
The best option, after the theme update is to delete BoldThemes Importer Plugin and then reinstall it from the updated theme package.
By deleting the Importer plugin and reinstalling it, you will make sure that it also updated to the latest version.
Kind regards,
BoldThemes team
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,
It seems that your current theme version is not compatible with the WordPress version you are running.
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 from wp-admin 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
Thank you the problem was solved , we were facing another problem though : Hello,
1. We need to add one Product search plugin into the theme “FiboSearch – AJAX Search for WooCommerce” But it’s not compatible with the theme. Please give me a solution on this.
2. While loading the product page, The product image of inner pages are showing on the shop page for some fraction of seconds, Which is not acceptable. Help me resolve that issue
Hi,
1. Please note that we can not provide support for specific third party plugins which are not declared as compatible with our theme on the theme profile page. You should contact the plugin author and see if something can be done related to the compatibility since we do not know how the plugin works internally.
2. Can you provide the url to the product page with the issue so we can take a closer look at it.
Kind regards,
BoldThemes team
Hi,
The css and slick slider initialization javascript you are using on the product archive pages are coming from the woolentor plugin.
Unfortunately, this plugin is not part of the Manufactura theme so we can not provide support for it 
Please contact the plugin author and check if there is something that can be done with the initialization of the slick slider as it seems that it is being initialized after loading of all associated images and thus the glitch you are experiencing.
Perhaps there is a way to hide the images using custom CSS and display them at the moment of slick initialization, but this is something they can help you with.
Kind regards,
BoldThemes team
Thank you so much 
Hello again ,i am not able to add search bar to my home page menu !! Pls help
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.
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
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