Hi,
I bought a template and I have a problem with installing the template. the user manual says to install 1. Ja T3 System 2 Plugin. Ja Typo Plugin and then the template. but in the received archive found only plg_system_t3.v1.2.2, and the second module is not there.
I installed from the received archive T3 Plugin Framework, and the second plugin I downloaded from another site. but the template is not installed.
English is not my native language, perhaps I didn't understand something.
I hope you can help me.
In your model of template, 'Blog's Latest' occupates position 'c' and 'd'.
Changing things in that model, now, that section in my web is only in section c, and d section is empty. How can extend that module to two sections?
Thanks again for your answers.
SolidBusiness
POSTED: 2013-06-11
Hello MISZAPATOS,
When you go to Extensions > Template Manager > Choose the template(Gears)
Under the "layouts" tab
You will click the top right corner of the box showcasing the position.
This will give you the option of editing that position or changing that position to the one you like.
E.g You can swap position c and d so that d comes before c as it is in the demo.
You can also reduce or add the number of module positions by clicking no.s 1 to 6.
So in the demo, no 2 was click, then c was changed to d and d to c
In your template (demo online), when you click on "Features" nothing happens (no URL link)... I want to know how I can make that because when I install the template, "Features" seems to link to somewhere and I got a html error page.
SolidBusiness
POSTED: 2013-06-11
Hello PBOUILLON,
Please use the following settings for the menu to have no link:
Menu Item Type : External URL
Menu Title: Any
Link: #
(sorry for my english, i speak french but I'll do my best)
About my multi-language question, I have almost solved the problem but I need your help...
It seems that every templates (yellow, blue, etc.) needs the menu-type to be EXACTLY "mainmenu".
I wanted to create an english and french versions of my website, so like many tutorials, I have duplicate all the menus but I had to choose another unique menu type for my french version. The english Main Menu was unchanged (menu type = mainmenu) but the french version was (menu type = mainmenu-fr) and it makes the main menu disappear on the french version. I have found that it's all a matter of the parameters into the table "template_styles" of the database for EACH template style (blue, yellow, etc.). It's the parameter "mm_type":"mainmenu". When I change it for "mainmenu-fr", it works for the french version of the site but not for the english one.
So my question is : What can I do? Is there a way to ADD another mm_type (i tried but it didnt work), or is there a way to make the english version using another color template different of the french one? or something else that I don't know?
thanks guys
SolidBusiness
POSTED: 2013-06-16
Hello PBOUILLON,
1. Go to Menu Manager > Add New Menu and create a new Menu in your own language
2. Go to Module Manager > Select Type > Menu and select the Main Menu whose position is Mainnav
3. Click the button "Duplicate" to recreate this menu and name it as you wish. e.g "Main menu French"
4. Click or check in the new menu ("Main menu French"). Under basic options, select on the right column, select the title of the menu you created in step 1 above
5. Under Menu assignments, choose the pages you wish your menu to appear in.
Did you succeed to change the main color or do you need help?
Please feel free to ask for assistance.
View History
It will be published after it has been approved by the Website Administrator.
View History
I bought a template and I have a problem with installing the template. the user manual says to install 1. Ja T3 System 2 Plugin. Ja Typo Plugin and then the template. but in the received archive found only plg_system_t3.v1.2.2, and the second module is not there.
I installed from the received archive T3 Plugin Framework, and the second plugin I downloaded from another site. but the template is not installed.
English is not my native language, perhaps I didn't understand something.
I hope you can help me.
Apologies. Please download the latest version of the T3 System Plugin using the link https://www.dropbox.com/s/7bpz13okb7apqtl/plg_system_t3.v1.2.6.zip
This is the only plugin you need to get the template installed and running.
The other plugin is just for extra typographical features, but has nothing to do with the proper functioning of the template.
Also check http://www.astemplates.com/news/182 for the latest News Updates on the template you are using.
Thanks,
Solid Business
View History
It will be published after it has been approved by the Website Administrator.
View History
Changing things in that model, now, that section in my web is only in section c, and d section is empty. How can extend that module to two sections?
Thanks again for your answers.
When you go to Extensions > Template Manager > Choose the template(Gears)
Under the "layouts" tab
You will click the top right corner of the box showcasing the position.
This will give you the option of editing that position or changing that position to the one you like.
E.g You can swap position c and d so that d comes before c as it is in the demo.
You can also reduce or add the number of module positions by clicking no.s 1 to 6.
So in the demo, no 2 was click, then c was changed to d and d to c
Please let us know whether this helps.
Solid Business
View History
Please use the following settings for the menu to have no link:
Menu Item Type : External URL
Menu Title: Any
Link: #
This will do the trick.
Regards,
Solid Business
View History
(sorry for my english, i speak french but I'll do my best)
About my multi-language question, I have almost solved the problem but I need your help...
It seems that every templates (yellow, blue, etc.) needs the menu-type to be EXACTLY "mainmenu".
I wanted to create an english and french versions of my website, so like many tutorials, I have duplicate all the menus but I had to choose another unique menu type for my french version. The english Main Menu was unchanged (menu type = mainmenu) but the french version was (menu type = mainmenu-fr) and it makes the main menu disappear on the french version. I have found that it's all a matter of the parameters into the table "template_styles" of the database for EACH template style (blue, yellow, etc.). It's the parameter "mm_type":"mainmenu". When I change it for "mainmenu-fr", it works for the french version of the site but not for the english one.
So my question is : What can I do? Is there a way to ADD another mm_type (i tried but it didnt work), or is there a way to make the english version using another color template different of the french one? or something else that I don't know?
thanks guys
1. Go to Menu Manager > Add New Menu and create a new Menu in your own language
2. Go to Module Manager > Select Type > Menu and select the Main Menu whose position is Mainnav
3. Click the button "Duplicate" to recreate this menu and name it as you wish. e.g "Main menu French"
4. Click or check in the new menu ("Main menu French"). Under basic options, select on the right column, select the title of the menu you created in step 1 above
5. Under Menu assignments, choose the pages you wish your menu to appear in.
View History
View History
It will be published after it has been approved by the Website Administrator.
View History
Also, I would like to know how can I change the colour of dropdown courtain in main menu when you pass over the mousse.
Hello MISZAPATOS,
The only way is by use of css
In the styles.css found in the folder 'css', search for .poweredby
You will find:
.poweredby {
float: right;
text-align: right;
}
add: display: none; after float: right;
It should look like this;
.poweredby {
float: right;
display: none;
text-align: right;
}
View History
It will be published after it has been approved by the Website Administrator.
View History
It will be published after it has been approved by the Website Administrator.
View History
It will be published after it has been approved by the Website Administrator.
View History
It will be published after it has been approved by the Website Administrator.
View History
It will be published after it has been approved by the Website Administrator.