Header issues - by vdberggert - on WordPress WooCommerce support

This topic has 10 replies, 2 voices, and was last updated 7 years, 6 months ago ago by Olga Barlow

  • Avatar: vdberggert
    vdberggert
    Participant
    September 7, 2016 at 08:59

    Hello Guys, I have a few issues:

    1) When you land on my website, my 4 category images covers my slider (Ive set this up on my test site before installing on this domain, and it was fine) I am not sure what Ive done wrong? Also the Rev slider is not the same as on my test site, does it perhaps need an update?
    2) My menu is cut in half, how do I fix this?
    3) the search box, can i make with a white background? Just the inside of search box, with black text?
    4) My product images, can I not click on them to go to the single product page? When I click it scroll through the different variations..

    Thank you very very much!!

    Please, contact administrator
    for this information.
    9 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    September 7, 2016 at 10:04

    Hello,

    1) Go to Pages > edit home page > edit row with slider element and remove margin-top -130px for this row. Maybe you have changes some slider settings that’s why it’s different. Can’t tell you what exactly is wrong because I need to check your old slider and new slider settings.

    2) Go to Pages > edit home page > edit row with slider element and remove margin-top -30px for this row.

    3) Add the following code in Theme Options > Styling > Custom CSS

    .et-header-full-width .search-form-wrapper {
        padding-left: 30px;
    }
    @media only screen and (min-width: 992px){
    .header-wrapper.header-two-rows .header-search.act-default input[type="text"] {
        background-color: #fff;
    }
    }

    4) It depends on hover effect that you set in Theme Options > E-Commerce > Product Page Layout > Image hover effect. At precent you have Images slider, choose Swap or Disable.

    Regards

    Avatar: vdberggert
    vdberggert
    Participant
    September 7, 2016 at 10:28

    1) The changes on page(that you mention above), Do I change it in classic view? Login details for test site in private content, page is http://www.balldressesnz.co.nz/testing/

    Can you please help to update the rev slider on goldengown.co.nz? It is not the same as balldressesnz.co.nz, however I have installed Xstore on both?

    5) On the single product page (goldengown.co.nz) the category names is just below the product name, how can I remove this? I only want it to be the name as heading, and then the description to follow.

    Thank you.

    Please, contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    September 7, 2016 at 12:35

    Hello,

    you are using old version of Revolution slider on first site – Version 4.6.5. Please, update slider to version Version 5.2.6 https://www.8theme.com/download-plugins/

    Besides yo used incorrect settings http://prntscr.com/cf6d1n ,
    correct http://prntscr.com/cf6co8

    Regards

    Avatar: vdberggert
    vdberggert
    Participant
    September 7, 2016 at 13:02

    You are such a help, thank you I appreciate that very much!!!

    one more question for today please?

    5) On the single product page (goldengown.co.nz) the category names is just below the product name, how can I remove this? I only want it to be the name as heading, and then the description to follow.

    Thank you.

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    September 7, 2016 at 18:46

    Hello,

    Add the following code in Theme Options > Styling > Custom CSS

    
    .single-product .product-information .products-page-cats {
        display: none;
    }

    Regards

    Avatar: vdberggert
    vdberggert
    Participant
    September 7, 2016 at 23:07

    Hello,

    6) When you add products to the wishlist, and then click on wishlist, it take me to this url, http://www.goldengown.co.nz/wishlist/view/ – however, this is a 404. When I manually remove the “view” in url, it goes to the wishlist fine. I cant seem to find where to change this? Can you help?

    7) After I changed the theme to X store, all my testimonials is gone? Please help me to get this back, I hope they are not deleted?

    8) When I have a product that is on sale, it show the reduced price and sale banner, but on a widget it only show the reduced price, is it possible to have the sale banner showing? like on this page: http://www.goldengown.co.nz/faq/ right hand side.

    9) On home page header, right hand side it show “My account” Can this be in black? Not easy to see at the moment.

    10) on home page where the products show in slider, there is 7 products in line, where can I change this? Can I have this to showcase the “new products” and is there a posibility to have a “new” label on the image? (as with IDStore)

    11) On single product page, can I have the thumbnails on the left side of big image? Currently it is below.

    12) On cart page at cart totals this is what I have, http://prntscr.com/cffguf, shipping options is to the far right(yellow circle), can I move it to align left as per my suggested red add ins?

    13) on this page, http://www.goldengown.co.nz/product/l1130/ when you click on the sizing guide, it opens up but is very small. When I had it on IDStore, it use to open full width, and then you can scroll down to where you want to be. Is this possible? Or else, how can I make this big enough to be able to see.

    Thank you guys, I appreciate your help!! I am very sorry for all the questions..

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    September 8, 2016 at 06:40

    Hello,

    Provide, please, FTP access.

    Regards

    Avatar: vdberggert
    vdberggert
    Participant
    September 8, 2016 at 09:17

    details below

    Please, contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    September 9, 2016 at 11:05

    Hello,

    6) I don’t see this problem any more. Have you sorted out?

    7) testimonials were part of previous theme, that’s why you don’t see them using XStore. But I move testimonials from previous theme to new one. Check them now.

    8) Unfortunately, there is no such option for widget. Thi is WooCommerce widget and Sale products in widget don’t have the special class for sale products to add such label.

    9) I have changed color to white because all the other information in your header is white http://prntscr.com/cfwwwu
    But if you want black color you may change it in Theme Options > Styling > Custom CSS.

    10) Edit your home page and Products element, change the limit if you want to show more products http://prntscr.com/cfx08u . Number of products per line on different devices you can change at Slider Settings tab.

    11) There is no such layout for single product page. All the available layouts you can find in Theme Options > E-Commerce > Single Product.

    12) Added following code in custom css
    #shipping_method {text-align: left;}

    13) We’ll fix this issue in next theme update.

    Regards

  • Viewing 10 results - 1 through 10 (of 10 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.