-
AuthorPosts
-
June 12, 2010 at 4:29 am #346821
<em>@lesua 180831 wrote:</em><blockquote>I put a new parameter in the template in which i can choose to let it strech to the sides of the screen, or take the width of the template and stop.
In the last case you would be able to put a background image in the template.</blockquote>Hi lesua,
I’m looking to make my site like your without strech to the sides and with background image. I’m not so well on customization templates and I asking could you share code.
Thanks.luciffere Friendluciffere
- Join date:
- January 2008
- Posts:
- 103
- Downloads:
- 3
- Uploads:
- 17
- Thanks:
- 5
- Thanked:
- 3 times in 1 posts
June 14, 2010 at 7:57 am #346972I removed the breadcrumbs to top area but i have 2 problems:
1. When i’m on homepage, i see “home > home” – there is a way to remove it from homepage?
2. When I go to other page like “about us”, the “home” are not active link like it’s supposed to be.It’s look like “You are here” not act like regular breadcrums.
June 21, 2010 at 11:24 am #347602<em>@atmi 182528 wrote:</em><blockquote>Hi lesua,
I’m looking to make my site like your without strech to the sides and with background image. I’m not so well on customization templates and I asking could you share code.
Thanks.</blockquote>I have packed the template into a zip file so it can be installed into your joomla website.
In the admin choose template background “Yes” (or “Ja” in my case) to crop the sides of the templates and show the background picture.
The background pictures can be found in the folder templates/ja_purity_ii/styles/backgrounds/style <1 to 4>
1 user says Thank You to lesua for this useful post
June 21, 2010 at 7:48 pm #347635Hello all!
I changed the breadcumbs position from the footer as described before.
As you see in the image below the breadcumbs are appearing at the most left.
How can I put it in the same direction of the menu?Thank You!
micrantha Friendmicrantha
- Join date:
- May 2007
- Posts:
- 465
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 6
- Thanked:
- 158 times in 148 posts
June 21, 2010 at 8:16 pm #347638Hello,
I don’t see your image?
Regards,
MicranthaJune 22, 2010 at 3:12 pm #347731Ooops wrong link!
I edited the post.
This is the image:
Link to that: http://img651.imageshack.us/img651/3297/breadcumbs.jpg
micrantha Friendmicrantha
- Join date:
- May 2007
- Posts:
- 465
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 6
- Thanked:
- 158 times in 148 posts
June 22, 2010 at 3:42 pm #347733Hello,
Code added to mainnav.php:
<div class="main clearfix">
<div class="ja-breadcrums">
<strong><?php echo JText::_('You are here')?></strong> <jdoc:include type="module" name="breadcrumbs" />
</div>
</div>In template.css look for class .ja-breadcrums, and change to this:
.ja-breadcrums {
float: left;
margin-left: 100px;
margin-top: 2px;
width: 80%;
}That will do what you want I think.
Good luck,
Micrantha1 user says Thank You to micrantha for this useful post
June 23, 2010 at 7:59 pm #347884Thanks Micrantha.
That helped!
kindkitchen Friendkindkitchen
- Join date:
- September 2012
- Posts:
- 34
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 18
- Thanked:
- 2 times in 1 posts
July 6, 2010 at 1:50 am #349044Used the breadcrum fix.. it was perfect!
Thank you,
HeidiAugust 10, 2010 at 7:06 am #352216<em>@lesua 180831 wrote:</em><blockquote>I think the Purity 2 template is a very nice template with lots of features which other free templates never will have.
I did some customisation too with the help of this forum ofcourse.
Besides the different template color styles I also wanted to do something about the width of the template.
I didn’t like it so much that the top and bottom part streched all the way to the sides.I put a new parameter in the template in which i can choose to let it strech to the sides of the screen, or take the width of the template and stop.
In the last case you would be able to put a background image in the template.In the backend you can also set the styles (1-4) for header, element and background picture.
If you want to take a look go to http://www.lesua.nl
To take a look at the different styles, with the according background you can type the style behind the url.lesua.nl/?tstyle=style1 (style2, style3 or style4)
I now use the standard style from purity, but i just wanted to be able to get other styles working.
Oh yes, the website is in dutch, but i guess that doesn’t matter for checking out the layout.</blockquote>
I like the way that the style can be changed, however the code is no longer W3C compliant as there are now <link> references in the <body>. For compliance, these have to be in the <head>.
<div id="ja-wrapper">
<a name="Top" id="Top"></a><!-- HEADER -->
<div id="ja-header" class="wrap">
<div class="main" style="background-image: url(http://www.lesua.nl/templates/ja_purity_ii/styles/header/style3/images/header.jpg'); ?>);">
<link rel="stylesheet" href="http://www.lesua.nl/templates/ja_purity_ii/styles/header/style3/style.css" type="text/css" /><link rel="stylesheet" href="http://www.lesua.nl/templates/ja_purity_ii/styles/elements/style3/style.css" type="text/css" />
kjekor Friendkjekor
- Join date:
- January 2011
- Posts:
- 21
- Downloads:
- 15
- Uploads:
- 4
- Thanked:
- 3 times in 2 posts
January 8, 2011 at 1:16 pm #370825I tried this, but there are some mistakes in the xml-installer: background (should be backgrounds), style 5 not included, and also the language file is missing. I have edited this zip – so now I can install it. Hope it works for others as well.
gambalunga Friendgambalunga
- Join date:
- January 2010
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
January 9, 2011 at 7:58 am #370906<em>@kjekor 213682 wrote:</em><blockquote>I tried this, but there are some mistakes in the xml-installer: background (should be backgrounds), style 5 not included, and also the language file is missing. I have edited this zip – so now I can install it. Hope it works for others as well.</blockquote>
Sorry, but can you be a little more clear about what you have tried.There are many items and suggestions in this, now very long, topic.
boizan Friendboizan
- Join date:
- October 2010
- Posts:
- 188
- Downloads:
- 122
- Uploads:
- 27
- Thanks:
- 38
- Thanked:
- 4 times in 1 posts
March 5, 2011 at 7:26 am #379776<em>@gambalunga 165547 wrote:</em><blockquote>I will look forward to your explanation of how to use the colour styles. At first glance it does not seem to function, at least with the quickstart template from the download of ja_purity_ii_-_stable_version.v1.2
Again, at first glance, I think I prefer the system you used initially where it is possible to choose Template Styles for Header Themes and Primary Elements
Perhaps I am missing something in the original JA Purity II concept but the idea of themes I would like to see incorporated into the official release of JA Purity II</blockquote>
Hello There!
How can I just change the black style for the blue one that appears in the preview of the template?
Regards,gambalunga Friendgambalunga
- Join date:
- January 2010
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
March 5, 2011 at 6:32 pm #379855<em>@boizan 225641 wrote:</em><blockquote>Hello There!
How can I just change the black style for the blue one that appears in the preview of the template?
Regards,</blockquote>
Ciao boizan. A lot of water has passed under the bridge since then. Denis25 has done a huge amount of work on this template
<em>@denis25 179236 wrote:</em><blockquote>If you understand French : Look at this
;)</blockquote>
I suggest you download both the “Module pour Ja Purity 2” and the “Ja Purity 2 paramétrable depuis l’admin” the module allows you to change the colours of most items in the template and works with the dens version as well as the original. Denis’s version of JA Purity II has a long list of modifiable parameters in the back end. The back end instructions are also in English. If you don’t understand French you can click on the English flag at the top right. These two articles are also in English.I was able to get what I wanted from this alone (with a couple of little tweaks) see Australia Downunder.
Thanks once again, Denis, for a job well done.
-
AuthorPosts
This topic contains 75 replies, has 28 voices, and was last updated by gambalunga 13 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum