• I want to remove the box surrounding my paypal button, which appears when it is added to the table.
    All other linked images are fine with no border.
    The paypal button is part of a form, does this have anything to do with why the border appears.
    There is no border if the form code is posted outside of the table.

    cheers shaun

Viewing 15 replies - 1 through 15 (of 17 total)
  • Hi Shaun,

    can you please provide a link to the page with your table?
    Otherwise it is hard to find out where that border might come from.

    Thanks,
    Tobias

    Thread Starter shaunph

    (@shaunph)

    Hi Tobias,

    The link is here https://embraceyourmind.com/?page_id=840

    cheers

    Shaun

    Hi,

    thanks for the link!

    The border in that button comes from your theme. To remove if from buttons within a table, please try adding the follow code to the “Custom CSS” textarea on the “Plugin Options” screen.

    .wp-table-reloaded input {
      background: none!important;
      border: none!important;
    }

    Best wishes,
    Tobias

    Thread Starter shaunph

    (@shaunph)

    Thanks Tobias,

    That has done the trick.

    cheers Shaun

    Hi Shaun,

    great, thanks for the confirmation!

    Regards,
    Tobias

    Hi tobias, i added the code to the custom css and nothing happen.

    My page is https://suporte.redlinepctech.com/assistencia-informatica/

    Hi,

    you have pasted the code into the “Custom CSS class” field on the “Edit” screen, which however is the wrong place.
    The code needs to go into the “Custom CSS” textarea on the “Plugin Options” screen!

    Best wishes,
    Tobias

    Thanks, super fast answer Tobias, it worked perfectly, one more thing what can i do for the colums have the same width?

    Thank you very much.

    Hi,

    no problem! ??

    For the column widths: Please see that FAQ on the plugin website at https://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/faq/, where you will find this explained.

    Regards,
    Tobias

    Thanks again.

    worked. ??

    Greetings from Portugal.

    Good work on this plug-in, it’s very good.

    T B

    (@bekefitibor)

    Hi,
    I have got also an “paypal button” problem.
    There are two problems. I would center the table, but I don’t know how is possible, that was in the centre, but after just “forget” the settings…

    The site there https://suncoin.net/

    Second problem, the paypal button not work at Gemer theme(page), but everithing ok at Arras theme(page) (both button work, on the same settings) So I am very confused now…

    Could you help me?

    Best regards

    T B

    (@bekefitibor)

    Hi,
    I have got also a “paypal button” problem.
    There are two problems. I would center the table, but I don’t know how is possible, that was in the centre, but after just “forget” the settings…

    The site there https://suncoin.net/

    Second problem, the paypal button not work at Gemer theme(page), but everithing ok at Arras theme(page) (both button work, on the same settings) So I am very confused now…

    Could you help me?

    Best regards

    Hi,

    to center the content of the table cells, add the following code to the “Custom CSS” textarea on the “Plugin Options” screen of WP-Table Reloaded:

    .wp-table-reloaded-id-123 td {
      text-align: center!important;
    }

    (Change the 123 to your table’s ID.)

    For the PayPal buttons: It is important that you enter the code for the button without any manual line breaks, as those (due to the behavior of WP-Table Reloaded) can break the code. Thus, you must remove any manual line breaks in the code, so that only those that are added automatically by the browser, due to the width of the text field, are left.

    Regards,
    Tobias

    T B

    (@bekefitibor)

    Hi!
    I did them earlier, the custom css still not work, there the custom css
    https://suncoin.net/wp-content/uploads/2011/06/code.txt (normal ANSI)

    BUT

    There are no any manual break(
    <p>) in the paypal button, but there some UNICODE caracter…
    https://suncoin.net/wp-content/uploads/2011/06/button.txt (I have to save as Unicode)

    What can I do then?

    Best regards

    Hi,

    after taking another look at your table, I’m a little bit confused why you actually use a table. It only has one cell, so there’s no real purpose to use a table here?!

    For the line breaks: I do not mean line breaks as HTML tags (like <p> or <br/>), but line breaks as “new lines”, which you get by pressing “Enter” in the text field. I.e., instead of having 17 lines of text in your button.txt file, there must only be one line, without any line breaks, except for those added automatically by the browser due to the width of the the text field.

    Regards,
    Tobias

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘[Plugin: wp-table-reloaded] – Paypal form producing a box’ is closed to new replies.