1690 comments found.
trying to upload my site online. Files uploaded, database modified to reflect new domain, config.php edited, but get the following message, “Warning: Cannot modify header information – headers already sent by (output started at /home/th4ecom/public_html/hq-foundation/wp-content/themes/bakery-child/functions.php:11) in /home/th4ecom/public_html/hq-foundation/wp-includes/pluggable.php on line 1167” Kindly help.
Hi,
Looks that there is an error on functions.php file of the child theme. Please check line 11 in particular. If you’re not able to fix that send us your WP and FTP details so we can take a closer look at that.
Thank you
Thank you. There were some extra lines in child theme functions and once removed the site loaded perfectly. Also I want to remove subscribe section in Upper Footer and want to add a simple button. How can I do this. Thanks!
Glad you fixed the error! To add a button in the top footer and remove the subscribe section please go to Appearance > Widgets > Footer Top Sidebar, move Subscribe widget to inactive widgets then add a new text widget with the content as below:
<a href="#" class="btn">link title</a>
Thanks and cheers
Hi, I am tying the demo theme to see how far I can customize, before I go ahead and purchase. How do I get rid of the subscribe form in the Upper footer and replace that with some other element like a button or something?
Hi,
First, sorry for the late response and thank you for your purchase. That’s and easy task, you can change that by editing the respective widget from Appearance > Widgets.
Warm regards
Hello,
in the page filterable-gallery-4-columns
if I add categories with greek characters filtering does not work.
any suggestions ?
thanks
Hello,
Can you please provide your site URL first.
Thanks
I willhave to upload it somewhere as i am running it on xampp
Hi newteks,
To fix that please make the following changes:
1. Replace line 41 of ‘wp-content/themes/bakery/includes/shortcodes/gallery.php’:
echo '<span class="vu_g-filter" data-filter=".'. esc_attr(sanitize_title($category)) .'">'. esc_html($category) .'</span>’;
with
echo '<span class="vu_g-filter" data-filter=".'. esc_attr(md5(sanitize_title($category))) .'">'. esc_html($category) .'</span>’;
2. Replace lines 28-34 of ‘wp-content/themes/bakery/includes/shortcodes/gallery-item.php’:
if( is_array($categories) ){
foreach ($categories as $key => $value) {
$categories[$key] = sanitize_title($value);
}
} else {
$categories =sanitize_title($categories);
}
with
if( is_array($categories) ){
foreach ($categories as $key => $value) {
$categories[$key] = md5(sanitize_title($value));
}
} else {
$categories = md5(sanitize_title($categories));
}
Warm regards
thank you so much. It works great now.
Glad to hear that! You’re very welcome!
Hello,
I’ve been trying to run the content import but it doesn’t seem to work. It was stuck with the little wheel spinning for over 2 hours. Is there a way you can provide a zip file with the necessary items that I could import using the wp import plugin? Thank you!
Hi,
Of course you can import the demo content manually by using the XML file located in includes\options\inc\extensions\wbc_importer\demo-data\default or includes\options\inc\extensions\wbc_importer\demo-data\shop directory.
Thanks
Hello,
I’m having a problem with the Products page. The items I’ve listed out as the products are not appearing when the page loads. They just appear as small empty rectangles. If I scroll over them, the links and text appear, but no images.
This has happened multiple times now. I need to launch the site soon and don’t want to worry about this continuing to happen.
Also, how do I remove the subtitle on the individual portfolio/product pages? (Where the description, price, images, etc are included)
Can you help me!?
Thank you!
Hello,
We need to take a look at your site for a better answer so please provide us first the site URL.
Many thanks
Any other way we can install demo content? We have been waiting for more than 30 minutes and it is just showing “please wait”.
Please check the maximum execution time and memory limit of your server and try to increase them. That should fix the issue. Thanks!
I don’t think i have a php.ini file i can add this to. What should my max execution time be?
ok so i set the max exec time to 5 min, memory limit is set to 64. Still getting the same issue. It just cycles on please wait
I am just doing default import demo content
After 4 hours it is still sitting in please wait.
Those settings seems to be fine. Can you please provide us through the contact form your WordPress credentials and we will take a closer look at that. Thanks!
Could it be a license issue? We installed the template on a demo server and now we are working on the production server and deactivated everything from the demo server.
Don’t think so. We need to take a look at your admin dashboard to give the reason for that.
sent
restored defaults just in case let me know what you find.
Thanks! Replied back. Please check the email again.
Good morning,
I uploaded the site online but I have problems with google maps that are not displayed correctly. the site is www.caffeflorian.it
For your assistance, some access code I have to send?
Thanks for the attention.
Good day
Hello guys, can you provide me some help to remove the “render-blocking” issue at google speedtest
Hello,
Please provide us your site URL so we can analyze the issue from a closer perspective.
Thanks in advance.
We’d definitely recommend you to use W3 Total Cache plugin or WP Rocket if you want a premium one. Thanks!
Hello could you point me where can i find the wpbakery visual composer , the version i have it stopped working on my client’s side and im trying to reinstall it but i can’t find the plugins on the theme files from envato
Hello,
Please provide us your email here or send it via the contact form and we’ll send you back the download link of the latest version of Visual Composer plugin.
Note: After the update make sure to deactivate and delete the current version then install the new version from Appearance > Install Plugins.
Best regards
How can I change / create / edit de gallery categories?
Hi,
To make the gallery filterable click edit button on Gallery shortcode and choose make gallery filterable option. Then you’ll have the possibility to enter the categories.
Thanks
Dear Sir or Madam,
I would like to update the Visual Composer and when I purchased the theme it said it comes with it. I can’t get it activated to update the version.
Thank you for your help so far.
Best regards, Michael
Hello Michael,
Visual Composer activate option is available only for users who have directly purchased it. In our case the plugin is bundled with the theme and you can update it only by getting the latest theme version which includes the latest version of Visual Composer too. If you do not want to update the theme you can leave us your email here or send it via the contact form and we’ll reply back with the download link of the latest version of Visual Composer plugin.
Note: After the update make sure to deactivate and delete the current version then install the new version from Appearance > Install Plugins.
Best regards
hi i hv fast food restaurant , and i want an online ordering , does your template support online ordering, i didnt find add to cart in the live demo , how can i check it . secondly , does it support the feature share your address instead of typing the address instead of write the address . i checked that it support multi- lanuage , right (to be sure that it support arabic ) thank you
Hi,
1. The shop demo can be accessed via http://themes.milingona.co/bakery/shop/. There you can find the ‘add to cart’ option and other shop related features. The theme fully supports WooCommerce plugin.
2. The theme is translation ready and multi-language compatible. Moreover, RTL support is included so it fits perfectly for the arabic language.
Thank you for your interest.
Warm regards
Hi there – can I get the demo pages loaded into the theme as well? I like them and want to customise some.
Thanks
Hi,
Sure, you can import the demo content via the one-click demo importer from Bakery > Install Demo Content.
Cheers
tried that – I am just getting the install demo content text details, but no button to click to install or download
please check your memory limit and make sure it’s at least 256MB.
yes, memory is fine, plenty of capacity
then please send us your WordPress credentials so we can take a closer look at that. Thanks in advance.
just sent
are you in ok?
They are not working so please check them again and make sure they are correct. Thanks!
hi, just picking this up again with some urgency after a vacation. Please check your email as I have resent you the credentials to log in to the site. Thanks
okay, thanks! Just replied back to your email so please check it again. Cheers!
Hello,
Within the Bakery Theme on the billing page on checkout, how do I change where it says “Company name” to just “name”.
Many thanks, Athar.
Hello Athar,
You can change that by editing one of the theme files. But please send us first your purchase code so we can send you back the detailed instructions.
Thanks
How to remove theme options in the Admin Bar?
Go to ‘wp-content/themes/bakery/includes/options/bakery-options.php’ file and after line 3003 add the following:
'admin_bar' => false,
Cheers!
Bakery Theme has received another rating for Flexibility.
“Using this theme for 2 months in order to do a proper evaluation. I never used support services because the theme quality is so good you don’t need it. Clean, flexible and lots of features. Keep-up with the good work.”
What are you waiting for? Click here and get your theme copy now!
Hi, hope you can help me. I tried to change or disable the ‘acitive link color’. I still changed the global link color, but when I use a link or a social button, the color is changing to blue. But I don´t wan´t that the color is changing when I use the links or share buttons… Any ideas how I can solve my problem? Thank you for answering!
Hi,
Just fixed that for you. The issue was related to the older version of the child theme you had. Please check it and let us know if you need any further help.
Warm regards
Hi,
I bought this theme, but not found .psd files included. Can you provider them or at least tell me where to find it?
Thanks
Hi,
Firstly, thank you for your purchase.
The PSD files have been removed lately from the theme package due to the large size. Please leave your email here or send it via the contact form and we’ll reply back with the download link.
Kind regards
GoDaddy had to temporarily deactivate the theme to a stock theme in order for me to be able to log in. With the theme active it’s throwing up a number of errors and not allowing me to login. Something in the theme is causing a conflict. Can you please help. Do you have any suggestions?
Of course, we’re here to help you out. Can you please first send us via here your WordPress credentials along with the FTP access details so we can take a closer look and see what’s causing that conflict. Thank you!
Hi, Is there a way to add the link the Service Item on the Icon or Image itself rather than just a text?
Hi,
Unfortunately that’s not supported for the moment. We’ll consider implementing that in the next releases.
Thanks
Hi, No problem. I just made a workaround on it, kind of so this is ok now.
Ok, thanks! Happy for that. Cheers!