• SQSBMedia

    (@sqsbmedia)


    I am using the Attitude theme and I am not able to integrate the code listed in the “Third Party Custom Compatibility document. I cannot locate the loop. This theme has several “Do” actions and I wonder if that’s the cause but I am not sure how to make this cart work with my theme. Thank you in advance for your help.

    http://wordpress.org/extend/plugins/woocommerce/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor James Koster

    (@jameskoster)

    Hey,

    Post the contents of your page.php file and I’ll hopefully be able to show you what to replace.

    Thread Starter SQSBMedia

    (@sqsbmedia)

    Thank you for your help James,

    Here it is:

    <?php
    /**
     * Displays the page section of the theme.
     *
     * @package Theme Horse
     * @subpackage Attitude
     * @since Attitude 1.0
     */
    ?>
    
    <?php get_header(); ?>
    
    <?php
    	/**
    	 * attitude_before_main_container hook
    	 */
    	do_action( 'attitude_before_main_container' );
    ?>
    
    <div id="container">
    	<?php
    		/**
    		 * attitude_main_container hook
    		 *
    		 * HOOKED_FUNCTION_NAME PRIORITY
    		 *
    		 * attitude_content 10
    		 */
    		do_action( 'attitude_main_container' );
    	?>
    </div><!-- #container -->
    
    <?php
    	/**
    	 * attitude_after_main_container hook
    	 */
    	do_action( 'attitude_after_main_container' );
    ?>
    
    <?php get_footer(); ?>
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Attitude Theme Compatibility’ is closed to new replies.