Discussion on Karon - Car Repair and Service WordPress Theme

Discussion on Karon - Car Repair and Service WordPress Theme

Cart 308 sales
Recently Updated
Well Documented

Creatives_Planet supports this item

Supported

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

36 comments found.

Hello! How can I set the links for inner footer icons here? https://fixandgo.ro/ I have to insert links on that icons, same as in the header. I can’t find that option for footer too.

Hello,

Please create a ticket on our support site so our team will guide you on this.

Best regards,
Cheers from the Creative’s Planet team
Get Support   Subscribe   |          

Warning: Undefined array key “variant” in /wp-content/themes/karon/includes/actions.php on line 178

If you’re encountering warnings like `Undefined array key “variant”` in your WordPress theme, you can fix this by ensuring the array key exists before accessing it. Here’s how to update the function:

<?php
if( !function_exists('cspt_theme_gfonts') ){
    function cspt_theme_gfonts() {
        $font_families = array();
        $gfont_family  = '';
        include( get_template_directory() . '/includes/customizer-options.php' );
        include( get_template_directory() . '/includes/gfonts-array.php' );
        foreach( $kirki_options_array as $options_key=>$options_val ){
            if( !empty( $options_val['section_fields'] ) ){
                foreach( $options_val['section_fields'] as $key=>$option ){
                    if( !empty($option['type']) && $option['type']=='typography' ){
                        $font_family = '';
                        $value = cspt_get_base_option( $option['settings'] );
                        $family = trim($value['font-family']);
                        if( substr($family, -1) == ',' ){
                            $family = substr($family, 0, -1);
                        }
                        // Replace space with + character
                        $spaces = substr_count($family, ' ');
                        if( $spaces>0 ){
                            for ($x = 1; $x <= $spaces; $x++) {
                                $family = str_replace( ' ', '+', $family );
                            } 
                        }
                        $variants = isset($value['variant']) ? $value['variant'] : ''; // Fix: Check if 'variant' key exists
                        if( isset($option['cspt-all-variants']) && $option['cspt-all-variants']==true ){
                            $font_family = trim($value['font-family']);
                            if( substr($font_family, -1) == ',' ){
                                $font_family = substr($font_family, 0, -1);
                            }
                            if( !empty($gfonts_array[ $font_family ]['variants']) ){
                                $variants = implode( ',', $gfonts_array[ $font_family ]['variants'] );
                            }
                        }
                        $font_families[$family][] = $variants;
                    }
                }
            }
        }

        if( !empty($font_families) && is_array($font_families) ){
            $x = 1;
            foreach( $font_families as $name=>$var){
                if( !empty($name) ){
                    if( $x != 1 ){ $gfont_family .= '|'; }
                    $var = array_unique($var);
                    $gfont_family .= $name . ':'. implode(',',$var);
                }
                $x++;
            }
            if( !empty($gfont_family) ){
                $query_args = array(
                    'family' => $gfont_family,
                );
                $fonts_url = add_query_arg( $query_args, esc_url('https://fonts.googleapis.com/css'), $query_args );
                wp_enqueue_style( 'cspt-all-gfonts', $fonts_url );
            }
        }
    }
}
add_action( 'wp_enqueue_scripts', 'cspt_theme_gfonts' );
?>

Thank you for the code and error. I will surely correct this and will update theme too.

Also feel free to create a ticket if you have any quesitons.

Best regards,
Cheers from the Creative’s Planet team
Get Support   Subscribe   |          

Hi, Does the theme support RTL?

Hello,

Karon is partially RTL supported. Let me explain.

The columns will be created with Elementor and it’s RTL supported. But some special elements like header, homepage special content are not RTL supported. So basically t’s not 100% RTL supported.

Also we have plan to add RTL support but it’s currently not scheduled to start work so I cannot say when it will be available.

Best regards,
Cheers from the Creative’s Planet team
Get Support   Subscribe   |          

Can you put a mega menu without using a plugin?

Not all the plugins give me conflicts with the theme and do not work well

Web: https://www.strepara.com/

Hello,

The Max Mega Menu plugin is fully supported and working with our theme. There may be some CSS need to be applied. Our team will send you CSS code so it will blend with our theme layout.

I recommend you to create a ticket on our support site and send us your site URL with admin login details so our team will set it for you.

