New Landing How can we help? Themeforest Theme Support Neighborhood 3 issues: Pagination, Default Sorting, Single Product Page

Viewing 6 posts - 1 through 6 (of 6 total)
  • #75037
    danishayub
    Member
    Post count: 42

    Hi, everything looks great, very nice theme, i have three things to fix, please help, screenshots attached.
    website url: http://122.248.244.191/

    1- Hide default sorting.
    2- Move pagination upwards, where it originally shows “default sorting”.
    3- Only on mobile: Single product page’s text and product image are not showing properly after i pasted the following code in custom css.

    Custom Css

    .woocommerce div.product div.images {
    width: 40%;
    }
    #75194
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    1) Add this css

    .woocommerce-ordering {
      display: none;
    }

    2) I’m afraid you can’t move it to the top

    3) Change the css to:

    @media only screen and (min-width: 769px) { 
    .woocommerce div.product div.images {
    width: 40%;
    }
    }

    – Kyle

    #75292
    danishayub
    Member
    Post count: 42

    thanks dear, this problem has been fixed now there is another problem that has popped up, please suggest how to fix this. thanks.

    #75310
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try this:

    @media only screen and (max-width: 769px) { 
    .shop-actions {
      display:none;
    }
    }

    – Kyle

    #75496
    danishayub
    Member
    Post count: 42

    this has fixed the view at mobile side, but has wrecked it while viewing at computer screen, now the blue box is appearing when mouseover (at computer)

    #75506
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sorry it should be 768

    @media only screen and (max-width: 768px) { 
    .shop-actions {
      display:none;
    }
    }

    – Kyle

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register