Viewing 15 replies - 1 through 15 (of 22 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi Elke,

    thanks for your question, and sorry for the trouble.

    The reason for this is that the JS library is used in a table that uses #colspan#. Please try again after unchecking the “Use DataTables” checkbox on the table’s “Edit” screen.

    Regards,
    Tobias

    Thread Starter spforummuc

    (@spforummuc)

    Hi Tobias,

    thank your for your response.

    I unchecked the “Use Data Tables” checkbox meanwhile, but there is no change.

    Do you have another solution?

    Regards
    Elke

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi Elke,

    ok, that helped already. Not, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress span.pdf-img {
        display: block;
    }

    Regards,
    Tobias

    Thread Starter spforummuc

    (@spforummuc)

    Hi Tobias,

    thank you, it works!

    Regards from Munich
    Elke

    Thread Starter spforummuc

    (@spforummuc)

    Hi Tobias,

    another little question, I hope you can help really quick:

    If you visit our website at http://www.sp-unternehmerforum.de/seminar-termine, we want to have the Seminar Termine August 2016, Seminar Termine September 2016, etc. in the same style as Seminar Termine Juli 2016. How can we change this?

    Regards
    Elke

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi Elke,

    good to hear that this works now!

    It looks like this is one big table? I suggest to split these up into multiple small tables.
    Alternatively, you could change the individual rows’ background colors with CSS like https://tablepress.org/faq/change-background-color-of-a-row/

    Regards,
    Tobias

    Thread Starter spforummuc

    (@spforummuc)

    Hi Tobias,

    unfortunately I am not that good in CSS etc. 🙂

    I just want to make the rows bold and a larger font.

    Is this possible?

    Regards
    Elke

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi Elke,

    yes, with some CSS like

    .tablepress-id-1 .row-4 td {
      font-size: 20px;
      font-weight: bold;
    }

    Regards,
    Tobias

    Thread Starter spforummuc

    (@spforummuc)

    Hi Tobias,

    is there a code which does not specify the exact row? We just want to have the rows with “Seminar Termine Month 2016” in bold and larger.

    The reason is that we’re deleting the past dates everyday and so e.g. row 4 would be daily another row.

    Regards,
    Elke

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi Elke,

    that’s tricky. You might then actually want to try the <span> approach from https://tablepress.org/faq/highlight-cells-or-content/

    That is, change the text to

    <span class="seminar-heading">Seminar Termine Month 2016</span>

    and then use CSS like

    .tablepress-id-1 .seminar-heading {
      font-size: 20px;
      font-weight: bold;
    }

    That way, you would not need the row number. With this approach, you can however not change the row’s background color.

    Regards,
    Tobias

    Thread Starter spforummuc

    (@spforummuc)

    Hi Tobias,

    can you explain why I see the PDF image on http://www.sp-unternehmerforum.de/seminare-termine but on http://www.weiterbildungs-seminar/seminar-termine I can’t see the image on the right side.

    I use this CSS:

    .pdf-img {
    background: url(new_pdf_icon.jpg);
    display: block;
    width: 31px;
    height: 31px;
    }

    Hope to hear from you soon.

    Regards
    Elke

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi Elke,

    you’ll need to use the full URL to the image, including the domain and path, i.e. something like

    background: url(http://www.beispiel.de/new_pdf_icon.jpg)

    Regards,
    Tobias

    Thread Starter spforummuc

    (@spforummuc)

    Hi Tobias,

    but why does it work on http://www.sp-unternehmerforum.de/seminare-termine?

    I tried the thing with the full URL on the other site, but it doesn’t work.

    Regards
    Elke

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi Elke,

    I can’t really check, as the URL http://sp-unternehmerforum.de/seminare-termine is only giving an error for me 🙁

    Please try again with the full URL and leave the full URL in the CSS so that I can check.

    Regards,
    Tobias

    Thread Starter spforummuc

    (@spforummuc)

    Hi Tobias,

    sorry! I mean http://www.sp-unternehmerforum.de/seminar-termine.

    Regards

    Elke

Viewing 15 replies - 1 through 15 (of 22 total)

The topic ‘PDF buttons don't work’ is closed to new replies.