This topic has 14 replies, 4 voices, and was last updated 9 years, 7 months ago ago by Brian Johnson
Hi all,
Love your theme, however I want to simplify it a little bit to fit our need. Could you please help me out with below issues?
1. In Woocommerce Registration Settings, I want the password to be automatically generated when customer register for an account, however the Registration form still show up Password form. Could you please show me how to change it?
2. I want to use Blog page as News page, I changed the name but the breadcrumb link still show as Blog, how can I change the name to News?
3. Could you please let me know how to remove the top part of the footer?
Thanks!
1. Please provide us with wp-admin credentials to your site.
2. You may change this name in \woopress\wp-content\themes\woopress\framework\theme-functions.php in the line 3257.
3. Please navigate to the appearance ->widgets->footer 1 and add empty text widget in this area.
With best regards
Brian Johnson
Hi,
wp-admin is provided as below. Could you please also help me out with the question #3 as well? Thanks!
Hello @ezycards,
First you need to disable demo footer block in Theme options->General the create footer manually.
More information you can get in our documentation:
https://www.8theme.com/demo/docs/woopress/index.html#!/9_footer
Also please watch video tutorial:
https://www.youtube.com/watch?v=KWAQRXZXsaw
The video tutorial is for Royal theme, but the process is identical.
Regards,
Robert Hall.
Thanks Robert, I’ll have a look and try to do it later. However, could you please help me out for the question #1? Thanks!
Hello,
Register page is created by out team. Woocommerce registration form is visible on “Sign In” page and the Woocommerce settings take effect on this page. In this case you can remove Register page in wp-admin panel > Pages and keep only Woocommerce page “Sign In” where you’ll have 2 forms: for log in and register.
Thank you.
Regards,
Eva Kemp.
Hi,
I have question about the sidebar. For the Theme Version 7, we have side bar A for the homepage and B for other page:
A.
B.
1. Is it possible if other pages can have the same sidebar as the homepage?
2. Can we add the sidebar into My Account page as well? If yes then please show me how.
Also I disable login error message, but there’s still a line in the page:
3. Is there anyway to remove it completely?
Thanks!
Hello,
1. Add this code in custom.css file:
.sidebar-widget, .sidebar-slider {
border: 2px solid #E5534C;
}
.sidebar-widget .widget-title {
background-color: #E5534C;
text-align: center;
height: 50px;
padding-top: 12px;
}
.product-categories > li > a {
padding-left: 30px;
}
2. Go to Pages > edit My Account page and select sidebar in Page Layout box
http://storage3.static.itmages.com/i/15/0422/h_1429697208_6347172_6c4450ef33.png
3. Add this code in custom.css file:
.woocommerce-error {
display: none;
}
Thank you.
Regards,
Eva Kemp.
Hi Eva, thanks so much for your help, it works perfectly. I have a couple more questions, please help me out:
1. I just reinstall the theme again and not sure why it shows 2 CART TOTALS (it’s never happened before). Could you please show me how to remove to bottom one?
2. I used Stripe as payment gateway but it doesn’t fit properly into the theme. Could you please show me how to fix it or possible where I should look into to fix the problem?
Thanks!
Hello,
Please provide us FTP credentials in Private Content.
Regards,
Robert Hall.
Hello,
1. You need comment the code <?php do_action( 'woocommerce_cart_collaterals' ); ?>
in the file wp-content/themes/woopress/woocommerce/cart/cart.php on line 174.
2. Add this code in custom.css file:
.payment_methods p {
margin-left: 7px !important;
}
.payment_methods li label {
padding-left: 5px !important;
}
Regards,
Eva Kemp.
Thanks so much Eva for helping me out, Cart totals and Strip are fixed now.
Coming back to the Sidebar question, after installing demo content, the sidebar for Shop page as below:
but the one using css is as below:
1. Could you please show me the css code for the background colour fill over the text as well same as demo one?
2. Also, could you please give me the css code how to change the text colour (‘CATEGORIES’ from black to white for example)?
Thanks!
Please ignore the previous/above post. Here’s the correct information.
At the moment, after using the css and installing the demo content, the website now has 3 different sidebar:
A. From demo box layout:
B. Only on Shop page:
C. On other pages:
here’s the CSS provided previously:
.sidebar-widget, .sidebar-slider {
border: 2px solid #E5534C;
}
.sidebar-widget .widget-title {
background-color: #E5534C;
text-align: center;
height: 50px;
padding-top: 12px;
}
.product-categories > li > a {
padding-left: 30px;
}
Could you please help me to modify the CSS again so the website can have the same sidebar as demo box layout content one (A) for all the pages?
Thanks!
Hello
You may tru to add this code into the style.css of the Child Theme:
.sidebar-widget .widget-title::before,.sidebar-widget .widget-title::after{display:none}
.sidebar-widget ul{margin:0!important;}
.sidebar-widget .widget-title{color:white;}
.sidebar-widget .widget-title span{background:#E5534C;}
With best regards
Brian Johnson
You must be logged in to reply to this topic.Log in/Sign up