Granit
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Custom CSS stopped workingHi,
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
In reply to: [TablePress - Tables in WordPress made easy] Custom CSS stopped workingThank 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
In reply to: [TablePress - Tables in WordPress made easy] Custom CSS stopped workingThank you.
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; }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
In reply to: [Disqus Recent Comments Widget] How to tweak layoutI 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.
Work here to now.
Thank you very much.
Same here, everything stops working.
Please fix.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/
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
The image credit appear in front of the text, and i only want it to appear in the post.
Forum: Plugins
In reply to: Include a file in post and pagesNo one that got an idea?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Changes in databaseThat 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
In reply to: [TablePress - Tables in WordPress made easy] Changes in databaseI 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
In reply to: [TablePress - Tables in WordPress made easy] Changes in databaseJust to be clear it is the image source link i am trying to change.