algreg
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Freedream 2010 Date RemovalThanks Sweeper. I had to fumble around a bit inside the stylesheet to find the correct location but it worked.
For those who want to reference this, I have the Freedream2010 theme. And by using Sweeper’s suggestion to enter his code above, I found a way to delete dates off my site.
You’re going to need to go to the stylesheet and go under the heading Content. You will see quite a few headings like Content, Menu, Header, Global Elements etc. Each of these heading are underlined by a series of about 50 dashes or so. When you get under the Content one you need to scroll down a bit to where you find similar code to what’s above.
Use Sweeper’s code and it will work. My surrounding code is:
.entry-meta a:link, .entry-meta {display:none;} .entry-meta a:visited { color: #B404AE;That’s what I did and it worked like a charm.
Thanks Sweeper.
Forum: Themes and Templates
In reply to: Freedream 2010 Date RemovalHey Dave. Thanks for replying. I looked through all my templates and did a Ctrl+F search for the terms time and date. Functions.php and attachment.php had items that I thought were similar to the code you gave me.
I deleted them and tried different ways to delete them with and without surrounding code but none of them looked like your code and none of the “fixes” worked. I broke my site 3 times and repaired it with the code editor in my cPanel. I did all this and wasted four hours and still have dates on my site.
I even deleted the post2page plugin I had and then tried again. Still…nothing.
I tried the date exclusion SEO plugin and that didn’t work either.
This seems like such a common problem, it should be easy to fix without me having to change the theme. I really hope it is. This is a big pain in the butt.
Forum: Installing WordPress
In reply to: 2.8 Not See”Save Changes” button in “General Settings”Here’s another plugin that causes the problem:
Twitter Tools: bit.ly Links
It seems like all the really cool plugins have this problem. I think it might have something to do with PHP. But I’m not sure.
Anyway, you can still use these plugins you just have to deactivate them when you want to change any of your general settings and then reactivate them when you’re done.
Forum: Installing WordPress
In reply to: 2.8 Not See”Save Changes” button in “General Settings”Hey guys. I found out that there are certain plugins that cause this problem. I currently have 16 plugins and there are two of them that specifically cause this problem:
Google Analytics for WordPress
Live Countdown TimerI went through and deactivated and reactivated each plugin. When I came to these two I wasn’t able to see the General Settings save button upon reactivation.
I’m sure there are more plugins that cause this problem with 2.8. I just wanted to make sure everyone knew about these two.
Forum: Fixing WordPress
In reply to: Broken ImagesDid you recently move your blog to a new directory? If so, go to http://www.yourblogname.com/wp-admin/options.php. Make sure you change the “upload_path” to the new directory.
Hope this helps.