PDF buttons don't work
-
Hello,
this is my table http://weiterbildungs-seminar.de/master/seminar-termine/
I cannot click the PDF button because there is no reaction.
This is my old table http://sp-unternehmerforum.de/seminar-termine/
There it works.Can you help me?
I just copied the links.Best regards
Elke
-
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,
TobiasHi 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
ElkeHi 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,
TobiasHi Tobias,
thank you, it works!
Regards from Munich
ElkeHi 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
ElkeHi 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,
TobiasHi 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
ElkeHi Elke,
yes, with some CSS like
.tablepress-id-1 .row-4 td { font-size: 20px; font-weight: bold; }Regards,
TobiasHi 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,
ElkeHi 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,
TobiasHi 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
ElkeHi 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,
TobiasHi 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
ElkeHi 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
The topic ‘PDF buttons don't work’ is closed to new replies.