rawarrior
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Broken RSS feed shows codeIE says this:
Invalid xml declaration.
Line: 3 Character: 3
<?xml version=”1.0″ encoding=”UTF-8″?>this is my top line of code:
<?xml version="1.0" encoding="UTF-8" ?>Forum: Themes and Templates
In reply to: Remove extra gaps in backgroundThank you for taking the time to look at my code! That took care of one of them right away!
There is one more extra space right above the first comment. I can’t find where to eliminate. Any ideas appreciated.
I want to keep the break above “What do you think?” However, I want to eliminate the one at the bottom under the smilies.
I’d like to add one to pages between content and comments, but I’ve tried adding div’s in several places. Here is the page.php.
<?php get_header(); ?> <!-- start content --> <div id="content"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <h1 class="title"><?php the_title(); ?></h1> <div class="entry"> <?php the_content('<p class="serif">Read the rest of this page »</p>'); ?> <p> <?php if(function_exists('wp_email')) { email_link(); } ?> </p> <?php if( function_exists( 'pjlCopyrightGet' ) ) echo pjlCopyrightGet(); ?> <div> <?php comments_template(); ?> </div> <?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?> </div> </div> <?php endwhile; endif; ?> <?php edit_post_link('Edit this entry.', '<p>', '</p>'); ?> </div> <!-- end content --> <?php get_sidebar(); ?> <?php get_footer(); ?>Forum: Plugins
In reply to: Adding File URL by default when adding media?forgot my url just in case:
http://rawarrior.comForum: Plugins
In reply to: Adding File URL by default when adding media?I’ve looked hi and lo ~
Anyone know how to change images from “post URL” to “file URL” after they’ve been uploaded? I need to convert a lot of them and re-loading is not going to be easy…ben_allison: We laughed. Big fans of Ben Stein.
Forum: Everything else WordPress
In reply to: every media has different pages.Same exact problem as saaqi.
This is not “okay” because when WordPress creates those pages, they have all features of the actual posts that I create. This means there are links to post to Facebook or Email this post. Of course these links are broken. Google doesn’t like broken links all over the place any more than it likes duplicate content. I, too, always use “file URL” – doesn’t help…
http://rawarrior.comForum: Themes and Templates
In reply to: How to make the width of my blog bigger?I tried that. The only thing that is working is to cut out a sidebar and make my site actually that small. Thought we could just have it 100% and show in all sites the same, just smaller in those w/low resolution.
So, now there’s lots of wasted space. Any other options?
Forum: Themes and Templates
In reply to: How to make the width of my blog bigger?forgot to give a link to site:
http://rawarrior.comForum: Themes and Templates
In reply to: How to make the width of my blog bigger?My site is too wide for the 1024 wide resolution so there is a horizontal scrollbar. Is there a way to make the width narrower without redesigning? Have tried a hundred things including wrapper, container, max width, min width, centering via div, and fluid widths at various percents. I’d like for all text to be visible in the 1024 wide screens, but fill with wallpaper in a fluid way so no one sees blank white space. Can anyone tell me if I have to just make a smaller website or can I reduce for those people so they have no scrollbar? I’d appreciate any help. Have worked for 2 days solid w/ no progress. Tried all the usual things. Maybe the wallpaper is too large?
Forum: Plugins
In reply to: [Plugin: WP Smush.it] Error posting to Smush.itAkk.
Same error message as others. Really hoping for an answer. Will try Ocean’s fix.
http://rawarrior.comANY IDEAS?
Not working.Forum: Fixing WordPress
In reply to: Thumbnail problemShane, I am trying to use your method with new wp site with old flourish theme. So, far no go. I did not add the plugin – is that necessary to make it work? I already have over 100 posts, so don’t want to re-upload.
Anybody know?Forum: Themes and Templates
In reply to: enable threaded nested comments in inove themeI just switched to a flourish theme and have the same problem
I have tried everything I can think of.
maybe I can start another thread if they claim this is resolved.Forum: Fixing WordPress
In reply to: Problem with Discussion SettingsI have the same problem.
However, it was working until I changed the theme yesterday to flourish. I also have no avatars.How can we make the theme allow the discussion features to work again??