55 comments found.
Hi,
I have a problem with the theme – first enter on the webpage (https://okragle-opakowania.pl/) takes around 30 sec which is very long.
Evey next load is very fast which is ok.
Is there any solution for the issue?
Thanks
Hi,
Thanks for the purchase.
It seems that the server, after some period of inactivity, takes more time to respond to the first request.
The thing here is that, after that initial request which takes long time, every subsequent request even from a completely different network and browser, has a normal and timely response.
Once you stop making requests, and allow some period of inactivity, the server will again take more time to respond to the first request after the pause.
This indicates that the hosting implements some kind of optimization of its resources by putting your server on idle until the first request comes. Then, after it responds, the server gets “warmed up” and responds normally. After you have a period of inactivity it again goes to “sleep”.
You need to check with your hosting company if yo can overcome this somehow by utilizing either server side cache or some other strategy.
Kind regards,
BoldThemes team
Thank you for your answer.
One last question – I see that polish fonts are not loading on a main page of okragle-opakowania.pl. This is visible e.g. on main slogan “Zapakuj to na okrAgLo”. I suspect that the theme uses some non standard fonts and due to some reasons the page loads standard windows fonts where polish characters are not available. Is there any way to change the font or solve this issue?
Thanks very much
Hi,
By default, the theme loads Google Fonts with the Extended Latin Set for optimization puproses.
If you need some additional sets, the best option is to download the entire desired font with all sets from Google Fonts portal and host it locally by adding it to the theme using the method described here: https://boldthemes.ticksy.com/article/17280/
Once you upload it in the described way to your server, the font will be visible in all select boxes throughout wp-admin just as default Google Fonts and you will be able to select it just as any other and you would be able to select it throughout Bold Builder.
Kind regards,
BoldThemes team
Hello,
I have a few questions before purchasing your theme.
Does the theme support Elementor or only Bold Builder and which plugin could I use for a multilingual site?
Thanks in advance
Hi,
Thanks for contacting us.
Unfortunately, Avala does not support Elementor, you need to use Bold Page Builder with it.
You can use either WPML or Polylang with the theme, both would do the job.
Kind regards,
BoldThemes team
Thanks a lot 
Hi… my support only expired a short time ago… but I’m getting a long string of php errors when I go into appearance and customization. Hoping someone can look at the issue.
Hi,
Can you please send us the site url and wp admin credentials using the contact form on our profile page: https://themeforest.net/user/boldthemes (bottom of right hand side sidebar) and we will take a closer look at the issue.
Kind regards,
BoldThemes team
Thanks… I’ve submitted a form as requested 
Hi,
Thanks, we have forwarded the issue to our developers and we will get back to you as soon as we get some additional info.
Most likely on Monday
Kind regards,
BoldThemes team
Hi,
We have just replied to your email.
Kind regards,
BoldThemes team
Hello, I did buy your them but after installing and importing the autumn demo (working fine), I am wondering how to activate this demo : https://avala.bold-themes.com/autumn/home/home-04/ ? I don’t see any clear way in the documentation that is presenting this. Thanks in advance
Hi,
Thanks for the purchase.
https://avala.bold-themes.com/autumn/home/home-04/ is one of the pages within autumn demo. Once you import the autumn demo, you need to set up home-04 page as home page of your site. Also, you need to replicate its settings so that all other pages of the demo take its look and feel.Please follow the instructions in section 2.7 Homepage version – https://documentation.bold-themes.com/avala/getting-started/
If you need additional assistance in the process, 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
It’s all good now, thanks a lot for your help!
Great,
We are glad we were able to help.
Kind regards,
BoldThemes team
Hi just about to buy but a couple of quick questions….
Can I use video in a hero-header section? (probably 2:35 aspect ratio but can do different ones for desktop and mobile versions). And embed text blocks over it? (any examples of this as demo has no video in it)
Can I embed ‘portrait’ video at all?
Can I embed a video, but have a PHOTO displayed as the placeholder, so user can click the photo and video will play? (hate the std youtube/vimeo buttons showing)
Video embedding is obviously an important aspect for me. Thanks 
Hi,
Thanks for contacting us.
Yes, you can put background video in any of the sections and place text or any other blocks over it.
The background video will cover the background of the section no matter what and bleed over the edges of the screen if the aspect ratio is not right.
For embedded videos (not background videos) our themes use the standard WP video control, and it allows you to place the poster to be displayed (although by default it also display the big play button over it)
Hope this helps a bit 
Kind regards,
BoldThemes team
Great, thanks for confirming. As it can handle non 16×9 video without ugly black borders I’ll give it a go 
Hello,
I installed required plugins as it was described in the manual and after that my wordpress crashed and I received email with following error description:
Errot type: E_PARSE caused in line 425 of /home/maciekt/public_html/wp-content/plugins/bold-page-builder/content_elements_misc/misc.php. Error message: syntax error, unexpected ‘>’
WordPress version 6.2.2 Current plugin: Bold Builder (wersja 4.5.9) PHP version: 5.6.40
Did anybody met similar issue?
Thank you
Hi,
Thanks for the purchase.
Please note that you are running an old version of php. The theme requirements are 7.4.x or higher – https://documentation.bold-themes.com/avala/getting-started/
At that specific line of code, a spaceship operator is used which is supported only in php7.
If this is a showstopper in your case, please submit a refund request here: https://themeforest.net/refund_requests/new and we will approve it.
Kind regards,
BoldThemes team
Hi, I want to remove headlines from Portfolio and Blog sites – how can I do it? From what I understand – they are created on the basis of some draft? I need to change some file?
Hi,
Do you want to remove headlines on Archives or Single Post pages.
Can you provide the url of the page where you want to remove the headline so we can take a closer look?
Kind regards,
BoldThemes team
Also I have a question how to change height of background image of header in Portfolio and Blog pages (abowe links).
Hi,
For blog archive, you should go to Settings > Reading and check what is your Posts Page.
Edit that page (Pages panel) and add Override Global Settings “Hide Default Headline” with the value checked to it. It will hide the headline.
For portfolio archive, you should go to Appearance > Customize > Portfolio and check the value of the field Portfolio slug.
Edit the page with the same slug as the Portfolio slug value, and add Override Global Settings “Hide Default Headline” with the value checked to it. It will hide the headline. If the field Portfolio slug does not contain the value you should look for the page with the slug portfolio.
As far as the css is concerned, you can add to Appearance > Customize > Additional CSS and it will do the trick:
.blog .btPageHeadline .bt_bb_port {
padding-bottom: 2em;
padding-top: 2em;
}
.post-type-archive-portfolio .btPageHeadline .bt_bb_port {
padding-bottom: 2em;
padding-top: 2em;
}
Please adjust the height according to your needs.
Should you need any additional assistance, 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
Maybe I didn’t explain it properly. I’d like the background image of header to stay, I’d just like to remove the text. Using the “Hide Default Hideline” option also disappears the backround image and then it looks weird because the menu overlaps the post.
Hi,
You can also do it using css:
for blog:
.blog .btPageHeadline .bt_bb_headline {
display: none;
}
for portfolio:
.post-type-archive-portfolio .btPageHeadline .bt_bb_headline {
display: none;
}
Kind regards,
BoldThemes team
Hi,
On a blog page there is a button “Read more” to read the whole post from blog – I want to change the name of the button (because my siete isn’t in english) – how can I do it?
Hi,
You should translate the Read More label in the theme .pot file as described in the theme’s documentation – https://documentation.bold-themes.com/avala/theme-customization/ section 3.8 translation.
Alternatively you can change the label in /views/post/list/standard.php or /views/portfolio/list/standard.php of the theme, depending on the archive type – post or portfolio.
Kind regards,
BoldThemes team
Thanks, it helped me.
Great,
We are glad we were able to help.
Kind regards,
BoldThemes team
HI I try to install Demo Content, but It doesn’t work properly. I don’t see any images. Thanks.
Hi,
There can be numerous reasons for this.
In order to exactly pinpoint the issue, you should take a look at the php error log on your server, there are probably fatal errors related to image download… The message of these errors should indicate the reason for the issue.
Kind regards,
BoldThemes team
Hi, I’ve update my website to Wordpress 6.2 (from 6.0.2), and after the theme didn’t work. This is the error I’ve received:
“Fatal error: Allowed memory size of 805306368 bytes exhausted (tried to allocate 8192 bytes) in */script-loader.php on line 1029”
I’ve restored my previous version of WordPress (from my backup) and the theme works. Is it incompatible with Wordpress 6.2?
Thanks a lot.
Hi,
You are probably running a version of the theme which is not compatible with your current version of WordPress.
Please update the theme to the latest version – 1.1.2 https://documentation.bold-themes.com/changelog/avala-changelog.txt
Please make sure to update the Avala plugin and Bold Builder plugin as well once you update the theme.
You can update the theme using the methods described in the following article: https://boldthemes.ticksy.com/article/7123/
Kind regards,
BoldThemes team
Hi, it is possible to add a comment section in a static page? I want to buy the theme for a Wedding website and they want a section in homepage where people can add comments for them.
Hi,
Thanks for contacting us.
Avala supports this standard feature of WordPress. You can enable comments for static pages, but please note that the comments section will appear at the bottom of the page, just above the footer. You can not change its position (place it at the middle of the page). By default it has the same placement as on single post pages.
Kind regards,
BoldThemes team
Installing theme from uploaded file: themeforest-ZHzmhmPF-avala-wedding-wordpress-theme.zip Unpacking the package…
Installing the theme…
The package could not be installed. The theme is missing the style.css stylesheet.
Theme installation failed.
Disappointment…
Hi,
Thanks for the purchase.
This simply means that you have tried to upload a wrong theme file. Luckily there is an easy fix: https://help.market.envato.com/hc/en-us/articles/202821510
To install the theme, required plugins and import the demo, please follow the instructions from the theme documentation: https://documentation.bold-themes.com/avala/getting-started/
Should you need any additional assistance in the process, 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
Apologies, my bad. Thank you for your quick response. It is working now
Hello! I am trying to make my first website and I am interested in your themes. I have some question about them: -Can I use a slideshow plugin in the homepage? do you recommend any? -Is there a way that when you click on a photo it will start the gallery, and so will the following photos on the same page? -Can I use other colors than white as background for the whole theme?
Thank you!
Hi,
Thanks for contacting us.
Please find the answers below:
1. The theme comes with its own slider element. If you are looking for some specific functionality which is not covered by included slider you can use any third party slider available.
2. Yes, there is an image gallery page element included.
3. Yes you can. If some of the requirements you have are not covered by the available theme options you can always use custom CSS and our support team can help you with that.
Kind regards,
BoldThemes team
Hello,
I want to hide the breadcrumbs on the article page, how to set it?
Thank you!
Hi,
Try adding the following to Appearance > Customize > Additional CSS
body.single-post .btArticleHeadline .bt_bb_headline_superheadline {
display: none !important;
}
It should do the trick
Kind regards,
BoldThemes team
Hi,
Can you please send us the url of the page so we can take a closer look at the current setup?
Thanks in advance.
Kind regards,
BoldThemes team
Thank you.
Hi,
Please try adding the following as well to Appearance > Customize > Additional CSS:
.btPageHeadline .btBreadCrumbs {
display: none !important;
}
Kind regards,
BoldThemes team
Thank you!
Can I get two rows in WooCommerce with this theme? I can’t get it to work with custom CSS.
Hi,
You should use the method described in WooCommerce documentation:
https://woocommerce.com/document/change-number-of-products-per-row/Kind regards,
BoldThemes team
Hi BoldThemes, I added the code, but it didn’t affect the mobile version. Mobile still shows one column.
Hi,
For mobile, you can add the following to Appearance > Customize > Additional CSS
@media (max-width: 620px){
ul.products li.product {
-webkit-flex-basis: 50% !important;
flex-basis: 50% !important;
max-width: 50% !important;
}
}
Kind regards,
BoldThemes team
Thanks for the code. This still gives one row on my mobile phone. See stylingbymanou.nl
Hi,
We can not locate the custom added css in your DOM. Do you use some kind of caching on your site – if so, make sure to purge the cache.
Kind regards,
BoldThemes team
My bad, it is fixed now. Only thing is that the titles are cut of.
Hi,
You can set word-wrap for h2 tag to break-word within the product list the following way:
@media (max-width: 620px){
ul.products li.product h2 {
word-wrap: break-word !important;
}
}
Should you need additional assistance in the process, 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
Thanks for all the help!
Hi,
You are probably running a version of the theme which is not compatible with your current version of WordPress.
Please update the theme to the latest version – 1.1.2 https://documentation.bold-themes.com/changelog/avala-changelog.txt
Please make sure to update the Avala 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/avala/theme-customization/ , section 3.11 Update theme
Kind regards,
BoldThemes team
Hi, After updating the theme of the website why is it coming to be left aligned than centre
Hi,
It seems that you are using some caching plugin.
Try flushing the cache of all the site assets – perhaps it was not recreated automatically after the theme update
Kind regards,
BoldThemes team
My site is down, When I try to enter I get a 503 error, I have seen your solution answers but I don’t know where I can find framework/filters.php
Hi,
There has been a theme update in the meantime which ensures the compatibility with WP 6.2
Please update the theme to the latest version – 1.1.2 https://documentation.bold-themes.com/changelog/avala-changelog.txt
Please make sure to update the Avala 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/avala/theme-customization/ , section 3.11 Update theme
Kind regards,
BoldThemes team
I recently purchased the Avala WordPress theme, but unfortunately, I’ve been experiencing some issues when trying to activate it. Every time I upload the theme and press the ‘activate’ button, my website becomes inaccessible and displays an error 503. I’ve tried repeating the process several times, but the problem persists. I’m hoping someone can help me resolve this issue as soon as possible. If a solution cannot be found, I would like to request a refund. Thank you for your assistance.
Hi,
Thanks for the purchase.
There seems to be the compatibility issue with the WP 6.2 at the moment.
We will publish an update in next 24 hours.
In the meantime, you can remove the following lines from framework/filters.php (lines 8 and 9)
add_filter( 'wp_video_shortcode_library', 'boldthemes_wp_video_shortcode_library' ); add_filter( 'wp_audio_shortcode_library', 'boldthemes_wp_audio_shortcode_library' );
And it should resolve the issue.
Kind regards,
BoldThemes team
Hi,
Please make sure to install the latest version of the Bold Builder – 4.5.4 and let us know if the issue persists.
Kind regards,
BoldThemes team
“I recently imported the entire theme which includes four seasons, but I’m only seeing one season’s page theme available with four main home pages. I was expecting to see page themes for all four seasons. Can someone please assist me in accessing the other season’s page themes or let me know if there are any additional steps I need to take? Thank you in advance for your help.”
Hi,
Each season (with its home pages) has a different import xml file – you can not import all four seasons in one take. You need to import each xml file separately.
Should you need any assistance in the process, 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
Unfortunately, the import does not work. Have already tried hours, however, it always remains at 0%. Have already written to the support and made all entries in php.ini, but it still does not work. They could not help then also no more. Too bad 70$ burned.
Hi,
Thanks for the purchase
We are sorry that the theme does not work in your environment and that our support was not able to help 
Please submit a refund request here: https://themeforest.net/refund_requests/new and we will approve it.
Kind regards,
BoldThemes team
LE: I’ve managed to address the issue via Mail options. Please disregard the following message 
Hi! And thank you for this wonderful theme! I have a question. It might be stupid, but here it goes: I am trying to have the RSVP form to have an extra “I come alone” “I come with someone” radio options (along with I attend, I will not attend). I can’t seem to make it work, though… The other thing is that the email I receive does not contain the Name (It’s the phone number that gets printed as Name. Something like PhoneNumber <email> Reply (I will attend / I will not attend and Notes. No matter how many options I place via the tags from form builder, nothing gets sent.
I know that this might be a Contact Form 7 issue, but I thought I might ask here first.
Thank you! Theo
Hi,
Great that you have managed to resolve the issue.
Should you need additional help in the process, 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