Home Forums WoodMart support forum Replacing standard elements

Replacing standard elements

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #658227

    panchacards
    Participant

    Hello, I need to replace standard elements with my own in the product card. Can I do this?
    Is it possible to add code for such buttons somewhere?
    1 screen default settings
    2 screen as needed

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

    Hello,

    You can navigate to Theme Settings > Product Archive > Product Styles to explore and select from the available product card layout options.

    If you’d like to add your own custom elements to the product card, the file responsible for the hover effect you mention. You can edit the theme file at your own risk.

    woocommerce/content-product-fw-button.php

    Best Regards,

    #658666

    panchacards
    Participant

    Hello
    i found the file that i was told to use to change the button. Now i have a question. How do i change the styling of this button? How do i change the css class wd-add-btn and wd-add-btn-replace?

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

    panchacards
    Participant

    how can i make an active child theme, took the royal family styles?

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

    Hello,

    01. Unfortunately, it is not possible. The HTML structure does not allow for solving it with custom CSS. Such modification requires complicated WooCommerce code customization, which is not covered by our support.

    02. To make your active child theme inherit the styles from the parent theme, follow these steps:

    From your screenshot, you’re already doing this correctly in functions.php:

    wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array( 'woodmart-style' ), woodmart_get_theme_info( 'Version' ) );

    This line tells WordPress to load the child theme’s style.css, and load the parent theme’s styles (woodmart-style) before it.

    Best Regards,

    #658967

    panchacards
    Participant

    Hello,
    How can I remove the inscription in the search bar?

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

    Hello,

    Try to use the Loco Translate plugin to remove that text: https://ibb.co/KpmsNLS5

    Please follow this guide: https://xtemos.com/docs-topic/translate-woodmart-theme-with-loco-translate/

    Best Regards,

    #659379

    panchacards
    Participant

    Hello,
    This helped me
    I would also like to know if I can somehow make the “Buy now” button for each product have different links? I need this button to redirect to another site. Is it possible?

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

    Hello,

    You need to change the product type to “External / Affiliate product” and then provide the external URL in the product data. This allows users to click a “Buy Now” or similar button on your WooCommerce product page and be redirected to the external website: https://ibb.co/0VvDLqy5

    Best Regards,

    #659632

    panchacards
    Participant

    Thank you, you helped me out again
    Another question, I would like to make the top part with the text “with love to every client” on the entire page, I did not find such settings in the theme. I only saw that you can make the entire header the entire width

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

    Hello,

    To achieve a full-width display for your text, “With love to every client,” we recommend using the Marquee element. You can create this via an HTML Block, then assign that block as a Header Banner for your header layout. This will ensure the text stretches across the full width regardless of the word count. – https://prnt.sc/MtvfiRJ1GPxU

    Best Regards,

    #663031

    panchacards
    Participant

    How can I return all the styles that were originally in the theme?

    #663123

    Hello,

    Could you please share some screenshots of the styles you are referring to?
    This will help me better understand which original theme styles you’d like to restore

    Best Regards,

    #663323

    panchacards
    Participant

    The search is displayed incorrectly in the header, I would like to return it to how it was originally

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

    Hello,

    Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards,

    #663630

    panchacards
    Participant

    sent

    #663717

    Hello,

    Please activate the parent theme on your site and check if the issue persists. This may help resolve the issue you’re encountering.

    Best Regards,

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