Forum Replies Created

Viewing 15 posts - 1 through 15 (of 21 total)
  • in reply to: Custom Lightbox #322123
    Buysmartuk
    Member
    Post count: 22

    Thanks Rui for such a fast reply. I will take a look at this! Greatly appreciated.

    in reply to: Choose zoomed product image format? #318509
    Buysmartuk
    Member
    Post count: 22

    Any ideas when that next update is coming?

    Many thanks.

    in reply to: List child pages on parent page like a blog homepage #286794
    Buysmartuk
    Member
    Post count: 22

    In case anyone else wonders how to do something similar I have gone with the following solution.

    I have created a custom post type of ‘guides’.

    I have then used the blog posts element from swift framework and override the post type to be guides.

    in reply to: Move buy button to underneath product price? #269204
    Buysmartuk
    Member
    Post count: 22

    Oh sorry 🙂

    This looks really interesting I will give it a whirl and let you know how I get on but this looks a lot more maintainable.

    Many thanks!

    in reply to: Move buy button to underneath product price? #267811
    Buysmartuk
    Member
    Post count: 22
    This reply has been marked as private.
    in reply to: Move buy button to underneath product price? #267809
    Buysmartuk
    Member
    Post count: 22

    Hi,

    Hmmm not entirely what I was looking for its more a hacky way.

    function xyz_tweak_product_page(){
    	remove_action( 'woocommerce_single_product_summary', 'sf_product_share', 45 );
    	remove_action( 'woocommerce_single_product_summary', 'sf_product_short', 20 );
    	add_action( 'woocommerce_after_add_to_cart_form', 'sf_product_short', 20 );
    }

    I kind of got it running this way for now by adding this to functions.php. Unfortunately at the moment I have to run it at the end of sf-woocommerce.php but would prefer a hook which occurs at the end of that files actions happening to catch it without effecting that core file directly.

    Any ideas what action I could hook into?

    Many thanks.

    in reply to: Move buy button to underneath product price? #267426
    Buysmartuk
    Member
    Post count: 22
    This reply has been marked as private.
    in reply to: Move buy button to underneath product price? #267338
    Buysmartuk
    Member
    Post count: 22

    I’ll try this quickly.

    [PRODUCT PRICE]
    [BUY BUTTON]
    [PRODUCT SHORT DESCRIPTION]
    [CATEGORIES & TAGS]
    [SHARE]

    Ive already used child version of content-single-product.php to move the title of product and crumbs to be full width above the image and right hand side product summary container.

    If you still need an image let me know.

    Many thanks for your help!

    in reply to: Products by tags #266888
    Buysmartuk
    Member
    Post count: 22

    No worries!

    Definitely think its a worthwhile addition to the Swift Framework for woocommerce though. It effectively gives you the freedom the use posts, pages etc for anything product wise you wish and create great content for.

    Thanks.

    in reply to: Products by tags #266848
    Buysmartuk
    Member
    Post count: 22

    Yeah that plugin works in a simple sense to put out a grid. Will use this to get around it for now.

    Thanks!

    in reply to: Products by tags #266492
    Buysmartuk
    Member
    Post count: 22

    Thanks Kyle.

    I will take a look at this and see where I get with it.

    WooCommerce Display Products by Tags

    Might be useful for others.

    Cheers!

    in reply to: Products by tags #266479
    Buysmartuk
    Member
    Post count: 22

    Thanks Kyle thats really useful.

    Though im still looking to sort out specific pages for these type of tags which I can have full article content for. Surely there must be a way. There is just reason to put together a 2000+ piece of content for some of these tags/categories and the only way I can see it is with pages.

    Maybe Its just not possible?

    in reply to: Products by tags #266466
    Buysmartuk
    Member
    Post count: 22

    Thanks for getting back so fast Kyle.

    First it messes with the breadcrumbs. It gives you no control on what the primary category is even if you choose primary in wordpress admin console.

    Second things like colour ‘white’, ‘black’ etc arent really good for categories they are more tags. Your categories would very quickly become a mess and lead to even more problems with the primary issue on breadcrumbs. It just does not seem like the right solution or elegant way for using categories.

    Does that make sense or am I missing something obvious?

    Thanks Kyle.

    Buysmartuk
    Member
    Post count: 22

    Ive posted it up on the wordpress plugin support forum. Not sure how active they are on that mind.

    Thanks.

    Buysmartuk
    Member
    Post count: 22

    No its just the same with default so its not the theme as such.

    Also noticed that on the lightbox its forces to the full original image so if you run a watermark plugin for instance it does not get applied.

    Thanks for getting back to me and sorry for the delay in replying.

Viewing 15 posts - 1 through 15 (of 21 total)