Giter Site home page Giter Site logo

awesomemotive / edd-digital-store Goto Github PK

View Code? Open in Web Editor NEW
28.0 28.0 12.0 352 KB

Digital Store WordPress Theme for Easy Digital Downloads

Home Page: http://easydigitaldownloads.com/digital-store/

License: GNU General Public License v2.0

PHP 70.29% CSS 27.64% JavaScript 2.07%

edd-digital-store's People

Contributors

brashrebel avatar cklosowski avatar fxbenard avatar mindctrl avatar pippinsplugins avatar seantoscd avatar sksmatt avatar slaffik avatar will-b 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

Watchers

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

edd-digital-store's Issues

Incorrect name for registered image sizes being called

in:
includes/related.php content.php content-download.php content-single-download.php

Example:
<?php the_post_thumbnail( 'digitalstore_thumb_155x156' ); ?>

Should be:
<?php the_post_thumbnail( 'digitalstore_thumb_small' ); ?>

I have a patch for this locally.

This fixes the issue of uneven display of product blocks in Related Downloads, downloads archive, and maybe elsewhere.

Page excerpts show in single view

Not sure if this is intentional, and I've seen other themes do it, but excerpts on pages show in the single view between the title and content. Do we want this?

double site title when any page is set to show as homepage

It seems that if any page is set to show as the homepage from settings > reading it doubles up on the site title.

To test, set any page to show as the homepage (I used the sample page). The result the following as the page title:

sitename sitename

One fix would be to change:

<title><?php bloginfo( 'name' ); ?> <?php wp_title(); ?></title>

to something like this (without the parameters if you choose to)

<title><?php wp_title( '|', true, 'right' ); ?></title>

in header.php.

As per this ticket: https://easydigitaldownloads.com/support/topic/site-title-repeating-in-links-url/#post-91241

Theme options

Pippin said he'd like to see the theme options gone.

Items to consider:

  • License key. Pippin said we're probably moving updates to a Github update model. With that, we can ditch the license key field.
  • Logo upload. We can move this to the customizer.
  • Highlight color. Move to customizer.

Zoom Should Adjust when Changing iPhone Orientation

Currently, when switching orientation on the iPhone from vertical to horizontal, users have to pinch to get the zoom right. I believe there is a way that we can make this happen automatically. Do you have any ideas on it?

Compatibility with product reviews plugin

When the product reviews extension is installed, the comments field does not inherit any of the features of the product reviews plugin. By replacing everything inside comments.php with that of 2013 I was able to make it work

Add EDD downloads CSS for 2.5 update

See: awesomemotive/easy-digital-downloads#3489 (comment)

.edd_download {
    float: left;
}

.edd_download_columns_1 .edd_download { width: 100%; }
.edd_download_columns_2 .edd_download { width: 50%; }
.edd_download_columns_0 .edd_download, .edd_download_columns_3 .edd_download { width: 33%; }
.edd_download_columns_4 .edd_download { width: 25%; }
.edd_download_columns_5 .edd_download { width: 20%; }
.edd_download_columns_6 .edd_download { width: 16.6%; }

Selectivizr

Do we still need this? Intended for IE 6-8 and hasn't been updated in over 2 years. What's the lowest IE version we want to support?

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.