-
AuthorPosts
-
September 24, 2008 at 10:25 am #133674
Hello,
On the home page you get the title of the page between two figures. How can I make that I want to use this on every page and not only the home page.
Example:
lcristian Friendlcristian
- Join date:
- August 2008
- Posts:
- 174
- Downloads:
- 0
- Uploads:
- 3
- Thanked:
- 31 times in 26 posts
September 27, 2008 at 3:56 am #272630Open the /ja_pyrite/templates/ja_pyrite/css/template.css file and change from this :
h2.contentheading, .contentheading {
margin: 0;
padding: 0;
font-size: 250%;
}to this :
h2.contentheading, .contentheading {
margin: 0;
padding: 0;
font-size: 250%;
background: url(../images/h3-3c-n.gif) no-repeat center;
}September 27, 2008 at 9:19 am #272669but now the title is not the same as the home page, I want the title also in between the the swirls.
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
September 28, 2008 at 6:36 pm #272886If you go to Menus>Main Menu>Home, you have a tab called Parameters(System), under that tab you can set the title to show, you should be to set that on all your menu items.
futureinprogress Friendfutureinprogress
- Join date:
- April 2006
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 4
November 9, 2008 at 4:38 pm #278625<em>@Menalto 82776 wrote:</em><blockquote>If you go to Menus>Main Menu>Home, you have a tab called Parameters(System), under that tab you can set the title to show, you should be to set that on all your menu items.</blockquote>
Hi,
i’d like to show in each article the title between the two swilrs but the solution works only when you see section or category but when you are looking an article you can’t see the title between the swirls and the line above them.
Is There an easy solution?
Thnx
Dariafutureinprogress Friendfutureinprogress
- Join date:
- April 2006
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 4
November 9, 2008 at 5:12 pm #278629<em>@futureinprogress 90074 wrote:</em><blockquote>Hi,
i’d like to show in each article the title between the two swilrs but the solution works only when you see section or category but when you are looking an article you can’t see the title between the swirls and the line above them.
Is There an easy solution?
Thnx
Daria</blockquote>
I don’t know if it’s ok but works.
I modified the default.php file inside com_content/article with this piece of code:[PHP]
<?php if ($this->params->get(‘show_page_title’)) : ?>
<h1 class=”componentheading<?php echo $this->params->get( ‘pageclass_sfx’ ); ?>”>
<?php echo $this->article->title; ?>
</h1>
<?php endif; ?>
[/PHP]I’ve posted it only to check my works and to help who have the same problem
bye
Daria
-
AuthorPosts
This topic contains 6 replies, has 4 voices, and was last updated by futureinprogress 16 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum