Discussion on Applauz - Software, Technology & Digital WordPress Theme

Discussion on Applauz - Software, Technology & Digital WordPress Theme

Cart 1,355 sales
Well Documented

BoldThemes supports this item

Supported

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

193 comments found.

Hello, i have updated bold builder, it needs also a new theme update. When are you releasing?

Hi,

If you are running Applauz theme and plugin version 1.4.3 you should be fine – the latest version of Bold Page Builder should be compatible with it – https://documentation.bold-themes.com/changelog/applauz-changelog.txt

Please let us know if you experiencing any issues

If you are not running the latest version, please update the theme and respective plugin to the version 1.4.3

Kind regards,

BoldThemes team

Hi, i am not sure if this is okay. When replying to a review you must put a review, you must put stars . Its like i am rating my own product. How to disable this ?

Hi,

This is in fact the core feature of the WooCommerce and is not related to the theme..

Go to WooCommerce > Settings > Products, and there you can set if you want to enable review at all, if you want to make them required, if you want to allow only verified owners to make a review etc…

WooCommerce Reviews related documentation – https://woocommerce.com/document/product-reviews/

Kind regards,

BoldThemes team

Is it possible for a user to put a profile picture, if yes. How? Because i see reviews have profile pictures

Hi,

In general WordPress takes user image from https://gravatar.com/ based on the user email.

If you want to manage user avatars from wp-admin you need to use third party plugin, such as https://wordpress.org/plugins/simple-user-avatar/.

We are not aware of the free plugins which would allow users to upload their own avatars from frontend.

Kind regards,

BoldThemes team

I suggest you build add internal option user to upload profile image from their accounts in my account front page. That would be a fantastic feature

https://macveen.co.tz i want to show my front page shop items in categories,

Hi,

Please take a look at the respective WooCommerce related shortcodes – https://woocommerce.com/es/document/woocommerce-shortcodes/ for details, but you can define the product category for each shorcode that is used on your front page. This allows you to categorize your content easily.

Kind regards,

BoldThemes team

Hi

It really depends on what you would like to change.

shop-2 part can be changed by removing the parent page from “products-two-columns”

“products-two-columns” can be change on page edit form, just below the page title.

Kind regards,

BoldThemes team

Hello, The checkout, and my account pages do not have good padding while on mobile phone. Please fix

Hello, could you please share your site URL or some screenshots? You can send us email to info@bold-themes.com

Hello, do you have plans to have an app for this theme?

Hi,

Thanks for contacting us.

No, no plans for the app at this moment.

Kind regards,

BoldThemes team

Hi do you have a roadmap for the upcoming updates ?

Hi,

We do not have a roadmap for upcoming updates, but rest assured that we are going to keep the theme compatible with all future releases of WordPress and php as they are published.

Kind regards,

BoldThemes team

How do I submit for support, I extended my support license and when I submit a ticket it says that I need to extend my license?

My site crashed while trying to install the import through BT Import

Hi,

Unfortunately the ThemeForest API does not propagate the data immediately – it usually takes some time (up to few hours) until the support extension is reflected within ThemeForest’s API

Please give it another try and let us know if the issue persists.

Sorry for inconvenience, but this is not under our control :(

Kind regards,

BoldThemes team

H, how to edit the Meta viewport?

Hi,

In the header.php, the meta viewport is rendered using boldthemes_header_meta() function

This function is defined in framework/boldthemes_functions.php – line 1334.

You can override it in your child theme’s functions.php by copying it and implementing the desired modifications.

Or you can override the entire header.php in your child theme and implement your meta tags instead directly in it.

Kind regards,

BoldThemes team

Hello, there seems to be a problem with the BT WordPress Importer plugin which is baked into Applauz theme: https://share.cleanshot.com/swJL8RXG+

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,

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

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,

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

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

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