koprowski
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help With Firefox FormattingOk, I fixed all 234 errors but the problem still exists. Any other thoughts?
Forum: Themes and Templates
In reply to: Website Content & Right SIdebar are Under Left SidebarFound the problem, apparently I had accidentally backspaced over a portion of the closing to a <!– Tag
when I was trying to fix the original problem.
Who knew such a little issue could cause such a big problem
Forum: Themes and Templates
In reply to: How to Change Google Search Template in SidebarIssue Resolved: After deleting the stylesheet line:
border: 1px none;
I was then able to add back in the border via the sidebar template by adding :
<input style=”border:1px”>
to any of the inputs I wished to retain the border
Forum: Themes and Templates
In reply to: How to Change Google Search Template in SidebarOK I’ve made some psuedo-progress. I went through each line in the Stylesheet switching each border=1 to border=0 in turn until I found the one that worked. The culprit lies with the part pertaining to the menu bar. Here is the code:
#menu ul ul li, #lmenu ul ul li {
color: #000;
border: 1px none;
font-family: Verdana, arial, sans-serif;
font-style: normal;
letter-spacing: 0;
margin-top: 0;
padding-left: 12px;
font-size: 8px; padding-right:0; padding-top:0; padding-bottom:0
}So I can turn off the borders and it fixes the problem as far as the radial buttons are concerned but it also affects the borders for the input box above the radial buttons where people actually type in their serach terms.
How can I turn the border on for the search box, but off for the radial button?
Forum: Themes and Templates
In reply to: How to Change Google Search Template in SidebarI guess what I mean is where do I put that in the following code:
<!– SiteSearch Google –>
<form method=”get” action=”http://www.google.com/custom” target=”_top”>
<table border=”0″ bgcolor=”#FFFFFF”>
<tr><td nowrap=”nowrap” valign=”top” align=”left” height=”32″><br/>
<input type=”hidden” name=”domains” value=”www.wilytrader.com”></input>
<input type=”text” name=”q” size=”20″ maxlength=”255″ value=””></input>
</td></tr>
<tr>
<td nowrap=”nowrap”>
<table>
<tr>
<td>
<input type=”radio” name=”sitesearch” value=”” checked=”checked”></input>
<font size=”-2″ color=”#000000″>Web</font>
</td>
<td>
<input type=”radio” name=”sitesearch” value=”www.wilytrader.com”></input>
<font size=”-2″ color=”#000000″>www.wilytrader.com</font>
</td>
</tr>
</table>
<input type=”submit” name=”sa” value=”Google Search”></input>
<input type=”hidden” name=”client” value=”pub-0888306582933770″></input>
<input type=”hidden” name=”forid” value=”1″></input>
<input type=”hidden” name=”channel” value=”9369316259″></input>
<input type=”hidden” name=”ie” value=”ISO-8859-1″></input>
<input type=”hidden” name=”oe” value=”ISO-8859-1″></input>
<input type=”hidden” name=”flav” value=”0000″></input>
<input type=”hidden” name=”sig” value=”nNqPxlwNo6mx_hAQ”></input>
<input type=”hidden” name=”cof” value=”GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1″></input>
<input type=”hidden” name=”hl” value=”en”></input>
</td></tr></table>
</form>
<!– SiteSearch Google –>I’ve tried putting it at the beginning but that didn’t work
~jason
Forum: Themes and Templates
In reply to: How to Change Google Search Template in SidebarHow do I do that?
Forum: Plugins
In reply to: Text to wrap around adsense – HelpEnclose your adsense code with a DIV tag…I use the Adsense Plugin & do the following:
<div style=”display:block;float:left;margin: 0px 10px 0px 0px;”><!–adsense–></div> Start typing text here
Then just start typing immediately after the end of the line. Worked for me.
Forum: Themes and Templates
In reply to: Sidebar not appearing in Permalinks for PostsI figured out how to get the sidebar on the right to appear…I found the code in Single.php…but can’t seem to get the left to appear without pushing the content to the bottom of the page.
Forum: Installing WordPress
In reply to: How do I downgrade back down to WordPress 1.5I’ve completed 1 & 2 & 3
4. But I don’t know what you mean by (DROP) my current database WordPress tables…how do I do this?
5. How do I restore my old databse? And would not restoring the 1.5.2 database cause me to lose any posts I have created since then? Is there a way to load my 2.0 database so I retain these?
6. Which files & folders do I delete here?
8. I guess 8 answers my question to # 5, So I guess there isn’t a way to retain the original date structures?
Forum: Fixing WordPress
In reply to: Can I downgrade from 2.0 to 1.5It really also depends on your host. If you have a crappy host like Netfirms, then you find yourself unable to create pretty permalinks…an issue they have finally admitted to but, as of yet, failed to do anything about.
Forum: Fixing WordPress
In reply to: All My Permalinks Stopped Working after Upgrade!I’ve been in touch with Netfirms Support and they told me to change my Permalinks Structure to
/index.php/%postname%/
This has made it so that the links are at least a little bit prettier but now all of my links are in the form of http://www.WilyTrader.com/index.php/downloads etc…
How can I make it so that the /index.php/ doesn’t show up in the link as simply using the structure /%postname%/ doesn’t work?
Thanks again for any suggestions,
~Jason
Forum: Fixing WordPress
In reply to: All My Permalinks Stopped Working after Upgrade!Been working for months with version 1.5 I only upgraded to 2.0 this week and only then have I had any issues
Forum: Fixing WordPress
In reply to: All My Permalinks Stopped Working after Upgrade!which is all that’s supposed to be in there, the first one or the second one?
So the .htaccess should be relatively empty? Which PHP is supposed to do the parsing then because my links still aren’t working?
Forum: Fixing WordPress
In reply to: All My Permalinks Stopped Working after Upgrade!OK so here’s an update:
I still have all plugins disabled for the time being. I then changed my Permalinks structure back to the Default ?Page_ID# and all of my permalinks worked.
So I then tried to change the structure to anything else /%postname%/ is what i had been using, but I tried a number of different configurations with no luck. When I would change the configuration, I would still be able to access the pages if I typed in the ?Page_ID# structure manually:
For example:
http://www.wilytrader.com/?page_id=121 is the same page as
http://www.wilytrader.com/downloads but I can’t seem to get the new structure to hold.
I don’t know what my .htaccess file is supposed to look like. It isn’t empty, but there’s not much in it so I’ll post it:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Is this what is supposed to be in there? if so, anyone have any other suggestions?
Thanks again.