dgstinner
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Links in Tiga ThemeThat breaks my page and only the left sidebar shows up.
Forum: Fixing WordPress
In reply to: Replacing header only text with header graphic in Tiga themeAll those descriptions about color and fonts are for people that don’t want/have an image to be the header. Put the path to the image in the Tigarator. Do not put it in place of the text you deleted before.
Forum: Fixing WordPress
In reply to: Replacing header only text with header graphic in Tiga themeIt’s under Header Background Image. It’s the third to last one under the Header area. The path to your image is not going to start with Documents and Settings. It will be the path to where ever it is on your server. What ever address you would have to type into a web browser to view the image is the path you would use.
Forum: Fixing WordPress
In reply to: Replacing header only text with header graphic in Tiga themeYou have to upload the image to your web server, unless you’re hosting it locally on your computer. It’s under “Header” in the Tigarator.
Forum: Fixing WordPress
In reply to: Links from the Links ManagerThis code seems to work but if anyone can suggest something better, please let me know.
<!-- Begin - Links from the 'Links Manager'-->
<div class="left-widget-title"><?php _te('My Other Sites'); ?></div>
<div class="left-widget"><?php get_links(19, '<li>', '</li>', '', TRUE, 'url', FALSE); ?></div>
<!-- End - Links from the 'Links Manager'-->Forum: Fixing WordPress
In reply to: Links from the Links ManagerDoes anyone have a working solution? If I use
<?php get_links_list(); ?>
which works on one of my other themes, it breaks the page.Forum: Plugins
In reply to: WP-Amazon 1.3.2WP-Amazon 1.2.6 doesn’t work with WP 2.1 and I could never get WP-Amazon 1.3.2 to work properly so can anyone suggest an Amazon plugin that does work with WP 2.1?
Forum: Installing WordPress
In reply to: what do I do?You upload all the files that you extracted out of the zip file you downloaded and the wp-config.php file you created to your web host.
Forum: Fixing WordPress
In reply to: Remove the Calendar from the sidebar in Tiga ThemeJust remove everything between
<!-- Begin Calendar -->
and<!-- End Calendar -->
.Forum: Fixing WordPress
In reply to: Replacing header only text with header graphic in Tiga themeYou would have to upload it to the server your blog is on and enter the path to it.
Forum: Fixing WordPress
In reply to: Pasted in code into Tiga sidebar does not show up on blogWhere did you paste it in at? If you used Theme Editor, there’s a button in the bottom right hand corner that says Update File.
Forum: Fixing WordPress
In reply to: Replacing header only text with header graphic in Tiga themeYou’ll need to edit header.php. Remove everything between
<div class="header">
and</div>
from header.php. Enter the path to the image you want to use for your header in the TigaratorForum: Installing WordPress
In reply to: Successful upgrades to WP 2.1!Mine went ok except for the code to call the links which are now under Blogroll.
Forum: Fixing WordPress
In reply to: Multiple database schemas or ONE database multiple prefixesI also run 5 blogs using one database and different prefixes. It works perfectly fine for me.
Forum: Plugins
In reply to: WP-Amazon and 2.0I’m using version 1.2.6 with WP 2.0 and it works just fine. I had trouble with the latest version with WP 1.5.