nat@cry
Forum Replies Created
-
Forum: Plugins
In reply to: [Customizer for WooCommerce] Doesn't seem to work with New WooCommerceHi I seem to be having issues using this with woocommerce 2.1.2, the change text of buttons is no longer working, is this due for a fix in the next update?
Thanks, this plugin is fantastic!
Forum: Plugins
In reply to: [WC - APG Weight Shipping] Not workingThank you guys for the help . . . even if it was me being a rather big idiot! I was reading the setting as a “/” (black slash) not a “|”
Forum: Plugins
In reply to: [WC - APG Weight Shipping] Not workingHi was wondering whether you got my email?
Sent it through last week.Many thanks for looking into this, thanks!
Forum: Hacks
In reply to: Use if post has tag auto generate link to page<?php /** * Template Name: Single-2 * * @package WordPress * @subpackage Twenty_Eleven * @since Twenty Eleven 1.0 */ get_header(); ?> <section id="primary2"> <div id="content" role="main"> <?php while ( have_posts() ) : the_post(); ?> <?php if(has_tag('josh-fell')) { ?><a href="<?php bloginfo('template_directory'); ?>/memorial-funds/josh-fell"><?php }; ?> <nav id="nav-single"> <h3 class="assistive-text"><?php _e( 'Post navigation', 'twentyeleven' ); ?></h3> <span class="nav-previous"><?php previous_post_link( '%link', __( '<span class="meta-nav">←</span> Previous', 'twentyeleven' ) ); ?></span> <span class="nav-next"><?php next_post_link( '%link', __( 'Next <span class="meta-nav">→</span>', 'twentyeleven' ) ); ?></span> </nav><!-- #nav-single --> <?php get_template_part( 'content', 'single' ); ?> <?php comments_template( '', true ); ?> <?php endwhile; // end of the loop. ?> </div><!-- #content --> </section><!-- #primary --> <?php get_footer(); ?>Thanks
Forum: Hacks
In reply to: Use if post has tag auto generate link to pageSorry that should not say images it should be linking to a page.
The code should read
`<?php if(has_tag(‘josh-fell’)) { ?>/memorial-funds/josh-fell”><?php }; ?>Basically is this possible, that if a post is tagged with a certain tag it will auto generate the link to be displayed?
Thanks (sorry for the confusion)
Forum: Hacks
In reply to: Use if post has tag auto generate link to pagesorry code when wrong
<?php if(has_tag('josh-fell')) { ?><a href="<?php bloginfo('template_directory'); ?>/images/josh-fell"><?php }; ?>Forum: Hacks
In reply to: Use if post has tag auto generate link to pageHi I have tried working with that (must worn you I am a PHP beginner)
Using a custom theme that has been created based on the standard twenty eleven theme.
For the output of the link to either be before or after the content.
What I have is
<?php if(has_tag(‘josh-fell’)) { ?>/images/josh-fell”><?php }; ?>but I would like to expand that for use with other tags and to do nothing if it is not one of the tags I need to do this.
To set the scene further these are so our supporters with memorial funds can share posts to information or event write ups they have do for us in memory of someone, But that post displays a link to their main memorial funds page.
Awkward bit is these posts can be in multiple categories or completely different categoriesThanks I realise this is probably confusing!
Forum: Plugins
In reply to: [WC - APG Weight Shipping] Not workingCould you let me know your email please add I shall send you a couple of screen shots
Thanks
Forum: Plugins
In reply to: [AWD Weight/Country Shipping for WooCommerce] Plugin isn't working.Has anybody figured this out as it is happening for me too. United Kingdom, using wordpress 3.8
Forum: Plugins
In reply to: [My Post Order] Post order on homepage from get_postsHi Kaplin
Thanks for your reply, I have treid the new code and even created a page to test it on but no luck, all it does is grab the newest posts rather than the order I have created, any ides?
Your help is very much appreciated
Thanks Nat
I would also like the template file but I can not find it? please help
I figure it out!!! I have used this for certain categories for getting the continue reading link for some and not others
`function twentyeleven_continue_reading_link() {
if(in_category(array(2080,2081))) {
return ”;
} else
return ‘ ‘ . __( ‘Continue reading <span class=”meta-nav”>→</span>’, ‘twentyeleven’ ) . ‘‘;
}I hope this might some day help another presser! (I edited the code in the functions.php file
Forum: Plugins
In reply to: [Plugin: Advanced Code Editor] Theme Download not workingI am also having this problem downloading I can download a page but not the theme as a whole (used to be able to but now cannot)
I have tried in various browsers any ideas?
Thanks