Best regards,
Cheers from the Creative’s Planet team
Get Support   Subscribe   |          

I’d like the user to be able to log in to keep track of the status of their car’s repair, is that possible?

Hi,

Thanks for asking.

The theme handles design and fetures related to design. The feature you are asking should be as plugin. So you need to find a plugin that can do this. Here are some plugins you can try:

https://wordpress.org/plugins/computer-repair-shop/

https://codecanyon.net/item/multistore-sales-and-repair-tracking-system/16731656

https://codecanyon.net/item/repair-box-repair-bookingtracking-and-workshop-management-system/33436740

https://codecanyon.net/item/ultimate-repair-shop-solution-with-point-of-sale/37245109

https://codecanyon.net/search/repair%20tracking

Best regards,
Cheers from the Creative’s Planet team
Get Support   Subscribe   |          

Hi pre-sale question… Possible to change the main color? From orange to red? Thank you

Hi,

Yes you can change the orange color to any color you want. The color is called Global Color and we are providing color picker for this.

Best regards,
Cheers from the Creative’s Planet team
Get Support   Subscribe   |          

Hello. I have an issue. On top of all pages i get a line “class=”home page-template-default page page-id-75 logged-in admin-bar no-customize-support cspt-sidebar-no elementor-default elementor-kit-235 elementor-page elementor-page-75” >”

nvm. found the problem

Hello,

Glad to hear you found the problem.

Just to let you know, you can open a new ticket on our support site so our team will guide you and will provide you solution for you questions. So feel free to open new ticket if you have any questions.

Best regards,
Cheers from the Creative’s Planet team
Get Support   Subscribe   |          

does the template support RTL??

Hi,

Thanks for asking. Our theme partially support RTL. Let me explain.

We are using Elementor page builder which supports RTL so the coumns and elements will be RTL supported. But some special designs (example some special content in homepage) are not RTL supported. We are working on this and it will take some days to finish the work. So currently it’s not available but we will release our theme update with fully RTL support. This may take some days or a month.

Best regards,
Cheers from the Creative’s Planet team
Get Support   Subscribe   |          

Hello, I’m happy customer of Karon ! I like the theme and all the options ! Please can you update for Wordpress 6.0 full compatibility Please.

Hi,

Glad to hear you like our theme. Our theme is already compatible with WordPress v6.0. If you found any issue, then please create a ticket on our support site so our team will solve it for you.

Best regards,
Cheers from the Creative’s Planet team
Get Support   Subscribe   |          

Quick question when a theme update with updated plugin support is coming. Thx!

Hi,

We are going to update our all themes in next week. The update comes with all bug fixes and also with all latest plugins.

If you want plugin now then please create a ticket on our support site so our team will send you latest plugins.

Best regards,
Cheers from the Creative’s Planet team
Twitter   Get Support

Hello,

The Kirki plugin just released their new version v4.0.3 which has so many bugs. The bug effects our all theme. So we suggest you to revert back to the older version. The steps are very easy and it just takes 1 minute to solve the issue. We created video for the steps. Please see this video:
https://youtu.be/dIOhUwzhxi8
Thanks,

Creatives_Planet Team

Hi, One Question. How to remove the H1 tag to the logo section on Homepage? please reply asap

Thanks

can you please check and let me know? how to remove the H1 tag to the logo section on Homepage?

Hello,

This is fixed for SEO purpose. But you can change it via child theme. Please create a ticket on our support site so our team will guide you on this.

Best regards,
Cheers from the Creative’s Planet team
Twitter   Get Support

Hello, how do I change language titles in Karon – Portolio details? I woudl like to rewrite titles “Date” and “Clients” to my language. Thank you

Hi,

The “Date” and “Clients” words are editable from Karon Options > Portfolio Options section. It’s Customize section string. So you can translate from same as Customize section string section.

If your site is only in one language than just go to Karon Options > Portfolio Options section and change the text.

If your site is in multi-language (using WPML plugin) than please see the plugin options to translate Customize section strings.

Best regards,
Cheers from the Creative’s Planet team
Twitter   Get Support

Thank you, and How do I change “previous” and “Next” to my language. I see can change only the name title. (in portolio)

Hi,

