restart21
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Themes and Templates
In reply to: [Hestia] Image in footer widgetThank you for your help but I have managed to sort this out. I’ve created a new div just above the footer for the logos to sit in and hardcoded the links in that way to the child theme. Not best practice but it works.
I will make this resolved and close the thread.
Forum: Themes and Templates
In reply to: [Hestia] Image in footer widgetHi @poonam9
That doesn’t seem to work, I get no image on any page by doing this.
<div class="row"> <div class="column"> <img src="https://cv-fm.restartitservices.co.uk/wp-content/themes/cv-fm/img/ICAEW.png" alt="ICAEW Authorised Training Employer" class="footer-img"> </div> <div class="column"> <img src="https://cv-fm.restartitservices.co.uk/wp-content/themes/cv-fm/img/CIMA.png" alt="CIMA Practising Certificate Holder" class="footer-img"> </div> </div>I get alt text on every page now. That’s it.
Any further guidance would be helpful. Thanks 🙂
Forum: Themes and Templates
In reply to: [Hestia] Image in footer widgetNot sure why the HTML didn’t show the img tag above. See if this displays correctly:
<div class="row"> <div class="column"> <img src="wp-content/themes/cv-fm/img/ICAEW.png" alt="ICAEW Authorised Training Employer" class="footer-img"> </div> <div class="column"> <img src="wp-content/themes/cv-fm/img/CIMA.png" alt="CIMA Practising Certificate Holder" class="footer-img"> </div> </div>- This reply was modified 5 years ago by restart21.
Forum: Themes and Templates
In reply to: [Hestia] Top bar widgets and contact swapped alignmentHi danamv,
This worked, thank you very much
Viewing 4 replies - 1 through 4 (of 4 total)