Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottomPage: 1
TOPIC: Nifty layout
#84
Nifty layout 4 Years, 8 Months ago Karma: 0
Hi everyone,

I downloaded Nifty template, it's fabulous ! :)

How Can I get Top menu at right (in the top) like on the demo please ? because my top menu is at left so there is a problem.

Why are there 2 NiftyLayout.css please ?

Thanks.:)<br><br>Post edited by: jonass, at: 2007/09/18 16:49
jonass
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#88
Re:Nifty layout 4 Years, 8 Months ago Karma: 41
Good question.

Use the NiftyLayout.css that is in the Template Directory - not in the CSS directory. That was an oversite and we should have deleted the second CSS before publishing. Will release an updated Nifty Theme shortly with those files removed.

Nifty Corners relies on a number of CSS and JavaScript files being in the same directory - for simplicity we have kept all these in the main Template directory - the standard is to have the CSS in the CSS directory but we've broken that rule!

To get the top menu on the right you'll need to float it right in the CSS.
Big Bear
Administrator
Posts: 1004
graph
User Offline Click here to see the profile of this user
Joomla Templates
The administrator has disabled public write access.
 
#89
Re:Nifty layout 4 Years, 8 Months ago Karma: 0
Thanks, but I don't understand why my Top menu doesn't work well :



I'm going to Module Site and select Top menu =&gt; position top, menu horizontale ...



:(


Last question, How can i get a corner nifty with other #div ?

I tried with niftylayout.js, I added Nifty(&quot;div#gallery&quot;); but it didn't work ...:(

thanks<br><br>Post edited by: jonass, at: 2007/09/19 15:30
jonass
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#90
Re:Nifty layout 4 Years, 8 Months ago Karma: 41
Hi

You'll need to publish the Top Menu as a &quot;flat list&quot;.
If you want to move the whole menu around - e.g. have the whole navigation on the right side/left side/ centered, etc then you need to look at NiftyLayout.css - specifically:

Code:

div#menu{
position:absolute;
text-align:left;
bottom: 0px;
right:10px;
}



To add more DIV's to be rounded by nifty corners you'll need to edit niftyLayout.js and add the DIV's.

It's fairly self explanatory - let me know if you need any more help.
Big Bear
Administrator
Posts: 1004
graph
User Offline Click here to see the profile of this user
Joomla Templates
The administrator has disabled public write access.
 
#91
Banner 4 Years, 8 Months ago Karma: 0
How is possible to place the banner like the google one that you have in the demo of nifty theme??

thanks

andrea
ibarto
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#92
Re:Banner 4 Years, 8 Months ago Karma: 41
Hi Andrea,

I have updated Nifty Theme with an extra module position but have not released it yet - I'll post the update shortly.
Big Bear
Administrator
Posts: 1004
graph
User Offline Click here to see the profile of this user
Joomla Templates
The administrator has disabled public write access.
 
#93
Re:Banner 4 Years, 8 Months ago Karma: 41
I have added another module position to Nifty Theme and published it in the downloads area. NiftyTheme 1.1

joomlabear.com/Downloads/

It has the module position &quot;Advert1&quot; in which to publish the ads as seen in the Demo nifty.joomlabear.com/

We use the Adsense module from www.joomlaspan.com/portal/<br><br>Post edited by: Big Bear, at: 2007/09/23 13:59
Big Bear
Administrator
Posts: 1004
graph
User Offline Click here to see the profile of this user
Joomla Templates
The administrator has disabled public write access.
 
#95
Re:Banner 4 Years, 8 Months ago Karma: 0
Thanka a lot...

your theme it's very nice... I will use for my web site www.iPodMania.it (see it on the test area test.iPodmania.it)

best cioa
andrea
ibarto
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#98
Re:Banner 4 Years, 8 Months ago Karma: 41
Nice work Andrea!

Perhaps when you have finished the new site you could post a link in our Showcase forum.
Big Bear
Administrator
Posts: 1004
graph
User Offline Click here to see the profile of this user
Joomla Templates
The administrator has disabled public write access.
 
#101
Re:Banner 4 Years, 8 Months ago Karma: 0
Do you think that it's possible to insert anoter little banner near the main one??

in wich part of the code??

&lt;?php if (mosCountModules('advert1')) { ?&gt;
&lt;div id=&quot;ad&quot; &gt;
&lt;?php mosLoadModules ( 'advert1',-2 ); ?&gt;
&lt;/div&gt;
&lt;?php } ?&gt;

thanks
andrea :whistle:
ibarto
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#102
Re:Banner 4 Years, 8 Months ago Karma: 41
Hi Andrea,

If you want it to be just above or just below the other banner then you can simply duplicate the code and give the DIV a different ID and change the module to another one of the default modules available.

e.g. (original code followed by another module position that would be published just below the first.)

Code:

&lt;?php if (mosCountModules('advert1')) { ?&gt;

&lt;div id=&quot;ad&quot; &gt;

&lt;?php mosLoadModules ( 'advert1',-2 ); ?&gt;

&lt;/div&gt;

&lt;?php } ?&gt;


&lt;?php if (mosCountModules('advert2')) { ?&gt;

&lt;div id=&quot;ad-2&quot; &gt;

&lt;?php mosLoadModules ( 'advert2',-2 ); ?&gt;

&lt;/div&gt;

&lt;?php } ?&gt;



You only need the DIV ID so you can target it in the CSS stylesheet &lt;div id=&quot;ad-2&quot;&gt; and you can obviously give it any ID name you want.

In the stylesheet you'll add:

Code:

#ad-2 {
}



and then you can put your styles between the curly brackets.

e.g.

Code:

#ad-2 {
padding-top: 10px;
}



would give you 10 pixels of spacing between the two blocks.

Hope this helps.
Big Bear
Administrator
Posts: 1004
graph
User Offline Click here to see the profile of this user
Joomla Templates
The administrator has disabled public write access.
 
#286
Re:Nifty layout 4 Years, 5 Months ago Karma: 0
Sorry I ment to create a new thread, and not post into this one. :ohmy:

moved it to here.<br><br>Post edited by: tclauss, at: 2007/11/29 01:55
tclauss
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
Moderators: Support
 
JOOMLA TEMPLATES Joomla Templates By JoomlaBear