|
Re:Numinu Template Released 7 Months ago
|
|
|
It seems to be working for me now, but there's one thing I'm confused about...
The tab that says "All discussions" doesn't seem to register all the posts/pages for the threads that it lists. For example there is one thread in my forum which was started almost a year ago, but in the "All Discussions" tab, the first post is only 2 and a half weeks ago.
Is this normal? What am I missing here?
|
|
graemie (User)
Fresh Boarder
Posts: 4
|
|
|
|
|
The topic has been locked.
|
|
|
Re:Numinu Template Released 7 Months ago
|
|
Great and striking template, and I really would like to use it on my site. However if you look at the attached image, I have a design issue where the forum table seems to be knocking the joomla template down.
Had a look at the CSS etc but I can't figure it out. Any ideas, please?
Many thanks.
|
|
emitind (User)
Fresh Boarder
Posts: 1
|
|
|
|
|
Last Edit: 2007/12/07 22:13 By emitind.
|
|
|
The topic has been locked.
|
|
|
Re:Numinu Template Released 7 Months ago
|
|
Thank you for your sharing, i really love this template.
but why i move mouse over the picture (Vcard), the popup is transparent? it make difficult to see detail. 
|
|
rming (User)
Fresh Boarder
Posts: 5
|
|
|
|
|
The topic has been locked.
|
|
|
Re:Numinu Template Released 7 Months ago
|
|
|
emitind I am having the same issue on my forums. it is only happening when I am in the thread itself, the lists look fine...
Some help on this would really rock....
rming, I get this fixed on my system by just taking a loot at the CSS on THIS forum, where it is working right. I am not sure (because I am at work not home) but the vcard is very diff here than the css in the package.
|
|
Ioo (User)
Junior Boarder
Posts: 30
|
|
|
|
|
The topic has been locked.
|
|
|
Re:Numinu Template Released 7 Months ago
|
|
Great design! Simple and elegant.
Ok, some problems
profile view - You know it.
layers problem on my site - see screenshot
conflict with menu
Best Regards
Pawel

|
|
webbot (User)
Fresh Boarder
Posts: 1
|
|
|
|
|
Last Edit: 2007/12/08 03:03 By grumblemarc.
|
|
|
The topic has been locked.
|
|
|
Re:Numinu Template Released 7 Months ago
|
|
|
Ioo wrote:
emitind I am having the same issue on my forums. it is only happening when I am in the thread itself, the lists look fine...
Some help on this would really rock....
rming, I get this fixed on my system by just taking a loot at the CSS on THIS forum, where it is working right. I am not sure (because I am at work not home) but the vcard is very diff here than the css in the package.
Offtopic: I use most of the same components as you do, and know how much work it takes to integrate them, and make it look consistent. Your site is an example of what Joomla is capable of!
Ontopic: Since both you and me use RocketTheme, would you let me know how you solve the VCard and column problem. That would be great!
|
|
|
|
|
|
|
Last Edit: 2007/12/08 05:05 By TipsogTriks.
|
|
|
|
|
|
The topic has been locked.
|
|
|
Re:Numinu Template Released 7 Months ago
|
|
Tipsog,
First, thanks for the complement.
Here is how I fixed it. I stole it. I did a "view source" on THIS PAGE, and I looked for the CSS for this site (because the vcard worked fine here) and I used that CSS on my site...
When I loaded it, I did note that my other issue (that no one has said anything about, a wee disappointed) where the details were 100% and pushing the right column under the content got worst, it went from 100% to 110% or so (tells me it is something hardcoded in the CSS, just can not find what.
You are welcome to lift the css off my site, it is at http://ablegamers.com/components/com_fir...ate/numinu/forum.css
|
|
Ioo (User)
Junior Boarder
Posts: 30
|
|
|
|
|
The topic has been locked.
|
|
|
Re:Numinu Template Released 7 Months ago
|
|
|
Thanks loo!
Looks like my problems are deeper than that. The VCard doesen't show at all. Instead just a tooltip with 2 words, username and VCard. Probably a Javascript problem spesific to my template, Dimensions.
But thanks for your help anyway! If I manage to make it work, the CSS problem is solved already.
Don't think posting a link to my forum here is useful, since my native language, and site language is norwegian.
But if anyone else has solved it, and has a site wich has a RocketTheme with heavily use of Javascript (MooTools) and CSS. Like Dimensions, please let the rest of us know. really want my sleep back...
|
|
|
|
|
|
|
|
|
|
The topic has been locked.
|
|
|
Re:Numinu Template Released 7 Months ago
|
|
|
I was getting ready to begin making some major changes to the default template and though I had better check the site to see if there were any new forum templates already posted. I'm in need of an elegant, clean, professional style look. I was very pleased to see that the numinu template scored high marks in these categories. As implemented in a rocket theme template, all seems to be working fine with exceptions to a layout discrepancy. Fortunately, it doesn't affect the functionality of our site. The only real major set back for myself would be the community builder integration, or lack of. So, kudos! on the design, but when will community builder (so I can use the profile) be ready?
Great job!
~Dysier
|
|
Dysier (User)
Fresh Boarder
Posts: 3
|
|
|
|
|
The topic has been locked.
|
|
|
Re:Numinu Template Released 7 Months ago
|
|
In Nunimu forum.css file replace the part of code relative to the Vcard rendering (starts about at line 363 with the following | Code: | /* JTIP */
/* global */
#cluetip-close img {
border: 0;
}
#cluetip-title #cluetip-close {
float: right;
position: relative;
}
#cluetip-waitimage {
width: 43px;
height: 11px;
position: absolute;
background-image: url(images/wait.gif);
}
/***************************************
=cluetipClass: 'default'
-------------------------------------- */
.cluetip-default {
background-color: #FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
.cluetip-default #cluetip-outer {
position: relative;
margin: -10px 0 0 0;
border: 1px solid #333;
background-color: #FFF;
padding-bottom:5px;
}
.cluetip-default h3#cluetip-title {
margin: 0 0 5px;
padding: 2px 5px;
font-size: 12px;
font-weight: normal;
background-color: #333;
color: #FFF;
}
.cluetip-default #cluetip-title a {
color: #333;
font-size: 11px;
}
.cluetip-default #cluetip-inner {
padding:0 5px;
}
.cluetip-default div#cluetip-close {
text-align: right;
margin: 0 5px 5px;
color: #333;
}
|
PS: do a backup before macking any changes and reports here on the forum if this solved the problem, this should solve the problem about transparency and layout of the Vcard, doesn't solve of course the avatar not displaying, i am working on this and will let you know when have a solution
|
|
nickb (User)
Junior Boarder
Posts: 30
|
|
|
|
|
The topic has been locked.
|
|
|