Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter davegk

    (@davegk)

    thanks…i just removed the ‘display: none;’ line and it works fine now ??
    -David

    Thread Starter davegk

    (@davegk)

    nothing…where the list should appear, the page is just blank

    here: https://davidgoldklang.com/epp/?page_id=54

    Thread Starter davegk

    (@davegk)

    sorry…i mistyped the shortcode above…i’m using [pdb_list] and it works on the default wordpress theme but not the foxy theme.
    -David

    Thread Starter davegk

    (@davegk)

    why don’t you recommend it? have there been function issues?

    Thread Starter davegk

    (@davegk)

    hmm, ok…i guess the theme developer must have put the code into the theme css file then…

    here’s the code:

    .eshopcart_widget { text-shadow: 1px 1px 0px #fff !important;}
    table.eshop thead th,table.cart thead th, table.eshop tbody th { background-color: #dbd9d5 !important; text-shadow: 1px 1px 0px #fff !important; }
    table.eshop,table.eshop th,table.eshop td {	border:1px solid #ddd !important; }
    table.cart tr.stotal {	background:#ddd !important;	color:#fff !important; text-shadow: -1px -1px 0px #7e1e0a !important;}
    form.eshop fieldset { background:#f7f7f7 !important; color:#7c7b7a !important;  border:1px solid #dadada !important; }
    form.eshop legend {	background:#ddd !important;	color:#fff !important;	border-width:1px !important; border-style:solid !important; border-color:#ddd !important;}
    form.eshop input.button { background:#ddd !important; border-color:#ddd!important; }
    .eshop  caption {display: none; }
    .post table.eshop thead th, .post table.cart thead th, .post table.eshop tbody th { background-color: #f3f3f3 !important;}
    table.cart tr.stotal #subtotalw, .post form.eshop table.cart tr.stotal #subtotalw { color: #404040!important; }
    .post .eshop {margin: 40px 0px 0px 0px !important; }
    Thread Starter davegk

    (@davegk)

    yes, but in addition to its own css file, it added some lines to the css file of the theme which is where i found the necessary color code to change what I needed.

    anyway, it worked ??
    -David

    Thread Starter davegk

    (@davegk)

    oh, found it…i guess the plugin added a section to the theme css file upon installation.

    thanks!

    Thread Starter davegk

    (@davegk)

    Doing some websearching I discovered there have been issues with firefox and relative vs. absolute paths to css files. So, I modified my paths from relative to absolute for any instances relating to css or font styling and now I have the reverse problem…the front page is loading correctly but the other files (category.php and single.php) are not formatting the text properly.

    Thoughts?

    Thread Starter davegk

    (@davegk)

    I should also point out that I’m using @font-face for the typeface colaborate which I converted using the web-based webfont creator at font squirrel.

    It seems that the front page loads correctly the first time but after navigating to a category page and then navigating back to the front page, the CSS font styling is screwed up. Happens in firefox, but not in safari.

    -David

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