Support » Plugin: EasyRecipe » [Plugin: Easy Recipe] Major Issues with latest upgrade

  • Resolved Lori

    (@tkwadmin)


    I had been running 2.2.7 for the longest time and was loving it. I was so happy with it that I was going to purchase the pro version. That was until I updated the latest release of EasyRecipe v 3.1.02.

    Every single of my recipes, from the update, are corrupt. Separators are no longer working, shortcodes aren’t working either that were previously placed in the code.

    When I tried deleting the entire recipe from the post and putting a brand new one in, it still does not work!

    I am not going to have to spend my entire weekend (and then some) trying to fix this OR go to a different plugin.

    If you look here: http://www.thekitchenwhisperer.net/2012/08/22/blueberry-buckle/

    It only lists 7 ingredients on the posted recipe however if you look at the code it lists this many:

    1/4 cup sugar
    2/3 cup light brown sugar, packed
    1 tsp cinnamon
    1/8 tsp freshly grated nutmeg
    1 cup all purpose flour
    1/3 cup self rising flour (can use all-purpose if you don’t have it)
    10 Tbl butter, unsalted and ice cold cut into 1/2” cubes
    3/4 cup all purpose flour
    1/2 cup self rising flour (can use all purpose if you don’t have it)
    1 tsp baking powder (or only 1/2 tsp if you use self rising flour)
    1/2 tsp salt
    1/2 tsp cinnamon (or you can use 1/4 tsp cardamom)
    6 Tbl butter, cut into cubes
    3/4 cup sugar
    2 large eggs, at room temperature
    1 tsp vanilla extract
    1/4 tsp lemon oil or 1/2 tsp lemon zest (*optional)
    2/3 cup vanilla greek yogurt (or you can use sour cream)
    2 cups fresh blueberries
    1/2 cup confectioners’ sugar
    2-3 Tbl milk

    In looking at the code (created in 2.2.7 version) this is what I had AND what worked:

    <div class=”ERIngredients”>
    <div class=”ERIngredientsHeader”>Ingredients</div>
    Streusel Topping
    <ul class=”ingredients”>
    <li class=”ingredient”>1/4 cup sugar
    <li class=”ingredient”>2/3 cup light brown sugar, packed
    <li class=”ingredient”>1 tsp cinnamon
    <li class=”ingredient”>1/8 tsp freshly grated nutmeg
    <li class=”ingredient”>1 cup all purpose flour
    <li class=”ingredient”>1/3 cup self rising flour (can use all-purpose if you don’t have it)
    <li class=”ingredient”>10 Tbl butter, unsalted and ice cold cut into 1/2” cubes

    Buckle
    <ul class=”ingredients”>
    <li class=”ingredient”>3/4 cup all purpose flour
    <li class=”ingredient”>1/2 cup self rising flour (can use all purpose if you don’t have it)
    <li class=”ingredient”>1 tsp baking powder (or only 1/2 tsp if you use self rising flour)
    <li class=”ingredient”>1/2 tsp salt
    <li class=”ingredient”>1/2 tsp cinnamon (or you can use 1/4 tsp cardamom)
    <li class=”ingredient”>6 Tbl butter, cut into cubes
    <li class=”ingredient”>3/4 cup sugar
    <li class=”ingredient”>2 large eggs, at room temperature
    <li class=”ingredient”>1 tsp vanilla extract
    <li class=”ingredient”>1/4 tsp lemon oil or 1/2 tsp lemon zest (*optional)
    <li class=”ingredient”>2/3 cup vanilla greek yogurt (or you can use sour cream)
    <li class=”ingredient”>2 cups fresh blueberries

    Glaze
    <ul class=”ingredients”>
    <li class=”ingredient”>1/2 cup confectioners’ sugar
    <li class=”ingredient”>2-3 Tbl milk

    </div>

    Is there anywhere I can download the 2.2.7 working version? This new version is a nightmare.

    http://wordpress.org/extend/plugins/easyrecipe/

Viewing 1 replies (of 1 total)
  • Plugin Author Jayce53

    (@jayce53)

    This should be fixed in 3.1.04

    The problem was that version 3 of EasyRecipe extracts data from your recipe HTML and plugs it into a display template of your choice, rather than simply outputting the recipe HTML as it exists in the post (as was the case with version 2). This gives you enormous flexibility in how your recipes are presented, but it means we need the recipe HTML to be in the format it was originally written. We can have problems extracting data when the recipe HTML has been modified manually. The latest version doesn’t trip up over the it doesn’t recognize anymore, but it does mean you should use the standard methods to insert images, links, recipe section headings and the like into the body of a recipe. You can see how to do that at http://www.easyrecipeplugin.com/faq.php. and EasyRecipe Plus makes it even easier to insert images, links and formatting.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Easy Recipe] Major Issues with latest upgrade’ is closed to new replies.