184 comments found.
Hi,
You are most likely running an old version of the importer – the version which is packaged with the theme currently is 2.8.2
If this is the case, please do the following:
1. Make sure you are running the latest version of Applauz and Applauz plugin – 1.4.2 – https://documentation.bold-themes.com/changelog/applauz-changelog.txt
If you are not, you can update the theme as described here: https://boldthemes.ticksy.com/article/7123/
2. Once you are running the latest version of the theme, deactivate and delete the BT WordPress Importer plugin
3. Once deleted you will be prompted to install it again, so do install it – this time it will be installed from the latest theme package – the version 2.8.2.
Kind regards,
BoldThemes team
Hello, I was running latest version of Applauz but Importer didn’t update. Your trick with deleting and new installing Importer plugin did work for me.
Thank you very much!
Great,
Were are glad we were able to help.
All the best,
BoldThemes team
Pre-Sales question – can the theme color be changed (from the green) to a similar blue?
Hi,
Thanks for contacting us.
Yes, you can fully control the theme’s look and feel, including the color scheme.
Kind regards,
BoldThemes team
Hej! Is it possible to slow down images carousel in posts?
Kind regards, Pippi
Hi,
Thanks, we have forwarded your question 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,
You can do it the following way:
If you edit boldthemes_functions.php in framework folder, around line 300 you will see the code:
$html .= do_shortcode( '[bt_bb_slider images="' . implode( ',', $image_ids ) . '" show_dots="bottom" height="auto" auto_play="3000" animation="fade" ignore_fe_editor="true"]' );
You can change the auto_play parameter of the shortcode to desired value.
The best option in fact would be to override the entire boldthemes_get_new_media_html function in child theme so that future updates would not overwite the changes.
Kind regards,
BoldThemes team
SEO plugins seem to conflict with the themes onpage h1 titles. Yoast and All-in-one SEO both display the SEO page title (page name and site title) in place of the actual page name where the h1 title should be.
Hi,
Can you please tell us which version of the theme and Applauz plugin are you using?
Thanks in advance.
Kind regards,
BoldThemes team
Hi We are using 1.4.0 version of the theme and 1.4.0 of the Applauz plugin on WP 6.3.1.
Hi,
As a quick fix please do the following:
Edit /php/before_framework.php file in Applauz theme and replace the following code on line 29:
$title = is_front_page() ? get_bloginfo( 'description' ) : wp_title( '', false );
with
if ( is_front_page() ) {
$title = get_bloginfo( 'description' );
} else if ( is_singular() ) {
$title = get_the_title();
} else {
$title = get_the_title( '', false );
}
We will add this to the codebase and it will be part of next theme update, so you are on a safe side related for future theme releases.
Kind regards,
BoldThemes team
Great. That works. Many thanks for your help.
Great,
We’re glad we were able to help.
Kind regards,
BoldThemes team
Hello, I want to develop backend software myself. When I purchase the theme, is it included only as a WordPress theme or is it available in a separate project file as its own html & css & jquery? Best Regards.
Hi,
Thanks for contacting us.
Unfortunately, there is no HMTL/CSS version of Applauz template, it is available only in the form of WordPress theme.
Kind regards,
BoldThemes team
my website is not working and server team from Hostgator saying there is a issue with your theme. really disappointed with the theme.
Hi,
Please make sure that you are running the latest version of the Applauz theme and Applauz plugin.
Although you have not provided enough details to be sure, it seems like your theme version is not compatible with the current WordPress version .
Please update the theme to the latest version – 1.4.0 https://documentation.bold-themes.com/changelog/applauz-changelog.txt
Please make sure to update the Applauz plugin and Bold Builder plugin as well once you update the theme.
You can update the theme as described in the following article: https://boldthemes.ticksy.com/article/7123/
Kind regards,
BoldThemes team
Hi,
not just for SEO purpose, but I would like to display the image title besides the image counter in Image Grid on the fron page in<div class="mfp-title" />
https://paste.pics/f07a877fb0e964c8f28d9664860b849c
How can I do that, pls?
I tried every fileds in Media editor w/o success.
Hi,
This is a bug in the Bold Page Builder and we have escalated it to our developers.
The next Bold Builder update will include the patch – the image Title field in the library should be displayed below the image.
You can expect the release in next few days.
Kind regards,
BoldThemes team
Excellent, thank you!
Hi BoldThemes team,
I am working on a company history page that has more than a dozen sections and sometimes I lost
I need to take separate notes so that I can follow the timeline when I go back to edit the toggled sections.
My suggestion: it would be useful if sections can be named in the admin panel so that we can see meaningful titles instead of the numbered Sections.
See here what I mean: https://paste.pics/b6a5f7f41a5a75c1f77afc222bfbf521
Hi,
Thanks for the purchase and thanks for the suggestion.
We understand the problem and we have escalated the issue to our developers for evaluation. As soon as we get some additional info from them, we will let you know.
Kind regards,
BoldThemes team
Thanks
Hi,
In the next bold Builder update, the Section id (Custom tab) will be visible in the section header in Bold Builder if defined for specific section. It will help you identify the section you want to edit. We expect to release the update by the end of this week or beginning of next.
Kind regards,
BoldThemes team
Fantastic! Thanks!
BoldThemes Team,
I kindly ask you to have my Private Ticket #3362652 examined by an expert developer of your team on Ticksy.
The reason I ask is that I haven’t received any useful reply or solution to my specific question by the Support Agent. I wonder if that agent was a chatbot or a real person.
I would appreciate to receive a solution from you since this is not a custom coding task or question.
Many thanks in advance. Best, Tamas
Hi,
We have reviewed the entire thread on our support portal and it is a little bit confusing.
Can you please summarize here what is the issue you need our help with and we will give our best to assist you? Thanks in advance.
Kind regards,
BoldThemes team
Hi,
I kindly ask you to check my initial request that was posted on on Thursday at 10:52am.
I would like to size the counter button much smaller. I attached three screenshots with explanation. Current size of the counter button is too big, I would like them smaller – see planned size on the right hand size of the screenshots.
I would appreciate your help in doing this.
Many thanks in advance!
Hi,
If you take a look at the structure that holds the counters, you will notice the following.
The counter is within the within the inner column which is within the inner row. The shape of the button is defined by the css of the inner row.
If you edit the inner row in the background editor, you will notice on the custom tab in the inline style field the following:
background: linear-gradient(135deg,#a6e72a 0%,#53ba00 100%); border-radius: 100px; margin-left: 0; margin-right: 0;
This is where the shape is defined. So the css is not in css files it has been added as inline style to each of the inner rows holding the counters
If you wish to change the appearance of the green background behind the counters, there are two options:
1. Modify the inline style directly for the desired counters (inner rows)
2. Remove the inline style from all inner rows holding counters and assign a custom class name to them. Add custom css for the specified class either using child theme’s css or by adding to Appearance > Customize > Additional CSS. Of course you can use any other method of your preference.
Hope this helps a bit – please let us know if you need additional info.
Kind regards.
BoldThemes team
Hi,
Now that we think about it, you could probably achieve this only by removing or modifying the separators above and below the counter – in the inner column. It would reduce the height of the shape without changing the css.
Kind regards,
BoldThemes team
Hi BoldThemes team,
The latter was the perfect solution: above and below separators spacing relative to the Counter are set to “No spacing” and with this I achived the desired small and thin counter button. Many thanks for your support!
Great, we are glad we were able to help 
hello using this theme since 2 years its good, But suddenly my website stopped working, I tried to rename theme name & automatically it has activated another theme & it started working Plz help me with the theme. like which file is causing this issue.
Hi,
Most likely cause of this is that your current theme version is not compatible with the WordPress version you are running.
Please update the theme to the latest version – 1.4.0 https://documentation.bold-themes.com/changelog/applauz-changelog.txt
Please make sure to update the Applauz 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/applauz/theme-customization/ , section 3.11 Update theme
Kind regards,
BoldThemes team
Hello, Thanks for the reply. Have updated the theme & updated the plugins. But have lost all my data what can I do now?
Hi,
Purely updating the theme and the plugins do not affect the existing content and settings in any way – they are all kept in the WP related database.
There has to be some other cause for this. Do you see the pages or posts in the Pages and Posts section of the wp-admin? If you do, you need to review the settings related to the site setup, in particular Settings > Reading > Home Page and similar.
If you do not see the content in the respective wp-admin panels, you need to restore your previous site from the backup (your hosting should be able to assist you with this) and update the theme again.
Kind regards,
BoldThemes team
Warning text only on top of start page after updating to latest version of WP:
Warning: Trying to access array offset on value of type bool in /customers/9/0/6/tekfast.se/httpd.www/wp-content/plugins/bold-page-builder/content_elements/bt_bb_column/bt_bb_column.php on line 160 Warning: Trying to access array offset on value of type bool in /customers/9/0/6/tekfast.se/httpd.www/wp-content/plugins/bold-page-builder/content_elements/bt_bb_column/bt_bb_column.php on line 160
I have latest version of Applauze etc. Can you help me how to solve this problem?
Kind regards, Pippi
Hi,
We have escalated the issue to our developers and as soon as they pinpoint the cause of the issue we will let you know. Most likely on Monday.
Kind regards,
BoldThemes team
Very grateful for your quick response. Then I wait for a solution…
Kind regards, Pippi
Hi,
It seems that one of the columns on your page with the issue has the background image set to non existing image in the image library.
Perhaps, the reference remained from the demo content, and you have removed the image from the media library in the meantime?
Try editing the columns on the page with the issue in the backend bold builder and remove the non existing image references.
Let us know if this resolved the issue.
Thanks.
Kind regards,
BoldThemes team
Thank you so much! I found two image blocks searching for non existing picture…
Best regards, Pippi
Hi, Thank you for the nice theme. It’s now showing a blank page , when i disable the themes folder then gets back to normal. What could be wrong with the theme?
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.4.0 https://documentation.bold-themes.com/changelog/applauz-changelog.txt
Please make sure to update the Applauz 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/applauz/theme-customization/ , section 3.11 Update theme
Kind regards,
BoldThemes team
Thank you so much, this worked!
Hi,
Great, thanks for letting us know!
Kind regards,
BoldThemes team
Hi need to develope a website and (one or more) third level domain website with applauz theme. a one page minisite, con i use the same purchase code? thanks
Hi,
If you are using Applauz theme for the component of the same project (the subdomain is related to the website for the same client) also built on Appaluz, then it is fine to use the same purchase code.
If the two projects are unrelated, please purchase a new license – https://themeforest.net/licenses/terms/regular
Thanks for understanding
Kind regards,
BoldThemes team
hi, I love your themes. Wanting to buy this one for new project, I have a question regarding responsive control, on reconstructor the additional responsive controls from Rapid Composer have been disabled from reconstructor theme. https://saulromanjimenez.com/
Hi, thanks! Applauz theme is using Bold Builder instead of Rapid Composer: https://wordpress.org/plugins/bold-page-builder/ . Rapid Composer version used with our older themes is not the latest version of Rapid Composer available, so some options might be missing.
The purchase code is not working.
Hi,
Can you explain the issue in a little bit more details – where have you tried to use the purchase code and for what? What happened when you have tried to use it?
It would really help us to provide the relevant answer. Thanks in advance.
Kind regards,
BoldThemes team
When we tried to add the code. The following error is occurring “Error. Please check Purchase Code”
Hi,
The Applauz theme does not require license activation for support and updates.
You have purchased the Applauz theme and the purchase code you are using is related to the theme purchase.
On the other hand, you are probably trying to use that purchase code with the Cost Calculator plugin which come with the theme.
You should not activate the licenses of packaged plugins
The packaged plugin updates will come packaged with new releases of the theme your client has purchased, Applauz.
Just ignore the plugin activation screen and you will be fine.
Should you need any further assistance 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
Theme looks good. Can we change the theme color GREEN to RED. Can we change the color of icons to red as sell? URL for Ref – http://preview.themeforest.net/item/applauz-startup-wordpress-theme/full_screen_preview/21053363?_ga=2.87975450.380059624.1638870691-1784214176.1637589428&_gac=1.25639247.1638080731.Cj0KCQiAy4eNBhCaARIsAFDVtI3OEHcN8dVfduMSnZ2qp9vPVk3Ra3Y7Gl8JFCoYlQTac_wZ3VYyYvsaAqZuEALw_wcB
Hi,
Thanks for contacting us.
Sure, you can change the global accent color in theme settings.
Kind regards,
BoldThemes team
Thanks a lot for prompt answer. another query, dont you have content for this page – http://preview.themeforest.net/item/applauz-startup-wordpress-theme/full_screen_preview/21053363?_ga=2.87975450.380059624.1638870691-1784214176.1637589428&_gac=1.25639247.1638080731.Cj0KCQiAy4eNBhCaARIsAFDVtI3OEHcN8dVfduMSnZ2qp9vPVk3Ra3Y7Gl8JFCoYlQTac_wZ3VYyYvsaAqZuEALw_wcB
Hi,
ThemeForest loads the demo into an iframe, so we can not actually see which page were you referring to since the url you have sent loads the home page into the iframe.
Please locate the page here and send us the url – https://applauz.bold-themes.com/
Thanks in advance.
Kind regards,
BoldThemes team
I am referring to https://applauz.bold-themes.com/main-demo/portfolio-grid/ page.
Hi,
There was an issue with the caching plugin – should be ok now.
Thanks for heads up.
Kind regards,
BoldThemes team
Dear,
I really like this template. But I want to use only HTML, CSS and JS from now on. I develop with angular, so I want to develop it with angular too. I do not want to use WordPress or PHP from now on.
Is it possible to do this in this template?
Hi,
Thanks for contacting us, but unfortunately, Applauz is available only as a WordPress theme.
Kind regards,
BoldThemes team
I will delete the PHP code from the template and use angular instead. Can I do it?
Hi,
Unfortunately, that is not possible for numerous reasons 
Kind regards,
BoldThemes team
great theme – one issue all the icons will not display properly after a random plugin update. how to reset them so they display properly?
Hi,
Can you please send us the url of one of the pages with the missing icons so we can take a closer look?
Thanks in advance.
Kind regards,
BoldThemes teams
Hi,
If you take a look at the developers console you will see that you currently have a number of CORS policy issues.
One of the examples:
Access to font at 'https://secureservercdn.net/160.153.137.99/68e.1c7.myftpupload.com/wp-content/themes/applauz/fonts/FontAwesome5Solid/FontAwesome5Solid.ttf' from origin 'https://voicepro.plus' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
This means that you are using CDN for site asset hosting (probably via some third party caching plugin) but your CDN is not configured properly and it blocks loading of font files.
Please contact the CDN hosting or the author of the plugin to determine how to overcome this issue.
Kind regards,
BoldThemes team
Hi, I purchased this theme. But very sad to inform you that i am getting some problem using this theme. I created a page with portfolio tiles but unfortunately it is showing blank page where not getting any portfolio. After debugging i have found “Failed to load resource: the server responded with a status of 403 (Forbidden)” this error. i have found same problem in your demo theme. I am giving my page link – http://charja.solutions/new-charja/portfolio-grid/solutionss/ Please visit this link and help me to get out of this problem.
Hi, please update Bold Builder plugin to the latest version. Also, make sure that all other plugins and theme are updated.
I have updated all plugins and themes. But this problem is not solved yet.. It shows only one day. After one day this feature is disappeared.
Hi,
When we visit the http://charja.solutions/new-charja/portfolio-grid/solutionss/ we can see all portfolio items in a grid form. Also, individual portfolio items are correctly displayed.
Perhaps we are missing something?
Kind regards,
BoldThemes team
I just updated solutions page sometimes ago. After that it is showing but tomorrow it will be disappeared again.
Hi,
In that case, this must be a hosting related issue (403 is an error induced by the hosting environment). The theme itself does not handle any directory / slug level authorization aspect of the hosting environment and does not implement periodic crone based updates.
Kind regards,
BoldThemes team
hello, how to change or choice 404.php header and footer ?
Hi,
Thanks for the purchase.
Please submit a ticket at our support site – https://boldthemes.ticksy.com/ with the description of what are you trying to do with the header and footer and our support team will be glad to assist you.
Kind regards,
BoldThemes team