8,889 topics
TOPIC POSTS LAST POSTER
Mega Menu Editing Problem

By digijuice in WordPressTechOne, Dec 16, 2017 at 12:43

Please enter your Dashboard>>Appearance>>Menus>>choose your menus and replace your URL as the attachment screenshot. Also, here's a video shot, it guide you how to make mega menu: https://www.youtube.com/watch?v=LjzdjloPn8k
Please contact me via skype: itsonla if I misunderstood your intention.
Regards

3

By: Kazim Vu
7 year ago Dec 19, 2017 at 06:28

How Do I Install a Boutique Demo on my WordPress?

By hplusben in WordPressBoutique, Dec 18, 2017 at 16:21

Good morning
Here's Boutique's documentation: http://test.kutethemes.net/Boutique-Doc/. To install this theme, you should check some requirements the Boutique theme. Before you begin the install, checking to ensure that you have the minimum requirements for Boutiques WordPress 4.4.0 or highter, PHP 5.4 or highter and MySQL 5.4 or highter. Recommended PHP Configuration Limits:
Many ...

1

By: Kazim Vu
7 year ago Dec 18, 2017 at 23:17

Styles Color for header and other part

By alexlim91 in WordPressKuteShop, Dec 18, 2017 at 04:18

Replied via skype

7

By: Kazim Vu
7 year ago Dec 20, 2017 at 09:30

Image size

By elmarbaghiyev in WordPressTechOne, Dec 19, 2017 at 07:00

I have checked and found that it does not work the same my demo. My coders will check and reply you asap.
Regards,

4

By: Kazim Vu
7 year ago Dec 20, 2017 at 08:47

how to show flag currency

By ChanikarnR in ShopifyTechone, Dec 19, 2017 at 15:53

1

By: ChanikarnR
7 year ago Dec 19, 2017 at 15:53

Color does not seem

By boraerd in ShopifyTechone, Oct 31, 2017 at 11:47

Hi,

Thank you. Every product has "Hot, Bestseller" text. https://prnt.sc/hq04r8 How can I remove this from every product?

23

By: boraerd
7 year ago Dec 21, 2017 at 11:03

İmage don't appear

By elmarbaghiyev in WordPressTechOne, Dec 21, 2017 at 11:13

Hi
I have checked and found you have not add your product images. I just added and it works fine now: http://www.mebelev.az/product/test-2/
Please check again and let me know.
Regards

1

By: Kazim Vu
7 year ago Dec 22, 2017 at 05:44

Images are not displayed on product page

By vapourking in ShopifyTechone, Dec 18, 2017 at 22:45

Hello Andy if you go to categories it does not link to pages

5

By: vapourking
7 year ago Dec 22, 2017 at 02:21

Console error

By pptyasar in WordPressTechOne, Dec 9, 2017 at 06:23

Also, please enter these codes into the functions.php file and let me know your results
function techone_remove_script_version( $src ){
return remove_query_arg( 'ver', $src );
}
add_filter( 'script_loader_src', 'techone_remove_script_version', 15, 1 );
add_filter( 'style_loader_src', 'techone_remove_script_version', 15, 1 );

Regards,

10

By: Kazim Vu
7 year ago Dec 25, 2017 at 09:27

Hi i need your help

By peterpanjb in WordPressKuteShop, Dec 22, 2017 at 04:20

Hi
It's done. Please check and let me know.
Regards,

1

By: Kazim Vu
7 year ago Dec 24, 2017 at 04:30

Change version and upload demo

By peretzran7 in WordPressTechOne, Dec 22, 2017 at 21:27

Hi
I got your question. In you case, yo can change at the dashboard>>Settings>>Reading as the attachment screenshot. Please do it and let me know your results.
Thank you and have a nice weekend.
Regards

1

By: Kazim Vu
7 year ago Dec 24, 2017 at 04:51

Zoom icon over menu

By cristiandellavedova in WordPressBoutique, Dec 16, 2017 at 16:26

I am very glad when your problem solved. If you have other questions, do not hesitate to contact with me. I will help you. Please do not forget go here: http://themeforest.net/downloads then rate me a good review + 5 stars. It's really worth with me.
Thank you and Merry ...

4

By: Kazim Vu
7 year ago Dec 24, 2017 at 05:09

OWI Carousel

By cristiandellavedova in WordPressBoutique, Dec 16, 2017 at 16:25

Hi
I have checked more times and found the cause by your image's gradient. Please remove it or replace by a new image. It will be solved.
Regards,

3

By: Kazim Vu
7 year ago Dec 25, 2017 at 01:57

Pagination and item image blank

By sahilsaid in WordPressTechOne, Dec 3, 2017 at 12:04

I am very glad when your problem solved.
If you have other questions, do not hesitate to contact with me. I will help you.
BTW, Could you go here: http://themeforest.net/downloads then rate me a good review + 5 stars please? It's really worth with me.
Thank you and Merry christmas!
Kazim ...

10

By: Kazim Vu
7 year ago Dec 24, 2017 at 05:11

error when activating complement

By perutec in WordPressKuteShop, Dec 21, 2017 at 01:04

Hi
You can get the latest theme version at the http://themeforest.net/downloads. As i mentioned above, they are different and you can not import previous database for the kuteshop 3.x.
Thank you and merry christmas!

Kazim Vu

4

By: Kazim Vu
7 year ago Dec 24, 2017 at 05:32

/wp-includes/functions.php on line 4146

By cristiandellavedova in WordPressBoutique, Dec 24, 2017 at 08:23

Hi
In this case, maybe it's conflict with some plugins on theme. My coders will check again and and reply you asap. If you have other questions, do not hesitate to contact with me
Regards,

1

By: Kazim Vu
7 year ago Dec 25, 2017 at 02:34

Chechout page edit

By elmarbaghiyev in WordPressTechOne, Dec 25, 2017 at 05:24

Please open the functions.php file ( at the wp-content\themes\techone) and then enter these php codes as the attachment screenshot
add_filter( 'woocommerce_checkout_fields' , 'custom_override_checkout_fields' );
function custom_override_checkout_fields( $fields ) {
unset($fields['billing']['billing_company']);
return $fields;
}
add_filter( 'woocommerce_checkout_fields' , 'bbloomer_remove_billing_postcode_checkout' );
function bbloomer_remove_billing_postcode_checkout( $fields ) {
unset($fields['billing']['billing_postcode']);
return $fields;
}

1

By: Kazim Vu
7 year ago Dec 25, 2017 at 08:34

Blank Theme

By peretzran7 in WordPressTechOne, Dec 25, 2017 at 02:07

The cause maybe your setting of wordpress, it's wrong. Please connect me via skype: itsonla. I am there.
Waiting your reply....

10

By: Kazim Vu
7 year ago Dec 25, 2017 at 07:45

Delete areas

By elmarbaghiyev in WordPressTechOne, Dec 26, 2017 at 06:25

Hi
Please open the functions.php file( i guided via skype) and enter these codes:
//remove Order Notes Field
add_filter( 'woocommerce_checkout_fields' , 'remove_order_notes' );

function remove_order_notes( $fields ) {
unset($fields['order']['order_comments']);
return $fields;
}
//remove Shipping to different Address
add_filter( 'woocommerce_ship_to_different_address_checked', '__return_false' );
Regards

1

By: Kazim Vu
7 year ago Dec 27, 2017 at 00:39

Sort string translate

By elmarbaghiyev in WordPressTechOne, Dec 26, 2017 at 06:46

Here also. It's translated

1

By: Kazim Vu
7 year ago Dec 27, 2017 at 03:20

All of my problems (contains above open tickets)

By elmarbaghiyev in WordPressTechOne, Dec 26, 2017 at 10:20

i got that file. I am checking and reply you asap
Regards,

1

By: Kazim Vu
7 year ago Dec 27, 2017 at 02:49

Install plugins problem

By mamun2016 in WordPressKuteShop, Nov 26, 2017 at 13:40

It's fixed. Please check again and let me know your results.
Regards

15

By: Kazim Vu
7 year ago Dec 27, 2017 at 01:44

Button translate

By elmarbaghiyev in WordPressTechOne, Dec 26, 2017 at 06:39

Good morning
I am really sorry about that because i have too much clients. I will try and reply within 24hs.
Thank for your patience!
Regards,

3

By: Kazim Vu
7 year ago Dec 28, 2017 at 01:12

Search area

By elmarbaghiyev in WordPressTechOne, Dec 26, 2017 at 06:33

Please check your host again. Currently, it does not work
Regards

6

By: Kazim Vu
7 year ago Dec 28, 2017 at 01:46

Slider not showing and mobile is not responsive

By Billionaire15 in ShopifyX.Shop, Dec 7, 2017 at 01:18

Any update

11

By: Billionaire15
7 year ago Dec 27, 2017 at 21:24

See below

By boborsa2 in WordPressBoutique, Dec 14, 2017 at 16:50

Good morning
In this case, you need to contact to customized services( http://support.kutethemes.net/offer/add) where they will help you. I am really sorry because i do not support for custom work. I support for the default theme only.
Regards

16

By: Kazim Vu
7 year ago Dec 29, 2017 at 01:10

edit footer information

By YardStyle in WordPressBoutique, Dec 28, 2017 at 15:15

Good morning, YardStyle
In your case, you enter the dashboard choose Footer>>your footer>>Edit and then you can change your layouts and replace your shortcodes there.
Also, if you want to change the php codes, you can change the footer.php file at the wp-content\themes\kute-boutique. If you have other questions, do not hesitate ...

1

By: Kazim Vu
7 year ago Dec 29, 2017 at 01:48

internal links

By sbrieba in WordPressTechOne, Dec 29, 2017 at 14:14

Hi sbrieba
We are really sorry for delay because we do not work at the weekend. About your issue, the cause maybe something's wrong. You should check again and let me know. If it does not work work, please contact via skype: itsonla on comming Tuesday.
Thank you and have a great ...

1

By: Kazim Vu
7 year ago Dec 31, 2017 at 18:00

customize this product categorie

By neweyesight in WordPressKuteShop, Dec 26, 2017 at 18:12

Good morning, neweyesight,
Did you connect me via skype yet? I am waiting your connection

Regards,

6

By: Kazim Vu
7 year ago Jan 2, 2018 at 04:28

Edit header.php

By SparkedInnovations in WordPressTechOne, Dec 30, 2017 at 03:30

Hi
We are really sorry for delay because we do not at the weekend and the first day of new year. In your case, you have to custom via FTP at the \wp-content\themes\techone\templates\headers and wp-content\themes\techone\template_parts
Please do it and let me know your results.
Thank for your patience!

Regards,

1

By: Kazim Vu
7 year ago Jan 2, 2018 at 07:36

INSTALLATION SERVICE

Theme Installation: $49. Pay now

CUSTOMIZED SERVICES

Use our expert service to turn your ideas into reality. Please send an email to kutethemes@gmail.com to provide the more detailed information. Thanks!

WORKING TIME

Our support service works from Monday to Friday.
Mean time (GMT +7):
+ 7:30 - 11:30 AM
+ 1:30 - 5:30 PM
We will try to answer all the questions within 24 hours and solve them as quickly as possible