badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

WooCommerce

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #11317
    John
    Participant

    Doe sthis theme work with WooCOmmerce? I see some weird integration. Any way to make it compatible?

    #11322

    Hi John,
    Recently this theme is not woo commerce compatible. We are thinking to make it compatible soon.
    Thank you!

    #11331
    John
    Participant

    That would be great! Do you know of a timeframe?

    #11372
    John
    Participant

    The issue seems only with the PRODUCTS page.. all else looks good. Can you help me with fixing that until you come up with the full support for it?

    #11373

    Hi John,
    I think you just only add the sidebar.php from twenty fourteen inside theme folder. Hope that may help you
    Thank you!

    #11376
    John
    Participant

    That made it much much better but now we see this at the bottom of the page …

    http://www.olympiacoschicago.com/shop/

    Player Development Is Our Life | One Passion. One Dream. One Academy.

    This is our page heading … how can we get rid of it?

    #11390

    Hi John,

    We have not worked on it yet. Please remove all text from sidebar.php and add this.

    <div id="secondary">
    	<?php
    		$description = get_bloginfo( 'description', 'display' );
    		if ( ! empty ( $description ) ) :
    	?>
    	<h2 class="site-description"><?php echo esc_html( $description ); ?></h2>
    	<?php endif; ?>
    
    	<?php if ( has_nav_menu( 'secondary' ) ) : ?>
    	<nav role="navigation" class="navigation site-navigation secondary-navigation">
    		<?php wp_nav_menu( array( 'theme_location' => 'secondary' ) ); ?>
    	</nav>
    	<?php endif; ?>
    
    	<?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
    	<div id="primary-sidebar" class="primary-sidebar widget-area" role="complementary">
    		<?php dynamic_sidebar( 'sidebar-1' ); ?>
    	</div><!-- #primary-sidebar -->
    	<?php endif; ?>
    </div><!-- #secondary -->
    

    If there is still some issue then you may hire a developer to fix it.

    Thank you!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.