davegk
Forum Replies Created
-
Forum: Plugins
In reply to: [Participants Database] theme compatibility issue…?thanks…i just removed the ‘display: none;’ line and it works fine now ??
-DavidForum: Plugins
In reply to: [Participants Database] theme compatibility issue…?nothing…where the list should appear, the page is just blank
Forum: Plugins
In reply to: [Participants Database] theme compatibility issue…?sorry…i mistyped the shortcode above…i’m using [pdb_list] and it works on the default wordpress theme but not the foxy theme.
-DavidForum: Fixing WordPress
In reply to: eshop background color change?why don’t you recommend it? have there been function issues?
Forum: Fixing WordPress
In reply to: eshop background color change?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; }
Forum: Fixing WordPress
In reply to: eshop background color change?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 ??
-DavidForum: Fixing WordPress
In reply to: eshop background color change?oh, found it…i guess the plugin added a section to the theme css file upon installation.
thanks!
Forum: Fixing WordPress
In reply to: CSS style inconsistency on firefoxDoing 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?
Forum: Fixing WordPress
In reply to: CSS style inconsistency on firefoxI 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