Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter chris_hotshotcreative

    (@chris_hotshotcreative)

    I am now trying to use the calendar on another website and when I select the “Start Date and End Date” , save the event and then go back in to it, the system is changing the end date on it’s own?

    Thread Starter chris_hotshotcreative

    (@chris_hotshotcreative)

    Sorry for the delay.

    I’m not really sure what to think to be honest.

    Before I had chance to do the tests you suggested, it is now showing the dates without any problem, and nothing has changed.

    Thread Starter chris_hotshotcreative

    (@chris_hotshotcreative)

    I think maybe you thought I meant display an image in a page / post by inserting code in to the editor.

    What I really meant is, I have a post template which I wanted to display the images on alongside the product titles and descriptions.

    eg.

    <?php
    /**
     * The default template for displaying content for outdoor gear
     *
     * @package WordPress
     */
    ?>
    
    	<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    			<?php if ( is_sticky() ) : ?>
    				<hgroup>
    					<h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
    					<h3 class="entry-format"><?php _e( 'Featured', 'twentyeleven' ); ?></h3>
    				</hgroup>
    			<?php else : ?>
    			<h1 class="post-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1>
    			<?php endif; ?>
    
    			<?php if ( 'post' == get_post_type() ) : ?>
    			<div class="entry-meta">
    				<?php twentyeleven_posted_on(); ?>
    			</div><!-- .entry-meta -->
    			<?php endif; ?>
    
    		<?php if ( is_search() ) : // Only display Excerpts for Search ?>
    			<?php wpe_excerpt('wpe_excerptlength_index', 'wpe_excerptmore'); ?>
    		<?php else : ?>
    			<div class="content-left"><?php wpe_excerpt('wpe_excerptlength_index', 'wpe_excerptmore'); ?></div>
    			<div class="content-thumb"><img src="[#7#]" alt="[#3#]" /></div>
    			<?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>', 'after' => '</div>' ) ); ?>
    		<?php endif; ?>
    		<footer class="entry-meta">
    			<?php $show_sep = false; ?>
    			<?php if ( 'post' == get_post_type() ) : // Hide category and tag text for pages on Search ?>
    			<?php
    				/* translators: used between list items, there is a space after the comma */
    				$categories_list = get_the_category_list( __( ', ', 'twentyeleven' ) );
    				if ( $categories_list ):
    			?>
    			<span class="cat-links">
    				<?php printf( __( '<span class="%1$s">Posted in</span> %2$s', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-cat-links', $categories_list );
    				$show_sep = true; ?>
    			</span>
    			<?php endif; // End if categories ?>
    			<?php
    				/* translators: used between list items, there is a space after the comma */
    				$tags_list = get_the_tag_list( '', __( ', ', 'twentyeleven' ) );
    				if ( $tags_list ):
    				if ( $show_sep ) : ?>
    			<span class="sep"> | </span>
    				<?php endif; // End if $show_sep ?>
    			<span class="tag-links">
    				<?php printf( __( '<span class="%1$s">Tagged</span> %2$s', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list );
    				$show_sep = true; ?>
    			</span>
    			<?php endif; // End if $tags_list ?>
    			<?php endif; // End if 'post' == get_post_type() ?>
    
    			<?php if ( comments_open() ) : ?>
    			<?php if ( $show_sep ) : ?>
    			<span class="sep"> | </span>
    			<?php endif; // End if $show_sep ?>
    						<?php endif; // End if comments_open() ?>
    
    		</footer><!-- #entry-meta -->
    	</article><!-- #post-<?php the_ID(); ?> -->

    Hi, a quick question

    If I have a CSV with lots of products and lots of different categories eg. wood craft, paper craft etc

    What’s the best way to import these in to WordPress so that I can display these posts by category?

    Would I need to created the categories in my CPT and import the csv file for each category separately?

    Many thanks for your help
    Chris

    Hi Andy

    It seems to be working ok now. Thanks so much!

    I’m getting this problem too ??

    When I first installed the plugin to test it out it seemed to work fine.

    Now, when I try to upload a file I’m getting this error message.

    I’ve tried several files

    Fatal error: Cannot use object of type WP_Error as array in public_html/wp-content/plugins/affiliate-hoover/model/Form_Model_Alpha.php on line 574

    Hi

    I am also getting the same error

    It’s such a shame as this is the BEST pinterest plugin out there

    I’d happily donate or pay a small fee for a fully working plugin

    Best wishes,
    Chris

Viewing 7 replies - 1 through 7 (of 7 total)