Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Pippin Williamson

    (@mordauk)

    Out of the box there is not an option to control the placement like that. Are you comfortable adding a small code snippet to your site?

    Thread Starter ThemesMatic

    (@themesmatic)

    Sure, as long as functionality and security is not effected I’m up for anything that can adjust a layout issue.
    (Great plugin by the way).
    Thank you for creating it.

    Plugin Contributor Pippin Williamson

    (@mordauk)

    Try adding this to your site:

    remove_action( 'edd_purchase_link_top', 'edd_purchase_variable_pricing', 10 );
    add_action( 'edd_purchase_link_bottom', 'edd_purchase_variable_pricing', 10, 2 );

    The easiest way to add the code snippet to your site is to create a new plugin using Pluginception: https://www.ads-software.com/plugins/pluginception/

    Thread Starter ThemesMatic

    (@themesmatic)

    Using Pluginception, I created a new plugin, added the code above, and activated the new plugin.

    The Pricing Options disappear after adding the code.
    I tested it with different themes and got the same results.
    Is there something maybe I’m missing?

    Plugin Contributor Pippin Williamson

    (@mordauk)

    Sorry, use this version:

    remove_action( 'edd_purchase_link_top', 'edd_purchase_variable_pricing', 10 );
    add_action( 'edd_purchase_link_end', 'edd_purchase_variable_pricing', 10, 2 );

    Thread Starter ThemesMatic

    (@themesmatic)

    That worked perfectly. Easy solution.
    Thank you man.
    I really appreciate that.
    Have an awesome one!

    Plugin Contributor Pippin Williamson

    (@mordauk)

    Glad to hear it!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Pricing Options radio buttons placement’ is closed to new replies.