Themes

RSS
Page: ()   1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18 ...113   ()
Aardvark 1.2 Pro (Original)
Here cometh the Aardvark!

From: Shaun Daubney
Requires: Moodle 1.9.x

Based on my previous "Alternatives" themeset.

This theme has a fixed width. To remove the fixed width, delete "max-width: 960px;" in aardvark_layout.css

Requirements

  • Moodle 1.9.5+ (Tested - other versions untested)
  • Firefox 3+, Safari 4+, IE7+ (others untested)
  • Standard Theme

Known Issues

  • Menu not compatible with IE6 or earlier (See 3rd party modified release)
  • Difference in gap between profilename and profileoptions in FF compared to IE

Roadmap

Pro 1.2 (Robocop) - Released

  • Rebuild from ground up
  • All CSS combined into one handy file
  • Re-organised folder structure
  • More modern styling/design

Pro 1.1 (Bearhug) - Released

  • PIX Folder - Additional filetype icons added
  • aardvark_layout.css - Forum controls added to restrict posted images to fit on to page ".forumpost {width: auto;overflow:none;}" and ".forumpost img {max-width: 100%;}"
  • aardvark_layout.css - Removed "position" and "left" elements from ".cal_popup_bg ", ".surround" and ".header-profileblock" to fix calendar pop-ups.
  • aardvark_layout.css - Changed .surround to #surround
  • aardvark_color.css - Changed .surround to #surround
  • header.html - Changed <div class="surround"> to <div id="surround">
  • header.html - Correctly closed link in <link rel="stylesheet" href="<?php echo $CFG->httpsthemewww .'/'. current_theme() ?>/aardvark_print.css" type="text/css" media="print" />
  • aardvark_print.css - Added
  • various css - Changed header-profile classes (.) to IDs (#)
  • header.html - Changed header-profileblock class to ID
  • aardvark_default.css - Removed #header-home and placed contents in #logo
  • header.html - Made the header elements a little more PHP and removed redundant #header-home DIV. Now reads
    <?php print_container_start(true, '', 'header');
    echo '<div id="logo">';
    echo '<a href="'.$CFG->wwwroot.'" style="display: block; width: 247px; height: 96px;"> </a>';
    echo '</div>';
    echo '<div id="header-profileblock">';
    include('profileblock.php');
    echo '</div>';
    ?>
  • header.html - Validated markup! Woop!!!

Pro 1.0 (Morlock) - Released

  • Moved out of beta - A number of issues may still exist relating to appearance, however the theme has been extensively tested and is considered stable.
  • profilepic.php - Removed as it was no longer required.
  • footer.html - Added additional login and navigation controls to footer.
  • aardvark_color.css - "h2 .headingblock, .header" image changed to 50px height version

Beta 0.5 (Termite) - Released

  • Fixed some issues with header rendering in some browers
  • Moved to BETA, maybe still a couple of bugs and improvements, but generally stable.

Alpha 0.4 (Yeti) - Released

  • Hopefully fixed header login issues - untested except my build where it works
  • Replaced some missing icons from PIX folder
  • Themeswitch and JS Query files removed (for time being)

Alpha 0.3 (Critter) - Released

  • Added IF variable to show "login" option in header when user not logged in
  • New codename (based on default colour)
  • Replaced 'fixed typed' options with language adjustable versions from LANG.

Alpha 0.2 (Juiced) - Released

  • New colour scheme
  • Topic areas styled
  • Footer modified
  • Changes to calendar styles
  • Forums rough styled

Alpha 0.1 (Vertigo) - Released

  • Started again from scratch
  • New navigation menu (called Top Menu), now pure CSS
  • Lighter colour scheme
  • User profile details in header
  • Calendar styled

This theme will continue to be developed. If you like this theme and use it yourself, please let me know what types of modifications you make on the Moodle forums, I'd love to see them and maybe pinch some ideas for mine. Also always grateful to receive credit where credit's due.

Discuss this project, with suggestions and fixes here

Thanks to...

Thanks for the support in the forums, the users and contributors around the world and my good friend Google.

Support Moodle and Open Source Software.

Record added by: Shaun Daubney - lundi 17 août 2009, 21:25
Last modified - vendredi 15 janvier 2010, 01:11
Avatar Manpreet Sambhi
par Manpreet Sambhi, le mardi 18 août 2009, 01:32
 

I am a big fan of your themes but this one doesn't seem to work well on my site. Nothing is in line properly. See attached image.

Avatar Shaun Daubney
par Shaun Daubney, le mardi 18 août 2009, 04:55
 

I can't seem to replicate this. Which version of Moodle are you using? I've a feeling it's either the version of Moodle you have installed or a charset issue (there's a stray ">" at the top of your login page). Can anyone shed any light on this?

