Laz
Forum Replies Created
-
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] Player disappeared will not save settings updatesdeleted everything and started from scratch — now every finally seems to be working
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] Player disappeared will not save settings updatesTried to add another video to it this morning — saved it — video does not appear anywhere — not on the video page nor the dashboard. I added it again — and no dice — video does not appear anywhere and does not show up on the videos added page
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] Player disappeared will not save settings updatesToday they player is back but I still cannot save settings.
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] categories go to homepageHi,
When you click on a category link it goes to a blank page. Any thoughts?
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] categories go to homepageWell almost. if you click on the category link (under the thumbnail) it still goes to a blank page. If you click on the video it now goes to the video.
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] categories go to homepage^ worked!
Thanks
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] categories go to homepageIt also directs me to the hidden admin page (blank) when I click on one of the video links
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] categories go to homepageHi, I am having the same issue. The hidden page is setup but every time I click on anything on the video page (category,recent etc) it directs me to the home page.
Forum: Plugins
In reply to: [WP-Table Reloaded] Change colors of tablesOK — not going to worry about plugin images for now
i think it looks good with red in header
https://www.soulcruisin.com/song-list/
what would be great would be a little plugin to manipulate all of these visual attributes on the fly in the Dashboard.
It certainly would make life easier for knuckleheads like me ??
here is the last version of code
.wp-table-reloaded-id-1, .wp-table-reloaded-id-1 td, .wp-table-reloaded-id-1 th {
border: none!important;
border-collapse: collapse!important;
border-spacing: 0px!important;
}.wp-table-reloaded-id-1 .row-hover tr:hover td {
background-color: #000000!important;
}.wp-table-reloaded-id-1 td {
color: #FFFFFF;
}.wp-table-reloaded-id-1 .odd td {
background-color: #2E2E2E!important;
}.wp-table-reloaded-id-1 .even td {
background-color: #232323!important;
}
.wp-table-reloaded-id-1 th {
background-color: #BA292F!important;
}
.wp-table-reloaded-id-1 th {
color: #FFFFFF!important;
}.TableTools {
background-color:#000000;
border-bottom-color:#232323;
border-bottom-style:solid;
border-bottom-width:1px;
border-left-color:#232323;
border-left-style:solid;
border-left-width:1px;
border-right-color:#232323;
border-right-style:solid;
border-right-width:1px;
border-top-color:#232323;
}Forum: Plugins
In reply to: [WP-Table Reloaded] Change colors of tablesIf I add !important — it changes the color in the header (without it — nothing happens) — however, the little sort arrows are still in black – need to be white or red.
Revised code
.wp-table-reloaded-id-1, .wp-table-reloaded-id-1 td, .wp-table-reloaded-id-1 th {
border: none!important;
border-collapse: collapse!important;
border-spacing: 0px!important;
}.wp-table-reloaded-id-1 .row-hover tr:hover td {
background-color: #000000!important;
}.wp-table-reloaded-id-1 td {
color: #FFFFFF;
}.wp-table-reloaded-id-1 .odd td {
background-color: #2E2E2E!important;
}.wp-table-reloaded-id-1 .even td {
background-color: #232323!important;
}
.wp-table-reloaded-id-1 th {
background-color: #000000!important;
}
.wp-table-reloaded-id-1 th {
color: #FFFFFF!important;
}Forum: Plugins
In reply to: [WP-Table Reloaded] Change colors of tablesNo good
https://www.soulcruisin.com/song-list/
I want header background to be black and the text and little sort arrows to be white
Here is the code I used
.wp-table-reloaded-id-1, .wp-table-reloaded-id-1 td, .wp-table-reloaded-id-1 th {
border: none!important;
border-collapse: collapse!important;
border-spacing: 0px!important;
}.wp-table-reloaded-id-1 .row-hover tr:hover td {
background-color: #000000!important;
}.wp-table-reloaded-id-1 td {
color: #FFFFFF;
}.wp-table-reloaded-id-1 .odd td {
background-color: #2E2E2E!important;
}.wp-table-reloaded-id-1 .even td {
background-color: #232323!important;
}.wp-table-reloaded-id-1 th {
color: #FFFFFF;
}Forum: Plugins
In reply to: [WP-Table Reloaded] Change colors of tableswill try — also want to change the table tools to this (I changed the colors with firebug and it looks better
.TableTools {
background-color:#000000;
border-bottom-color:#232323;
border-bottom-style:solid;
border-bottom-width:1px;
border-left-color:#232323;
border-left-style:solid;
border-left-width:1px;
border-right-color:#232323;
border-right-style:solid;
border-right-width:1px;
border-top-color:#232323;Forum: Plugins
In reply to: [WP-Table Reloaded] Change colors of tablesI am almost there — just need to figure out how to change header font color to white
https://www.soulcruisin.com/song-list/
Code used so far
.wp-table-reloaded-id-1, .wp-table-reloaded-id-1 td, .wp-table-reloaded-id-1 th {
border: none!important;
border-collapse: collapse!important;
border-spacing: 0px!important;
}.wp-table-reloaded,
.wp-table-reloaded tr,
.wp-table-reloaded tr:hover,
.wp-table-reloaded td,
.wp-table-reloaded th {
background: transparent!important;
}.wp-table-reloaded-id-1 .row-hover tr:hover td {
background-color: #000000!important;
}.wp-table-reloaded-id-1 td {
color: #FFFFFF;
}.wp-table-reloaded-id-1 .odd td {
background-color: #2E2E2E!important;
}.wp-table-reloaded-id-1 .even td {
background-color: #232323!important;
}Forum: Plugins
In reply to: [WP-Table Reloaded] Change colors of tablesI pasted your code and and adjusted the values and it still looked like default color settings —
Here are the color values for the table
Background color (to match web Page) is Black #000000
Even row (2.4.6 etc) color is #232323
Odd row (1.3.5 etc) color is #2E2E2E
when you hover over row – color should be black #000000
Table contents Font color: white : #FFFFFF
Table Header font: white: #FFFFFF
Table Header Background: Black
Thanks for your help
Forum: Plugins
In reply to: [WP-Table Reloaded] Change colors of tablesPartially resolved using this
.wp-table-reloaded,
.wp-table-reloaded tr,
.wp-table-reloaded tr:hover,
.wp-table-reloaded td,
.wp-table-reloaded th {
background: transparent!important;
}need to add alternative colors to match FB fan page