mwelch
Forum Replies Created
-
Forum: Plugins
In reply to: WP Super Cache & Disqus Issue“The power of this community is so effin’ incredible!” LOL … it sure is! So glad it worked out for you. =)
Forum: Fixing WordPress
In reply to: Creating a blank link in menu barWell I just entered a redirect of that page to https://# which does the trick, the only problem is that when clicked I get a pop up warning – “the url is not valid and cannot be loaded”.
anyway around this alert message?
Thanks again!!
Forum: Fixing WordPress
In reply to: Header Ad not workingProblem solved!
Turns out it was a programing issue with the template.
Thanks again for your help!!
Forum: Fixing WordPress
In reply to: Header Ad not working@alchymyth I added the html in a text widget and dragged the widget to my ‘Header Ad’ sidebar. (see image)
@wp Hosting Australia Haven’t compared the header file. Although this template has a Header Ad built into it, so it should of worked. Will take a look at this.
Thank you both for helping me out with this!!
Forum: Fixing WordPress
In reply to: Issue w/ Links Widget in IECool! Will take at look at those errors. And thanks for the recommendation Esmi! Will definitely do that. ??
Forum: Fixing WordPress
In reply to: Comment form doesn't indentHi Flamenco,
Thanks for the reminder. I usually try to make it a point to come back and post any findings in case others come across the same issue.
I basically fussed around with the comment section of the theme. Apparently the problem seemed to be with a conflict b/t WP Threaded Comments & WP Gravatars, looks as if Gravatars were only showing for logged in users.
Can’t remember off hand right now what I did…will post back next week with the results. Off to an event now! ??
Thanks again for your help!
Forum: Fixing WordPress
In reply to: Comment form doesn't indentHi Dave,
Unfortunately that indents ALL the comments. It was definitely worth the shot though.
It seems to me that there are only “odd” classes, no “evens”. Not sure if this is where the issue is stemming from or how to fix it.
I’ve reinstalled the WP Threaded Comment, which put’s things back in order. Of course, still running into the issue of no gravatars showing up for the initial commentator, just replies.
Here is the code:
<div class="comment-childs<?php echo $deep%2 ? ' chalt' : ''; ?>" id="comment-[ID]"><?php if(function_exists("get_avatar")) echo get_avatar( $comment, 32 ); ?><p><cite>[author]</cite> Reply:[moderation]<br /><small class="commentmetadata">[date] at [time]</small></p>[content]</div>
Any ideas how to keep the template from calling on the gravatars with this plugin.
This way I can install WP Gravatars and just use that.
Thanks again!!
Forum: Fixing WordPress
In reply to: How to create a 2nd home pageOH p.s. I do know of this pluging
Google Website Optimizer for WordPress
would this do the job? Don’t want install it on my site until I know this may be the way to go. Read a thread from someone that it broke their site.
Thanks again!
Forum: Plugins
In reply to: Nofollow Case by Case plugin not working….I think???OK think I found the file to edit but still no success ;(
I edited the wp-includes/comment-template.php
$return = "<a href='$url' rel='external nofollow' class='url'>$author</a>";
to
$return = "<a href='$url' rel='external' class='url'>$author</a>";
Did i edit the code incorrectly?
Forum: Plugins
In reply to: Nofollow Case by Case plugin not working….I think???So hold true for for Dofollow plugin. I’ve deactivated and reactivated all my plugins starting with dofollow which WORKED. But when I activated Disqus it stop working.
So it’s definitely a conflict with these plugins.
So it looks like it needs to be hard coded. Anyone know which file I need to edit?
Thanks!
Forum: Plugins
In reply to: WP Super Cache & Disqus IssueOK with the help of the disqus author the problem was resolved. Just in case anyone else has this issue….
Go to Disqus>>Advanced Options>> enable the ‘Output javascript in footer’ checkbox
Booyaahh…touchdown! ??
Forum: Plugins
In reply to: WP Super Cache & Disqus IssueWell it’s great to know WP Super Cache is not the issue…that way I can install it again. =)
And sorry if this is a stupid question, but which readme.text are you refering to?
disqus, wp super cache or wordpress?
Thanks again for your help donncha!
Forum: Plugins
In reply to: WP Super Cache & Disqus IssueHi Donncha,
At the moment, I have uninstalled and deleted WP Cache and still having the issue.
Beyond uninstslling and deleting BOTH plugins
Than reinstalling just Disqus
I don’t know what do do.
Any ideas?
Forum: Plugins
In reply to: Weird Tweetmeme issueUpdate: After checking my latest post this morning, it was not tweeting out only using NewBizBlogger.
So it does seem as if Tweetmeme is pulling the site title into the retweet button.
Anyway to turn this off?
Forum: Plugins
In reply to: WP Super Cache & Disqus IssueFYI…just some additional information.
Looks like the WP Cache Plugin may have changed my .htaccess file so I re-uploaded my previous file but still not changes with the issue.