• Resolved Lars A Bro

    (@lars-a-bro)


    Hi there
    After the main program Easy digital Downloads have been upgraded to version 2.7.2 and hereafter, this plugin have stop working. It seams like the button “Continue shopping” is just flashing away. Any ideas
    Best redards Lars

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Sean Davis

    (@sdavis2702)

    Hi @lars-a-bro,

    This should definitely still be working. What’s most likely happening is you do not have the EDD’s “Save Cart” featured enabled. Unfortunately, EDD is written in a where where my button will not show up if Save Cart is not enabled. It’s hidden by JavaScript so the flash you see is the area showing up just before the JavaScript runs and then hides the elements.

    Try enabling EDD’s Save Cart functionality and then if you don’t want to actually use the Save Cart feature, hide its button with CSS:

    
    a#edd-save-cart-button {
        display: none;
    }
    
    • This reply was modified 7 years, 9 months ago by Sean Davis.
    Thread Starter Lars A Bro

    (@lars-a-bro)

    Hi again Sean
    Thank you for your fast reply. Then it works again.
    Even so, it seemed also previously although the “Cart Saving” mode was not set to “on”.

    Ups, I do not have your background in programming. Should I add your “CSS” proposals for an existing file or am I forced to make a new file and if so, where should I place it.
    Or is it a function of an existing file, I need to change?

    Best regards Lars

    Best regards Lars

    Plugin Contributor Sean Davis

    (@sdavis2702)

    Hi @lars-a-bro,

    If you are using a child theme, find the style.css file of that child theme and place the CSS I gave you at the very bottom.

    Either do it that way, or use a custom CSS tool like Reaktiv CSS Builder or the new custom CSS panel built directly into WordPress at the bottom of the Customizer: https://cl.ly/0J1w1K1G1w0P (probably the best solution… this is a new feature so make sure your WordPress installation is up-to-date).

    • This reply was modified 7 years, 9 months ago by Sean Davis.
    Thread Starter Lars A Bro

    (@lars-a-bro)

    Hi again Sean
    I chose the solution by using the new custom CSS panel in WordPress and now everything works again. It solved the problem.

    Many thanks for your help.
    Best regards from Lars

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Easy digital Downloads – Continue shopping dont work’ is closed to new replies.