Thrive Internet Marketing
Forum Replies Created
-
Thanks for the response David! I’ll take a look at your suggestions and will hopefully be able to figure it out.
Forum: Themes and Templates
In reply to: Why does my home page doesn't show my post?Can you post a link to your site?
Forum: Hacks
In reply to: Hiding pages on conditionsYou could probably use WordPress Conditional tags to accomplish this.
Forum: Hacks
In reply to: WordPress site hacked!Also check the Last modified date on all your files to see which ones have been compromised.
Forum: Hacks
In reply to: How to display different featured image in category view and post view?Sorry, I’ll be sure to use the code button next time!
Thanks Shaile!
Forum: Fixing WordPress
In reply to: How to remove this gray bar from sidebar widget?Ah I see it now.
Modify your theme’s CSS and change the background color to white or remove the 1px of padding for .textwidget
.widget .textwidget, .widget ul, .widget_woo_feedback .feedback { background: none repeat scroll 0 0 #FFF; padding-top: 0; margin-top: 82px; margin-right: 0px; margin-left: 0px; }Forum: Everything else WordPress
In reply to: spam commentsI don’t think there is a limit on how many comments you can receive on your site, but if they’re spam I might delete them anyway.
Forum: Everything else WordPress
In reply to: Can I link to email and PDFs?The answer is yes!
Simply highlight the desired text, click “insert/edit link” [or hotkey = alt+shift+A] and put in the URL of the PDF or mailto:email@address.com for an email.You may have to upload the PDF first if it’s not already online somewhere (to do this, use the “add media” option, just like you would with an image).
View screen capture here for help: http://screencast.com/t/32krIlFrNa7H
Forum: Everything else WordPress
In reply to: Are pages REALLY necessary–or just blogs?I agree with Ipstenu. It may be useful to use pages for any static content that you don’t want competing with sticky posts or your most recent blog update. That being said, it comes down to your preference.
Forum: Everything else WordPress
In reply to: Help Idiots Copying My ArticlesFIle the complaint at Google’s Copyright Removal page. This will notify them to the content duplication, and, with your provided information, assure them that you are the original author. They will de-index the sites with the stolen content in response, though, so you may lose the back links, but will maintain your SEO standings.
Hope this helps!
Forum: Everything else WordPress
In reply to: A WordPress.org site copied my content without permissionHey, you can report the duplicate content to Google, who will respond by removing the offending site from their indexing. While this won’t remove the content from the actual site, it will make the site unfindable in Google search, and that’s a pretty hefty penalty.
Go to Google’s Webmaster Tools’ Copyright Removal page, and fill out the information to prove your right to the content. Word of caution, this is under the Digital Millenium Copyright Act (DMCA), so be sure you are representing yourself accurately or there could be legal repercussions.
From what I’ve found, Google is fairly prompt in their response to these notices, so hopefully you’ll get results in a week or so. Good luck!
Forum: Fixing WordPress
In reply to: How to remove comment and reply fields on pagesHey Mark,
Unless this is more complex than it looks, can’t you just click “Quick Edit” on the page concerned, and de-select the “Allow Comments” checkbox?
see screen capture here: http://screencast.com/t/UwlhmVXCRf
I may be wrong, but if it works, it’d be super simple.
Forum: Fixing WordPress
In reply to: Custom Table Not CenteredHey!
Tables can be a little frustrating.
Why not make your table the width of the page and add an empty column on either side?Admittedly, this is more of a work-around than an actual solution.
Good luck!
Forum: Fixing WordPress
In reply to: How to remove this gray bar from sidebar widget?It looks like you’ve got it figured out, I don’t see any gray bar… If you’re still seeing the problem, what browser are you using?
Forum: Hacks
In reply to: How to display different featured image in category view and post view?You would change it to something like this
MultiPostThumbnails::the_post_thumbnail('post', 'secondary-image', NULL, 'post-secondary-image-thumbnail');you can find more info about how to set this up in the plugin’s faq section.