Home Forums WoodMart support forum Edit preview product

Edit preview product

Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #389971

    Zironx
    Participant

    Hello,
    Sorry i write again, for understund how can edit product previews,
    you can see in attached file the part that i wish edi content i sign with one X.

    I wait yours,
    best regards
    Cesare

    Attachments:
    You must be logged in to view attached files.
    #390016

    Hello,

    This is Woocommerce functionality and WoodMart does not have options to edit these strings.

    You can translate/rewrite all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3

    Please check the video tutorial to see how to save the translation file correctly. You can remove the plugin and translations would remain. Also, translations would remain after each theme update.

    In order to translate the WooCommerce strings, you need to create a separate translation in Loco > Plugins > WooCommerce in the same way as shown in the video.

    Best Regards

    #390090

    Zironx
    Participant

    Hi, really i want delete that content, not show.
    So in woocomerce there isn’t any option for delete that part, so i think need do by theme.
    I wait yours,
    thanks

    #390356

    Hello,

    Please provide the product page URL, I will try to remove that with custom CSS.

    Best Regards

    #390680

    Zironx
    Participant

    Hi, you can see all in extra information.

    #390927

    Hello,

    Please provide the login URL as well as the URL where you want to remove this block

    Best Regards

    #391064

    Zironx
    Participant

    Now you can see urls, are in all category pages, you can see where is product..

    Please after you do it, let me know how you did, in this way i will do alone next times.

    Thank you

    #391368

    Hello,

    Sorry for the delay.

    Please add this code to the Theme Settings > Custom CSS > Global:

    body.archive .woocommerce-price-suffix {
        display:none;
    }
    .archive .products .product-grid-item ul.extra-inf li span.value p{
    display:none!important;
    }

    Best Regards

    #391426

    Zironx
    Participant

    Ok, thanks a lot. Only 1 thing, how you can see in attached file you have delete also the part about disponibility that i circle on red , that part need stay, the rest part i sign with black need be delete.
    Please send me again correct code,
    thanks a lot!

    Attachments:
    You must be logged in to view attached files.
    #391512

    Hello,

    Please replace the code with this one:

    body.archive .woocommerce-price-suffix {
        display:none;
    }
    .archive .products .product-grid-item ul.extra-inf li span.value p:not(.avl){
    display:none!important;
    }

    Best Regards

    #392084

    Zironx
    Participant

    Hi, we have resolve partial, check in extra information, thanks

    #392197

    Hello,

    CSS customization cannot achieve this purpose, unfortunately. Please contact the plugin support and aks them for such customization as we do not have the same.

    If you have any questions please feel free to contact us.

    Best Regards

    #392228

    Zironx
    Participant

    But in this case you are plugin, because it’s your theme, and that part is only custom by code not with any other plugins…

    #392255

    Zironx
    Participant

    I have an other idea edit text with it:
    Actually i put only :

    body.archive .woocommerce-price-suffix {
    display:none;
    }

    And delete only VAT is side price.

    For the rest we can edit text if delete make problem, we can edit with like a line like it:
    __________

    So it go under price and it seems like something made on purpose.

    I wait yours,
    thanks

    #392490

    Hello,

    WoodMart theme does not influence the Woocommere and other plugin functionality. The theme is only displayed visually.

    If you have any questions please feel free to contact us.

    Best Regards

    #393055

    Zironx
    Participant

    Hello,
    you are talking about other thing now, and not answer my last question.
    I remember that i have problem about how appear some text part on preview products, because i wish delete some part, but if i delete following your code i also delete when goods is “Sold out” or “almost sold out”.
    The only alternative remains to edit the text by replacing it with line type as I showed in the previous message.
    For this I asked for the right code to replace it which I am waiting for ..

    So i wait yours,
    Thanks

    #393159

    Hello,

    I am sorry, do you want to remove “Sold out”? If you do, please provide the page URL I will give custom CSS.

    If you want to change the wording, you can translate/rewrite all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3

    Please check the video tutorial to see how to save the translation file correctly. You can remove the plugin and translations would remain. Also, translations would remain after each theme update.

    In order to translate the WooCommerce strings, you need to create a separate translation in Loco > Plugins > WooCommerce in the same way as shown in the video.

    Best Regards

    #393415

    Zironx
    Participant

    1) i don’t want remove “sold out” it’s the countrary with your custom css i remove it and keep only when goods is “available”, i want keep invetory status on preview product but i want delete the content we already talked a lot. So your theme seems it’s build in a way that can’t delete only content because if i delete content i delete also goods when is “sould out” and “almost sold out” and i want keep them.

    2) Last solution is change text, i tried with loco translate but i don’t find any text on it with the content i want change

    So i think that i have to do with custom CSS , so put line like “_____________” that will change content that i want delete with it. So in this case all status inventory will remain there.

    I wait yours,
    hope this time i can get custom css for correct this situation.
    thank you!!!

    #393758

    Hello,

    CSS customization cannot achieve this purpose, unfortunately. Please contact the plugin support and aks them for such customization as we do not have the same.

    If you have any questions please feel free to contact us.

    Best Regards

    #393937

    Zironx
    Participant

    Wich plugin tell me? you are plugin/theme there isn’t any there it’s only text on theme. This is problem!

    #394173

    Hello,

    The grid reflect the functionality you have configured on Woocommerce.

    Please make the full backup of your site and check the issue on the Storefront theme to detect if our theme adds this data. Storefront is a free theme developed by WooСommerce.

    If you have any questions please feel free to contact us.

    Best Regards

    Best Regards

    #394575

    Zironx
    Participant

    In the end i found a problem, the problem was in your theme.
    I have edit in content-product i got access by file manager and i found there the problem.
    So it was not plugin!!!
    By

    #394677

    Hello,

    We are glad you have solved the issue.

    If you have any questions please feel free to contact us.

    Best Regards

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