Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi,
    Unfortunately this plugin version not allow to change the “Choose the Amount label”, but you can change the text of the “Name Your Price” button of the Shop page.

    Have a nice day
    YITHEMES

    findlay62,

    You can change it manually in the plugin template folder. Choose “single-product” and the nameyourprice-price-form.php file. In there you can edit the text.

    Joseph G.

    (@illumination2025)

    Yith,

    I truly appreciate you providing this plugin, and I would recommend this option be added, as it’s basic to it’s use… I cannot imagine everyone would want “Choose the Amount” as the label. It will greatly narrow the usefulness of this plugin (and I surely don’t want to change it dynamically w/ .js, as that just adds unnecessary coding and complexity to the site, as you know).

    I appreciate your consideration in regard to adding this option.

    findlay62,

    Please keep in mind, if you change a template like this, if the template is ever updated by the plugin creator and you update the plugin, you will lose the change(s). It is not good practice to change the templates like this, unless you disable the plugin from being updated and you hope there are never security patches for the plugin. Overall, not the route one ‘should’ take, ever if does ‘solve’ the issue in the short-term. Hope that helps.

    Joseph G.

    (@illumination2025)

    You might try this as well:

    
    #ywcnp_form_name_your_price label {
        display: none;
    }
     
    #ywcnp_form_name_your_price:before {
        content: 'Please enter your Quote:';
        margin-right: 8px;
    }
    
    • This reply was modified 7 years, 3 months ago by Joseph G..
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Choose the Amount’ is closed to new replies.