Coder Social home page Coder Social logo

maera's People

Contributors

aristath avatar briancwelch avatar calvincanas avatar codemonkey-jack avatar fovoc avatar gad2103 avatar kirasashi avatar pinceladasdaweb 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

maera's Issues

Bad asset URL in lib/assets.php

lib/assets.php line 16

wp_enqueue_script( 'shoestrap-skip-link-focus-fix', get_template_directory_uri() . '/js/skip-link-focus-fix.js', array(), '20130115', true );

I believe should be:

 wp_enqueue_script( 'shoestrap-skip-link-focus-fix', SHOESTRAP_ASSETS_URL . '/js/skip-link-focus-fix.js', array(), '20130115', true );

EDIT: Probably not the proper fix as this would cause it to break on a child theme I believe, but as it stands, it does not load.

Possible syntax error in kirki/includes/functions/background-ccs.php

Running XAMPP on a local Windows dev server and I receive this error:

Parse error: syntax error, unexpected '&&' (T_BOOLEAN_AND), expecting ')' in wp-content\themes\shoestrap\lib\kirki\includes\functions\background-css.php on line 17

Not sure if this is a PHP version specific issue; running PHP 5.4.27. My temporary fix was to comment out the if-statement.

Child Theme

Is this theme meant to have a child theme? Since the styles depend on the plug and play frameworks. What is the general Maera philosophy? IF so, Is there a child theme ready made for this? Or should I make my own version on git?

Mailing list/info?

Enjoying seeing this project come along, but I'm curious as to the roadmap/plans. I noticed that the name has changed and it looks like you might be separating out bootstrap. Fine by me, but I've been developing our custom templates and code that rely on it, etc...so I'm kinda interested in what you have planned.

Is there a blog post or discussion list somewhere? Or just this? I know it's all in development and you're busy on that, but simply curious...

Posts with no content trigger error.

If a post with no content is created, as per theme unit testing, this error is thrown:

Warning: Missing argument 2 for SS_Framework_Bootstrap::excerpt_more() in \framework\bootstrap\class-SS_Framework_Bootstrap.php on line 174

non-unique ids on elements

several of the divs in the bootstrap layout have the same id attribute:
id="wrap-main-section"
including the header and footer. this information should be moved into a class instead.

Theme Options - Dashboard Notice

Notice: get_current_theme is deprecated since version 3.4! Use wp_get_theme() instead. in /srv/www/wordpress-default/wp-includes/functions.php on line 3201
Shoestrap Theme Options

i18n

Create proper po files and make sure translations work from /wp-content/languages

Fatal error in customizer

When attempting to customize theme, getting the following fatal error:

PHP Fatal error: Call to undefined method WP_Customize_Manager::add_panel() in /www/dev.fxphd/httpdocs/wp/wp-content/themes/shoestrap/framework/bootstrap/customizer.php on line 62

Did a multi-file text search and cannot find add_panel anywhere, except in that line.

Just installed the work in progress theme today...

Deprecate the Maera_Posts class

This is not convenient anymore.

Recent Timber versions properly get the post ID, so we can simplify the process and completely remove this class.

kirki background opacity

if background images should have an opacity adjustment they need to be either in an absolutely positioned div or a :before or :after element.

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.