1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Luciola Light 0.2

Luciola Light

  1. Nick

    Nick Well-Known Member

    Nick submitted a new resource:

    Luciola Light - Luciola Light

    Read more about this resource...
     
    Last edited by a moderator: Oct 14, 2014
    mik, skorpyo and zigstonk like this.
  2. norby500

    norby500 New Member Donor

    will this be unsupported?
     
  3. Nick

    Nick Well-Known Member

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

    Nick Well-Known Member

    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.
     

    Attached Files:

    • bg.png
      bg.png
      File size:
      149 bytes
      Views:
      2,454
  5. nothingman

    nothingman Active Member

    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:
    <?php switch ($h->pageName) {
        case 
    'submit2':
        case 
    'edit_post':
            
    $h->sidebars false;
            break;
        default:
            
    $h->sidebars true;
    ?>
     
  6. nothingman

    nothingman Active Member

    Ok, got it. Replaced the following in index.php

    PHP:
    $h->sidebars true// true by default anyway
    with

    PHP:
    if (($h->pageName == 'submit2') || ($h->pageName == 'edit_post')) {$h->sidebars false;}
    :cool: :D
     
    Nick likes this.
  7. yes

    yes Banned

    Is the free version only in red? Is is possible to change the free version's color?
     
  8. Nick

    Nick Well-Known Member

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

    yes Banned

    Can CSS make it look like the black premium theme?
     
  10. nothingman

    nothingman Active Member

    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

    [​IMG]
     
    Last edited: Sep 28, 2010
  11. Nick

    Nick Well-Known Member

    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.
     

    Attached Files:

    mik, koosmooi and nothingman like this.
  12. nothingman

    nothingman Active Member

    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.

    Okay, no issues.

    Thanks a lot.
     
  13. Nick

    Nick Well-Known Member

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

    bbrian017 New Member

    Why is user registration canceled for this demo?

    Are you having issues with spam?
     
  15. Nick

    Nick Well-Known Member

    I never enabled user registration in the first place. I have better things to do than moderate a demo site.
     
  16. bbrian017

    bbrian017 New Member

    Well I'm a customer and was hoping to try out that template... but you have better things to do so that's cool... ...
     
  17. ChaFF

    ChaFF Donor Donor

    Customers those who paying for smth. Are you customer?
     
  18. Nick

    Nick Well-Known Member

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

    rpermana Donor Donor

    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!
     
  20. Nick

    Nick Well-Known Member

    Enable the Gravatar plugin and the current user's avatar will appear in the top right-hand corner. Click that to access your profile.
     

Share This Page