Home › Forums › Themes Support › Claue › Child Theme
- This topic has 23 replies, 2 voices, and was last updated 7 years ago by Rahim.
-
AuthorPosts
-
-
December 21, 2017 at 1:08 am #15240
Hi Harry,
If I customize the woocommerce or change the font of wordpress dashboard,
Can I put the changed file in the child theme to not missing the customization after updating wordpress or woocommerce?
Rahim Vaziri
CEO & Founder at Look.ir -
December 21, 2017 at 9:23 am #15245
Hi Rahim,
Yes, you can customize woocommerce and put to child theme to prevent your customize code when update.
Best regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
December 21, 2017 at 3:47 pm #15252
Hi Harry,
Can you please have a look at my https://look.ir ?
When I press the buttons of the slider for sliding the products, every press pass one block ,
is there any chance to pass 2 or 3 products with one press of the arrow button?
And when I take the product with mouse and want to pass the slider , when I do that the slider goes back !
Rahim Vaziri
CEO & Founder at Look.ir -
December 21, 2017 at 3:56 pm #15255
-
December 21, 2017 at 5:12 pm #15258
Harry,
How can I redirect users after login via theme to the homepage not to the dashboard?Rahim Vaziri
CEO & Founder at Look.ir -
December 21, 2017 at 8:50 pm #15266
Hi Rahim,
1. Please copy file product-thumbnails.php from claue > libraries > vendors > woocommerce > templates > single-product to claue > woocommerce > single-product
find “slidesToScroll”: 1 and change 1 as number you want.
2. You mean hide Shipping Address field?
3. You can use a plugin. please use this plugin https://wordpress.org/plugins/login-and-logout-redirect/
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
December 21, 2017 at 9:48 pm #15269This reply has been marked as private.
Rahim Vaziri
CEO & Founder at Look.ir -
December 21, 2017 at 10:07 pm #15270
Is there any chance to add some codes to functions.php of the theme for redirecting users after login?
I have added some codes for redirecting after LOG OUT :
add_action(‘wp_logout’,’auto_redirect_after_logout’);
function auto_redirect_after_logout(){
wp_redirect( home_url() );
exit();
}I prefer not to use a plugin for this simple pursuit.
Rahim Vaziri
CEO & Founder at Look.ir -
December 21, 2017 at 10:22 pm #15272
And also the plugin that you gave me only works when I use wordpress login page. (/wp-admin)
I mean it does not work when the user logs in via theme! The user still redirects to the dashboard!
Rahim Vaziri
CEO & Founder at Look.ir -
December 21, 2017 at 11:31 pm #15277
Hi,
1. Sorry i mean copy to claue-child > WooCommerce > Single-product to override
2. Yes, it better if you use function than use a plugin. Please add to claue-child > functions.php
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
December 22, 2017 at 5:00 pm #15304This reply has been marked as private.
Rahim Vaziri
CEO & Founder at Look.ir -
December 22, 2017 at 5:06 pm #15305This reply has been marked as private.
Rahim Vaziri
CEO & Founder at Look.ir -
December 22, 2017 at 6:07 pm #15307
Harry,
Is there any chance for the user if he searches something via the search icon , he finds related searched items from blog too , not only the products?
Rahim Vaziri
CEO & Founder at Look.ir -
December 22, 2017 at 7:42 pm #15308
-
December 22, 2017 at 11:40 pm #15314
Hi Rahim,
1. Please add below code to redirect to homepage after login
add_filter('woocommerce_login_redirect', 'wc_login_redirect'); function wc_login_redirect( $redirect_to ) { $redirect_to = home_url(); return $redirect_to; }
2. Sorry I wrong file, please extract attach file to claue-child > woocommerce > loop and find “slidesToScroll”: 2, change 2 as number you want.
3. Sorry this default function only support search by product
4. Please add custom code in Claue > Theme Option > General Layout > Custom CSS
.product-image a.db::before {background: none;}
Best regards
Attachments:
You must be logged in to view attached files.Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
December 23, 2017 at 4:48 am #15327
Dear Harry,
Thank you, all of your helps worked.
Just a simple question. Is there any chance for the slider to work like this :
When I press the arrow button ( left & right ) the slider passes 2 products , but when I leave it, the automatic pass
becomes 1 ?
2 blocks with arrows, and 1 block itself.
Rahim Vaziri
CEO & Founder at Look.ir -
December 23, 2017 at 3:45 pm #15336
Harry,
Can you please have a look to my website : https://look.ir
If you attention the footer area 2 , the widget title has the instagram link!
How can I remove the link?
I didn’t find anywhere to put or remove the link!
Rahim Vaziri
CEO & Founder at Look.ir -
December 23, 2017 at 7:59 pm #15339
Hi Rahim,
1. Sorry it doesn’t support feature as you want
2. You can change it Appearance > Widgets > Footer Area#1
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
December 23, 2017 at 8:02 pm #15340
Harry,
I am talking about widget area 2 that the title has the link!
The blog categories title that has hyperlink
Rahim Vaziri
CEO & Founder at Look.ir -
December 23, 2017 at 10:27 pm #15347
-
December 23, 2017 at 10:49 pm #15352
Hi,
Please check the footer contact of your site it doesn’t have close link tag “</a>”
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
December 24, 2017 at 4:25 am #15357This reply has been marked as private.
Rahim Vaziri
CEO & Founder at Look.ir -
December 24, 2017 at 10:11 am #15363
Hi,
I help you fixed this issue. I mean you lost close tag in footer#1
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
December 24, 2017 at 3:44 pm #15368
Harry,
Now I got your meaning.
Thank you for the help. Perfect now.
Rahim Vaziri
CEO & Founder at Look.ir
-
-
AuthorPosts
You must be logged in to reply to this topic.