Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
Thanks Rui for such a fast reply. I will take a look at this! Greatly appreciated.
Any ideas when that next update is coming?
Many thanks.
August 10, 2016 at 11:48 am in reply to: List child pages on parent page like a blog homepage #286794In 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.
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!
This reply has been marked as private.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.
This reply has been marked as private.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!
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.
Yeah that plugin works in a simple sense to put out a grid. Will use this to get around it for now.
Thanks!
Thanks Kyle.
I will take a look at this and see where I get with it.
Might be useful for others.
Cheers!
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?
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.
May 6, 2016 at 10:09 pm in reply to: srcset of woocommerce product images not updating to CDN with wp total cache #265950Ive posted it up on the wordpress plugin support forum. Not sure how active they are on that mind.
Thanks.
May 5, 2016 at 2:42 pm in reply to: srcset of woocommerce product images not updating to CDN with wp total cache #265619No 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.
-
Posted in: We hit Power Elite.