Title: actronab's Replies | WordPress.org

---

# actronab

  [  ](https://wordpress.org/support/users/actronab/)

 *   [Profile](https://wordpress.org/support/users/actronab/)
 *   [Topics Started](https://wordpress.org/support/users/actronab/topics/)
 *   [Replies Created](https://wordpress.org/support/users/actronab/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/actronab/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/actronab/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/actronab/engagements/)
 *   [Favorites](https://wordpress.org/support/users/actronab/favorites/)

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/actronab/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/actronab/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/actronab/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/actronab/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/actronab/replies/page/6/?output_format=md)
[→](https://wordpress.org/support/users/actronab/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] What is the code for a button to change color over hover?](https://wordpress.org/support/topic/what-is-the-code-for-a-button-to-change-color-over-hover/)
 *  [actronab](https://wordpress.org/support/users/actronab/)
 * (@actronab)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/what-is-the-code-for-a-button-to-change-color-over-hover/#post-14012625)
 *     ```
       .tablepress .column-4 a:hover {
           background: green;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Center table name and description](https://wordpress.org/support/topic/center-table-name-and-description/)
 *  Thread Starter [actronab](https://wordpress.org/support/users/actronab/)
 * (@actronab)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/center-table-name-and-description/#post-14012564)
 * Hello,
 * okay, I see. What about an option to enable or disable the additional wrappers?
   This way you wouldn’t break downward compatibility for existing installations,
   but introduce more flexibility to style the table layout, if desired.
 * I mean, I could fork your plug-in at any time to introduce custom markup, but
   I’d like to stick to your stock implementation, so that I can benefit from further
   updates and security fixes.
 * Kind regards,
    Bernd
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Center table name and description](https://wordpress.org/support/topic/center-table-name-and-description/)
 *  Thread Starter [actronab](https://wordpress.org/support/users/actronab/)
 * (@actronab)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/center-table-name-and-description/#post-13992076)
 * Hello,
 * why not wrap elements before and after the table individually? I think it might
   cause further trouble, if the table is included in the wrapper as well (in terms
   of alignment and positioning).
 * Or are you afraid of breaking downward compatibility by introducing two wrappers?
 * Visually, they should not bother too much, if you chose an inline element (like`
   <span>`) with no styling, don’t you think so? Those who need it, could however
   use those wrappers for individual styling.
 * Kind regards,
    Bernd
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Center table name and description](https://wordpress.org/support/topic/center-table-name-and-description/)
 *  Thread Starter [actronab](https://wordpress.org/support/users/actronab/)
 * (@actronab)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/center-table-name-and-description/#post-13987686)
 * Nah, for semantic reasons I’d rather like to keep the table name and description
   separated. That’s why I came up with the idea to wrap elements before and after
   the table in a wrapper element, so that developers can style the components, 
   if they like to do so.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Center table name and description](https://wordpress.org/support/topic/center-table-name-and-description/)
 *  Thread Starter [actronab](https://wordpress.org/support/users/actronab/)
 * (@actronab)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/center-table-name-and-description/#post-13983472)
 * Hello,
 * but turning both elements to `display: block;` will separate them and table name
   and description will no longer be in the same line. Or am I missing something?
   That’s why I altered the `display` attribute in the first place.
 * I want the table caption to look like this:
 * > **Earnings:** Monthly income by region in 2020.
 * Where “_Earnings_” is the table name and “_Monthly income by region in 2020._”
   is the table description. This works fine, I just cannot center the entire caption
   this way.
 * Kind regards,
    Bernd
    -  This reply was modified 5 years, 4 months ago by [actronab](https://wordpress.org/support/users/actronab/).
      Reason: Edited blockquote
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Does TablePress spy on my users?](https://wordpress.org/support/topic/does-tablepress-spy-on-my-users/)
 *  Thread Starter [actronab](https://wordpress.org/support/users/actronab/)
 * (@actronab)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/does-tablepress-spy-on-my-users/#post-13983336)
 * All right, thank’s for your reply. Glad to hear that you are not logging any 
   data to share for commercial purposes. Just wasn’t sure what “is supported by”
   was supposed to mean in this context.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Center table name and description](https://wordpress.org/support/topic/center-table-name-and-description/)
 *  Thread Starter [actronab](https://wordpress.org/support/users/actronab/)
 * (@actronab)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/center-table-name-and-description/#post-13983332)
 * No, unfortunately I can’t. I’m still testing the plug-in locally in my dev environment.
 * But I simply created a table, chose to print both table name and table description
   under the table and then added the CSS code, I already mentioned above, to style
   the caption.
 * It is all printed in one line now, as desired, but always aligned to the left.
   However, I’d like to center the line that contains the table’s name and description.
 * I’ve tried to work my way around with `text-align: center;` ans also tried to
   center with `margin: 0 auto;` but had no luck yet. In my opinion a wrapping parent
   element is missing to properly center the elements.
 * But if you know a workaround that does not require additional elements, go ahead,
   I’m listening! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OSM - OpenStreetMap] ChangeLog for 5.5.1](https://wordpress.org/support/topic/changelog-for-5-5-1/)
 *  Thread Starter [actronab](https://wordpress.org/support/users/actronab/)
 * (@actronab)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/changelog-for-5-5-1/#post-13688022)
 * Thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Appointment] Slider images no longer 100% width](https://wordpress.org/support/topic/slider-images-no-longer-100-width/)
 *  Thread Starter [actronab](https://wordpress.org/support/users/actronab/)
 * (@actronab)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/slider-images-no-longer-100-width/#post-13453808)
 * What if I upload an 2100px image then and have a resolution of, let’s say, 3840
   ×2160 px? Eh? And I [redacted] KNOW how to fix the CSS code.
 * > Akhlesh Nagar (@akhlesh-nagar)
    > We will fix this issue in our next update.
 * This is ridiculous. Three different people of your team have been responding 
   to this post now. The issue has been reported 1 month and 3 weeks ago. Why don’t
   you fix the base template? I don’t want to fix each and every bug that you cause
   in my child theme.
    -  This reply was modified 5 years, 4 months ago by [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Appointment] No more slider in free version?](https://wordpress.org/support/topic/no-more-slider-in-free-version/)
 *  [actronab](https://wordpress.org/support/users/actronab/)
 * (@actronab)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/no-more-slider-in-free-version/#post-13444195)
 * Yeah yeah yeah they’ve fckd that up…
 * [https://wordpress.org/support/topic/latest-update-broke-entire-site/](https://wordpress.org/support/topic/latest-update-broke-entire-site/)
 * Either add your child theme’s name at two locations in the companion plug-in (
   file `webriti-companion.php`) or rename your child theme to **Appointment child**.
   Expect more problems in future.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Appointment] Slider images no longer 100% width](https://wordpress.org/support/topic/slider-images-no-longer-100-width/)
 *  Thread Starter [actronab](https://wordpress.org/support/users/actronab/)
 * (@actronab)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/slider-images-no-longer-100-width/#post-13444096)
 * Hello,
 * Please take a look at my web site here:
    [https://appointment-green.webriti.com/](https://appointment-green.webriti.com/)
 * The slider images used to have a width of 100%, but in one of the last updates
   it was changed (see initial post).
 * See difference here:
 * > [Appointment theme slider](https://imgur.com/a/Xoqkbu4)
 * Kind regards,
    Bernd
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Appointment] Slider images no longer 100% width](https://wordpress.org/support/topic/slider-images-no-longer-100-width/)
 *  Thread Starter [actronab](https://wordpress.org/support/users/actronab/)
 * (@actronab)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/slider-images-no-longer-100-width/#post-13435145)
 * Layout is still broken with latest update. Why don’t you fix the parent theme?
 * Just stop messing with the code if you don’t know what you are doing.
 * The theme is getting worse with every new release.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Appointment] Wrong order of CSS styles](https://wordpress.org/support/topic/wrong-order-of-css-styles/)
 *  Thread Starter [actronab](https://wordpress.org/support/users/actronab/)
 * (@actronab)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/wrong-order-of-css-styles/#post-13435143)
 * Why don’t you fix general problem in parent theme? CSS styles are still faulty.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slider, Gallery, and Carousel by MetaSlider - Image Slider, Video Slider] Update to v. 3.17.2 broke Nivo Slider](https://wordpress.org/support/topic/update-to-v-3-17-2-broke-nivo-slider/)
 *  Thread Starter [actronab](https://wordpress.org/support/users/actronab/)
 * (@actronab)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/update-to-v-3-17-2-broke-nivo-slider/#post-13432408)
 * Yah, I’ve fixed that for myself already. But if you will address that issue in
   MetaSlider, I don’t have to clutter my child theme with that fix.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slider, Gallery, and Carousel by MetaSlider - Image Slider, Video Slider] Update to v. 3.17.2 broke Nivo Slider](https://wordpress.org/support/topic/update-to-v-3-17-2-broke-nivo-slider/)
 *  Thread Starter [actronab](https://wordpress.org/support/users/actronab/)
 * (@actronab)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/update-to-v-3-17-2-broke-nivo-slider/#post-13432286)
 * Thanks, disabling autoplay made debugging significantly easier.
 * I could now identify what changed with the last update. CSS code of Nivo 3.18.0
   contains a new loading animation that did not exist before. It is defined like
   this:
 *     ```
       .theme-default .nivoSlider {
         background: #fff url(loading.gif) no-repeat 50% 50%;
       }
       ```
   
 * Setting the background color to #fff here causes the issue, because it creates
   those white margins on each side of the slider image.
 * It should be something like this
 *     ```
       .theme-default .nivoSlider {
         background: transparent url(loading.gif) no-repeat 50% 50%;
       }
       ```
   
 * or the background definition should be omitted altogether.
 * Is that something you would fix within MetaSlider or is this a Nivo issue that
   needs to be fixed in a different project you rely on? Should I fix this issue
   locally within my theme, because it is specific to my side or does it make sense,
   if you fix it in your plug-in?
    -  This reply was modified 5 years, 8 months ago by [actronab](https://wordpress.org/support/users/actronab/).

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

1 [2](https://wordpress.org/support/users/actronab/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/actronab/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/actronab/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/actronab/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/actronab/replies/page/6/?output_format=md)
[→](https://wordpress.org/support/users/actronab/replies/page/2/?output_format=md)