Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Osclass Developer

Pages: 1 ... 3 4 [5]
61
@mike

Please follow below steps :
Code: [Select]
1) Take backup of old database on your desktop
2) Install osclass on new domain (http:// or https:// )
3) Go to oc-admin >> appearance >> Add New and upload your theme
4) Create new database and new user from cpanel
5) upload old .sql on your new database from phpmyadmin
6) change your database configuration detail from config.php
7) done



62
Others / Re: placing a banner in footer section
« 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.

63
Others / Re: placing a banner in footer section
« 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'); ?>"/>

64
Others / Re: placing a banner in footer section
« 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

65
Others / Re: placing a banner in footer section
« 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

66
Others / Re: placing a banner in footer section
« on: December 06, 2017, 01:10:02 AM »
use below code of your site.

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

Pages: 1 ... 3 4 [5]