Taylor59
Forum Replies Created
-
Forum: Plugins
In reply to: [Unique Headers] header image sizeThank 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.Forum: Plugins
In reply to: [Unique Headers] header image sizeYes 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.
Forum: Plugins
In reply to: [Unique Headers] header image sizeThanks 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.Forum: Themes and Templates
In reply to: Twenty Twelve menu button full screenNo , but I will look at that. Thank you.
Forum: Themes and Templates
In reply to: [Twenty Twelve] Mobile Menu doesn't workTHANK 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!
Forum: Fixing WordPress
In reply to: menu not working on mobileThere 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
Forum: Fixing WordPress
In reply to: php content and post excerptsI 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; ?>
Forum: Fixing WordPress
In reply to: php content and post excerptsthank 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; ?>
Forum: Everything else WordPress
In reply to: image for site nameI figured it out! Thanks for your time previously.
Forum: Everything else WordPress
In reply to: image for site nameok – 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=138Is it by chance the “file url” over to the right? which is:
https://rufftalk4dogs.com/wp-content/uploads/2014/01/sitetitle.pngand how would I insert it into my header.php? or can I use my stylesheet.css?
Forum: Themes and Templates
In reply to: edit css in dashboardThanks! I didn’t realize that.
Appreciate your help.Forum: Fixing WordPress
In reply to: page attributesIt 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.Forum: Fixing WordPress
In reply to: home page not in page listing.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.
Forum: Fixing WordPress
In reply to: home page not in page listing.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?