Hello,
I am glad that you sorted out. This topic will be closed.
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
Thank you for the notice. I am glad that you sorted out.
Regards
Hello,
1. Please see screenshots http://prntscr.com/gpuqqf > http://prntscr.com/gpur1t
Static blocks can’t be imported, so please read doc https://www.8theme.com/demo/docs/legenda/#!/footer and watch video https://www.8theme.com/videos/ (Legenda WordPress Theme – How to create footer).
2. http://prntscr.com/gpupoz > http://prntscr.com/gpupyy > http://prntscr.com/gpuq7i
Feel free to ask if you have any other questions.
Regards
Hello,
At first check http://prntscr.com/gptw4g and make sure that you installed all require plugins, then go to Theme Options > Import/Export > Dummy Content and select Base content to import posts, projects and simple menu. Press install Base Content button.
Feel free to ask if you have any other questions.
Regards
Hello,
Please provide a screenshot for better understanding.
As example http://prntscr.com/gptu0i.
Regards
I would recommend you to use Loco Translate plugin https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/ (the same for lifestyle) – https://prnt.sc/gptqqi
Regards
Hello,
Did you make any changes in template files? Do you use a child theme?
Please provide wp-admin and FTP access in Private Content.
Regards
Hello,
To disable sidebar on My account page edit page and select in the page settings “Without sidebar” http://prntscr.com/btyffe
Search is default content of the main sidebar. If you want to make this sidebar empty just add the empty text widget into the main sidebar.
Regards
Hello,
Please provide wp-admin and FTP access in Private Content, so our developers could try to implement a solution on your site.
Regards
You’re welcome!
Regards
Hello,
We are glad that you sorted out.
Regards