Hello,
Please read https://docs.woocommerce.com/document/change-a-currency-symbol/, use the code in function.php of your child theme.
Regards
Hello,
Please read https://docs.woocommerce.com/document/change-a-currency-symbol/, use the code in function.php of your child theme.
Regards
Payment logo can be changed in Appearance > Widgets > Footer Links. Add your text using Text widget.
Regards
Hello,
Please provide wp-admin access in Private Content and describe how can I recreate the problem.
Regards
Hello,
Our theme doesn’t have such possibility. It’s possible to implement only by additional customization or using 3-rd party plugins. This service is not included in our support but you may contact WPKraken team to get help with this.
Regards
Hello,
I’ve sent IP to your email. Please add the IP address to white list on your server, so I could check back-end of your site.
Regards
Hello,
By default in shop sidebar shows categories, but it is not a menu, the same result you will have if add the WooCommerce product categories widget in Appearance > Widgets > Shop Sidebar.
So this is a normal look of menu http://prntscr.com/gq7fq3, but you may use css code to change style of menu elements.
Regards
Hello,
Is your problem solved?
Regards
Hello,
Please provide wp-admin and FTP access in Private Content.
Regards
Hello,
I am glad that you sorted out. This topic will be closed.
Regards
Please try Lightshot program:
http://app.prntscr.com/en/download.html
See this screenshot http://prntscr.com/gq7bzk
Regards
You’re welcome!
Regards
Hello,
Please go to Theme Options > Styling > Custom css and remove this code:
.navigation-wrapper .menu-wrapper.menu-align-center .menu {
text-align: left !important;
}
Regards
You’re welcome!
Regards
Please read this doc https://codex.wordpress.org/Function_Reference/comment_form
you may use this code in function.php file of your child theme:
function etheme_move_comment_field_to_bottom( $fields ) {
/**
* Move comment field to bottom.
*/
$comment_field = $fields['comment'];
unset( $fields['comment'] );
$fields['comment'] = $comment_field;
return $fields;
}
add_filter( 'comment_form_fields', 'etheme_move_comment_field_to_bottom' );
and add this css code in Theme Options > Styling > Custom css:
.single-post .comment-respond .form-group[class*=comment]:first-child{padding-left:0px !important;}
.single-post .comment-respond .form-group[class*=comment]:nth-child(2){padding-left:30px !important;}
Regards
You’re welcome!
This is default WordPress comment form, so there are no options to edit this form in theme.
What exactly do you want to change?
Regards
Please provide a screenshot for better understanding.
Regards
Please contact woocommerce and hosting provider support to solve these issues https://prnt.sc/gpwa78
https://docs.woocommerce.com/document/jquery-cookie-fails-to-load/
Regards
Hello,
Please try to change Blog Layout http://prntscr.com/gpvxwx
Feel free to ask if you have any other questions.
Regards
You may see these errors http://prntscr.com/gpvsfr in console, so please finish woocommerce configuration http://prntscr.com/gpvsm1
Regards
To remove these icons go to Appearance > Widgets > add an empty Text widget to “Left Side top bar area” also you may use this area to display own information http://prntscr.com/gpvpkx.
Regards
Hello,
I’ve re-added link. Please check now.
Regards
You’re welcome!
Regards
Hello,
Do you use a child theme? Please check the problem with parent theme.
Also provide wp-admin access in Private Content.
Regards
Hello,
Please contact us when your site will be online, I need to check backend to investigate the problem because I do not face such issue on my test site.
Regards
Hello,
Please try to disable 3-rd party plugins and then check. Let me know result.
Regards
Hello,
Do you mean this page https://8theme.com/demo/lifestyle/blog/ ? Please see screenshot http://prntscr.com/gpv1bc
Regards
You may use this code:
.top-bar .languages-area, .top-bar .languages-area .topbar-widget {
width: 100%;
text-align: center;
padding-right: 0;
}
Regards