Viewing 14 posts - 16 through 29 (of 29 total)
  • #184711
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    Not seeing any errors here – can you please confirm?

    – Ed

    #184714
    fixers
    Member
    Post count: 253

    Hi Ed,

    Thats correct, with woo commerce running in the child theme – no errors. BUT – all elements built inside the swift page builder aren’t showing either?

    #184750
    fixers
    Member
    Post count: 253
    This reply has been marked as private.
    #184751
    Nishant – SUPPORT
    Spectator
    Post count: 649

    Hello fixers,

    Our head developer is looking into this. You will get a response soon. Thanks for your continued patience.

    #185054
    fixers
    Member
    Post count: 253
    This reply has been marked as private.
    #185127
    fixers
    Member
    Post count: 253
    This reply has been marked as private.
    #185128
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    We’ll look into it today, I’ll pass it onto Rui now and I’ll look at it later if needs be.

    – Ed

    #185130
    fixers
    Member
    Post count: 253

    Brilliant, thanks Ed and Rui!

    #185133
    fixers
    Member
    Post count: 253

    Rui, Whilst your on the site – do you have any idea why this menu is appearing like this? See attached.

    Attachments:
    You must be logged in to view attached files.
    #185138
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    I’m checking this but the content-single-product.php is heavily customized.
    I manage to display the product page builder content. It looks you have a sidebar in your layout guess you will use it right? I’t empty at the moment.

    Check it again an give your toughs. I’m kind of lost of what you really want to achieve.

    -Rui

    #185143
    fixers
    Member
    Post count: 253
    This reply has been marked as private.
    #185149
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    In the content-single-product.php of your child theme

    I added this at the beginning

      global $post, $product;
      $product_short_description = sf_get_post_meta($post->ID, 'sf_product_short_description', true);

    and also this block of code before the woocommerce_after_single_product_summary hook

    
    <?php if ($product_short_description != "") { ?>
    			<div class="product-short">
    				<?php echo do_shortcode($product_short_description); ?>
    			</div>
    		<?php } else { ?>
    			<div class="product-short">
    				<?php echo do_shortcode(apply_filters( 'woocommerce_short_description', $post->post_content )); ?>
    			</div>
    		<?php } ?>

    If you compare this file with the original one provided for the theme you will see a lot of modifications.

    In our Woocommerce ovrerride files we have the hooks provided by Woocommerce, maybe it wasn’t enough for you ex-developer.

    Don’t take us wrong but this is really outside of our support scope and we already went further than usual. try to get another experience developer in WordPress and Woocommerce.

    -Rui

    #185477
    fixers
    Member
    Post count: 253
    This reply has been marked as private.
    #185500
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    In that situation leave like it is, is not trowing any error so that’s fine.

    -Rui

Viewing 14 posts - 16 through 29 (of 29 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register