PDA

View Full Version : Luciola Light 0.2



Nick
07-26-2010, 05:27 AM
Luciola Light
Version: 0.2
Author: Nick Ramsay
Created on: 2010/07/26
Last Updated: 2010/08/09
Tested on: Hotaru 1.3.0 ~ 1.4.0
Plug & Play: Yes
Supported: Yes

Description
A two-column red theme with the sidebar on the right. Includes .psd file for the logo.

Instructions
1. Download the attached .zip file, unzip it and put the luciola-light folder in content/themes/
2. Admin Panel -> Theme Settings: Luciola Light -> Activate it
3. Admin Panel -> Plugin Settings: Widgets -> Enable any widgets you want to use except Search - the Search plugin should be active, but the widget should be off.
4. Admin Panel -> Maintenance -> empty the css/js, HTML and language cache folders
5. View the home page and if necessary do a hard refresh with CTRL+F5

Revision History
v.0.2 2010/08/09 - Changed background image to fix the red "flash" bug
v.0.1 2010/07/26 - First release

Please click "Rate Thread" and give this theme a rating. Thank you.

norby500
07-26-2010, 02:24 PM
will this be unsupported?

Nick
07-26-2010, 02:39 PM
will this be unsupported?

I'll keep it up-to-date and fix any bugs that arise from using the social bookmarking plugin pack.

Nick
08-09-2010, 04:35 AM
In Luciola Light 0.1, the background image was too big and caused a red flash as the page loaded. I've replaced it in 0.2, but 0.1 users can just download the attached bg.png file and put it in their theme's images folder.

nothingman
09-06-2010, 05:53 AM
I'm trying to hide the sidebar in the submit2 and the edit_post pages for this theme but following the tutorial at hotarudocs didn't help.
For shibuya, I pasted the following lines of code and it worked for me. As there is a single php block in LL, where do I place the following lines of code for LL? I placed the following lines of code as a separate PHP block but that too didn't work. :confused:


<?php switch ($h->pageName) {
case 'submit2':
case 'edit_post':
$h->sidebars = false;
break;
default:
$h->sidebars = true;
} ?>

nothingman
09-06-2010, 06:40 AM
Ok, got it. Replaced the following in index.php


$h->sidebars = true; // true by default anyway

with



if (($h->pageName == 'submit2') || ($h->pageName == 'edit_post')) {$h->sidebars = false;}

:cool: :D

yes
09-27-2010, 06:57 AM
Is the free version only in red? Is is possible to change the free version's color?

Nick
09-27-2010, 08:04 AM
Is the free version only in red? Is is possible to change the free version's color?

You are free to customize it however you desire. I posted some links to CSS tutorials on one of your other threads.

yes
09-27-2010, 11:58 PM
Can CSS make it look like the black premium theme?

nothingman
09-28-2010, 06:17 AM
Hi Nick, three questions on this theme.
1. Which block in the css file removes the 'skinned' categories?
2. Could you please provide the psd file for the image that says "Submit a Link". I know it can be edited easily but just suggesting. :)
EDIT: 3. The search icon doesn't show up on my site, I wonder why this is happening

http://i.imgur.com/3o9NW.jpg

Nick
09-28-2010, 08:13 AM
1. Have you looked at categories.css? Sorry, I'm not sure what you mean.
2. No, sorry, that's a perk of the premium version.
3. Okay, that's a bug.

- I've attached the search icon here. Put it in the luciola-light images folder.
- Open search.css in the luciola-light css folder and third line from the bottom, change luciola-red to luciola-light.

nothingman
09-28-2010, 09:49 AM
1. Have you looked at categories.css? Sorry, I'm not sure what you mean.
What I'm trying to say is I want the categories in the header to look like the way they do in hotaru's default theme. I remember removing a line of css code in categories.css and the categories showed up like the way they do in hotaru's default theme but I can't seem to recollect which line it was, hence the query.


2. No, sorry, that's a perk of the premium version.
Okay, no issues.


3. Okay, that's a bug.
- I've attached the search icon here. Put it in the luciola-light images folder.
- Open search.css in the luciola-light css folder and third line from the bottom, change luciola-red to luciola-light.
Thanks a lot.

Nick
09-28-2010, 10:01 AM
What I'm trying to say is I want the categories in the header to look like the way they do in hotaru's default theme. I remember removing a line of css code in categories.css and the categories showed up like the way they do in hotaru's default theme but I can't seem to recollect which line it was, hence the query.

Removing the categories.css file from the Luciola Light theme will cause Hotaru to fall back on the default style. Try that.

bbrian017
11-03-2010, 04:07 PM
Why is user registration canceled for this demo?

Are you having issues with spam?

Nick
11-04-2010, 12:14 AM
I never enabled user registration in the first place. I have better things to do than moderate a demo site.

bbrian017
11-04-2010, 02:51 PM
Well I'm a customer and was hoping to try out that template... but you have better things to do so that's cool... ...

ChaFF
11-04-2010, 05:54 PM
Customers those who paying for smth. Are you customer?

Nick
11-04-2010, 11:02 PM
Well I'm a customer and was hoping to try out that template... but you have better things to do so that's cool... ...

This is a free theme... if you want to try it, download it. :rolleyes:

rpermana
12-06-2010, 02:21 PM
Hi Nick,

This is a very nice theme. However, I was wondering how to change password for each users. I couldn't find any Profile link. Thanks!

Nick
12-06-2010, 10:52 PM
Enable the Gravatar plugin and the current user's avatar will appear in the top right-hand corner. Click that to access your profile.

rpermana
12-07-2010, 04:55 PM
Hello,

Thanks, i see it now..

another issue, when put my link to facebook, it came out hotaru CMS logo at the side.

May I know when can I change the logo, is that favicon ?

petsagouris
12-07-2010, 05:46 PM
Hello,

Thanks, i see it now..

another issue, when put my link to facebook, it came out hotaru CMS logo at the side.

May I know when can I change the logo, is that favicon ?

rpermana, please try to be careful where you post on the forum this is not an issue with the theme, this is an issue of setting up our site.
Also, if you are having problems with what appears/displays/shows please try to explain better by including a screen shot of the matter.

matz
03-19-2011, 06:17 PM
Can someone help me find where the color of the active sort button (see attachment) is defined?

1551

annyW32f
08-30-2011, 07:21 AM
I like this templehttp://www.amovos.info/woma.jpg
http://www.ywseo.net/100.jpg
http://www.ywseo.net/ht.jpg

mik
08-30-2011, 10:14 PM
I like this temple


This is theme is the best for me. :D
I like the red color. :)