Forum Replies Created

Viewing 15 replies - 1 through 15 (of 15 total)
  • Thread Starter Laz

    (@lazcabanas)

    deleted everything and started from scratch — now every finally seems to be working

    Thread Starter Laz

    (@lazcabanas)

    Tried 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

    Thread Starter Laz

    (@lazcabanas)

    Today they player is back but I still cannot save settings.

    Laz

    (@lazcabanas)

    Hi,

    When you click on a category link it goes to a blank page. Any thoughts?

    https://goldenageguitars.com/video-home/

    Laz

    (@lazcabanas)

    Well 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.

    Laz

    (@lazcabanas)

    ^ worked!

    Thanks

    Laz

    (@lazcabanas)

    It also directs me to the hidden admin page (blank) when I click on one of the video links

    https://goldenageguitars.com/video-home/

    Laz

    (@lazcabanas)

    Hi, 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.

    https://goldenageguitars.com/video-home/

    Thread Starter Laz

    (@lazcabanas)

    OK — 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;
    }

    Thread Starter Laz

    (@lazcabanas)

    If 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;
    }

    Thread Starter Laz

    (@lazcabanas)

    No 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;
    }

    Thread Starter Laz

    (@lazcabanas)

    will 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;

    Thread Starter Laz

    (@lazcabanas)

    I 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;
    }

    Thread Starter Laz

    (@lazcabanas)

    I 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

    Thread Starter Laz

    (@lazcabanas)

    Partially 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

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