debwire
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Daisy Rae Gemini RereleaseDoesn’t seem to work. 🙁
I’ve added the code you indicated above to both the amazon plugin css file and to the theme’s css file.
Forum: Themes and Templates
In reply to: Daisy Rae Gemini RereleaseThese are the lines in the amazon plugin’s css code that display amazon-item-wrap in some way:
/* .amazon-item-wrap is how CG-Amazon wraps an entire block of output — it is a DIV tagged class */
.amazon-item-wrap span {display: block; }and
.amazon-item-wrap a
{
text-decoration:none;
display: block;
list-style-type: none;
}and
.amazon-item-wrap .t-amazon-price
{
text-align: center;
padding-bottom: 4px;
color: #4466c0;
font: bold italic 9px Times, serif;
list-style-type: none;
}I even added the below line to the theme’s stylesheet (as well as the plugin’s):
.amazon-item-wrap {list-style-type: none; }
Still no go. Am I doing something wrong? I’m definitely no CSS expert (not even close).
Forum: Themes and Templates
In reply to: Daisy Rae Gemini RereleaseI don’t understand exactly what you mean? Can you provide example code? Thanks again!
Forum: Themes and Templates
In reply to: Daisy Rae Gemini RereleaseThanks for your continuous help.
It doesn’t seem to make a difference whether I set the code to:
/* .amazon-block is a UL tag that wraps a group of products. each product is in an un-classed LI tag. */
.amazon-block {list-style: none; }or
/* .amazon-block is a UL tag that wraps a group of products. each product is in an un-classed LI tag. */
.amazon-block {list-style-type: none; }It’s still held hostage by the theme’s style. *sigh*
Forum: Themes and Templates
In reply to: Daisy Rae Gemini RereleaseOh I definitely know that. I want to eliminate the icon and other formatting and just have the image and text for the amazon item. I’ll look further, based on what you said and see if I can figure out how to change it.
All of the amazon stylesheet list types are set to none. Where are you recommending I make these changes? When I look at the amazon plugin css code, I see:
/* .amazon-item-wrap is how CG-Amazon wraps an entire block of output — it is a DIV tagged class */
.amazon-item-wrap span {display: block; }/* .amazon-block is a UL tag that wraps a group of products. each product is in an un-classed LI tag. */
/*.amazon-block { }*/but can’t tell where or what parameters I’m supposed to add to change the way it displays.
Here are some additional settings:
/* .amazon-item is a UL tag automatically added to wrap a SINGLE product, if you choose LI style item info tagging (rather than SPAN) */
.amazon-item a, .amazon-item a:hover
{
display: block;
margin: 0;
padding: 0;
margin-top: 8px;
margin-bottom: 2px;
}and
.amazon-item-wrap a
{
text-decoration:none;
display: block;
}and
.float-amazon-block, .inline-amazon-block {
display: block;
width: 172px;
border: 1px dashed #555599;
padding: 5px;margin-top: 1px;
margin-bottom: 1px;
/*
float:left;
margin-left: 0px;
margin-right: 10px;
*/
margin-left: 10px;
margin-right: 4px;
background: #fcfcff;
text-align: center;
list-style-type: none;
}.amazon-block li {
list-style-type: none;
list-style-image: none;
}
.amazon-block li { /* some templates use new funky stuff, we have to disable… */
content: “”;
}.inline-amazon-block { float:left; clear:none; }
.float-amazon-block {
float:right;
clear:right;
}.float-amazon-block a, .float-amazon-block a span, .inline-amazon-block a, .inline-amazon-block a span
{
color: #222255;
text-decoration:none;
display:block;
}.float-amazon-block a:hover, .inline-amazon-block a:hover {
color: #774444;
text-decoration:none;
background: #bbbbff;
display:block;
}.float-amazon-block .t-amazon, .float-amazon-block .x-amazon, .inline-amazon-block .t-amazon, .inline-amazon-block .x-amazon
{
margin:0;
padding:0;
color: #aa6688;
text-align: center; /* text align doesn’t seem to work in this case! */
font: normal 9px Arial, sans-serif;
}.amazon-item-wrap .t-amazon-price
{
text-align: center;
padding-bottom: 4px;
color: #4466c0;
font: bold italic 9px Times, serif;
}btw, I’ve selected SPAN and it doesn’t make a difference.
Forum: Themes and Templates
In reply to: Daisy Rae Gemini RereleaseFor the most part this theme’s css stylesheet does indicate “none” for list-style-type, except for here:
.post ul li {
padding: 0px;
font-weight: normal;
list-style: url(‘images/icon.gif’);
line-height: 1.5em;
}.post ul li:hover {
padding: 0px;
font-weight: normal;
list-style: url(‘images/icon2.gif’);
line-height: 1.5em;I set the above to none but didn’t see a difference.
And when I verify the cg-amazon.css file for the same, all list-style-types are set to “none” as well. Any other ideas?
For me, in FF, the images aren’t off the column’s edge. Hmm.
I do want to be able to eliminate the special theme formatting in the display of the amazon.com items but still haven’t figured out where/how to do that in either stylesheet.
Forum: Themes and Templates
In reply to: Daisy Rae Gemini RereleaseI think I found the solution (please see if it looks okay in FF and IE for you):
#farouter {background: #ffffff;width: 800px; border: 1px solid #3A291F;margin: 20px auto 20px auto;text-align: left; /* IE 5.5 hack part II */}
I changed the 760 to 800 — not certain what that will hurt, but it looks okay in IE to me now.
Forum: Themes and Templates
In reply to: Daisy Rae Gemini RereleaseI tried your recommendation and it still looks wonky in IE. I’m seeing it fine in FF no matter what setting I alter:
#content {float: left;width: 500px; padding-top: 40px;}
#menu {float: right;width: 165px; margin-right: 3px; border-left: 1px dashed #BAA99F;}I’m stumped. It’d be a shame to have to switch themes if I cannot get this to display properly. 🙁
I did notice this code and I’m not sure what it does or if it has any affect:
#farouter {background: #ffffff;width: 760px; border: 1px solid #3A291F;margin: 20px auto 20px auto;text-align: left; /* IE 5.5 hack part II */}
Forum: Themes and Templates
In reply to: Daisy Rae Gemini RereleaseDo you mean large in width or length? I haven’t modified the size widthwise — just kept the defaults in the template.
Does anyone know how I fix this IE display problem in the files?
Forum: Themes and Templates
In reply to: Daisy Rae Gemini RereleaseAlso — can someone please let me know (by responding to this post) whether or not this theme on my site looks okay in IE. When I view it, the right sidebar starts down in the middle of the page. How do I fix this if this is what other folks are seeing too? Thanks.
(btw, I usually use Firefox but opened IE to see how it looked and discovered this)
Forum: Themes and Templates
In reply to: Daisy Rae Gemini RereleaseWould you mind stating which file(s) were specifically updated so that I only install those. I’ve customized my pages, sidebar, etc. and would prefer to only update the necessary files (and avoid having to re-do all of my code). Please advise.
Also — I am using the cg-amazon plugin on the sidebar and cannot seem to figure out how I go about removing the hover and little
- icon next to the amazon items. I’d prefer the plugin display just the image with its associated text. I believe something needs to be changed in the theme itself, not the plugin, in order to make it display the way I desire. Any assistance is appreciated.
Forum: Plugins
In reply to: CG-PowerPack 1.5a8 is up for all…Great product, David. I’ve tested and implemented it and here is what I encountered:
1. When adding items to an existing category, the item is added but the blogcat remains blank. In order to assign, I edit the item to assign it to the category.
2. When editing items, once changes are submitted, there is no “done” and “return” screen like there is when you add an item. In order to return to cg-amazon, you must click on the CGA link at the top of the admin screen.
3. The new Amazon search feature you added in the admin interface is awesome! Enuff said.
4. When checking, then adding checked items from an Amazon search the items are properly added to the selected blogcat (thank goodness — ’cause if we add a lot of items it would be tedious to edit each one to assign the category). Not sure why this works but doesn’t in item #1.
Still testing and having fun — so this is what I’ve come up with so far. Great product, David.
Forum: Plugins
In reply to: CG-PowerPack 1.5a8 is up for all…I’m using the initial release of 1.5 without any additional WP updates.
All I know is that when I click on CGA in the admin area it tries to find it here:
/photoblog/wp-admin/cg-plugins/cga-admin.php
The plugins list indicates I’ve installed CG powerpack version 1.5b1 even though I downloaded 1.5a8 and was pretty sure I installed that one instead. I know I was about to test the earlier version (1.5b1) before personal life distractions. Let me check my database and reinstall from scratch to see if this takes care of it.
Update #1:
I don’t see any tables in mysql relating to cg-amazon, etc. so I’m not certain this portion of your install instructions applies to me:
0. ALL DATABASE TABLE NAMES CHANGED — this occurred back in 1.5a6
To better match multi-install scenarios, all the table names now use the wordpress prefix set
for the given installation. SO YOU WILL NEED TO CHANGE THE TABLE NAMES MANUALLY.
If you are a previous user upgrading, you’ll need to change your tables as follows:
referer_visitlog => {your_wp_prefix}cg_referer cg_amazon => {your_wp_prefix}cg_amazon {your_wp_prefix}postrelated => {your_wp_prefix}cg_related This should hopefully make things MUCH easier for people in the future.Update #2:
I believe my problem was that I copied over the entire plugins folder to the wp plugins folder instead of the contents. I had my files copied over like this:
/plugins/plugins/xxx
duh! It works now, thanks. 🙂
Forum: Plugins
In reply to: CG-PowerPack 1.5a8 is up for all…Okay — I’m starting to test. I’ve installed and activated only the Amazon plugin so far. The plugin is activated and I do get a CGA option at the top of my admin screen but when I click on it, it is looking for the files here:
Not Found
The requested URL /photoblog/wp-admin/cg-plugins/cga-admin.php was not found on this server.I believe this is the way you used to have the files be located (in a special cg-plugins folder in the admin folder) so I’m not certain what needs to be changed here and how.
Update: same goes for CG-Referrer.
Forum: Plugins
In reply to: wp list posts ?This doesn’t work in “pages” does it? Does this require a special plugin?