Title: Granit's Replies | WordPress.org

---

# Granit

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/granit/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/granit/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/granit/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/granit/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/granit/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] Custom CSS stopped working](https://wordpress.org/support/topic/custom-css-stopped-working-1/)
 *  Thread Starter [Granit](https://wordpress.org/support/users/granit/)
 * (@granit)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/custom-css-stopped-working-1/#post-6979482)
 * Hi,
 * Sorry for late replay.
 * I have tested this but it does not work when i have the same table-id men different
   columns?
 * I have a table-id 1 and want to apply the css to column 4 and 5, the only way
   i can create this is to have duplicate the css for every column and that becomes
   a lot of css to handle when creating a lot of tables.
 * I hope you understand what i mean.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Custom CSS stopped working](https://wordpress.org/support/topic/custom-css-stopped-working-1/)
 *  Thread Starter [Granit](https://wordpress.org/support/users/granit/)
 * (@granit)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/custom-css-stopped-working-1/#post-6979334)
 * Thank you for your support, manage to sort it out now.
 * I have one more question, if i want to use a set of css to more then one tablepress
   id, how do i write the code then?
 * For an example this one, i want to use for several table id:s.
 *     ```
       /* Table 3 (large) */
       #tablepress-3.tablepress {
       	background: #fff;
       	border: 1px solid #ccc;
       	border-radius: 5px;
       	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
       	margin-bottom: 10px;
       	padding: 5px;
       	border: 6px solid #ffffff;
       }
   
       #tablepress-3.tablepress tbody td {
       	background: #DAEDF6;
       	padding: 0;
       }
   
       #tablepress-3.tablepress img {
       	margin: 0;
       	border-radius: 6px;
       	margin-bottom: -5px;
       }
   
       #tablepress-3.tablepress tbody td.column-1 {
       	width: 160px;
       }
   
       #tablepress-3.tablepress tbody td.column-2 {
       	color: green;
       	font-style: italic;
       	font-weight: bold;
       	text-align: center;
       	font-size: 20px;
       	padding-top: 38px;
       }
   
       #tablepress-3.tablepress tbody td.column-3 a {
       	background: #ffec64 linear-gradient(to bottom,#ffec64 5%,#ffab23 100%) repeat scroll 0 0;
       	border: 1px solid #ffaa22;
       	border-radius: 6px;
       	box-shadow: 0 1px 0 0 #fff6af;
       	color: #333333;
       	display: inline-block;
       	font-family: arial;
       	font-size: 15px;
       	font-weight: bold;
       	line-height: 1;
       	padding: 10px 20px;
       	text-align: center;
       	text-decoration: none;
       	text-shadow: 0 1px 0 #ffee66;
       	white-space: nowrap;
       }
   
       #tablepress-3.tablepress tbody td.column-3 a:hover {
       	background: #ffab23 linear-gradient(to bottom,#ffab23 5%,#ffec64 100%) repeat scroll 0 0;
       	color: #000;
       }
   
       #tablepress-3.tablepress tbody td.column-3 {
       	width: 140px;
       	text-align: center;
       	padding-top: 30px;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Custom CSS stopped working](https://wordpress.org/support/topic/custom-css-stopped-working-1/)
 *  Thread Starter [Granit](https://wordpress.org/support/users/granit/)
 * (@granit)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/custom-css-stopped-working-1/#post-6979190)
 * Hi,
 * It used to look like this,
 * [http://i.dedalx.com/xudwc.png](http://i.dedalx.com/xudwc.png)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Same custom CSS on more then one table](https://wordpress.org/support/topic/same-custom-css-on-more-then-one-table/)
 *  Thread Starter [Granit](https://wordpress.org/support/users/granit/)
 * (@granit)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/same-custom-css-on-more-then-one-table/#post-6421927)
 * Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Same custom CSS on more then one table](https://wordpress.org/support/topic/same-custom-css-on-more-then-one-table/)
 *  Thread Starter [Granit](https://wordpress.org/support/users/granit/)
 * (@granit)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/same-custom-css-on-more-then-one-table/#post-6421925)
 * Hi,
 * I have tried that and it does not work.
 * Here is the whole code and i have written it just like you showed and i do not
   know what the error is.
 *     ```
       /* Table 3 (large) */
       .tablepress-id-3,
       .tablepress-id-4 {
       	background: #fff;
       	border: 1px solid #ccc;
       	border-radius: 5px;
       	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
       	margin-bottom: 10px;
       	padding: 5px;
       	border: 6px solid #ffffff;
       }
   
       .tablepress-id-3,
       .tablepress-id-4 tbody td {
       	background: #DAEDF6;
       	padding: 0;
       }
   
       .tablepress-id-3,
       .tablepress-id-4 img {
       	margin: 0;
       	border-radius: 6px;
       	margin-bottom: -5px;
       }
   
       .tablepress-id-3,
       .tablepress-id-4 tbody td.column-1 {
       	width: 160px;
       }
   
       .tablepress-id-3,
       .tablepress-id-4 tbody td.column-2 {
       	color: green;
       	font-style: italic;
       	font-weight: bold;
       	text-align: center;
       	font-size: 20px;
       	padding-top: 38px;
       }
   
       .tablepress-id-3,
       .tablepress-id-4 tbody td.column-3 a {
       	background: #ffec64 linear-gradient(to bottom,#ffec64 5%,#ffab23 100%) repeat scroll 0 0;
       	border: 1px solid #ffaa22;
       	border-radius: 6px;
       	box-shadow: 0 1px 0 0 #fff6af;
       	color: #333333;
       	display: inline-block;
       	font-family: arial;
       	font-size: 15px;
       	font-weight: bold;
       	line-height: 1;
       	padding: 10px 20px;
       	text-align: center;
       	text-decoration: none;
       	text-shadow: 0 1px 0 #ffee66;
       	white-space: nowrap;
       }
   
       .tablepress-id-3,
       .tablepress-id-4 tbody td.column-3 a:hover {
       	background: #ffab23 linear-gradient(to bottom,#ffab23 5%,#ffec64 100%) repeat scroll 0 0;
       	color: #000;
       }
   
       .tablepress-id-3,
       .tablepress-id-4 tbody td.column-3 {
       	width: 140px;
       	text-align: center;
       	padding-top: 30px;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Same custom CSS on more then one table](https://wordpress.org/support/topic/same-custom-css-on-more-then-one-table/)
 *  Thread Starter [Granit](https://wordpress.org/support/users/granit/)
 * (@granit)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/same-custom-css-on-more-then-one-table/#post-6421885)
 * Hi,
 * Thank you for the answer.
    I have tried what you say but i am not sure i have
   written it right since it does now work.
 * Here is how it look now and that does not work.
 *     ```
       /* Table 3 (large) */
       #tablepress-id-3,
       #tablepress-id-4 tablepress {
       	background: #fff;
       	border: 1px solid #ccc;
       	border-radius: 5px;
       	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
       	margin-bottom: 10px;
       	padding: 5px;
       	border: 6px solid #ffffff;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Disqus Recent Comments Widget] How to tweak layout](https://wordpress.org/support/topic/how-to-tweak-layout/)
 *  [Granit](https://wordpress.org/support/users/granit/)
 * (@granit)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/how-to-tweak-layout/#post-4203393)
 * I would also want to have it like that, can you share the changes to have it 
   like that? Also on the site above the dates are relative, is that something you
   have fixed for this plugin?
 * Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Responsive Video Embedder for Rumble, Odysee, YouTube, Vimeo, Kick ...] Bug jquery](https://wordpress.org/support/topic/bug-jquery/)
 *  [Granit](https://wordpress.org/support/users/granit/)
 * (@granit)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/bug-jquery/#post-4370605)
 * Work here to now.
 * Thank you very much.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Responsive Video Embedder for Rumble, Odysee, YouTube, Vimeo, Kick ...] Bug jquery](https://wordpress.org/support/topic/bug-jquery/)
 *  [Granit](https://wordpress.org/support/users/granit/)
 * (@granit)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/bug-jquery/#post-4370592)
 * Same here, everything stops working.
    Please fix.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Image Source Control Lite – Show Image Credits and Captions] Hide Source Text](https://wordpress.org/support/topic/hide-source-text/)
 *  Thread Starter [Granit](https://wordpress.org/support/users/granit/)
 * (@granit)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/hide-source-text/#post-4353594)
 * I did not do anything, i just installed the plugin and activated it and it was
   all working.
 * Here is my site under construction, [http://www.detoforklarade.se/](http://www.detoforklarade.se/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Image Source Control Lite – Show Image Credits and Captions] Hide Source Text](https://wordpress.org/support/topic/hide-source-text/)
 *  Thread Starter [Granit](https://wordpress.org/support/users/granit/)
 * (@granit)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/hide-source-text/#post-4353586)
 * Hi,
 * I am not sure if i understand you, here is a screen of my index.php where the
   issue appear.
 * [http://cl.ly/image/2I1X3G1f2N3k](http://cl.ly/image/2I1X3G1f2N3k)
 * The image credit appear in front of the text, and i only want it to appear in
   the post.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Include a file in post and pages](https://wordpress.org/support/topic/include-a-file-in-post-and-pages/)
 *  Thread Starter [Granit](https://wordpress.org/support/users/granit/)
 * (@granit)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/include-a-file-in-post-and-pages/#post-3616037)
 * No one that got an idea?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Changes in database](https://wordpress.org/support/topic/changes-in-database/)
 *  Thread Starter [Granit](https://wordpress.org/support/users/granit/)
 * (@granit)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/changes-in-database/#post-3523621)
 * That did the trick with the double escape.
 * Thank you so much for the help, what i nightmare if we have had to change everything
   by hand.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Changes in database](https://wordpress.org/support/topic/changes-in-database/)
 *  Thread Starter [Granit](https://wordpress.org/support/users/granit/)
 * (@granit)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/changes-in-database/#post-3523614)
 * I have been trying and cant get it to change.
    Here is how it looks in the database,
 * <img src=\”http:\/\/www.bettools.se\/wp-content\/uploads\/2013\/02\/eu_flag.gif\”
   alt=\”\” width=\”30\” height=\”19\” class=\”alignnone size-full wp-image-517\”\/
   >
 * Dont know what more to write in the database question in order for it to work.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Changes in database](https://wordpress.org/support/topic/changes-in-database/)
 *  Thread Starter [Granit](https://wordpress.org/support/users/granit/)
 * (@granit)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/changes-in-database/#post-3523575)
 * Just to be clear it is the image source link i am trying to change.

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

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