FAQS PDF Print E-mail

1) I have installed the template but i dont see the tabs as it is on the demo site

joomla1.0

- From admin panel click on Modules/Site Modules/ than New from the top right menu

- Write the title of the first tab and give it user5 position (some latest templates usertab position) 

- Fill it up with your content

- Do the same for the rest (tab2, tab3, tab4, tab5... etc) and give them all user5 position (some latest templates usertab position)

- important!  You have to create more than one tab, otherways it does not work

joomla1.5

- From admin panel click on Extensions/Module Manager/ than New from the top right menu

- Choose custom html (you can choose something else like newsflash, popular, etc.)

- Write the title of the first tab and give it user5 position (some latest templates usertab position) 

- Fill it up with your content 

- Do the same for the rest (tab2, tab3, tab4, tab5... etc) and give them all user5 position (some latest templates usertab position) 

- important!  You have to create more than one tab, otherways it doesnot work

 

2) I have installed the template but i dont see the flash header  as it appears on demo site

joomla1.5

- From admin panel click on Extensions/Module Manager and than new from the top right menu

- Choose custom html 

- Write the title of your module  (for example flash header)

- A little bit more down choose position flash_header (from dropdown)

- Scroll more down and apply the module to home or all the pages

- Click on save from the topright menu

3) I have installed the template but i dont see Module User13 (or any other module as it appears on demo site)

joomla1.0 

- From admin panel click on Site/Template Manager/Module Positions

- Scroll down and write another module with the name user13 and than click save

- Click on Modules/Site Modules/ than New from the top right menu

- Write the title of the module (for example module user13)

- A little bit more down choose position user13 (from drop down)

- Scroll further down and fill it up with your content 

- Click on save from the topright menu

- Do the same for any other module that does not appear as it is on the demo site (for module user14 create position user14, for module user15 create  position user15 etc.)

joomla1.5

- From admin panel click on Extensions/Module Manager and than new from the top right menu

- Click on Modules/Site Modules/ than New from the top right menu

- Choose custom html (you can choose something else like newsflash, popular, etc.)

- Write the title of your module  (for example module user13)

- A little bit more down choose position user13 (from drop down)

- Scroll more down and fill it up with your content

- Click on save from the topright menu

- Do the same for any other module that doesnot appear as it is on the demo site 

4) I have installed the template but the Main Menu it does not appear as it is on the demo site (only for joomla1.5)

- From admin panel click on Extensions/Module Manager and than Main Menu

- On the rigt side you will see Parameters, Meny Style. Choose Legacy Vetical in state of List

- Do the same for Recources and Key Concepts or any other menu you created yourself


5) I have installed the template but i can not replace the logo

- Before you upload the template unzip it and open the folder images. Look for the image file with the name logo.png . Open it with Adobe Photoshop and make changes. Save it as logo.png in the image folder of your template.

- Zip the template and upload it on your sever

6) I dont see the psd photoshop files

- Do to the big space that photoshop files take on server, you can contact us through the contact page and we will send you the link to download the files. Write the name of your template and transaction ID

7) I have installed the template but i get an error restricted access

- You have downloaded the wrong version. Before you download you have to look carefully what version you downloaded (J1.5 or J1.0 )


8) I have installed the template but i want the top menu different than the main menu on the left

joomla1.0

- From admin panel click on Modules/Site Modules

- Dissable the Main Menu module

- After that the menu in top still appears and the Main Menu on left dissappears

- From the top navigation of admin panel choose Menu/Menu Manager and than new from top right navigation

- Write Menu Name (for example Test Menu) and Module Title (Test Menu)

- Click on save from the topright menu

- Click on Module/Site Modules 

- Scroll down and find where module Main Menu is, select it and after click on publish

- Again from top navigation of admin panel choose Menu/Test Menu (or the given name)

- Click on  New from the top right navigation

- Select any New Menu Item you want

- Give it a name or name it

- Click on save

joomla1.5

- From admin panel click on Extensions/Module Manager

- Disable the Main Menu module

- After that the menu in top still appears and the Main Menu on left disappears

- From the top navigation of admin panel choose Menus/Menu Manager and than new from top right navigation

- Fill the fields up  

- Click on save from the topright menu

- Click on Extensions/Module Manager

- Scroll down and find where module Main Menu is, select it and after click on publish

- Again from top navigation of admin panel choose Menu/Test Menu (or the given name)

- Click on  New from the top right navigation

- Select any New Menu Item you want

- Give any name you want

- Click on save

9) I dont know the module positions

joomla1.0

- From the admin panel click on Site/Preview/In line with Positions

joomla1.5

- From the admin panel click on Extensions/Template Manager/

- Select a template and click on default

- Click on the template you have selected as default

- On the top right navigation select preview (there are two buttons with the name preview, clic on the one more down)

10) I have installed the template but i dont know how to remove the color tool or select the default color

joomla1.0

- Open index.php file and on top of the script change the variable $at_tool as the comment description

You can do that also from the admin panel

- Login as administrator

- Click on Site/Template manager/Site Templates from top navigation

- Select the template you wont

- Click on Edit html button from topright navigation

- Change the variable on top of the script $at_tool as the comment description

joomla1.5

- Login to your admin panel. Click on Extensions/Template Manager. Select the template you wont and click on the Edit button on topright menu. Change the parameter Display template tool to your needs.

11) I have installed the template but i dont see newsflash module, dropdown module or toppanel module

Unzip the template and you will find  the modules. Install each one from admin panel and edit the paramters

12) I have installed the template but  i have issues with IE8

IE8 is new and maybe some templates have small issues with ie8.

Open index.php from the template and on top of the script between the tags <head> </head> add this code

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

on top of  index.php the script  looks something like that;

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
<head>

so change it to this

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
<head>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

13) I have installed the template but the first photo of the flash header or the logo still appears on my website after i replaced them

Look for logo.png or header.jpg on the folder images from the template images/colors/color1, 2, 3 or 4 indipendent wich color you are using as default. Replace it with your own

14) How to change the links of the flash header

Open the folder header from the template and edit the file header.xml with notepad or another editor

Replace url="http://www.atict.com" with your own link. Dont forget to replace all the 5 lines. Each line presents one picture of the flash header

15) How to change transition effects of the flash header

Open the folder header from the template and edit the file header.xml with notepad or another editor

Replace transition="some number" with any number from 1 to 64. Each number is one diffrent transition. Dont forget to replace all the 5 lines. Each line presents one picture of the flash header

16) How to disable the modules (mostly module23 till 27) of the javascript header

Open the folder smoothgallery/scripts  from the template and edit the file jd.gallery.js

Change the line showInfopane: true, to showInfopane: false,

 

Members login






Lost Password?
No account yet? Register

Custom Templates

Atict offers fully customizable  joomla templates suited for all industries. We are available to help you in any way we can. contact us for a quot!

Paypal Verified


Download Joomla