Giter Club home page Giter Club logo

shoestrap-3's People

Contributors

adamnbowen avatar aejaerabago avatar aristath avatar benklocek avatar cabgfx avatar coreywagehoft avatar dovy avatar dvregan avatar emreerkan avatar fingli avatar fovoc avatar foxaii avatar hanscz avatar hariadi avatar jeff-lewis avatar johnraz avatar knilob avatar lautreamont3 avatar leocolomb avatar leoj3n avatar limenet avatar magox-git avatar mwrather avatar novrian avatar rchq avatar retlehs avatar s3w47m88 avatar swalkinshaw avatar weslly avatar zensimilia 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  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

shoestrap-3's Issues

Header & Footer deprecated notice

Notice: Theme without header.php is deprecated since version 3.0 with no alternative available. Please include a header.php template in your theme.

Theme without footer.php is deprecated since version 3.0 with no alternative available. Please include a footer.php template in your theme.

Believe this is replicated by doing get_header()

(Rose this issue on roots as well)

Fatal parse error in variables.less

parse error: failed at @textColor: ; C:\wamp\www\mgateswp/wp-content/themes/shoestrap-master//assets/css/../less/variables.less on line 36

Etc

Should maybe be replaced with ''; instead of just ;

@sansFontFamily:        ;
@serifFontFamily:       ;
@monoFontFamily:        ;

Tremendously slows down site

Shoestrap increases load time on every single page by at least 3 seconds, regardless if I'm logged in as admin (to view the customizer) or not.

If I switch my theme to Roots or TwentyEleven, site speed is normal at 0.3ms.

add_action typo in customizer / functions / login.php

This breaks the customizer (webfonts not showing up / etc)

/*

  • Reset cache when in customizer
    */
    function shoestrap_login_scripts_cache_reset() {
    delete_transient( 'shoestrap_login_scripts' );
    shoestrap_login_scripts_cache();
    }
    add_action( 'customize_preview_init', 'shoestrap_buttons_css_cache_reset' );

line 243 should be: add_action( 'customize_preview_init', 'shoestrap_login_scripts_cache_reset' );

Division by zero

[02-Dec-2012 14:36:33 UTC] PHP Warning: Division by zero in C:\wamp\www\mgateswp\wp-content\themes\shoestrap-master\lib\customizer\custom-builder\custom-builder.php on line 482

[02-Dec-2012 14:36:33 UTC] PHP Stack trace:

[02-Dec-2012 14:36:33 UTC] PHP 1. {main}() C:\wamp\www\mgateswp\index.php:0

[02-Dec-2012 14:36:33 UTC] PHP 2. require() C:\wamp\www\mgateswp\index.php:17

[02-Dec-2012 14:36:33 UTC] PHP 3. require_once() C:\wamp\www\mgateswp\wp-blog-header.php:12

[02-Dec-2012 14:36:33 UTC] PHP 4. require_once() C:\wamp\www\mgateswp\wp-load.php:29

[02-Dec-2012 14:36:33 UTC] PHP 5. require_once() C:\wamp\www\mgateswp\wp-config.php:95

[02-Dec-2012 14:36:33 UTC] PHP 6. do_action() C:\wamp\www\mgateswp\wp-settings.php:323

[02-Dec-2012 14:36:33 UTC] PHP 7. call_user_func_array() C:\wamp\www\mgateswp\wp-includes\plugin.php:403

[02-Dec-2012 14:36:33 UTC] PHP 8. WP_Customize_Manager->wp_loaded() C:\wamp\www\mgateswp\wp-includes\plugin.php:403

[02-Dec-2012 14:36:33 UTC] PHP 9. WP_Customize_Manager->customize_preview_init() C:\wamp\www\mgateswp\wp-includes\class-wp-customize-manager.php:272

[02-Dec-2012 14:36:33 UTC] PHP 10. do_action() C:\wamp\www\mgateswp\wp-includes\class-wp-customize-manager.php:328

[02-Dec-2012 14:36:33 UTC] PHP 11. call_user_func_array() C:\wamp\www\mgateswp\wp-includes\plugin.php:403

[02-Dec-2012 14:36:33 UTC] PHP 12. shoestrap_custom_builder_rewrite_variables() C:\wamp\www\mgateswp\wp-includes\plugin.php:403

add_action typo in customizer / styles / webfonts.php

/*

  • Reset cache when in customizer
    */
    function shoestrap_typography_css_cache_reset() {
    delete_transient( 'shoestrap_typography_css' );
    shoestrap_typography_webfont_cache();
    }
    add_action( 'customize_preview_init', 'shoestrap_typography_webfont_cache_reset' );

add action should be: "shoestrap_typography_css_cache_reset"

responsive secondary navbar

It seems that when we're scaling down our window, the content of the secondary navbar overlaps main page content.

Better logo handling for the navbar

When the user selects "NavBar" as branding mode on the customizer, the logo is resized and placed in the NavBar. However, the resizing of the logo is done using CSS,
It should be done using WordPress's API instead.

sharrre plugin not working

Browser feedback
Failed to load resource: the server responded with a status of 404 (Not Found)
<script type='text/javascript' src='/strapi/lib/customizer/sharrre/jquery.sharrre.min.js'></script>

It seems like get_stylesheet_directory_uri() in /wp-content/themes/shoestrap/lib/customizer/functions/social.php is not working

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.