applegateian
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom html after each menu itemPerfect ??
Forum: Fixing WordPress
In reply to: Custom html after each menu itemThanks Andrew – I’ll give that a go and let you know.
Forum: Fixing WordPress
In reply to: Always force one specific categoryMy mistake – pasted incorrectly and it works PERFECTLY. The checkbox is there by default, that will do the job. Thank you.
Forum: Fixing WordPress
In reply to: Always force one specific categoryThanks for the suggestion, currently getting this error with this code:
Parse error: syntax error, unexpected T_IF in /nfs/c08/h03/mnt/126187/domains/architectsrepublic.com/html/community/wp-content/themes/reverie/functions.php on line 176
Is this when you try to switch roles to make changes? Mine is getting stuck when trying to do this.
Forum: Plugins
In reply to: [Sweet Custom Dashboard] Redirect not working for all usersHey Remi – I realised this was a conflict with Advanced Access Manager plugin, not to worry ??
Forum: Fixing WordPress
In reply to: Always force one specific categoryAny thoughts on this guys?
Forum: Plugins
In reply to: Hide missing image icon for Tim ThumbThanks loads, timthumb version was out of date.
Forum: Plugins
In reply to: Hide missing image icon for Tim ThumbCan anybody help with this one? thanks
Forum: Plugins
In reply to: [BackUpWordPress] Backing up media filesGreat thanks!
Guys? Would love to know if this functionality is achievable.
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Theme not changingPS I tried saving the CSS within my theme for jquery-ui.css and editing the two lines in your plugin to reference that, but it didn’t work.
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Theme not changingHi there
This profile is exactly what I am looking for but I am finding the same issue above, I just see the links in a list, and anchored down the page when I click.
Anything I can do?
Forum: Plugins
In reply to: Hide missing image icon for Tim ThumbHi there
It’s showing the URL for the images that ARE there. Where the image is missing it works, and hides correctly.
So the broken images are working, as I hoped. But the images that are there, spit out the image url instead of the image itself.
This is inside the loop and it is a custom field called featured image:
<?php /* Start loop */ ?> <?php while (have_posts()) : the_post(); ?> <article <?php post_class() ?> id="post-<?php the_ID(); ?>"> <header> <h1 class="entry-title"><?php the_title(); ?></h1> <?php reverie_entry_meta(); ?> </header> <div class="entry-content"> <div class="projectDetails"> </div> <?php the_content('Continue...'); ?> <a href="<?php the_field('featuredimage' ); ?>" rel="lightbox" title="<?php the_field('featured_image_description'); ?>"><img src="<?php echo get_option('siteurl') ?>/wp-content/themes/reverie/scripts/timthumb.php?src=<?php the_field('featuredimage' ); ?>&w=770&zc=1" class="post<?php the_category_unlinked(' '); ?> alt="Post Image" class="postimgthumb" /></a> <p><?php the_field('featured_image_description'); ?></p> <a href="<?php the_field('another_project_image-1' ); ?>" rel="lightbox" title="<?php the_field('image_1_description'); ?>"><img src="<?php echo get_option('siteurl') ?>/wp-content/themes/reverie/scripts/timthumb.php?src=<?php the_field('another_project_image-1' ); ?>&w=770&zc=1" alt="Post Image" class="postimgthumb" /></a> <p><?php the_field('image_1_description'); ?></p> <a href="<?php the_field('another_project_image-2' ); ?>" rel="lightbox" title="<?php the_field('image_2_description'); ?>"><img src="<?php echo get_option('siteurl') ?>/wp-content/themes/reverie/scripts/timthumb.php?src=<?php the_field('another_project_image-2' ); ?>&w=770&zc=1" alt="Post Image" class="postimgthumb" /></a> <p><?php the_field('image_2_description'); ?></p> <a href="<?php the_field('another_project_image-3' ); ?>" rel="lightbox" title="<?php the_field('image_3_description'); ?>"><img src="<?php echo get_option('siteurl') ?>/wp-content/themes/reverie/scripts/timthumb.php?src=<?php the_field('another_project_image-3' ); ?>&w=770&zc=1" alt="Post Image" class="postimgthumb" /></a> <p><?php the_field('image_3_description'); ?></p> <a href="<?php the_field('another_project_image-4' ); ?>" rel="lightbox" title="<?php the_field('image_4_description'); ?>"><img src="<?php echo get_option('siteurl') ?>/wp-content/themes/reverie/scripts/timthumb.php?src=<?php the_field('another_project_image-4' ); ?>&w=770&zc=1" alt="Post Image" class="postimgthumb" /></a> <p><?php the_field('image_4_description'); ?></p> <a href="<?php the_field('another_project_image-5' ); ?>" rel="lightbox" title="<?php the_field('image_5_description'); ?>"><img src="<?php echo get_option('siteurl') ?>/wp-content/themes/reverie/scripts/timthumb.php?src=<?php the_field('another_project_image-5' ); ?>&w=770&zc=1" alt="Post Image" class="postimgthumb" /></a> <p><?php the_field('image_5_description'); ?></p> <a href="<?php the_field('another_project_image-6' ); ?>" rel="lightbox" title="<?php the_field('image_6_description'); ?>"><img src="<?php echo get_option('siteurl') ?>/wp-content/themes/reverie/scripts/timthumb.php?src=<?php the_field('another_project_image-6' ); ?>&w=770&zc=1" alt="Post Image" class="postimgthumb" /></a> <p><?php the_field('image_6_description'); ?></p> <p>Name: <?php the_field('project_name'); ?></p> <p>Location: <?php the_field('location'); ?></p> <p>Client: <?php the_field('client'); ?></p> <p>Project Year: <?php the_field('project_year'); ?></p> <p>Project Sector: <?php the_field('project_sector'); ?></p> <p>Cost: £<?php the_field('cost'); ?></p> <?php the_field('project_summary'); ?> <div class="postmeta"> <a href="<?php the_permalink() ?>#commenting" title="View Comments"> <div class="postFooter"> <div class="postFooterLeft"> <span class="comm"><?php comments_number('0 Comments','1 Comment','% Comments'); ?></span></a> <span class='st_email_hcount' displayText='Email'></span><span class='st_twitter_hcount' displayText='Tweet'></span><span class='st_fblike_hcount' ></span> </div><!--/postFooterLeft--> </div><!--/postFooter--> <br class="clearBoth"> </div><!--/postmeta--> </div> <footer> <?php wp_link_pages(array('before' => '<nav id="page-nav"><p>' . __('Pages:', 'reverie'), 'after' => '</p></nav>' )); ?> <p><?php the_tags(); ?></p> </footer> <?php comments_template(); ?> </article> <?php endwhile; // End the loop ?>
Forum: Plugins
In reply to: Hide missing image icon for Tim ThumbActually so sorry – my test was wrong. It has worked on the fields that have no image, but on the others, it is rendering the image URL instead of the image….
So it just puts the image url in text on the page – any ideas?