Theme Modification - by ezycards - on WordPress WooCommerce support

This topic has 14 replies, 4 voices, and was last updated 8 years, 12 months ago ago by Brian Johnson

  • Avatar: ezycards
    ezycards
    Participant
    April 15, 2015 at 11:52

    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?

    Settings
    Forms

    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?

    Blog

    3. Could you please let me know how to remove the top part of the footer?

    Footer

    Thanks!

    13 Answers
    Avatar: Brian Johnson
    Brian Johnson
    Member
    April 15, 2015 at 12:36

    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

    Avatar: ezycards
    ezycards
    Participant
    April 16, 2015 at 06:08

    Hi,

    wp-admin is provided as below. Could you please also help me out with the question #3 as well? Thanks!

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    April 16, 2015 at 07:16

    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.

    Avatar: ezycards
    ezycards
    Participant
    April 16, 2015 at 07:30

    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!

    Avatar: Eva
    Eva Kemp
    Support staff
    April 16, 2015 at 09:00

    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.

    Avatar: ezycards
    ezycards
    Participant
    April 22, 2015 at 08:40

    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.
    Sidebar A

    B.
    Sidebar 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:

    LogIn

    3. Is there anyway to remove it completely?

    Thanks!

    Avatar: Eva
    Eva Kemp
    Support staff
    April 22, 2015 at 11:12

    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.

    Avatar: ezycards
    ezycards
    Participant
    April 23, 2015 at 09:32

    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?

    Cart Totals

    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?

    Stripe

    Thanks!

    Avatar: Robert Hall
    Robert Hall
    Support staff
    April 23, 2015 at 09:40

    Hello,

    Please provide us FTP credentials in Private Content.

    Regards,
    Robert Hall.

    Avatar: Eva
    Eva Kemp
    Support staff
    April 23, 2015 at 11:19

    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.

    Avatar: ezycards
    ezycards
    Participant
    April 23, 2015 at 14:54

    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:

    demo sidebar

    but the one using css is as below:

    css

    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!

    Avatar: ezycards
    ezycards
    Participant
    April 23, 2015 at 15:53

    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:
    demo

    B. Only on Shop page:
    shop page

    C. On other pages:
    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!

    Please, contact administrator
    for this information.
    Avatar: Brian Johnson
    Brian Johnson
    Member
    April 23, 2015 at 16:15

    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

  • Viewing 14 results - 1 through 14 (of 14 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.