Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author WP Darko

    (@spwebguy)

    Hi wetbike01,

    Sorry for the slow answer. Not many users will want to do this so I’m going to give you a solution that you can implement yourself.

    Try adding this snippet at the end of your theme’s style.css file:

    .rpt_plans .rpt_sm_button .rpt_plan .rpt_foot {display: none;}

    It should work, let me know how it goes.

    Thread Starter wetbike01

    (@wetbike01)

    Hi,

    Thanks for your answer, but it did not work.

    So I tried another way.
    In the rtp.php I replaced the “//foot” section line 583 :
    $output .= '<a '. $link_behavior .' href="' . $btn_link . '" style="background:' . $plans['_rpt_color'] . '" class="rpt_foot rpt_foot_' . $key . '">';

    with this line:
    $output .= '<a style="background:' . $plans['_rpt_color'] . '" class="rpt_foot rpt_foot_' . $key . '">';

    At the line 569 :
    $btn_text = '';
    I deleted the “Sign Up” watermark.

    So I can enter in this field a text or not.

    This is correctly working – until the next update ??

    Bye

    Plugin Author WP Darko

    (@spwebguy)

    Hi wetbike01,

    Don’t worry about the next update, it has been taken care of. You can also deactivate and delete your plugin and re-install it now (it has been modified). You’ll only have to leave the button text field empty in order to hide the button.

    No data loss of course.

    Let me know if I can help with anything else.

    Thread Starter wetbike01

    (@wetbike01)

    Hi

    I deleted the plugin and reinstalled it.
    The I created a complete new table.

    But it seems to be not working as it should.
    The “Sign Up” button is always shown.

    The buttons are still shown even when there is nothing written inside.

    Bye

    Plugin Author WP Darko

    (@spwebguy)

    Hi wetbike01,

    Did you install the plugin from the WordPress repository? It’s a new version (3.4.0) so you need to find it using the Plugins tab in your WordPress admin and install it from there.

    I re-tested it here and it works fine.
    No button text = No button showing.

    Let me know how it goes.

    Thread Starter wetbike01

    (@wetbike01)

    Hi,

    I disabled and then deleted the plugin.
    I controlled with FTP if all the files were removed.
    I removed also all my tables.

    Now I reinstalled from harddisk the downloaded 3.4.0 version into my WordPress 4.1 (updated today) with the Plugin button of WordPress with local file.

    The I created a simple table. Here the result :
    https://wp.me/P5qlvt-8F

    Bye

    Plugin Author WP Darko

    (@spwebguy)

    Hi,

    I’m looking at your website but I can’t figure out what’s happening because I CAN’T reproduce what’s happening to you. It works very well here.

    I know you probably did that already but can you make that the Button text fields are empty?

    Thread Starter wetbike01

    (@wetbike01)

    Hi,
    The buttom text fileds are empty.
    There is only the watermark “eg. Sign Up, Buy” and in the button link “eg. https://anything.com&#8221;, ist showed the “Sign up” buttons.

    Then I entered a space in the button text fields, it works.
    But its ugly.
    The complete nice footers with the round corners are lost.

    With my ‘old’ solution the footer is shown but not button inside.
    Even you can customize the footer .i.e. the color and text.

    Bye

    Plugin Author WP Darko

    (@spwebguy)

    Do you have an e-mail address where I can send you a custom version of this plugin? I would like to try and fix your problem but this thread might get huge if we keep posting replies like this.

    You can contact me using [email protected]

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Remove Button’ is closed to new replies.