Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1443468
problems with product images and other
Closed

Comments

  • the-little started the conversation

    I have images for products. They all have different size. In the shop category it looks bad. And in product page miniatures look bad. They should contain, no crop, no cover.

    Standart filter by price look bad with my prices...

  •  7,092
    Oliver replied

    HI!

    pls. use following css:

    body .product .onsale {
        position: relative;
        display: block;
        width: 90px;
        height: 90px;
        line-height: 90px;
        font-size: 9px;
        text-align: center;
        border-radius: 50%;
        z-index: 2;
        margin: 0 auto;
    }
    .page-sidebar .widget_price_filter .price_slider_amount .button {
        float: right;
        margin: 0;
        margin-bottom: 10px;
    }

     

    about the images, pls. add few screenshots.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • the-little replied

    Thanks. Where can I change this text "Распродажа!"?

  •  7,092

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • the-little replied

    how can I change position of button and price? First price, then button.

    And how to display them in the center. Not left or right side float?

  •  7,092
    Oliver replied

    1. Sorry, not possible.

    2. CSS:

    body .page-sidebar .widget_price_filter .price_slider_amount .button {
        float: none;
    }
    body .page-sidebar .widget_price_filter .price_slider_amount {
        padding-top: 15px;
        text-align: center;
    }
    body .page-sidebar .widget_price_filter .price_label {
        float: none;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • the-little replied

    Thanks!

  •  7,092
    Oliver replied

    Feel free to contact us if you need help.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • the-little replied

    Is it possible to see "old price" on shop page?

  •  7,092
    Oliver replied

    pls. use following css:

    body .products .product-info .price del {
        display: inline-block;
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • the-little replied

    Thanks! Is it possible to make banner, image, html in mega menu column?

  •  7,092
    Oliver replied

    Sorry?

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • the-little replied

    In documentation I find how to make columns in mega menu.
    But I can see many sites when there is a banner in menu. 

    Example in attachment.
    with widgets, banners, product.

  •  7,092
    Oliver replied

    Hi, sorry, it's not possible on our menu

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • the-little replied

    I try to make mega menu from last item.

    After I press save - checkbox lost.

    Cant save it.

  •  7,092
    Oliver replied

    Hi, seems the problem in your php settings, pls. check max_input_vars should be 10000

    Recommended PHP Settings

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • the-little replied

    Thanks! Now I have problems with transparent images of a product.
    On hover I can see main image. And background under image is grey.When I using pictures with white background it looks another.

  •  7,092
    Oliver replied

    Hi, pls. add this css:

    .products .product-image img {
        background-color: #fff;
    }

     


    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • the-little replied

    Thanks!

  •  7,092
    Oliver replied

    Welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver