Digital experiences for all disciplines
Forum Replies Created
-
-
Hi,
Here are the screenshots to the Client Logo Slider and Testimonials – these should go to the browser edges. I have marked the cut off edges with red – the alt-bg used to touch the browsers edges but now they don’t. (I have also noticed this problem with Page Titles although we don’t use them.)
Thanks
This reply has been marked as private.Great, that fixed it thanks. Will make a note of this for next time we update the theme.
Cheers
Hi,
Okay, maybe something to consider for a future update on the Mini Cart though?
Should I just stick the code at the bottom of that file then?
Code Remarks-: sf-products.php $image = aq_resize( $image_link, 70, 70, true, false); to $image = aq_resize( $image_link, 70, 105, true, false);
Thanks
Hi,
Yes, we have recently updated the theme so that’s probably how it broke. Should I just add the code to the bottom of the sf-products file?
Is there any way of adding this to the child theme to save me adding in the code on every update?
Cheers
Thanks – I’ll reply to the other post regarding the code as you’ve added the path there. You can close this thread.
Hi,
Please excuse me adding this query to the existing questions above but this might relate to the edits you gave me this morning. Our home page has a Mini Cart on it and the thumbs were changed by MOHAMMED Admin to be 70 x 105px as square thumbs were cropping our images.
He gave me the code below but implemented it himself.Code Remarks-: sf-products.php $image = aq_resize( $image_link, 70, 70, true, false); to
$image = aq_resize( $image_link, 70, 105, true, false);I’m not sure if it’s the bits of code you gave me today (also for the mini cart) or something else but our Mini Cart Thumbnails are cropping to squares again.
Where should I put the code above to implement it again?
Thanks,
BenjaminPERFECT! Thank you. 🙂
Hi,
It’s on our Home page. The underline is in your demo as well.
Cheers
Hi,
Oh that’s odd? I can see it in Safari and Chrome on Mac. Think it’s also in Firefox but will check.
I’ve attached screenshots.
Cheers
Thank you.
It’s not working here at the moment but our servers might need refreshing so I’ll try again in a moment.
We want to remove it as there is a strikethrough on the old price to indicate a reduced cost and we don’t think it needs another underline on the new price to indicate that.
Too many lines…
I’ll let you know if it doesn’t refresh though.
Thanks
Hi Kyle,
Apologies, I didn’t realise. I will certainly separate issues out in the future. I appreciate all the help you have given so far.
2) The underline is shown on products when they have a sale price. For example, on our ‘Ultimate’ packs on our home page they are reduced by £10 and the price is shown with an underline. I just need to remove the “text-decoration: underline” css but can’t figure out the exact code.
Many, many thanks,
BenjaminThis reply has been marked as private.This reply has been marked as private.This reply has been marked as private. -