debwire
Forum Replies Created
-
Forum: Plugins
In reply to: Spreadshirt plugin for WordPressThis appears to only work for the European spreadshirt.net, not spreadshirt.com. I couldn’t get it to display the .com version of my store.
Forum: Fixing WordPress
In reply to: Permalink and database errorI have a similar problem and the solution identified in the link doesn’t work for me because I don’t have any reference to
the_category()
in my theme.
I’ve set up my permalinks structure as follows:
/index.php/%year%/%monthnum%/%day%/%postname%/
which I suppose is fine, but:
1. I can only use my categories pull-down menu on my main page in order to correctly go to a category (example: http://magazine.interracialweb.com/index.php ) and
2. Get a 404 not found error when I try to use the pull down menu for my blog categories everywhere else (example: http://magazine.interracialweb.com/index.php/2005/12/05/beautiful-multicultural-babies-cookies/ ).
The pull down menu code I’m using is directly from the codex:
<form action=”<?php echo $PHP_SELF ?>” method=”get”>
<p style=”padding: 0px; margin: 0px;”><?php dropdown_cats(); ?>
<input type=”submit” name=”submit” value=”Go” />
</form>What do I need to do to fix this?
Forum: Plugins
In reply to: Does this plugin exist? Haven’t found it yet…Try the Evermore plugin:
http://www.thunderguy.com/semicolon/evermore-wordpress-plugin/
Forum: Plugins
In reply to: NEW! Amazon Media Manager 1.5 (*Finally!*)Is it even possible to display a products page versus the template sidebar? Can this or any other amazon related plugin be put on a page (using pages)?
Forum: Plugins
In reply to: How would you add a budget/spreadsheet?OpenOffice also provides you with the ability to create a web page from a spreadsheet (although I’ve never personally done it):
And if you don’t have Microsoft Office, OpenOffice is free.
Forum: Fixing WordPress
In reply to: Using Pages for Other Scripts (Inline?)Those are great recommendations and I appreciate your response, David, but the scripts I want to incorporate into the look and feel (basically just wrap them in a page) are applications unto themselves. In other words, I wouldn’t be able to take parts of php code and put it in a WP page for these because they’ve got complete functionality all on their own (and are several files). What I want to do is iframe / inline the main page of these separate scripts/apps and have the user be able to fully utilize their functionality but without it appearing as though they’ve left my blog — it would be transparent to them and the entire app would be accessible through some sort of an iframe on a WP page. Any further thoughts on this? Thanks!
Forum: Fixing WordPress
In reply to: wp-mail.php cron: permission deniedI have the same issue with not understanding the exact syntax for a cron job.
Forum: Everything else WordPress
In reply to: The WordPress Theme Viewer returnsThis concept is greatly appreciated, however, how does someone even download one of the themes presented in the theme viewer? Every theme source I click on doesn’t seem to have a download link — it just takes them to their blog and most recent posts and if I do find a link to download their theme (which hasn’t happened yet — must be buried in their sites), it will be a miracle. Some guidance would be appreciated.
Forum: Plugins
In reply to: CG-PowerPack 1.5a8 is up for all…David:
We’ll definitely look into that. In the meantime, I’ve deactivated the plugin while I await help from the designer of the theme. The amazon items were running off the right column in the theme I’m using (http://wordpress.org/support/topic.php?id=30615#post-177363).
I did want to mention that while I had it up and running, and even though I put in my own amazon affiliate code, only your code appeared every single time the page was refreshed. I have no problem displaying your code because you are the developer and make this for everyone for free, but would like to have my code appear for the percentage of time indicated in the script. Is this by design or a bug?
Forum: Themes and Templates
In reply to: Daisy Rae Gemini RereleaseThanks.. It’s not quite working yet. I’ve removed the amazon items because I still haven’t solved the issue with it running off the right column.
Forum: Themes and Templates
In reply to: Daisy Rae Gemini RereleaseI’m not going to change the size of my images. I’ll either have to use a different theme or tweak this one to use the existing images.
The link back to the home page is the title in the upper right corner.
Forum: Themes and Templates
In reply to: Daisy Rae Gemini RereleaseJust sent you a message… Thanks for your help on this.
Forum: Fixing WordPress
In reply to: pages…. how do they workThe original poster of this thread may be looking for something like this to include in his pages so that he can “seamlessly” show gallery pages (or pages from some other application) in his WP pages:
http://dynamicdrive.com/dynamicindex17/iframessi2.htm
I’ve incorporated it into some of my unpublished/soon-to-be published pages and it works fine.
Forum: Themes and Templates
In reply to: Daisy Rae Gemini RereleaseOkay…..did what you suggested and it makes sense but I must be missing something here. I’ve added to your theme’s stylesheet the following (because the first line of the above code didn’t seem to work and I figure the div name and the section in the stylesheet need to be the same):
#amaz a
{
display: block;
padding: 3px;
padding-left: 17px;
width: 130px;
text-align: left;
background-color: #FFF;
}and in the sidebar I added a new div outside of the nav div, but inside the menu div:
<div id=”amaz”>
<?php show_amazon_items(3); ?>
</div>….and I’m obviously screwing something up because now the sidebar display looks worse (it’s still all the way over to the right even though I played with the CSS code Root provided above). The bullet items are gone (which was half the battle) so now it’s just a matter of getting it to format to the left. Honestly, I take pics and am barely good at that — CSS is not my expertise. What “specifically” do I need the code to be?
Thanks for your help.
Forum: Themes and Templates
In reply to: Daisy Rae Gemini RereleaseWill try that, but a wider sidebar showed up wonky in IE. The sidebar started somewhere below the bottom post.
Also, my major attempt here is to get rid of the theme’s formatting of the amazon.com images in the sidebar. I need for the icon to go away on just the amazon.com images/text. I’m using the cg-powerpack amazon plugin that also has a stylesheet. Between the two stylesheets I have tried half the day to remove this formatting without success. If you or anyone else has any ideas, that would be helpful.
Thanks.