That doesn't look like BETA0.5 either, looks like you've gotten hold of the unstable one before it.

Avatar Manpreet Sambhi
par Manpreet Sambhi, le mardi 18 août 2009, 18:47
 

I've checked again. Its definitely BETA 0.5.

I am using 1.94. I can't seem to find what the problem is and even more disturbingly, now I've changed back to my previous theme and my menu has gone out of line! Haven't got a clue how/why thats happened!

Avatar COLIN WHEELHOUSE
par COLIN WHEELHOUSE, le mercredi 19 août 2009, 01:35
 

Hi Shaun,

Awesome theme as usual! I replicated Manpreet's issue, the problem for me was that I was missing a (/div) tag in the topmenu.php file after customising it for my own links. Before I corrected it I had blue borders around icons and each block said skip ....... above it also. Hope this shed some light on it.

Keep up the excellent work.

Cheers

Wheelie.

Avatar Dariem Garcés (Demian)
par Dariem Garcés (Demian), le mercredi 19 août 2009, 04:55
 

Hi Shaun
GREAT THEME!!!!
well i tested it in Moodle 2.0 works FINE!!! but there are two mini-problems:

  • all the php files are ANSI charset according with utf8 langs charset must be in UTF8.. or maybe UTF8 as ANSI. Try to test it with spanish words in topmenu.. ex: introducción.
  • Administration block folders appears always open.
cheers!

Dariem

Avatar A.J. Colianni
par A.J. Colianni, le dimanche 23 août 2009, 12:47
 

Hey Shaun,

Thanks much for this great theme!

One little bug / question... Word .docx files don't seem to pick up the icon. I'm not sure where to fix that mapping.

Thanks again,

Avatar Shaun Daubney
par Shaun Daubney, le lundi 24 août 2009, 21:21
 

I've been trying to solve the UTF8 problem but not had any joy. If anyone can help out there I would be very so grateful.

Avatar Manjinder Bhandal
par Manjinder Bhandal, le mardi 25 août 2009, 02:26
 

Hi I am trying to modify the footer. Anybody got any ideas on how to do it? Thanks

Avatar A.J. Colianni
par A.J. Colianni, le mardi 25 août 2009, 11:50
 

Manjinder-

Check the file footer.html - you'll be able to edit that file in a text editor to add your own links, logos, etc.

Avatar A.J. Colianni
par A.J. Colianni, le mardi 25 août 2009, 12:02
 

Hey Shaun,

One other fix I just made:

In aardvark_layout.css in the #content id, I removed overflow:auto. It was causing a scroll bar to appear in various places (wiki pages, browsing lists of users, some discussion forums)

Taking that out seems to have fixed it.

Thanks again for the great theme!

Avatar Manjinder Bhandal
par Manjinder Bhandal, le mardi 25 août 2009, 18:33
 

Thanks for your reply A.J but I have tried to edit the footer.html file in notepad but the changes did not transpire onto the site. The footer stayed the same. Any ideas? Thanks

Avatar Shaun Daubney
par Shaun Daubney, le mercredi 26 août 2009, 22:29
 

overflow:auto was added on purpose to solve the gradebook issues. but it's personal preference I guess.

Avatar siti asiah
par siti asiah, le mardi 1 septembre 2009, 10:52
 

great theme...

1 question,how can i choose language at front site?

Avatar yasir Muhammad
par yasir Muhammad, le vendredi 4 septembre 2009, 23:55
 

theme is very nice specially pic on top but i'm getting one problem with menu it not appear properly when i try to access from other computers but i access server it's ok i'm using iis can any body figure out how fix this menu

Avatar Paul Taylor
par Paul Taylor, le mardi 8 septembre 2009, 21:16
 

Hi Shaun:

I have played around with the theme and tried it in a couple of different guises (only logo and colours) and they work fine, but one seems to have the central tables too wide. If I switch off the width in layout.css from 960px, the central tables on courses work on a wide screen, if I switch them off the blocks disappear completely and the middle section scrolls but no side blocks. I can't see anywhere that it is different. Any suggestions as to what is controlling this? Debug does not show anything related. It could be a rogue block?

