• Resolved ashbyvagg

    (@ashbyvagg)


    Hello,

    The admin email for a new bid are not showing the translation for Bid?item?on {site_title} and ?Bidder placed a bid on {site_title} even though they are translated with Loco translate like the others that are fine.

    Thanks for any help or advice.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter ashbyvagg

    (@ashbyvagg)

    Also noticed the the won price doesn’t change with the text next to the ‘wining bidder’ can this be changed to green also? Also change the text size when won as the use of !important has been used in the original code is would seem.

    • This reply was modified 8 months, 2 weeks ago by ashbyvagg.
    Plugin Author Nitesh

    (@nitesh_singh)

    Hello ashbyvagg,

    We have tested the email heading and email subject for translation. But it can not be translated. We will fix this issue and update it in the next release of the plugin update.

    We have read your second query regarding the styling of plugin strings. We suggest you explain your query in detail with a screenshot or video. It will give a clear idea of what specific text you are referring to and will be easy to understand.

    Thank You

    Thread Starter ashbyvagg

    (@ashbyvagg)

    Hello Nitesh,

    Thanks for the update in relation the the translation issue.

    Re: colour see the image here as the ‘ : price €’ are not the same colour as the win bid part an doesn’t flow. Neither can I override the size as 20px when finished seems a little small.

    Regards

    Plugin Author Nitesh

    (@nitesh_singh)

    Hello ashbyvagg,

    You want to change the color of the winning bid amount to green on the product detail page for expired auction products. So, the whole text would?be in the same color.? Also, we will increase the font size of this string.

    Please share the URL of the expired auction product on which this string is visible. So, we can check by inspecting and providing?you with suitable?CSS for your site.?

    Thank You

    Thread Starter ashbyvagg

    (@ashbyvagg)

    Hello,

    Thanks for the response, site here as same issue on this page, as product page.

    Thanks again

    Plugin Author Nitesh

    (@nitesh_singh)

    Hello ashbyvagg,

    Please add the custom CSS to the below path of your site.
    Go to Admin Dashboard -> Appearance -> Customize -> Additional CSS -> Add CSS here and update it.

    .product-type-auction.uwa_auction_status_expired .price bdi {
    color: #77a464;
    }

    .single-product .product-type-auction.uwa_auction_status_expired .price {
    font-size: 32px !important;
    }

    .woocommerce-shop .product-type-auction.uwa_auction_status_expired .price {
    font-size: 19px !important;
    }

    It will change the price color and increase the font size on both pages. You can increase the font size as per your requirements in the above CSS.

    Thank You

    Thread Starter ashbyvagg

    (@ashbyvagg)

    Hi Nitesh,

    Thanks for spending the time on doing this, for me

    .product-type-auction.uwa_auction_status_expired .price bdi {
    color: #77a464;
    } – works but doesn’t include the ‘ : ‘ with the colour change.

    .single-product .product-type-auction.uwa_auction_status_expired .price {
    font-size: 32px !important;
    } – Has no effect

    .woocommerce-shop .product-type-auction.uwa_auction_status_expired .price {
    font-size: 19px !important;
    } – Has no effect

    Thanks again for any help with this.

    Plugin Author Nitesh

    (@nitesh_singh)

    Hello ashbyvagg,

    We have provided you with the CSS after testing it. It works properly on our server. Your WordPress site has a theme and many plugins installed, it might be possible that due to some CSS conflict on your site, it is not working.

    We suggest you that please post your query using this contact form. We need to check deeply on your site and will update you.

    Thank You

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘email strings translations not reflected for new bid.’ is closed to new replies.