Git Product home page Git Product logo

whiteboard-framework's People

Contributors

boldperspective avatar brianpurkiss avatar dslatten avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

whiteboard-framework's Issues

Typo in file theme.css. (Not very disturbing though.)

I'm not using Whiteboard. Just checking it out.
I noticed that line 16 of file theme.css contains font-family name platino linotype :

    font-family: palatino,platino linotype,georgia,times,times new roman,serif;

Which probably should be palatino linotype :

    font-family: palatino,palatino linotype,georgia,times,times new roman,serif;

Italian translation

I have upload the po e mo italian file here http://d.pr/f/Kn6k.
i have modified the wihteboard framework for support translation file.
i have added in functions.php:
load_theme_textdomain('whiteboard', get_template_directory() . '/lang');
created a folder lang and insert this file.
Also i have modified every __ and _e function for adding the second parameter 'whiteboard' for use it.
i can't share the modified file because i have did it in a modified version for site.

Functions.php

Hi. Sorry if this is the wrong place to post this ... new to Github and this kind of collaboration. I think there may be an issue with the functions.php ... none of the widget areas have IDs assigned to them which means they can't be targeted/removed in a child functions.php, hope that makes sense. See Twentyten theme functions.php to see what I mean. Tnx.

Less Framework

i have read on documentation that for switch between Less Framework 3 and 4 just change the refer on header.php.
But switch break the template!
i have see that the css of v4 are more small of v3.

Theme Options Page - Error On Load

Running Whiteboard v3.1.4, Wordpress v3.2.1

After Activating the Whiteboard Theme, when attempting to access the Theme Options page, the following error message is shown (and no further page content).

Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'theme_options_do_page' was given in C:\Program Files\XAMPP\htdocs\whiteboard\wp-includes\plugin.php on line 405

sidebar php <ul> tags in wrong position

This diff allows the default to validate cleanly. minor quibble, but there it is.

--- /home/webdragon/Projects/Whiteboard-Framework/whiteboard/sidebar.php    2012-06-06 13:40:23.235062681 -0400
+++ sidebar.php 2012-09-07 13:19:48.847612519 -0400
@@ -1,7 +1,6 @@
 <div id="sidebar">
-   <ul>
        <?php if ( ! dynamic_sidebar( 'Sidebar' )) : ?>
-   
+   <ul>
            <li id="sidebar-search" class="widget">
                <h3><?php _e('Search'); ?></h3>
                <?php get_search_form(); /* outputs the default Wordpress search form */ ?>
@@ -29,7 +28,6 @@
                    <?php wp_meta(); ?>
                </ul>
            </li>
-   
-       <?php endif; ?>
    </ul>
-</div><!--sidebar-->
\ No newline at end of file
+       <?php endif; ?>
+</div><!--sidebar-->

LessFramework4

When i try to use the v4 the layout of the default template break.
i have seen that there is a difference by 3 and 4 in the file dimension.
i have seen that in version 4 missing some css :-/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.