lindsayblogs
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Blog title not updatingBrilliant! It was All in One SEO Pack. I had completely forgotten about setting the Blog Title separately in that plugin. Thank you so much! I really appreciate all of the help!
Forum: Fixing WordPress
In reply to: Blog title not updatingNegative ??
Forum: Fixing WordPress
In reply to: Blog title not updatingThis is totally greek to me, so maybe you can help me decipher. Here is that section of the header.php file:
<title> <?php if ( is_home() ) { ?><?php bloginfo('name'); ?> | <?php bloginfo('description'); ?><?php } ?> <?php if ( is_search() ) { ?><?php bloginfo('name'); ?> | Search Results<?php } ?> <?php if ( is_author() ) { ?><?php bloginfo('name'); ?> | Author Archives<?php } ?> <?php if ( is_single() ) { ?><?php wp_title(''); ?> | <?php bloginfo('name'); ?><?php } ?> <?php if ( is_page() ) { ?><?php wp_title(''); ?> | <?php bloginfo('name'); ?><?php } ?> <?php if ( is_category() ) { ?>Archive | <?php single_cat_title(); ?> | <?php bloginfo('name'); ?><?php } ?> <?php if ( is_month() ) { ?>Archive | <?php the_time(get_option('date_format')); ?> | <?php bloginfo('name'); ?><?php } ?> <?php if (function_exists('is_tag')) { if ( is_tag() ) { ?><?php bloginfo('name'); ?> | Tag Archive | <?php single_tag_title("", true); } } ?> </title>
Forum: Fixing WordPress
In reply to: Blog title not updatingI have done that as well.
Forum: Fixing WordPress
In reply to: Blog title not updatingJust tried it and it still had my old blog title on the title bar. ??
Forum: Fixing WordPress
In reply to: Feed is summarized, but I need full textThank you so much Adrian. I think it’s fixed. The only way I’ll know for sure is when I get my email in the morning with my daily posts I suppose. Thank you. Thank you. Thank you.
Forum: Fixing WordPress
In reply to: Feed is summarized, but I need full textI am still having issues with summarized feed. Is there no one that can help me?
Forum: Fixing WordPress
In reply to: Feed is summarized, but I need full textI really need help with this. It’s driving me batty! Does anyone else have any suggestions?
Forum: Fixing WordPress
In reply to: Feed is summarized, but I need full textI just went through each of my plugins and nothing helped on that front.
Switching themes is a very scary proposition for me. I may never get it back…plus it was customized by someone for me and I doubt I could get it back.
Forum: Fixing WordPress
In reply to: Text Wrapping Around Images (have tried the suggested fixes)Aha. Internet Explorer is at it again. Thanks so much.
That fixed it. Thanks again! I feel much better now.
Forum: Fixing WordPress
In reply to: Text Wrapping Around Images (have tried the suggested fixes)The wordpress.com site is how I like the posts to look. On my new site (www.lindsayblogs.com) there is no text wrapping around the images. As you can see, there is a great deal of white space next to each image. I want the text to wrap the image just like it does on https://lindsayreviews.wordpress.com.
This may all be a null issue once my new custom design is completed, but that is several weeks off and I hate for it to look like junk in the meantime. Should I maybe just go with another theme?
Forum: Fixing WordPress
In reply to: Text Wrapping Around Images (have tried the suggested fixes)t31os_ I added the classes you suggested to style.css and nothing happened. ??
The old blog is still up at https://lindsayreviews.wordpress.com. Any help you can give would be greatly appreciated ??
Forum: Fixing WordPress
In reply to: Text Wrapping Around Images (have tried the suggested fixes)Thanks t31os_. I’ll try that and let you know.
Forum: Fixing WordPress
In reply to: Text Wrapping Around Images (have tried the suggested fixes)Is there anyone that can help me? My posts are not looking pretty. ??
Forum: Fixing WordPress
In reply to: Text Wrapping Around Images (have tried the suggested fixes)I don’t see anything like that in the style.css. This is the only thing I see with img even in the tag:
#me img { float:left; margin-right:12px; }