As all people here, great theme again.

Avatar Paul Taylor
par Paul Taylor, le mardi 8 septembre 2009, 21:46
 

If I set the max-width in lauout.css to auto it seems to work with blocks on a wider screen, though goes a bit odd on re-size.

Yasir, it looks to me like you have some </div> tages missing or incomplete on your site. Check your topmenu.php file for any tags that are not complete.

Avatar mike bill
par mike bill, le vendredi 11 septembre 2009, 04:26
 

Hello all! Great theme here. I am fairly new to Moodle and I am struggling to put a page on the front page that welcomes users to my site just like 'CATCH IT, BIN IT, KILL IT.'on the demo site for this template. How can I achieve this?

Avatar Will Cunningham
par Will Cunningham, le lundi 14 septembre 2009, 23:49
 

I am seeing the same problem as yasir. I only see it on my student machines which are running IE6. Not sure of a workaround though.

Me!
par Lauri Showler, le mardi 15 septembre 2009, 23:18
 

Hi Shaun, thank's for this theme, it's now (slightly modded) it's been live on http://moodle.hull-college.ac.uk for a couple of weeks now.

The only issues we have had (so far) is:

Adding a min-width to the top menu bar to stop it messing the items up when the screen size is smaller or the browser window is stretched smaller.

As somebody else pointed out the overflow: auto was causing scrollbars within scrollbars and effectively hiding some content.

IE6 does not display the top menu correctly, but this is not an issue as IT are supposed to upgrade all the student machines to IE8, but some have slipped through the net.


Avatar Ahmet Korhan
par Ahmet Korhan, le mercredi 16 septembre 2009, 19:31
 

Hi Shaun, Thanks for the theme. I have a question. Is it possible to add multi-levels to the menu?

Avatar Suzanne luken
par Suzanne luken, le jeudi 17 septembre 2009, 17:04
 

Hi Shaun,
great theme. All the students like it.
I've only got a little problem with the top menu.
If students sign-up en then use the topmenu to go to a course or category they are automatically logged-out.
Any idea how to fix this?

Avatar Andrew Watkins
par Andrew Watkins, le jeudi 17 septembre 2009, 21:38
 

Awesome theme. Very easy to work with and modify the look. One issue I am having though is the ability to change the background. Seemed simple enough. I opened aardvark_color.css and changed the body background color from #eeeeee to #000000 and nothing. Not sure what I am doing wrong as I cannot find the background color for the main page anywhere else. Any idea on what I am missing?

CSS makes me feel so dumb sometimes.

Avatar Andrew Watkins
par Andrew Watkins, le vendredi 18 septembre 2009, 00:31
 

Server issue. That is a relief because I was losing my mind. I will post a preview soon.

Avatar Paul Taylor
par Paul Taylor, le mercredi 23 septembre 2009, 19:47
 

I assume this is related to Yasir's comments, as on IE6 the header is not visible at all, but on IE7 and 8 there is a gap in the table (between left and middle). It is fine on Firefox.

Any ideas?

Gap only visible in IE7/8

Avatar Chris Prettejohn
par Chris Prettejohn, le dimanche 4 octobre 2009, 16:31
 

This is a brilliant theme and I'm hoping to mod it for our school Moodle.

There still seems to be a problem with the .docx and pptx which shows no icon.  Is this something I need to fix or is it something that comes with the theme?

Thank you!

Chris

Avatar Conrado Maggi
par Conrado Maggi, le mardi 6 octobre 2009, 08:37
 

Hi. Great theme!

Im new using moodle... I try to edit the menus but if a insert an item that is longer that those that came after this is what I get http://www.tecnicasestudio.com/img/Dibujo.jpg

Does anyone knows how to fix this?

Thanks

Avatar Chris Scurrah
par Chris Scurrah, le mercredi 7 octobre 2009, 00:45
 

Excellent theme as usual Shaun smile

I've been tweaking it a bit to a grey/blue look and feel and managed to get some of the block heading menus to fit better, see what you think by clicking the following link:-

http://www.sohamvc.org (some areas do allow guest access)

If the main logo you use is too long, the main menu has too many links and you keep the date in the menu bar it messes up the popups for Glossaries and others, the only way I've found to make it look reasonable good is to remove the date script and keep the main menu options (length) to a minimum.

