WooCommerce compatibility

Marketplace Forums Themes Verbo Verbo Free WooCommerce compatibility

This topic contains 7 replies, has 5 voices, and was last updated by  [email protected] 1 year, 8 months ago.

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2775

    mr_bunz
    Member

    I read the guide to try to fix this problem
    http://docs.woothemes.com/document/third-party-custom-theme-compatibility/
    I tried to insert <? php woocommerce_content (); ?> Everywhere but does not work well
    the file code page.php is the following:

    ———————————————————————————————————————

    <?php get_header(); ?>
    
    <?php
        if( have_posts() ){
            while( have_posts() ){
                the_post();
    ?>
                <div class="mythemes-page-header">
    
                  <div class="container">
                    <div class="row">
    
                      <div class="col-lg-12">
                        <h1><?php the_title(); ?></h1>
                        <nav class="mythemes-nav-inline">
                          <ul class="mythemes-menu">
                            
  • " title="<?php _e( 'go home' , 'myThemes' ); ?>"><i class="icon-home"></i> <?php _e( 'Home' , 'myThemes' ); ?>
  • <?php the_title(); ?>
  • </nav> </div> </div> </div> </div> <div class="content"> <div class="container"> <div class="row"> <?php global $post; /* GET LAYOUT DETAILS */ $myThemes_layout = new layout( 'page' , $post -> ID ); /* LEFT SIDEBAR */ $myThemes_layout -> echoSidebar( 'left' ); ?> <!-- CONTENT --> <section class="<?php echo $myThemes_layout -> contentClass(); ?>"> <?php /* LEFT WRAPPER */ $myThemes_layout -> contentWrapper( 'left' ); ?> <article <?php post_class( 'row-fluid' ); ?>> <?php if( has_post_thumbnail() ){ ?> <div class="post-thumbnail"> <?php echo get_the_post_thumbnail( $post -> ID , 'full-thumbnail' , esc_attr( $post -> post_title ) ); ?> <?php $caption = get_post( get_post_thumbnail_id() ) -> post_excerpt; ?> <?php if( !empty( $caption ) ) { ?> <footer><?php echo $caption; ?></footer> <?php } ?> </div> <?php } ?> <!-- CONTENT --> <?php the_content(); ?> <div class="clearfix"></div> </article> <!-- COMMENTS --> <?php comments_template(); ?> <?php /* RIGHT WRAPPER */ $myThemes_layout -> contentWrapper( 'right' ); ?> </section> <?php /* RIGHT SIDEBAR */ $myThemes_layout -> echoSidebar( 'right' ); ?> </div> </div> </div> <?php } /* END PAGE */ } ?> <?php get_footer(); ?>

    ———————————————————————————————————————

    I also tried Using hooks but it is the same

    can someone help me? please …

    #2776

    mythemes
    Member

    unfortunately this theme does not support woocommerce plugin

    #2777

    mr_bunz
    Member

    ok 🙁

    …is the same if i use another ecommerce plugin?

    #2784

    mythemes
    Member

    this theme is not tested with an e-commerce plugin.

    #2921

    ChatMaster
    Member

    Could you tell us which of your themes are tested with WooCommerce? I haven’t gone down this path yet but I will soon. It’s good to know early that there might be issues with Verbo – I’d rather shift to another theme soon than to invest too much in a theme that won’t grow with our site.

    Thank you very much!

    #2922

    mythemes
    Member

    Now we don’t have themes compatible with e-commerce plugins !

    In the near future (~ 2 months), we have the first theme compatible with woocommerce, according to the strategic development plan!

    #3341

    guisarkis
    Member

    Hey guys.

    I’m wondering if you got an update on this. I have been using Verbo Premium and would like to add an e-commerce plugin.

    Cheers

    #10103

    Sometimes your hosting company has some restrictions that’s why it cause troubles while configuring theme or plugins, That’s why I only use cloud hosting companies such as Cloudways WooCommerce hosting, https://www.cloudways.com/en/woocommerce-hosting.php their security and support are really good.

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.

[email protected]