Author Topic: [SOLVED] placing a banner in footer section  (Read 3257 times)

This topic contains a post which is marked as Best Answer. Press here if you would like to see it.

Robert

  • Newbie
  • *
  • Posts: 13
    • View Profile
    • BIG MARKET TANZANIA
[SOLVED] placing a banner in footer section
« on: December 06, 2017, 01:06:43 AM »
how  to place  a banner  in  footer section in osclass  website?
« Last Edit: January 27, 2018, 01:58:54 AM by Administrator »



Osclass Developer

  • Jr. Member
  • **
  • Posts: 66
    • View Profile
Re: placing a banner in footer section
« Reply #1 on: December 06, 2017, 01:10:02 AM »
use below code of your site.

Code: [Select]
<img src="IMAGE PATH OF YOUR BANNER">

Osclass Support Forums - Rackons.in

Re: placing a banner in footer section
« Reply #1 on: December 06, 2017, 01:10:02 AM »

Robert

  • Newbie
  • *
  • Posts: 13
    • View Profile
    • BIG MARKET TANZANIA
Re: placing a banner in footer section
« Reply #2 on: December 06, 2017, 01:18:36 AM »

<img src="public_html/oc-content/themes/veronika/images/bigmaket_banner.png"/>
the problem  is i fail to refer image url,but i fail. how  do i take correct path of the  image?

Osclass Developer

  • Jr. Member
  • **
  • Posts: 66
    • View Profile
Re: placing a banner in footer section
« Reply #3 on: December 06, 2017, 01:21:53 AM »

<img src="public_html/oc-content/themes/veronika/images/bigmaket_banner.png"/>
the problem  is i fail to refer image url,but i fail. how  do i take correct path of the  image?

In your image path please use your website link



Osclass Developer

  • Jr. Member
  • **
  • Posts: 66
    • View Profile
Re: placing a banner in footer section
« Reply #6 on: December 06, 2017, 01:29:55 AM »
 ;D ;D ;D :D ;)

No Robert not like that.

you can use your image code :
Code: [Select]
http://bigmarket.co.tz/image_folder_link/image_name.png
Like that

Robert

  • Newbie
  • *
  • Posts: 13
    • View Profile
    • BIG MARKET TANZANIA
Re: placing a banner in footer section
« Reply #7 on: December 06, 2017, 01:43:10 AM »
i tried to do this
<img src="http://bigmarket.co.tz/public_html/oc-content/themes/veronika/images/bigmaket_banner.png"/>

but still fail.

how to take proper link for image?

Marked as best answer by admin on February 14, 2018, 03:16:00 PM

Osclass Developer

  • Jr. Member
  • **
  • Posts: 66
    • View Profile
Re: placing a banner in footer section
« Reply #8 on: December 06, 2017, 01:58:01 AM »
Put this code :

<img src="http://bigmarket.co.tz/oc-content/themes/veronika/images/bigmaket_banner.png"/>

or

<img src="<?php echo osc_current_web_theme_url('images/bigmaket_banner.png'); ?>"/>
« Last Edit: December 06, 2017, 06:05:27 AM by Administrator »

Osclass Developer

  • Jr. Member
  • **
  • Posts: 66
    • View Profile
Re: placing a banner in footer section
« Reply #9 on: December 06, 2017, 02:02:37 AM »
Robert but dont use Rackons Images or banner on your site.

its not image, its coding . and if you want to use then please change the color combination of this banner, or you can create another banner with different color combination.

Mike

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: placing a banner in footer section
« Reply #10 on: December 06, 2017, 05:59:43 AM »
Put this code :

<img src="http://bigmarket.co.tz/oc-content/themes/veronika/images/bigmaket_banner.png"/>

@robert

its correct and working ,

and just basic knowledge of html so i dont think so that no one knows this coding. its very simple.

Osclass Developer

  • Jr. Member
  • **
  • Posts: 66
    • View Profile
Re: placing a banner in footer section
« Reply #11 on: December 06, 2017, 06:27:26 AM »
@robert
if your problem is solved so please mention "Mark as solved " or edit your title and mention solved then it will useful for other users

Osclass Support Forums - Rackons.in

Re: placing a banner in footer section
« Reply #11 on: December 06, 2017, 06:27:26 AM »