Digital experiences for all disciplines
Forum Replies Created
-
-
Hi,
As a test I have set the image sizes to be the highest quality you uploaded, I have rebuilt the thumbnails, cleared my cache and they do look fine now. – My eyes are a bit fuzzy now from staring too hard!
Can you confirm?
– David.
Hi Cliff,
Could you supply your login details and the URL of a category page you wish to add this to?
If you can create a screenshot to annotate your end goal that would help also.
Thanks,
David.Hi,
I don’t think that is the correct code for this. Where do you want the image to be placed in the single product view?
Unfortunately a customisation like this is beyond our scope of support, I can likely point you in the right direction though.
Thanks,
David.Hey Nic,
Could you provide us with a URL and login details?
Cheers,
David.Now that is a great way to end a Friday! – Have a great weekend 🙂
Hey,
What version of IE are you using?
Thanks,
David.Of course 🙂
Thanks,
David.Hey,
Could you please supply a WP login credential for us? Your site is behind a landing page.
Thanks,
David.Hey Caspar,
Could you add your login details so we can take look at your setup?
I notice there is a large amount of wait time, what server or host do you use?
Thanks,
David.Hey Nic,
Your first question: is not possible out the box as such. We can put this on the list for a possible future addition.
Thanks,
David.Hey Nic,
1) – I will check with the team for this request
2) Add this:.mini-items .blog-item:nth-child(odd) figure { float: right; margin-right: 0; margin-left: 30px; }
3) If you have the options set as default the blog posts will display normally.
If you need any assistance, please add your URL and login details.
Thanks,
David.Hi,
You would need to open this file in the theme folder:  ‘woocomerce/content-product.php’
You would then need to move the below to above the product title
<h3></h3>
:<?php echo apply_filters( 'woocommerce_short_description', $post->post_excerpt ) ?>
To then hide the product categories add:
.products .product .product-details .posted_in { display: none; }
– Let me know how you get on.
Thanks,
David.I am sorry, I do not fully understand.
Here is what I see (see screenshot), can you annotate it to help me understand better?
– Do you mean remove the categories under the product image?
Thanks.
Attachments:
You must be logged in to view attached files.Hey,
Sure, that is what you asked “add products short description underneath the product in shop  – maybe I have misunderstood your query?
To remove the breadcrumbs in your single shop view, you can some CSS:
nav.woocommerce-breadcrumb { display: none; }
Thanks,
DavidHi Peter,
I have finished now and put the settings back.
If you are worried about google seeing two versions, then I strongly suggest to make the whole site https, fixing the above issues.
Thanks.
-