Forum Replies Created

Viewing 15 replies - 31 through 45 (of 73 total)
  • Thread Starter applegateian

    (@applegateian)

    Perfect ??

    Thread Starter applegateian

    (@applegateian)

    Thanks Andrew – I’ll give that a go and let you know.

    Thread Starter applegateian

    (@applegateian)

    My mistake – pasted incorrectly and it works PERFECTLY. The checkbox is there by default, that will do the job. Thank you.

    Thread Starter applegateian

    (@applegateian)

    Thanks 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.

    Thread Starter applegateian

    (@applegateian)

    Hey Remi – I realised this was a conflict with Advanced Access Manager plugin, not to worry ??

    Thread Starter applegateian

    (@applegateian)

    Any thoughts on this guys?

    Thread Starter applegateian

    (@applegateian)

    Thanks loads, timthumb version was out of date.

    Thread Starter applegateian

    (@applegateian)

    Can anybody help with this one? thanks

    Thread Starter applegateian

    (@applegateian)

    Great thanks!

    Thread Starter applegateian

    (@applegateian)

    Guys? Would love to know if this functionality is achievable.

    PS 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.

    Hi 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?

    Thread Starter applegateian

    (@applegateian)

    Hi 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: &pound;<?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 ?>
    Thread Starter applegateian

    (@applegateian)

    Actually 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?

Viewing 15 replies - 31 through 45 (of 73 total)