robertallen
Forum Replies Created
-
Forum: Plugins
In reply to: [Owl Carousel] Responsive problems with 3 imagesI didn’t test with any other amount of images, by the way. I absolutely have to have 3 up there…no more, no less (for the time being).
Hi Cais,
Unfortunately I tried that and it didn’t work.
This is the URL I get after the domain.
/wp-admin/admin.php?page=nggallery-manage-gallery&mode=edit&gid=1&paged=1
Forum: Fixing WordPress
In reply to: Problem with Cropping ThumbnailsHi Trisha, Thank you for responding.
I did read somewhere that there is a way to crop images that are already in the media library, so that you don’t have to upload them again.
My other dilemma is that I have resizing/cropping set on each of the posts (large rectangular images above the header of each post), and I’m afraid this will mess up that portion.
So, I guess, my problem is I need 2 thumbnails. One that’s very large, and the other that is 250×250 that will fit on the home page.
I have this in my functions that would add this already…
add_image_size( 'col1-other-posts', 250, 250, true );
I must be doing something wrong with the PHP code.
This is my entire code that does the loop on the home page.
<ul class="home-col1-other-posts"> <?php $catquery = new WP_Query( '/*cat=6*/&posts_per_page=4&offset=1' ); while($catquery->have_posts()) : $catquery->the_post(); ?> <li> <div class="col1-border"></div> <div class="col1-thumbnail"><a href="<?php the_permalink() ?>" rel="bookmark"><?php echo get_the_post_thumbnail($post_id, 'col1-other-posts'); ?></a></div> <h3><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3> <div class="col1-author">by <?php the_author(); ?></div> </li> <?php endwhile; ?> </ul>
Forum: Fixing WordPress
In reply to: Query specific post ID's ProblemI think it’s something with the first line where it’s not grabbing the post ID’s. Do I need to use $postID or something in it?
Forum: Plugins
In reply to: [Custom Post Type Permalinks] Can't rename Front Page PermalinkHow would I do that? Do I change it to argument[“rewrite”][“slug”]
I thought it was a theme error (using Thesis) but I switched the site to a default theme and I’m still getting nothing (I’m thinking a 404?)
Forum: Hacks
In reply to: Dynamic Dropdown lists for Categories, Sub-Categories, Posts!No, I’m afraid I didn’t. Sorry.
Forum: Plugins
In reply to: [WP Nivo Slider] Send Picture and Configure goes to a 404 ErrorApologies…this is not the right plugin. I wanted “Nivo Slider for WordPress”. Not sure why it posted here.
I have done that, thank you for the help.
Forum: Plugins
In reply to: [Related Posts] Displaying Default Images instead of Featured ImagesHi Silvo,
Thank you for your response. After posting I noticed others were having the same issue. We reverted back to 2.7 and now it works.
Thanks again,
RobertForum: Plugins
In reply to: [Plugin: WordPress SEO by Yoast] Error loading stylesheet on sitemapSorry, I was referring to the Google Sitemap Plugin. Do you happen to have that installed by chance?
Forum: Plugins
In reply to: [Plugin: WordPress SEO by Yoast] Error loading stylesheet on sitemapDo you have Google Sitemaps loaded by chance?
If so, try disabling that.
The reason I wonder if it is is because I get this error when opening up your link…
BWP Google XML Sitemaps Error: Requested module (sitemap_index) not found or not allowed.
Forum: Plugins
In reply to: [Sociable] [Plugin: Sociable] Where is Pinterest?I tried this code, but for some reason when you click on the icon it just takes you to the web page you are at.
Is there something that I’m missing in that code? Do I need spriteCoordinates or something?
Forum: Fixing WordPress
In reply to: 404 PageSorry about that. I completely forget to do that. I’ll do better next time.