New Landing How can we help? Themeforest Theme Support Neighborhood Demo Content Partially imported

Viewing 15 posts - 31 through 45 (of 54 total)
  • #329326
    Daisy
    Member
    Post count: 33

    I see! Great thank you for your help!

    #329327
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem.

    -Rui

    #329808
    Daisy
    Member
    Post count: 33

    Hi, so after updating WooCommerce I received a message saying:

    Your theme (Neighborhood) contains outdated copies of some WooCommerce template files. These files may need updating to ensure they are compatible with the current version of WooCommerce. You can see which files are affected from the system status page. If in doubt, check with the author of the theme.

    Any help on fixing outdated WooCommerce Templates? I don’t want to try fixing it myself because I believe it requires something to do with the CSS and a little mistake could mess up everything.

    #329902
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    We are preparing the themes to release updates for the Woocommerce version 3.1 that will be released in a few days.

    -Rui

    #329906
    Daisy
    Member
    Post count: 33

    Ok great. I appreciate it.

    I also have another problem. When I am on the product detail page the images appear to be blurry until I mouse over the image. I resized my images when I was setting up the theme and regenerated the thumbnails but it didn’t make a difference?

    Any help?

    #329907
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Can’t reach your admin area. What is the correct url?

    -Rui

    #329909
    Daisy
    Member
    Post count: 33
    This reply has been marked as private.
    #329925
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Thanks. I regenerate it again and still the same.
    Not sure why it looks like that.

    Will have to forward to the development team.

    -Rui

    #329926
    Daisy
    Member
    Post count: 33

    Ok. If you could do that I would really appreciate it. Will they get back to me on this forum?

    Thanks.

    #329928
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Yes, Ed that is our head developer will reply.
    -Rui

    #329929
    Daisy
    Member
    Post count: 33

    Ok, great. Thanks!

    #329932
    Daisy
    Member
    Post count: 33

    I do have something else that I need help with.

    1. On a product detail page, I would like to move the ‘Add to Cart’ and quantity selector to the middle. I would also like to do the same to the price.

    2. I would also like to move the product title on the product detail page to the right above the price.

    #330074
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    For 1&2, this should help you:

    .woocommerce div.product .summary p.price, 
    .woocommerce-page div.product .summary p.price {
        text-align: center;
        width: 92%;
    }
    .single_variation_wrap {
        padding-left: 25%;
    }
    .single-product .page-heading .heading-text {
        float: right;
    }
    #330084
    Daisy
    Member
    Post count: 33

    Thanks! It kinda worked…but the title is completely on the right. I wanted it to be in the middle.

    #330091
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    It will be difficult to be always centered since there is no way to actually center it to the price text.

    Try to add this workaround.

    .single-product .page-heading .heading-text {
         margin-right: 15%;
    }

    -Rui

Viewing 15 posts - 31 through 45 (of 54 total)

You must be logged in to reply to this topic.