You can translate “Next” and “Previous” text from the karon.pot file. Just download POEdit software (free software) and edit the file. We described all steps on our document here:
https://karon-demo.creativesplanet.com/docs/#translation

You can also contact us via support site and our team will guide you with detailed steps.

Best regards,
Cheers from the Creative’s Planet team
Twitter   Get Support

Hi is the theme compatible with WP Rocket – to get the site optimized for page load?

Are the Demosites already optimized or is the google page speed test “out of the box” at 20-27 from 100?

Hi,

We already optimized our theme but our demo site is not optimized. Let me explain.

As you can see the results on the “Google PageSpeed Insights” results, the biggest issue is “First Contentful Paint” and “Speed Index” which is quite low. This is related to our server and we are trying to change this.

Also the second big point is “Serve images in next-gen formats” which is for JPEG and PNG image format. We like to stick with older version of JPEG and PNG to make it compatible with older version of browsers. Also we are using high quality image which are very big in size (in kb). The size is bigger than the standard rule so it’s showing negative point. But we require to use very big size image to support as many screen size as possible and we also want very high quality images.

That’s why our site shows low numbers in most of the speed testing sites.

Best regards,
Cheers from the Creative’s Planet team
Twitter   Get Support

Good day! if you have not purchased Elementor Pro Will I be able to fully use and change elements in the theme, or do I need a purchase?

Hi,

I checked ticket and our staff member already replied you. Please reply on the ticket page directly so we can discuss on one page.

Best regards,
Cheers from the Creative’s Planet team
Twitter   Get Support

Я прошу Вас установить на мой сайт демо №2, или я буду вынужден написать в поддержку и отказаться от темы!

Hi,

I checked ticket and our staff member already replied you. Please reply on the ticket page directly so we can discuss on one page.

Best regards,
Cheers from the Creative’s Planet team
Twitter   Get Support

ANY WAY TO OPTIMIZE THIS TO IMPROVE SPEED? IT IS BEING IMPOSSIBLE TO ME.

your support page does not work

Hi,

Yes you can optimize site to improve speed. There are steps for this. Please try to create ticket again.

Our support site is working perfectly. Also we are receiving tickets too. So please try again.

If still not working than please send us email at contact@creativesplanet.com and our team will guide you on this.

Best regards,
Cheers from the Creative’s Planet team
Twitter   Get Support

I have written to you 48 hours ago with two things and I have not received a response

Hi,

Sorry we missed the email. We just replied to your email. Please check and reply on email directly.

Best regards,
Cheers from the Creative’s Planet team
Twitter   Get Support

Ηallo. Its an excellent theme as i can see from a first view as i have just installed it. My only but “big” problem, is that is impossible to see header (menu) and also the slider and also the footer. I was wondering if you could help me. My website is samos-fuels.gr

Hi,

There must be some problem or any technical issue as the header and footer will always appear.

I checked your site and looks like you are using wrong page editor. We recommend you to use Elementor Page Builder but we found PageLayer Page Builder editor too. So just diable the PageLayer Page Builder plugin and try again.

If the problem still exists than please create a ticket on our support so our team will check this for you.

Best regards,
Cheers from the Creative’s Planet team
Twitter   Get Support

¿Es compatible con Wordpress 5.7?

Hi,

Yes our theme is compatible with WordPress v5.7. If you found any bug than please create a ticket on our support site so our team will guide you instantly.

Best regards,
Cheers from the Creative’s Planet team
Twitter   Get Support

Hello its verry nice theme thanks. I have only a few small problems with the responsive version. On mobile i see still some pictures and the line by the 3 service post is not on 1 line. Also the revolution slider dont make the text on mobile good vissible. Can you help please. Website is Carprog.nl on the desktop its all good online mobile

Hi,

Yes we will design it and correct it. Please create a ticket on our support site and our team will guide you on this.

Best regards,
Cheers from the Creative’s Planet team
Twitter   Get Support

Hello its verry nice theme thanks. I have only a few small problems with the responsive version. On mobile i see still some pictures and the line by the 3 service post is not on 1 line. Also the revolution slider dont make the text on mobile good vissible. Can you help please. Website is Carprog.nl on the desktop its all good online mobile

Hi,

Yes we will design it and correct it. Please create a ticket on our support site and our team will guide you on this.

Best regards,
Cheers from the Creative’s Planet team
Twitter   Get Support
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