Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Pigsfoot

    (@pigsfoot)

    This page explains how to set up email as the responder to the person who is filling in the form. As per my original post, this part is working fine.

    What isn’t working is the email that gets sent to the webmaster, the person managing the site. Where is that email address defined?

    Thanks

    Thread Starter Pigsfoot

    (@pigsfoot)

    Hi, thanks for the speedy response.

    The site is temporarily based at https://townkiosk.roonies.co.uk.

    Please have a look, the main pages would be Facebook, Twitter and Local News although i would like it to work on all external links.

    Thanks
    Rod

    Thread Starter Pigsfoot

    (@pigsfoot)

    OK Thanks, will keep my eye up for the next upgrade.

    Thread Starter Pigsfoot

    (@pigsfoot)

    HI Pierre,
    Thank you for the quick response. Personally i would prefer to have control over the color of the text AND color of the chart. We have a light blue background and the light grey text is difficult to read, if i change it to dark background the white text looks better but the title and scales do not change.
    Having control over text color allows me to create charts that work better with my main site colors.
    Is there anyway around this?
    Thanks

    Thread Starter Pigsfoot

    (@pigsfoot)

    Wow.. this thread is so busy… just wanted to Bump this to see if anyone can help. Thanks..

    Thread Starter Pigsfoot

    (@pigsfoot)

    HI,
    I found this and managed to work out that it goes in the function.php file of my theme

    <?php
     /*
    	* Swop the 'Free!' price notice and hide the cart with 'POA' in WooCommerce
     */
        add_filter( 'woocommerce_variable_free_price_html',  'hide_free_price_notice' );
        add_filter( 'woocommerce_free_price_html',           'hide_free_price_notice' );
        add_filter( 'woocommerce_variation_free_price_html', 'hide_free_price_notice' );
    
    function hide_free_price_notice( $price ) {
        remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10 );
        remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 );
        return 'POA';
    }
    ?>

    However, although it did work in that it changed the “Free” text to “POA” and also hid the “Add to Cart button” the “Add to Wishlist” button also disappeared.

    If i changed the value to 0.01 everything appeared again so it nearly there… i just need the Wish List button to stay.

    Can anyone help at all… Thanks

    Thread Starter Pigsfoot

    (@pigsfoot)

    Thanks… Have sent woo themes a message to check if there plugins will do what I need.

Viewing 7 replies - 1 through 7 (of 7 total)