As mentioned elsewhere I've also noticed that Lightbox Galleries as well as the HTML Editor when in HTML editing mode show the main menu links (I'm using TinyMCE3) behind photos in Firefox as well as Internet Explorer. I've not checked it with Safari or Opera yet but saying that this is only a slight niggle and the Theme is far superior to the original Newbury ones with regard to the Style Sheets not displaying the Gradebook properly etc.

Regards

Chris


Avatar Chris Scurrah
par Chris Scurrah, le mercredi 7 octobre 2009, 00:51
 

Andrew: I spotted a couple of errors in the code for the style sheets, namely the aardvark_color.css one where it has 'colour' in the code as opposed to color (no u) wink

Avatar Chris Scurrah
par Chris Scurrah, le mercredi 7 octobre 2009, 06:06
 

Actually saying that, the 'colour' errors may have been mine :S

Avatar j Fraley
par j Fraley, le jeudi 8 octobre 2009, 10:41
 

Great theme! I do have one issue re: IE vs firefox on the Course Menu activity. The "Active Page" text/image is fine in firefox, but in IE it comes up with the X (like a missing picture) icon with a box around it. Anyone have any ideas on how to resolve this?

Avatar Katherine Horton
par Katherine Horton, le mardi 13 octobre 2009, 08:33
 

Beautiful theme. We are really going to enjoy using it. Thank you. Love the drop-down menus. 

Here comes the "but." I am having difficulties adding a wider logo graphic in the header background and editing the footer information. It is driving me crazy.

I have edited header.html to change the width:

<?php print_container_start(true, '', 'header'); ?>

<div class="headermain" id="header-home"><a href="<?php echo $CFG->wwwroot.'/' ?>" style="display: block; width: 365px; height: 96px;"><div id="logo"></div>

</a></div>

I have edited footer.html to add a logo bug and a copyright notice.

When I refresh my home page, none of edits appear.

I have read most of the threads and replies in the forums for the previous versions of this theme and see that this problem has surfaced, unfortunately none of the answers have helped me solve this issue.

I have looked at the default and layout css files and do not see how the logo background is in any way constrained to just 247 pixels. Also styles_layout.css in the Standard theme.

Would appreciate any pointers. Thanks 

Avatar Chris Prettejohn
par Chris Prettejohn, le mardi 13 octobre 2009, 17:23
 

This is a great theme. I see the update has a range of new icons. There still seems to be a slight error with Microsoft Word 2007. It seems that the .docx works with an icon but that .pptx doesn't.

There also seems to be a word wrap problem with some heading text. e.g Recent Events scrolls over to another line and consequently ovelaps the top grey box.

Otherwise , thank you for your brilliant work Shaun!!

Avatar Chris Delaney
par Chris Delaney, le mardi 13 octobre 2009, 17:47
 

Shaun - excellent work.

Have been playing with both Chrome and FF - all seems to work well.

If anyone sorts out that Lightbox Gallery issue, please post the solution.

Cheers

Avatar Sue O.
par Sue O., le mercredi 14 octobre 2009, 11:14
 

Great Theme!

  • Works just fine with 1.9.5
  • Added image docx.gif and pptx.gif for 2007 MS word icons
  • Tested: FF, IE 7+, Chrome no issues to report

Avatar Shaun Daubney
par Shaun Daubney, le jeudi 15 octobre 2009, 02:25
 

Thanks. I've just added the new Office "X" file types and will include them in 1.1

Avatar PROFessor VAZZ - Brazil
par PROFessor VAZZ - Brazil, le jeudi 15 octobre 2009, 04:48
 

Congratulation!!!
Excelente Theme. Very creative,
Is There any instruction abaout IE8 ?

So, I´d like to change the body´s background.
I´ve changed in body aardark_color.css, bus It didn´t working.

Any idea?

Congratulation Again!!!

PROFessor VAZZ
São Paulo - Brazil

Avatar David  Zhang
par David Zhang, le lundi 19 octobre 2009, 20:42
 

I have downloaded and using your theme. But I have encountered difficulities.

I am using Windows XP,chinese Chinese Editon. Your theme works fine under firefox 3.5.3 . But the drop down menu can not work under IE 6.0.  The interface is as described in "yasir Muhammad - 2009年09月4日 星期五 23:55".

