Title: Transparenz
Last modified: November 9, 2021

---

# Transparenz

 *  Resolved [lilaeule](https://wordpress.org/support/users/lilaeule/)
 * (@lilaeule)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/transparenz/)
 * Hallo Tobias,
 * ich habe mich schon wegen der guten Integration von Tooltips für TablePress in
   Verbindung mit dem Divi TablePress Styler entschieden, nachdem es mehrere Probleme
   mit NinjaTables gab.
 * Nun habe ich Dir obigen Vorschaulink gesendet. Mein Problem ist, dass ich beim
   Mouseover diese weißen Ränder der kleinen grauen Kreise (Spalte 2, Zeile 2, 3)
   sehe, obgleich ich hier PNG ohne Hintergrund verwende.
 * Gibt es eine Möglichkeit, das zu verhindern.
 * Vielen Dank und herzliche Grüße
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftransparenz%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 14 replies - 1 through 14 (of 14 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/transparenz/#post-15052490)
 * Hi,
 * thanks for your post, and sorry for the trouble.
    As these are English-language
   forums, I’ll reply in English. That way, more people can benefit from our discussion.
   I hope that’s ok.
 * The reason for this white background seems to be in your theme, which is adding
   it to all images that have the `alignnone` CSS class.
    Thus, to fix this, it 
   should be sufficient to remove the
 *     ```
       class="alignnone size-full wp-image-36050"
       ```
   
 * part of the HTML code for the image.
 * Regards,
    Tobias
 *  Thread Starter [lilaeule](https://wordpress.org/support/users/lilaeule/)
 * (@lilaeule)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/transparenz/#post-15053726)
 * Hello Tobias,
 * like English language, but anyone can translate into any language today – even
   in the WordPress universe, with one click. I prefer to speak on specific topics
   in my local language, especially on topics where even English people are looking
   for the right words.
 * I am not yet fully aware of what you mean or how I can implement it concretely.
 * I hope it doesn’t matter if you can send me a “1st, 2nd, ” description.
 * Best wishes
 * Juergen
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/transparenz/#post-15054094)
 * Hi,
 * when you insert these circle images into a table cell, you get content (HTML 
   code) like
 *     ```
       <a href="https://www.umdex.de/wp-content/uploads/2021/11/Grau5.svg"><img src="https://www.umdex.de/wp-content/uploads/2021/11/Grau5.svg" alt="" class="alignnone size-full wp-image-36050" /></a>
       ```
   
 * in the table cells.
    From that, please remove the
 *     ```
       class="alignnone size-full wp-image-36050"
       ```
   
 * part near the end.
 * Alternative, and maybe easier in the future, please add this to the “Custom CSS”
   textarea on the “Plugin Options” screen of TablePress:
 *     ```
       .tablepress .alignnone {
         background-color: transparent !important;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [lilaeule](https://wordpress.org/support/users/lilaeule/)
 * (@lilaeule)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/transparenz/#post-15054800)
 * Hello Tobias,
 * .tablepress .alignnone {
    background-color: transparent !important; }
 * That worked wonderfully. Thank you very much for your quick support.
 * I think the DIVI builder is actually quite good. However, whether it is really
   better for TablePress than your CSS editor, … I’m not sure.
 * Best regards from Lower Saxony to Magdeburg!
 * Juergen
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/transparenz/#post-15054942)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Yes, the Divi Extension is quite nice, but it might not be as flexible as using
   CSS code. But then again, no CSS coding is needed. I guess it has advantages 
   and drawbacks 🙂
 * Best wishes,
    Tobias   P.S.: In case you haven’t, please rate TablePress [here](https://wordpress.org/support/plugin/tablepress/reviews/#new-post)
   in the plugin directory. Thanks!
 *  Thread Starter [lilaeule](https://wordpress.org/support/users/lilaeule/)
 * (@lilaeule)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/transparenz/#post-15056254)
 * Hi Tobias,
    now I still have a question, because I intend to buy various extensions
   of TablePress – you offer very fair prices for a lot of nice Functions :).
 * I’m very familiar with ninja tables. For various reasons, however, I recognize
   that TablePress offers various advantages for our very extensive application.
   Now that I’ve worked my way in, TablePress feels very good in direct comparison.
 * I saw that you offer column filters, once as a widget.
 * If you please take a look at this table: [https://www.umdex.de/umdex-website/](https://www.umdex.de/umdex-website/)(
   scroll down a bit). There you will find filters such as “Blue Angel” or “EMAS”
   above the ninja table. When I press it, there are only entries that I have specifically
   provided with this property for the corresponding lines in the backend of Ninja.
   This has to happen separately, because the individual cells in TablePrss (in 
   Ninja too) only contain images.
 * Do I solve this with your extensions “Column Filter?”. Or, if necessary, simply
   through invisible columns, which I then name e.B. with “EMAS” in order to be 
   able to filter them – that’s how it works with Ninja.
    Maybe you can answer this
   without much effort.
 * Best regards,
 * Jürgen
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/transparenz/#post-15056376)
 * Hi Jürgen,
 * for this, I would indeed recommend to add a new column (hidden with CSS code)
   that contains the relevant properties as text, e.g. a comma-separated list).
   
   Then, I would recommend the ColumnFilterWidgets Extension (from [https://tablepress.org/extensions/datatables-columnfilterwidgets/](https://tablepress.org/extensions/datatables-columnfilterwidgets/))
   with its special `datatables_columnfilterwidgets_separator` Shortcode parameter.
   The “Column Filter” Extension (from [https://tablepress.org/extensions/datatables-column-filter/](https://tablepress.org/extensions/datatables-column-filter/))
   will probably not really help here, as it adds search fields for each column,
   which is probably not what you need. In addition, the DataTables Button Filter
   Extension from [https://tablepress.org/extensions/datatables-button-filter/](https://tablepress.org/extensions/datatables-button-filter/)
   could be worth a look.
 * Regards,
    Tobias
 *  Thread Starter [lilaeule](https://wordpress.org/support/users/lilaeule/)
 * (@lilaeule)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/transparenz/#post-15057677)
 * Hi Tobias,
 * Ok, thats fine. I will check this und give you a Feedback. Maybe this is also
   interesting for other users.
 * Regards,
 * Jürgen
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/transparenz/#post-15057696)
 * Hi,
 * thanks! I hope it helps!
 * Best wishes,
    Tobias
 *  Thread Starter [lilaeule](https://wordpress.org/support/users/lilaeule/)
 * (@lilaeule)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/transparenz/#post-15059001)
 * Hi Tobias,
 * I’m starting to love TablePress. Everything works, here is a temporary link to
   the construction site:
 * [https://www.umdex.de/?page_id=34492&preview=1&_ppp=eab8bd5a99](https://www.umdex.de/?page_id=34492&preview=1&_ppp=eab8bd5a99)
 * The table is not finished yet, but with column-filter-widget I can do nice things
   if I simply set the corresponding columns to display: none via CSS (but does 
   not work with the function “Hide table” in the backend).
 * I like how I can make everything pretty clean with CSS! In the end, I will use
   the following extensions and then pay all of them fairly in one payment.
 * – Responsive Tables (pending)
    – Column-filter-widget (Works) – DataTables Buttons(
   pending)
 * I have one more question:
 * As you can see from the table, icons are integrated into the individual cells.
   What HTML code (?) can TablePress still use to sort the columns?
 *  Thread Starter [lilaeule](https://wordpress.org/support/users/lilaeule/)
 * (@lilaeule)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/transparenz/#post-15059543)
 * Hi Tobias,
 * all solved. No more questions. I install the extensions and see if we can finally
   work with the table. Just a short question:
 * How do I put two shortcodes together: This is not how it works:
 * [table id=2 datatables_buttons=”pdf,print” datatables_columnfilterwidgets=true
   datatables_columnfilterwidgets_exclude_columns=1,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20/]
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/transparenz/#post-15059561)
 * Hi,
 * awesome! That’s great to hear!
 * Regarding the Shortcode problem: The reason for this wrong behavior is that the
   Extensions modify the same JS parameter. For a solution, please see [https://wordpress.org/support/topic/conflict-columnfilterwidgets-and-buttons-1/#post-6715527](https://wordpress.org/support/topic/conflict-columnfilterwidgets-and-buttons-1/#post-6715527)
 * Regards,
    Tobias
 *  Thread Starter [lilaeule](https://wordpress.org/support/users/lilaeule/)
 * (@lilaeule)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/transparenz/#post-15059580)
 * That`s it.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/transparenz/#post-15059829)
 * Hi,
 * great! Thanks for the confirmation!
 * Best wishes,
    Tobias

Viewing 14 replies - 1 through 14 (of 14 total)

The topic ‘Transparenz’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 14 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [4 years, 9 months ago](https://wordpress.org/support/topic/transparenz/#post-15059829)
 * Status: resolved