doc4
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Images from URL work, but not from my Computer. Help!SPBurke,
Attach a link to your site so we can take a look.
Forum: Fixing WordPress
In reply to: trying to edit/update my pages but it’s not saving my changesmisscecily,
Try making the changes and ensuring you are in Visual mode and then save the post. I’ve experienced issues saving while in HTML mode where nothing is actually saved and is reverted to the previous revision.
Forum: Fixing WordPress
In reply to: problem with my sitemapsfifthhouse,
Both the sitemap.xml and sitemap.xml.gz files should be in the root directory ( the same directory as wp-content folder ) double check this and the link provided to Google to the sitemap. Could simply be a typo.
Forum: Fixing WordPress
In reply to: Add stroke to TitleScarinci32,
It isn’t possible to add a stroke using CSS. CSS provides font-weight thicknesses such as “normal, bold and variations therefof”.
I was about to suggest adding a bold font-weight but this is currently in use. Have you considered an alternate color for the text?
Forum: Fixing WordPress
In reply to: How do I lock/offline WordPress while it’s being builtcarterx,
Maintenance-Mode has always been my favorite. Simple and easy to modify the index page.
Forum: Fixing WordPress
In reply to: Include comments from a certain page/post on a different pagespackletoe,
I have come across this situation before as well. I would be interested to know if you find a way to make this work.
Forum: Fixing WordPress
In reply to: All the Images are coveredrlangson,
Try disabling the events-calendar plugin, it appears to be adding some additional code. See below:
http://www.captainkirkskaraoke.com/wp-content/plugins/events-calendar/images/loading.gifForum: Fixing WordPress
In reply to: Remove category, post date, etconeorganizedlife,
Remove the following line from index.php, single.php and anywhere else it may appear:
<div class="date"><span class="author">Posted by <?php the_author(); ?></span> <span class="clock"> On <?php the_time('F - j - Y'); ?></span><span class="comm"><?php comments_popup_link('ADD COMMENTS', '1 COMMENT', '% COMMENTS'); ?></span></div>Forum: Fixing WordPress
In reply to: Cannot Remove Border Around Images Within Postsmarkwilliamsjr,
Set your site live again so we can take another look.
Forum: Fixing WordPress
In reply to: best countersaddleworthantiques,
Statcounter is free and simple: http://www.statcounter.com/ but once signed up with Google Analytics http://www.google.com/analytics/ you will receive a better interface and more intuitive layout. Statcounter is a little old school but still effective so no honest complaints.
Forum: Fixing WordPress
In reply to: What happened to Dates???Forum: Fixing WordPress
In reply to: Uploading picturesthedreamdayproject.com,
Check the link esmi suggests and make sure the Uploads folder exists and is accessible via permissions setting to 777. I realize WordPress should be sending an error altering you of this but just in case.
Forum: Fixing WordPress
In reply to: Won’t save the 1st paragraph in new postparice123,
esmi may have the answer here. Pasting the content from another site or from a Word Document can and will include additional code which may be causing this problem. If copying content try pasting it into a program such as Notepad or TextEdit then re-copy it and paste it into WordPress. This effectively strips all code from the content.
Forum: Fixing WordPress
In reply to: Image caption shortcode not being parsedkrimsly,
Show the code used to generate the caption beforehand.
Forum: Fixing WordPress
In reply to: Tagsbethj80,
It might not be visible because it may be turned off. At the top of the Post page click the “Screen Options” tab (upper-right) and make sure “Post Tags” is checked.