Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Same problem here. I have just installed it and it adds 3 views after every single view.

    tomasSK

    (@tomassk)

    A Global Login Redirect doesn’t work any more. I downloaded new files and now trying to set the plugin how it was before. Doesn’t matter what I put in the Global Login Redirect field, it always logs me in /wp-admin.

    tomasSK

    (@tomassk)

    sorry, I have just noticed a newer version 3.1.0.1 – this one works, many thanks.

    tomasSK

    (@tomassk)

    I can confirm this error. After updating to 3.1 version on 2 different blogs I couldn’t log in. All I get is {“result”:true,”message”:”Login Successful, redirecting…”,”action”:”login”}

    I don’t see where the problem is. If a registered user submits a recipe I just publish it under their name and they can change it anytime.
    I would be more concerned about the guest posting itself. I think it’s too complicated and I let someone to make a simple form for me which is much easier to use. You can check this link but it’s not in English:
    http://www.kucharskerecepty.eu/pridat-recept/
    Still, you should get the idea how it works. Anyone can upload the main image, enter the rest of the information and that’s it! Users can also upload images anywhere in the instructions part.

    I would suggest something, too… If you check any of my recipes you might notice a special icon for each ingredient, for example:
    http://www.kucharskerecepty.eu/rezne-plnene-sunkou-a-syrom/
    This is done automatically and I don’t have to lift a finger. Every ingredient has it’s own icon. The whole recipe looks better.

    I have a fix for Custom Labels.
    1. go to wp-content/plugins/easyrecipe/lib OR wp-content/plugins/easyrecipeplus/lib
    2. open EasyRecipeSettings.php OR EasyRecipePlusSettings.php
    3. delete this:
    if (isset($settings[$key])) {
    //$this->settings[$key] = stripslashes(trim(wp_filter_nohtml_kses($settings[$key])));
    $this->settings[$key] = htmlentities(stripslashes(trim($settings[$key])));
    }
    4. replace it with:
    $this->settings[$key] = stripslashes(trim(wp_filter_nohtml_kses($settings[$key])));

    THIS WAS TESTED ON 2 DIFFERENT COMPUTERS WITH BOTH EASYRECIPE AND EASYRECIPEPLUS VERSIONS – it doesn’t mess Custom Labels any more.

    This does only the last version 09, until 08 there weren’t any problems with Custom Labels. I emailed John about this a couple of weeks ago but unfortunately there hasn’t been any answer from him yet. I have a PRO version with a live support which always worked well for me but last 3 weeks my emails are just ignored. Why – I don’t know.

    To change mins and hours in HTML should be always the last thing you do, after you are sure you won’t need to update the recipe again. But I think this still works on my website. It only changes my language back to English mins and hours again, after I do some changes – which is pretty normal.

    John also promised a translation option some time ago – as nothing has happened I still use Custom Labels and change mins+hours in html like you do. I’m happy to wait but there is no answer from John so I don’t know what is going on.

    When you write or edit your post there is a HTML tab… just open any post and look for it. You now where the EasyRecipe ikon is, so the HTML tab is there too – on the right ;]
    This might be a bit of hard work if you have many recipes as you need to do one by one. Luckily I had only over 70 when I did it and now I do it every time when new recipe is published.
    After switching your post to HTML you find almost on the top of your code something like this:
    <div class=”ERHead”>Prep time: <time itemprop=”prepTime” datetime=”PT10M”>10 mins</time></div>
    <div class=”ERHead”>Cook time: <time itemprop=”cookTime” datetime=”PT9M”>9 mins</time></div>
    <div class=”ERHead”>Total time: <time itemprop=”totalTime” datetime=”PT19M”>19 mins</time></div>

    Simply change mins to perc and publish it…

    Or just wait for John to finish the language support.

    I simply switch to HTML and change it to my language.

Viewing 9 replies - 1 through 9 (of 9 total)