atlantiscanyon
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Add Banner to Iconic Onemaybe the url to the website would help,
Forum: Themes and Templates
In reply to: Edit Homepage ThumbnailsOkay,
Here is some more information. Here is a picture of what I mean:
https://www.flickr.com/photos/22016806@N06/5693984980/in/photostream
I hope this helps,
Thanks!Forum: Themes and Templates
In reply to: Edit Homepage ThumbnailsHere is the code governing the thumbnails on the home page:
<?php $i = 0; ?> <?php if (have_posts()) : while (have_posts()) : the_post(); if( $post->ID == $do_not_duplicate ) continue; update_post_caches($posts); $i++; ?> </p> <div class="span-8 post-<?php the_ID(); ?><?php if ($i == 3) { ?> last<?php } ?>"> <h6 class="archive-header"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title() ?></a></h6> <?php get_the_image( array( 'custom_key' => array( 'thumbnail' ), 'default_size' => 'thumbnail', 'width' => '160', 'height' => '160' ) ); ?> <?php the_excerpt(); ?> <p class="postmetadata"><?php the_time( get_option( 'date_format' ) ); ?> </p> </div> <?php if ($i == 3) { ?><div class="archive-stack clear"></div><?php $i = 0; } ?> <?php endwhile; endif; ?> <div class="clear"></div> <div class="navigation clearfix"> <div><?php next_posts_link('« Older Entries') ?></div> <div><?php previous_posts_link('Newer Entries »') ?></div> </div>
Forum: Themes and Templates
In reply to: Navigation Arrows Are Catagory SpecificIm actually looking for the space between the “post” area where the arrows and content is and my “header”. The arrows operate within the larger post area.
Forum: Themes and Templates
In reply to: Navigation Arrows Are Catagory SpecificThanks! worked great. One other question, how do I adjust the space between the arrows and my header when on a “post” page. I Cant find it for the life of me.
Forum: Themes and Templates
In reply to: Adjusting Margins Between Post ImagesIf its any help I’m using “featured image” system to display my post images on the front page.
Forum: Themes and Templates
In reply to: Editing Post Thumbnail SizeHi,
Thanks guys for all the help. I actually found the problem, which seems to be a little silly. Apperently in my theme f8-light the thumbnail size is defined twice, once in the funtions.php and in style.css on line 449:.thumbnail { width:300px; height:300px; max-width:300px; max-height:300px; overflow:hidden; }
Forum: Themes and Templates
In reply to: Editing Post Thumbnail SizeOkay,
I removed all the images, re-uploaded the original image, and download the thumbnail regeneration plug and re sized all images, still no luck.The only way I can get a square image to display is if I insert the image into the “excerpt” area below the main text, yet If i have other text/images in the post they show up along with the excerpt image on the front page.
Forum: Themes and Templates
In reply to: Editing Post Thumbnail SizeHi,
I deleted my posts and reuploaded the image. Yet, strangely the image on the admin-post-editing page is the proper size, but on the homepage it is still the same, any ideas?
Thanks!!!Forum: Themes and Templates
In reply to: Create Horizontal Nav-BarThanks,
You were right and I changed my code and added ‘title_li=’, yet there is one problem. I have posts with 5 categories, but it is only showing a maximum of 3 categories?? and is there anyway of arranging the categories for aesthetic purposes?Forum: Themes and Templates
In reply to: Creating Alternative Header for PostsThank you, Problem Resolved!!
Forum: Themes and Templates
In reply to: Hover over image in blog postThanks wpapi for the code! I just can’t figure out where to place it. Do I insert that entire code into my blog post and then edit the images, or do I stick it somewhere else such as style.css?
ThanksForum: Themes and Templates
In reply to: Pesky §thanks case closed!
Forum: Themes and Templates
In reply to: Title to snugThank You!!!!
Forum: Themes and Templates
In reply to: Buttons dont workSorry,
I am using the ecommerce plugin. Although I first assumed the plug in was at fault, but I added a link to a post and tried clicking on it to no avail. I am using the thematic theme and it is slightly modified but only a couple of positioning things, nothing that I would immediately assume to create this problem.thanks