Forum Replies Created

Viewing 15 replies - 1 through 15 (of 22 total)
  • Thread Starter Taylor59

    (@taylor59)

    Thank for looking at this Ryan. I am pretty sure if I upload the image into the regular WordPress header section it will render the correct size. I am basing this on my home page header image, which I uploaded from my library and it displays the correct size of the image.
    I agree with you that it could be a theme issue. I have done some reading regarding the 2012 theme and featured images/unique images are a challenge for this theme.
    Thank you for your time and looking at this.I appreciate it.

    Thread Starter Taylor59

    (@taylor59)

    Yes Ryan. If I upload an image from my media library it fits as it should in the header area. As you know, the 2012 theme has some set header image sizes but does allow you to upload / crop your header image from the Appearance option.
    SO Yes, my regular header renders correctly.My header image on my home page is 920 x 380.

    My website is https://www.rufftalk4dogs.com

    If you look at this page, https://www.rufftalk4dogs.com/miss-maxie you will see that the image I uploaded from my library which has a size of 649 x 375 looks quite large after uploaded.

    Again,thank you for your time on this.

    Thread Starter Taylor59

    (@taylor59)

    Thanks for getting back to me Ryan. I should have defined that I am using the WordPress 2012 theme. I really really like the idea that I can have a different header image for each page, which is why I want to use your plug-in.
    I guess I am not sure how to answer your question.
    When I upload an image from my media library it displays very large in the header instead of the specified image size. Do you have any other troubleshooting suggestions?
    Thanks again, I appreciate your time.

    Thread Starter Taylor59

    (@taylor59)

    No , but I will look at that. Thank you.

    THANK YOU Junior486.
    The change in the header.php did the trick!

    A Big THANK YOU to all the developers, moderators and volunteers in the forum. Your input is very much appreciated!

    Thread Starter Taylor59

    (@taylor59)

    There were 2 fixes to this problem in the forum.
    The fix that said to make changes in the header.php file did the trick!
    I’d just like to THANK EVERYONE, that takes the time to participate in this forum. Developers, moderators and volunteers your time is very much appreciated.

    having a similar problem here. “Publicize” seemed to set up correctly and my posts do show up on Twitter, but the link from Twitter back to my blog results in “this is somewhat embarrassing” message. My website is https://www.rufftalk4dogs.com

    Thread Starter Taylor59

    (@taylor59)

    I have managed to correct it to a certain extent. I have my content back
    My share this buttons appear at the bottom of the post with the excerpt underneath it and without the “read more” link.
    Then my share this buttons appear again, then underneath that is only the words “read more” which ironically links to the full blog post. Here is the updated code from my php.content template. My website is https://www.rufftalk4dogs.com and I am using the Twenty Twelve theme. Any help will be greatly appreciated.

    <?php if ( is_search() ) : // Only display Excerpts for Search ?>
    		<div class="entry-summary">
    			<?php the_content(); ?>
    		</div><!-- .entry-summary -->
    		<?php else : ?>
    		<div class="entry-content">
    			<?php the_content(); ?>
    		<?php the_excerpt(); ?>
    <a href="<?php echo get_permalink(); ?>"> Read More...</a>
    		<?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'twentytwelve' ), 'after' => '</div>' ) ); ?>
    		</div><!-- .entry-content -->
    		<?php endif; ?>
    Thread Starter Taylor59

    (@taylor59)

    thank you for your time alchymyth.
    Hope this is better
    I have tried to insert the code for a post excerpt and I think I switched something around in my php content. I am using the Twenty Twelve Theme. Could you look at this code and see if I messed up my “entry-content” somewhere? My posts show an excerpt but no link to the entire post. My website is https://www.rufftalk4dogs.com. Thank you for your help on this

    <?php if ( is_search() ) : // Only display Excerpts for Search ?>
     <div class="entry-summary">
     <?php the_content(); ?>
     </div><!-- .entry-summary -->
     <?php else : ?>
     <div class="entry-content">
     <?php the_excerpt(); ?>
    "> Read More...
     <?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'twentytwelve' ), 'after' => '</div>' ) ); ?>
     </div><!-- .entry-content -->
     <?php endif; ?>

    Thread Starter Taylor59

    (@taylor59)

    I figured it out! Thanks for your time previously.

    Thread Starter Taylor59

    (@taylor59)

    ok – thank you for such a quick precise response. Where do I find it?
    I was using the link on the media page after clicking “edit”. Which was this:
    https://rufftalk4dogs.com/?attachment_id=138

    Is it by chance the “file url” over to the right? which is:
    https://rufftalk4dogs.com/wp-content/uploads/2014/01/sitetitle.png

    and how would I insert it into my header.php? or can I use my stylesheet.css?

    Thread Starter Taylor59

    (@taylor59)

    Thanks! I didn’t realize that.
    Appreciate your help.

    Forum: Fixing WordPress
    In reply to: page attributes
    Thread Starter Taylor59

    (@taylor59)

    It seems to only occur on the Blog page.
    I did change the settings for another page and it accepted the changes.
    I will look into the settings: I think it might be set to ‘posts page’.
    Thanks to all for your help and quick replies. I really appreciate it.
    I love WordPress and can’t wait to get my site up and running but its frustrating to get stuck on what seems “little” things.

    Thread Starter Taylor59

    (@taylor59)

    Thank you! That’s it! I was all over the Dashboard and couldn’t figure it out. Thanks again for your help. I appreciate it.

    Thread Starter Taylor59

    (@taylor59)

    I am trying to edit my home page, but there is no dashboard page listed as “home” for me to edit . which means it is not in the listing to choose as static page.
    How do I edit/see the home page created on the blog if it is not in the page listing in Dashboard?

Viewing 15 replies - 1 through 15 (of 22 total)