Page 1 of 1

Adding image to front page

Posted: Sat Apr 29, 2017 11:47 am
by zedrally
I would like to add an image below the Cart & Search Box and rid myself of the white space?
How can I do this?
.
TIA

Re: Adding image to front page

Posted: Sat Apr 29, 2017 11:35 pm
by IP_CAM
This depends on the OC Version and Theme, you use, but you forgot about this. :-\
But to give you a very basic general idea on this, I made an image for you! :D
Ernie
Image

Re: Adding image to front page

Posted: Tue May 02, 2017 11:08 am
by zedrally
Thanks ernie, version is OC 2.0.3.1
I have added the code but it doesn't display the image. perhaps it's a version issue or the path to the image?


<div class="clearfix text-right"><span><img src="public_html/image/catalog/ZUNO/ZUNO.png"></span>
</div]

Re: Adding image to front page

Posted: Tue May 02, 2017 11:54 am
by IP_CAM
public_html/image/catalog/ZUNO/ZUNO.png
does not work, you don''t have to write the public_html/, because this is your ROOT Section.
As as it looks, you have the shop installed in the ROOT, and not in any Subdirectory.
Ernie

PS: 6666 postings..., what the heck am I still doing here, anyway... :crazy: ;)

Re: Adding image to front page

Posted: Tue May 02, 2017 12:08 pm
by zedrally
deleting
public_html doesn't alter anything.

Looks like post 6667 coming up.

Re: Adding image to front page

Posted: Tue May 02, 2017 12:26 pm
by IP_CAM
6670...
On V-2, always reset your Modification System, and possibly clean VqCache,
before you see any change. This why I always link such Things by HTTP-Link :D
Good Day, I have to go to sleep, daylight is on already here...
Ernie

Re: Adding image to front page

Posted: Tue May 02, 2017 1:27 pm
by zedrally
yep that did it. Now it just needs resizing.

Thanks for your help.

Re: Adding image to front page

Posted: Sat Oct 20, 2018 11:24 am
by zedrally
Bumping this thread as I need a fix to the Vietheme Live Editor and this went a long way to resolve the issue without using the Theme Editor.
I need to move the image up, it's located at the bottom.
The code to get it to this position courtesy of Ernie was

Code: Select all

<div class="clearfix text-right"><span><img src="/image/catalog/Logo/BlackCAtTEMWeb.jpg"></span>
This is how the Hompe page appears now:
Image
or
https://blackcatcontrolsystems.com.au/
I need to remove the white section above the TEM & Shipping Section.
TIA

Re: Adding image to front page

Posted: Sat Oct 20, 2018 4:28 pm
by zedrally
update:
I've managed to get the image into the correct position however no matter what I'v tried I'm unable to pad the heading so the Nav. bar is smaller ie. the correct size.
If anyone has any suggestions on how to pad the bottom of the header or to decrease the size of the Nav bar I'd appreciate it.

Re: Adding image to front page

Posted: Sun Oct 21, 2018 4:46 am
by zedrally
Solved!..
Typo ] instead of >