Digital experiences for all disciplines
New Landing › How can we help? › Cardinal › Single Product Page Customization
New Landing › How can we help? › Cardinal › Single Product Page Customization
- This topic has 13 replies, 3 voices, and was last updated 10 years by Swift Ideas – Ed.
-
Posted in: Cardinal
-
July 6, 2014 at 5:06 am #88329
Hello support,
Loving the theme!I’ve already figured out how to customise content under product. But, how do I customise the product pics and info?
For ex, if I want to:
– Change the product pics for 3 side by side
– Info to be under the picsLike on the site bellow:
http://makr.com/magazine-rack-pale-gray-with-saddle-tan-horween-leather
best!
July 6, 2014 at 1:15 pm #88359Hi there,
Glad you like the theme!
This isn’t something that is possible as standard, but I like the idea of providing different product image/details layout options. How competent are you with css? I’ve tested out some quick changes: https://www.dropbox.com/s/egouwoaf3jc1td5/Screenshot%202014-07-06%2014.11.20.png
Using this custom css:
.woocommerce div.product div.images { width: 100%; float: none; } .flexslider .slides > li { margin-left; 30px; width: 360px; } .flexslider .slides > li:first-child { margin-left: 0; } .woocommerce div.product div.summary { width: 100%; float: none; }
You’d need to add some custom css for the responsive sizes, to the product images, but that should hopefully help you on your way ๐
– Ed
July 6, 2014 at 6:04 pm #88385Thanks Ed!
I know nothing about coding. Do you think is it still safe for me to go ahead and copy/paste that code?
If yes, could you please provide me a step by step?
About making it responsive, I would need to do more coding on it?
best!
July 7, 2014 at 12:31 am #88413Yes – completely safe, all you need to do is add it to Theme Options > Custom CSS – you can easily remove it.
This is the full code:
.woocommerce div.product div.images { width: 100%; float: none; } .flexslider .slides > li { width: 293px!important; } .flexslider .slides > li:first-child { margin-left: 0; } .woocommerce div.product div.summary { width: 100%; float: none; } @media (min-width: 1200px) { .flexslider .slides > li { width: 360px!important; } } @media (min-width: 768px) { .flexslider .slides > li { width: 220px!important; } } @media (min-width: 479px) { .flexslider .slides > li { width: 340px!important; } }
But please bear in mind that customisations aren’t really supported past a certain point, unfortunately if it’s not possible to do something, we will consider it for a future update however we don’t have the time to be able to provide code for every customisation.
Thanks!
– Ed
July 7, 2014 at 5:52 pm #88733Wow, looks awesome! Thanks Ed! ; )
The only thing is that images are not centralised (like prt src bellow).
Do you know how can I do it?
best!
July 8, 2014 at 12:23 am #88796Can you possibly provide a link to your site so that I can see where this isn’t working right?
Thanks,
– Ed
July 8, 2014 at 12:41 am #88804Sure!
http://koel.com.br/wordpress/?product=marshall-dip-t-shirt-black
Play with the width and you will get What i mean.
July 8, 2014 at 1:30 am #88812Have you altered any CSS? Your site looks broken to me now: https://www.dropbox.com/s/8jchiq4ccfhhk2o/Screenshot%202014-07-08%2002.30.48.png
– Ed
July 8, 2014 at 2:33 am #88816Yep, for me appears broken too.
The only CSS I did change was the one you mentioned.
What I have done recently was installing transposh (translator plugin). Maybe this messed up my code?Do you think it is safer to stop and re-install cardinal now that I am on the begginingof the project? Because l dont want to keep with The customization that I am doing and have to reinstall further on.
Tks
July 8, 2014 at 11:39 am #88946I would suggest first trying to remove the custom css, then try resetting the theme options if the first suggestion doesn’t work. You won’t need to re-install.
Let me know!
– Ed
July 10, 2014 at 4:03 pm #89971I had to do a clean reinstall to get things back to normal. Now it’s running sweet.
Think I am gonna use the normal product layout page, so I won’t get problem with coding again. But if you could release this customisation on the next version would be awesome!
tks
July 11, 2014 at 1:02 am #90060We’ll see what we can do in a future release ๐
Thanks!
– Ed
July 11, 2014 at 1:34 pm #90297Customization of single view would be most welcome.
July 11, 2014 at 9:01 pm #90431Thanks for the +1 torb – we’re considering it ๐
– Ed
-
Posted in: Cardinal
You must be logged in and have valid license to reply to this topic.