mwelch
Forum Replies Created
-
Forum: Plugins
In reply to: Weird Tweetmeme issueHi Again,
So still having this issue, if someone can help me out.
FYI. NewBizBlogger- Online Business Tips was something I put for my site title under Dashboard >>General
I changed it to just NewBizBlogger to see if it would help, but no luck.
Thanks!
Forum: Plugins
In reply to: w3 Total Cache broke my siteOk got it back up…had to deactivate all the plugins and that seemed to do the trick. Now just have to reactivate them all one by one.
Forum: Fixing WordPress
In reply to: Can someone PLEASE verify this htacess write for me?I actually have a followup question if you don’t mind lending me your expertise ??
This rule works for this site but not for another one I was trying to add the rewrite to.
When I try to add the rewrite to newbizblogger.com and type in https:// newbizblogger.com I redirected to a domain not found page and get this message:
Search Results for “www.newbizblogger.comwp-content”
The only difference in the two sites, is that this site has an addition rule that was created by my W3 Total Cache plugin.
When I deactivate the plugin and did the rewrite it worked perfectly.
Is there any around having the rewrite work and still utilize this plugin? Thanks!
Forum: Fixing WordPress
In reply to: Can someone PLEASE verify this htacess write for me?Hi Chris_K,
Thanks for the response. Oops didn’t even occur to me to create the custom permalink first.
Ok, so changed it to:
/%category%/%postname%It created the htaccess file which includes:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressI added the rewrite script as listed above and it all seems to be working perfect!
Thanks so much for the tip!!
Forum: Plugins
In reply to: [Plugin: Viper’s Video Quicktags] Video not showing up in postok, will do….thanks!
Forum: Fixing WordPress
In reply to: Text Boxes Recommendationthat’s odd…thought I already updated this.
Anyway, Special Text Boxes actually worked out great…should of looked into it a bit more before I spoke =)
Would definitely recommend the plugin – two thumbs up!!
Forum: Fixing WordPress
In reply to: disable automatic blog update on twittersilly me…forgot I had set this up with Google feedburner.
Thanks anyway.
Forum: Fixing WordPress
In reply to: comment conditions help for IE7thanks esmi!
Forum: Fixing WordPress
In reply to: Working on validation- posts not showing up in IEok it’s working now…strange!!
Forum: Fixing WordPress
In reply to: Working on validation- posts not showing up in IEsorry wasn’t being completely accurate.
The post shows up in Firefox but not in IE or Safari…here is the link (it happens when I click on the category it’s listed under)
https://www.newbizblogger.com/category/how-to
You can see the Facebook article appears in Firefox only
thanks again!
Forum: Fixing WordPress
In reply to: issues with my search formok…must of been tired, b/c most of this stuff I should of caught. Anyway, thought I’d post the results in case anyone else had similar challenges.
to get the submit button on the right I changed the following (of course may be a bit different for your template- but you get the idea)
#searchform {
padding:0;
margin:0;
float: right;
margin-top: 7px;
clear: left;
}
#searchform input#s {
margin:1px;
padding-left: 5px;
color: #666;
width: 125px;
height:16px;
font-size:11px;
padding-top:2px;
float: left;
background: #fff;
border: solid 1px #666;
}#searchform input#searchsubmit {
clear: right;
float: right;
background: #fff;
border: solid 0px #666;
border-right: solid 0px #666;
margin-top: 1.7px;
cursor: pointer;and as for #4 (thanks again esmi for pointing out what I was doing wrong)- in the searchform.php file:
the very first line is <h2>Search</h2> >>>> just deleted the ‘Search’ – can’t believe I completely missed that one ??
Anyway, hope this helps others!
Forum: Fixing WordPress
In reply to: issues with my search formthanks so much esmi..will work on these
Forum: Installing WordPress
In reply to: wierd result after moving my wp files to rootok…thanks again!!
Forum: Installing WordPress
In reply to: wierd result after moving my wp files to rootthanks songdogtech! will look into that.
However, I’m a bit confused. Currently the images located in the Media area of the dashboard seem to be correct. For example,
this is the path to one of my images
https://www.micromilestones.com/wp-content/uploads/2010/05/thankyou-page1-e1273289951294.jpg
so don’t know why if I delete the mysite.com/wordpress/wp-content/uploads/2010/05/thankyou-page1-e1273289951294.jpg it gets rid of all my images.
Am I missing something?
thanks again!
Forum: Fixing WordPress
In reply to: Moving WP site but have a question please!thanks!!