- Posts: 38
- Thank you received: 0
Template not functioning correctly
-
Jan Harmening
Inactive member - Topic Author
- Member
Less
More
12 years 7 months ago #18521
by Jan Harmening
Template not functioning correctly was created by Jan Harmening
I bough the template hot coffein and have the 4 following questions ("unfortunately" I do work with Joomla 2.5 German - so better would be the answers for the German Joomla 2.5):
1) If I put in HTML-Code (Google AdSense) or the code of an I-Frame in "Inhalt: Beitrag bearbeiten" (Content: Article edit?) within the editor (useing the button) and save it, the code will allways be canseled, delated. How can I solve this problem?
2) If I insert a foto on the content and give it a border, the border is black. Where can I change the colour of the border?
3) In the menues "Inhalt: Beitrag bearbeiten" (Content: Article edit?) and "Menüs: Menüeintrag bearbeiten" (Menu: Menu edit?) there are the optiones "Beitragsoptionen" (Article options?). Therein are many parameters where I can use the option "Globale Einstellung" (Global adjustment?). Where can I adjust these global adjustments for all the articles and menues, set the right parameters?
4) In the "Seitenquelltext" (Page Source?) of each page there is first the navigation and than the content. Where can I change the order because of SEO?
Thank you for your help!!!!
KR
Jan Harmening
1) If I put in HTML-Code (Google AdSense) or the code of an I-Frame in "Inhalt: Beitrag bearbeiten" (Content: Article edit?) within the editor (useing the button) and save it, the code will allways be canseled, delated. How can I solve this problem?
2) If I insert a foto on the content and give it a border, the border is black. Where can I change the colour of the border?
3) In the menues "Inhalt: Beitrag bearbeiten" (Content: Article edit?) and "Menüs: Menüeintrag bearbeiten" (Menu: Menu edit?) there are the optiones "Beitragsoptionen" (Article options?). Therein are many parameters where I can use the option "Globale Einstellung" (Global adjustment?). Where can I adjust these global adjustments for all the articles and menues, set the right parameters?
4) In the "Seitenquelltext" (Page Source?) of each page there is first the navigation and than the content. Where can I change the order because of SEO?
Thank you for your help!!!!
KR
Jan Harmening
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 7 months ago #18536
by ivan.milic
Replied by ivan.milic on topic Re: Template not functioning correctly
Send you link please.
Please Log in to join the conversation.
-
Jan Harmening
Inactive member - Topic Author
- Member
Less
More
- Posts: 38
- Thank you received: 0
12 years 7 months ago #18580
by Jan Harmening
Replied by Jan Harmening on topic Re: Template not functioning correctly
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 7 months ago #18601
by ivan.milic
Replied by ivan.milic on topic Re: Template not functioning correctly
1. You can not insert script in content without modifying editor plugin settings to allow script. You can modify index.php of template to add that to head section of page.
Also new thing in joomla "Text Filtering" tab in general settings, all options should be set on "no-filtering". This stands for 2.
3. Global options setting page you can find in Article Manager , then click on options icon (upper left part).
4. You must modify layout of index.php of template. Menu is in user3 postion:
Also new thing in joomla "Text Filtering" tab in general settings, all options should be set on "no-filtering". This stands for 2.
3. Global options setting page you can find in Article Manager , then click on options icon (upper left part).
4. You must modify layout of index.php of template. Menu is in user3 postion:
Code:
...
<div id="topmenu_pad">
<jdoc:include type="modules" name="user3" style="none" />
</div>
...
Please Log in to join the conversation.
-
Jan Harmening
Inactive member - Topic Author
- Member
Less
More
- Posts: 38
- Thank you received: 0
12 years 7 months ago #18692
by Jan Harmening
Replied by Jan Harmening on topic Re: Template not functioning correctly
Thank you very much Ivan!
It helped me in almost all things.
Only Nr. 4 I still trying to find where to change.
But there are 2 questions left:
1) Where can I change the border color for the images I put in the content. If I set the border, it is black.
2) I found wher I can change the colors of H1 and H2. But where can I change color, etc. of H3 - H5 ?
It helped me in almost all things.
Only Nr. 4 I still trying to find where to change.
But there are 2 questions left:
1) Where can I change the border color for the images I put in the content. If I set the border, it is black.
2) I found wher I can change the colors of H1 and H2. But where can I change color, etc. of H3 - H5 ?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 7 months ago #18703
by ivan.milic
Replied by ivan.milic on topic Re: Template not functioning correctly
That from nr.4 is index.php file located in template folder:
<joomla root>/templates/hot_coffeine/index.php
1.) and 2.) you can add your style at bottom of template_css.css
use !important flag if you need to override something from template, like:
.item IMG, .item-page IMG{
border: 3px dotted yellow!important;
}
<joomla root>/templates/hot_coffeine/index.php
1.) and 2.) you can add your style at bottom of template_css.css
use !important flag if you need to override something from template, like:
.item IMG, .item-page IMG{
border: 3px dotted yellow!important;
}
Please Log in to join the conversation.
Time to create page: 0.176 seconds