Giter Site home page Giter Site logo

edd-starter-theme's People

Contributors

fpcorso avatar jasongottschalk avatar pippinsplugins avatar psahalot 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  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

edd-starter-theme's Issues

Pagination on front-page.php is broken, but works fine on "store" page template

I'm testing the EDD Starter Theme with 9 test products. If I try and go to the 2nd page (/page/2/) on the homepage which uses front-page.php, I get a "Page not found". However if I setup a page called "products" and use the "store" page template, the pagination works as intended (products/page/2/) and there's no page not found.

Any ideas why the pagination on front-page.php wouldn't work properly? The code between the 2 pages (front-page.php and template-store.php) appears to be exactly the same.

Interestingly enough, if I create a page called "home", use the "store" page template, then set the page to be my home page under reading -> Front page displays, it works great also.

Cart link issue

I am using this code to have a cart link in the header in accordance with this theme

<?php if(function_exists('edd_get_settings')) { ?>
                    <a class="aa_nav_cart" href="<?php echo get_permalink($edd_options['purchase_page']); ?>">
                        <i class="fa fa-shopping-cart"></i> (<?php echo edd_get_cart_quantity(); ?>)
                    </a>
                <?php } ?>  

Exact same code is there in single.php. The problem is that in single.php link after the_content this link directs to the cart but in the header it gives the value of same page and is directed to same page again.

See here in the header the link is same homepage url http://prntscr.com/5aabho
Whereas when the above code is being used at single.php after the_content it has this output http://prntscr.com/5aabpn

Any help? Point me in the right direction.

License

Sorry i couldn't find the license.
I want to add part of it to the commercial theme i'm developing. So i was wondering if it's GNU license.

Child Theme Not Loading Right style.css

I'm trying to build a child theme on your starter-theme. Even when my child theme is activated, it keeps loading only the style.css file from the starter-theme, ignoring the overwritten rules.

My setup for a child theme does work with any other theme (like the standard twentyeleven), so I'm wondering if it is a problem with the current master.

I've tried reinstalling the starter-theme, but this did not resolve the issue either.

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.