Do I need to upgrade my IE to 7 or 8?

Avatar Richard Ackland
par Richard Ackland, le jeudi 22 octobre 2009, 17:31
 

Brilliant theme - has revitalised our moodle !!!! Thanks

I am having a similar problem to Yasir, but only when I am looking at one of the settings in the Site Admin menu. I am using the Pro 1.0 version

All courses and the front page look brilliant - its just in admin mode and it happens on Safari (latest Version) I.E 7.0 and Firefox (latest Version)

see screen shot

Menuprob

Avatar Shaun Daubney
par Shaun Daubney, le mardi 3 novembre 2009, 01:20
 

Me too. Had this problem since my first theme, sorry don't know how to fix it. If anyone does PLEASE TELL ME! sourire

thanks

Avatar Richard Ackland
par Richard Ackland, le mardi 17 novembre 2009, 23:57
 

*** Edit to my post above ***
after further research it only happens in IE7.0 when in Admin mode. Searched everywhere through the code but to no avail !

Avatar Richard Ackland
par Richard Ackland, le mercredi 18 novembre 2009, 00:00
 

Sorry meant to add this bit too...

It may be something to do with the "Turn Blocks Editing On" button as this is the only time the problem appears.

Avatar Fran Quero
par Fran Quero, le jeudi 26 novembre 2009, 17:03
 

Hello,

I had the same problem that yasir Muhammad and Richard Ackland (on IE 6.0)

The problem is that it is not defined the width property to <li> tags in topmenu.
I fixed it creating a specific css rule for IE:

File aardvark_topmenu_ie.css with this rule:
#top_menu ul li {
width: 50px !important;
}

And I edited the file header.html nearly line 10 to load this css when browser is IE 7.0 or previous:

<!--[if lt IE 7]>
<script type="text/javascript" src="<?php echo $CFG->httpsthemewww .'/'. current_theme() ?>/js/ie6png.js"></script>
<link rel="stylesheet" href="<?php echo $CFG->httpsthemewww .'/'. current_theme() ?>/aardvark_topmenu_ie.css" type="text/css" media="screen" />

(What I added is the green line).


I used the same method to fix the wrapper width:

New file aardvark_layout_ie.css
Rule:
#surround {
margin-left: auto;
margin-right: auto;
width: expression(document.body.clientWidth > 961? "960px": "auto");
}

And you have to edit header.html for this file to be loaded when browser is IE.

You can create only a file, ie_fixes.css for example, and unificate all fixes in it.

I hope it will be useful.

Avatar Fran Quero
par Fran Quero, le jeudi 26 novembre 2009, 17:32
 

I forgot to thank the theme creator for the wonderful work he share with us.
Thanks Shaun!

Avatar Gerrard Shaw
par Gerrard Shaw, le mardi 22 décembre 2009, 00:09
 

Good work Fran, I went at the problem from a different angle and put a new (IE6 compatible) menu in the theme instead smile

http://gshaw0.spaces.live.com/

Files are in the SkyDrive area, remember to sign the guestbook if you download wink

Avatar Jon Williams
par Jon Williams, le mardi 19 janvier 2010, 16:31
 

Hi this might sound a little silly, but can we still access the previous version, aardvark 1.1. I have been looking at Gerrad Shaws site and this is the way i need to go at the moment (great work Gerrad)

thanks

J

Avatar Sergei Yegorov
par Sergei Yegorov, le vendredi 22 janvier 2010, 13:32
 

Thank you!
Look forward to the version that will work with Moodle 1.9.7

Avatar tan tai nguyen
par tan tai nguyen, le mercredi 27 janvier 2010, 19:49
 

Hi everybody! I use these theme and I think that very clean for my use.
I have a question for you...
How can I upload the picture for every profile?
I've tried from panel control but there is an errore that say to check the image...
I've tried with same dimension of default image but nothing...

where I wrong?

please help me Tnx!

Avatar * Ewelina *
par * Ewelina *, le vendredi 5 février 2010, 04:13
 

Hi,

Maybe I'm stupied, but how to put content to nav Top Menu?

I've just only menu one, two ect Zaskoczenie I can't edit it. Smutek

Avatar * Ewelina *
par * Ewelina *, le vendredi 5 février 2010, 04:36
 

I found aardvark_menu.php Szeroki uśmiech Now I know everything ^_^


Page: ()   1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18 ...113   ()