Osclass Support Forums - Rackons.in

Osclass Plugin Support => Others => Topic started by: Robert on December 06, 2017, 01:06:43 AM

Title: [SOLVED] placing a banner in footer section
Post by: Robert on December 06, 2017, 01:06:43 AM
how  to place  a banner  in  footer section in osclass  website?
Title: Re: placing a banner in footer section
Post by: Osclass Developer on December 06, 2017, 01:10:02 AM
use below code of your site.

Code: [Select]
<img src="IMAGE PATH OF YOUR BANNER">
Title: Re: placing a banner in footer section
Post by: Robert 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?
Title: Re: placing a banner in footer section
Post by: Osclass Developer 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
Title: Re: placing a banner in footer section
Post by: Robert on December 06, 2017, 01:27:00 AM
http://bigmarket.co.tz:2082/cpsess3977250820/frontend/paper_lantern_bigrock/filemanager/showfile.html?file=bigmaket_banner.png&fileop=&dir=%2Fhome%2Fbigmaxfr%2Fpublic_html%2Foc-content%2Fthemes%2Fveronika%2Fimages&dirop=&charset=&file_charset=&baseurl=&basedir=

like that?
Title: Re: placing a banner in footer section
Post by: Robert on December 06, 2017, 01:28:51 AM
<img src="http://bigmarket.co.tz:2082/cpsess3977250820/frontend/paper_lantern_bigrock/filemanager/showfile.html?file=bigmaket_banner.png&fileop=&dir=%2Fhome%2Fbigmaxfr%2Fpublic_html%2Foc-content%2Fthemes%2Fveronika%2Fimages&dirop=&charset=&file_charset=&baseurl=&basedir="/>

 will this be right?
Title: Re: placing a banner in footer section
Post by: Osclass Developer 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
Title: Re: placing a banner in footer section
Post by: Robert 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?
Title: Re: placing a banner in footer section
Post by: Osclass Developer 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'); ?>"/>
Title: Re: placing a banner in footer section
Post by: Osclass Developer 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.
Title: Re: placing a banner in footer section
Post by: Mike 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.
Title: Re: placing a banner in footer section
Post by: Osclass Developer 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