• Resolved dwhitt1608

    (@dwhitt1608)


    Apologies if I have duplicated this post but if not?

    Hi Tobias
    Using your superb plugin but am having a small problem with centering some content in the table cell/s.

    I have a plugin called Sugar Slider which is excellent and performs well on my planned site. However i wish to include a slider into a cell on a table. I have entered the shortcode and the slider appears aligned to the left of the cell. I wish to have the slider centered within the cell.

    I have searched the forum for related items such as center text, center images, etc etc. However even using your suggested css in the options panel and copy and paste your code, I cannot find how to centre the slider. I imagine it could be something to do with the fact that i am trying to center essentially a ‘shortcode’.

    The slider is sized as 125px x 125px and this is in a cell which is 300px wide and 125px high, so I imagined there would be sufficient room to allow the centering??

    However, it is driving me mad trying to work this one out. Any help would be greatly appreciated.

    Great Plugin………..

    DWhitt1608

    https://www.ads-software.com/extend/plugins/wp-table-reloaded/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question.

    Can you please post the URL to the page with the table and the slider in it? I should then be able to find the necessary code for this specific case of centering the cell content.

    Regards,
    Tobias

    Thread Starter dwhitt1608

    (@dwhitt1608)

    Hi Tobias

    Thanks for the quick reply.

    Here is the URL for the slider problem in the centre cell.

    https://www.thetestingsite.co.uk/hdugc/test/

    Regards

    DWhitt

    Thread Starter dwhitt1608

    (@dwhitt1608)

    Hi Tobias
    I think the url i have just given is not ideal to demonstrate the problem so i will email you personally with the login information to access the admin area.

    Thanks

    DWhitt

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    just for everybody else besides DWhitt who read this thread:
    There was some small “Custom CSS” necessary on the page:

    .wp-table-reloaded .ss-show-wrap {
      margin: 0 auto!important;
    }

    Best wishes,
    Tobias

    Thread Starter dwhitt1608

    (@dwhitt1608)

    Hi Tobias

    Thank you so much for your speedy reply and correction of my problem with the slider.

    May I at this point make a point to anyone who is using your plugin or requesting help with it, that I have used many, many plugins in my time of using WordPress and I doubt I have found support equal to yours.

    I do hope that people appreciate that your plugin is FREE when your attention to the support is as good as it is and I intend to donate for the use of the plugin.

    Keep up the excellent work and maybe some more functions???

    Thank you

    DWhitt

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    you are certainly very welcome!

    And thanks for your kind words, it’s really great to get such feedback! ?? Nice to hear that you like the plugin so much!

    Best wishes,
    Tobias

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi Sheri,

    ah, ok ?? I didn’t find that, as its actually not a table from the WP-Table Reloaded plugin, that we are talking about.

    No real problem though. To center the slider and the heading above, you should just need this CSS code:

    .widget-1 .ss-show-wrap {
      margin: 0 auto !important;
    }
    .widget-1 .widget-title {
      text-align: center !important;
    }

    You will have to add this to your theme’s CSS files, likely at the end of the “style.css”.

    Regards,
    Tobias

    Thank you so much! I’ll go try that later today when I get a minute. I’d like to thank you for your timely response and for your support! It is greatly appreciated.

    Sheri

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi Sheri,

    sure, no problem, you are very welcome!

    Best wishes,
    Tobias

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Centering a slider in a cell’ is closed to new replies.