Giter Site home page Giter Site logo

wpbuddy / largo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from argoproject/argo

171.0 171.0 83.0 24.89 MB

A WordPress framework for news websites. Finely-crafted by INN and expertly-honed and maintained by the technology team at WP Buddy.

Home Page: http://largo.wpbuddy.co

License: GNU General Public License v2.0

CSS 2.07% HTML 1.00% JavaScript 10.43% PHP 74.62% Less 11.88%
wordpress wordpress-theme wordpress-theme-framework

largo's People

Contributors

aschweigert avatar benlk avatar billmca20 avatar charmoney avatar chrishardie avatar danielbachhuber avatar drewapicture avatar drywall avatar fenriz07 avatar jackbrighton avatar joshdarby avatar joshuarrrr avatar julia-smith avatar kaeti avatar lindamood avatar megabulk avatar meredithinn avatar mikeschinkel avatar mospaw avatar mspseudolus avatar nacin avatar pedroxido avatar rclations avatar rlambertsen avatar rnagle avatar seamusleahy avatar seanchayes avatar vanduc1102 avatar wjhdev avatar yayannabelle 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

largo's Issues

Issue trying to create uncompressed stylesheet (for documentation)

I'm trying to produce an uncompressed style.css. I am getting an error. Am I using the right command. Any additional instructions on working the styles, especially in a child theme.

Largo darcy$ lessc less/style.less css/style-uncompressed.css
ParseError: Unrecognised input in /Users/darcy/Web/wordpress/wp-content/themes/Largo/less/mixins.less on line 512, column 7:
511 .spanX (@Index) when (@Index > 0) {
512 (~".span@{index}") { .span(@Index); }
513 .spanX(@Index - 1);

Warning for home-templates.php

I'm getting the following warning for the home templates: Warning: include_once(DIR/home-template-functions.php) [function.include-once]: failed to open stream: No such file or directory in /my/site/path/at-host/wp-content/themes/largo/inc/home-templates.php on line 155

Line 155 of inc/home-templates.php points to:

include_once DIR . '/home-template-functions.php';

Multiple Issues with Latest Master

After installing the latest Master, I found a couple glaring issues. In order of priority: tags don't work. If I clicked on a tag which collects all election stories, the site blinks and displays the homepage. On the backend, I can find the tag, see that there are stories attached. But when I try to "view" the posts, I get the frontpage, not the tagged posts. Downgrading to the previous version of Largo fixes the problem.

Also, a number of the Dashboard widgets either don't display at all (such as Google Analyticator and Site Stats) while others throw errors.

top-stories custom term not created correctly

For some reason the child term isn't created correctly (slug is homepage-featured-top-stories instead of just top-stories). Need to research and see if there's a way to correct this or if we just need to modify the homepage template to use the correct slug in the corresponding loop.

Google News meta tags tweaks

I noticed some new Google News metatags have been added to the header. First, that is "a good thing." (tm) Martha Stewart. Secondly, I hope the "standout" tag is not generated with every post published. Google will downgrade your link credibility if there are more than 10 standouts per week from a site. Perhaps you can add a counter to the code to prevent going over that limit. Secondly, might you be able to turn the "syndication-source" tag into a meta box? That way, instead of just using the current post all the time, I could use enter nytimes.com, instead, if needed.

Better formatting for search results pages

We don't need to show the byline and tags when pages are returned in search results. At the same time let's see if we can generally make the formatting here a bit more SERP like.

Dev Warnings

I'm testing the dev branch and like what I see so far. However, I noticed a couple Warnings when I scroll to the bottom of a single post. In the "More About..." section there are these two warnings:

Warning: array_shift() [function.array-shift]: The argument should be an array in /path/largo/largo-related-posts.php on line 22

Warning: Invalid argument supplied for foreach() in /path/largo/largo-related-posts.php on line 39

Theme Images uploads no longer work

After installing the latest build of the parent theme, the "Upload" buttons are dead. I have to grab an image's URL from the media library to paste it into the Largo setup.

Single Sidebar Gone in Last Two Builds

In the most recent build and the one fixing page sidebars, the sidebar for single stories vanishes. When rolled back to the 3/27 build, the single story sidebar returns.

deprecated functions in /inc/post-templates.php

Investigate the proper replacements for the following:

RECOMMENDED: get_themes found in the file inc/post-templates.php. Deprecated since version 3.4. Use wp_get_themes() instead.
Line 10: $themes = get_themes();

RECOMMENDED: get_current_theme found in the file inc/post-templates.php. Deprecated since version 3.4. Use wp_get_theme() instead.
Line 11: $theme = get_current_theme();

Widgets/Sidebars Missing in 3.8 MultiUser

I just updated my MU install to WordPress 3.8. I noticed when the Largo theme/child theme is activated, most of the available widgets vanish from the admin screen. Available sidebars also are gone. When I enable another theme in 3.8 MU, that theme's widgets/sidebars all appear on the admin screen. This missing widget/sidebar issue is not present in the single user version of MU.

[Chrome] back button action appears to log out user

Steps to reproduce:

1- Login
2- Go to homepage.
3- Go to a post
4- In Chrome, go back using the browser back button

Result: the logged in state appears to be lost. No WP admin bar and (if state is needed elsewhere on the page, it is lost there too).

Expected result, the user should appear to remain logged in.

Note that the session is not lost and if you click on any new page, your logged in state reappears.

I've posted a mov of the phenomenon (in two different theme implementations):

https://dl.dropbox.com/u/48504/loggedinlost.mov
https://dl.dropbox.com/u/48504/losing%20state.mov

Images in posts should open in a lightbox

Currently there is no way to view a full sized image when clicked from within a post. We should implement some type of lightbox functionality (ideally with touch/swipe actions for mobile devices)

Memory leak in IE9

When the theme is running in IE9 the memory usage of IE continues to build up until the browser crashes. Disabling any reference to cssText in largoPlugins.js appears to resolve this.

Landing pages are not working under Child Theme

I have yet to fully explore this, but I can confirm using the master branch, that Landing Pages do not work within a Child theme.

Is anyone else out there using a Child theme for Largo?

Make the INN stories widget more configurable

Probably doesn't need to be hardcoded now that we define the INN Member constant in functions.php.

We should also make it possible to just show headlines and customize the length of the excerpt.

Create Header Tag Setting

Create a setting in options so that users can enter ad, analytics tags in head rather than directly editing the header.php file of child theme.

Categories Gone Wild

There is some category weirdness going on in the "Post Prominence" custom taxonomy. I decided to nest the featured tags under "Featured" and "Homepage." I renamed "Homepage Featured" to "Homepage". I then made "Top Story" a child of "Homepage." But here is the massively weird part: more than 200 empty copies of the "Homepage Featured" category were created after I renamed the original to "Homepage."

The same behavior occurred when "Featured in Series" and "Footer Featured" became children of the "Featured" category in "Post Prominence."

I am using the latest Beta of WordPress 3.6, but I've Googled this problem and there is no sign of anyone else experiencing this runaway category behavior.

Sticky Nav?

How do I create a sticky main nav? The Boostrap docs say I need to add

update modernizr

we should probably update modernizr to the newest version (and make sure we only include the elements we really need in the custom build). At the same time we should tweak some of the script loading stuff in functions.php and probably add support for respond.js so IE can handle media queries

LargoCore.js Changes?

When should the changes made to largocore be available in the Largo-master download? I'm looking forward to having G+ and LinkedIn available directly for post sharing.

Header Ad Active?

I see there is an area for a header ad. Is that sidebar active? A quick test displays nothing. If not active, how can I edit?

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.