beakyboy
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Can this table be replicated?thanks for the help!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Custom CSSI did the Dump file!
The CSS is the same as WP Table!
I switched it back over and it work fine in WP TR!
I have activated the new plugin again if you want to take a look!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Custom CSSYes, there’s CSS in the box!
The checkbox Defaul CSS and Custom CSS are both checked?
Here’s the contents…
.wp-table-reloaded-id-1 .row-2 td {
background-color: #F4F4F7!important;
}.wp-table-reloaded-id-1 th, .wp-table-reloaded-id-1 .sorting {
background-color: #00598D!important;
}.wp-table-reloaded-id-1 .row-hover tr:hover td {
background-color: #ff0000!important;
}.wp-table-reloaded-id-1 td {
font-family: tahoma;
font-size: 13px;
color: #020000!important;
}
.wp-table-reloaded-id-1 th {
font-family: tahoma;
font-size: 13px;
color: #ffffff!important;
}.wp-table-reloaded-id-1 .column-2 {
width: 100px;
}.wp-table-reloaded td, .wp-table-reloaded th {
text-align: center;
}.wp-table-reloaded-id-1 .row-hover tr:hover td {
background-color: #83CAEA!important;
}.wp-table-reloaded-id-4 td {
font-family: tahoma;
font-size: 13px;
color: #020000!important;
}thanks
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Adding class to formwhat code do I add to this to move the box to the right?
`[select your-country class:class-name1 “Australia” “Brazil” “Canada” “Denmark” “Finland”]
Thanks
Forum: Plugins
In reply to: [WP-Table Reloaded] Size and Styling of TableForum: Plugins
In reply to: [WP-Table Reloaded] Size and Styling of TableHi Tobias
My table is now looking good however I’ve got another quick questions for you!
I’ve added another table just below the first and the columns are not the same size?
I’ve duplicated all the custom code I added for the first table in Plugin Optiosn and just changed the table ID to match the second table?
Any idea what I need to do to get them to match up?
Here is the code I have added….
.wp-table-reloaded td, .wp-table-reloaded th {
text-align:center!important;
vertical-align:middle!important;
}.wp-table-reloaded-id-2 th, .wp-table-reloaded-id-2 .sorting {
background-color: #999999!important;
}.wp-table-reloaded-id-2 .sorting_asc, .wp-table-reloaded-id-2 .sorting_desc {
background-color: #999999!important;
}.wp-table-reloaded-id-2 td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #111111!important;
}
.wp-table-reloaded-id-2 th {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff!important;
}
.wp-table-reloaded-id-2 .column-2 {
width: 75px!important;
}.wp-table-reloaded-id-2 .column-4 {
width: 75px!important;
}.wp-table-reloaded-id-6 th, .wp-table-reloaded-id-2 .sorting {
background-color: #999999!important;
}.wp-table-reloaded-id-6 .sorting_asc, .wp-table-reloaded-id-2 .sorting_desc {
background-color: #999999!important;
}.wp-table-reloaded-id-6 td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #111111!important;
}
.wp-table-reloaded-id-6 th {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff!important;
}
.wp-table-reloaded-id-6 .column-2 {
width: 75px!important;
}.wp-table-reloaded-id-6 .column-4 {
width: 75px!important;
}Many thanks
Chris
Forum: Plugins
In reply to: [WP-Table Reloaded] Size and Styling of TableHi Tobias
Ok I understand now!
The table looks much better now!
Please can you help with merging the cells?
I presume I can adjust the width of the cells by adding code to the Plugin Options page? Can I centre all the text content there also?
Many thanks
Forum: Plugins
In reply to: [WP-Table Reloaded] Size and Styling of TableHi
Sorry for sounding stupid but how do I remove the line breaks?
If I go to the HTML view on the page all I can see is the shortcode!!
Thanks
Forum: Plugins
In reply to: [WP-Table Reloaded] Size and Styling of TableThanks for the reply!
I’m not sure how to remove the html
tags. Could you give quick explanation how I do this first?Many thanks
Forum: Plugins
In reply to: [WP-Table Reloaded] Size and Styling of TableHi
I want to make the cells smaller, similar to the size in the table here
I want to merge the contents of the first and second rows together, as in the example here!. I want the text and also the image in the same cell under the heading Payday Lender!
Thanks
Forum: Plugins
In reply to: [WP-Table Reloaded] Size and Styling of TableNow published!
Thanks
Chris
Forum: Plugins
In reply to: [WP-Table Reloaded] Size and Styling of TableHi,
Apologies for not explaining correctly!
My web page with the WP Reloaded table is here:
This website!</p>
The other webpage has a table displayed that I am trying to copy!!
As you can see the cell spaces are too big. I want merge the cells titled “Payday Lender & “Logo” together.
Many thanks
Chris
Forum: Plugins
In reply to: [WP-Table Reloaded] Size and Styling of TableThanks.
I have tried to add the colspan function and cannot seem to get it to work.
I have added #colspan# to the cell on the right of the cell that I want to merge into. The cell I have added the colspan function to has an image inside!
Please can you help?
Thanks