GetMeCooking
Forum Replies Created
-
Forum: Plugins
In reply to: [GetMeCooking Recipe Template] Print Recipe Button Not Working on ChromeHi,
This is now fixed in the latest version.
Thanks!
Forum: Plugins
In reply to: [GetMeCooking Recipe Template] Transferring recipes from 1 site to anotherIt turns out this is how WordPress works by design, to export you need to choose ‘all content’. The individual exports do import the data but do not hook it up back to the original posts (in this case it imports the ingredients / steps but does not link them to the recipe).
Forum: Plugins
In reply to: [GetMeCooking Recipe Template] Wide theme not workingLooks like it’s fixed now?
Forum: Plugins
In reply to: [GetMeCooking Recipe Template] How to disable capitalization on measurementsHi,
I’ll take a look at the weekend. We had to make some tweaks for foreign languages so this bug must have crept in.Happy cooking!
KevinForum: Plugins
In reply to: [GetMeCooking Recipe Template] stylesheet is missing errorHi, you could try going to GetMeCooking Settings – General Settings.
Tick use custom CSS and save settings, then untick and save again.
Does that help?
Thanks,
KevinForum: Plugins
In reply to: [GetMeCooking Recipe Template] Ingredients aren't saving properlyHi,
I’ve just released 1.29 which should fix this issue. I think it was only happening when ingredients had been entered but no steps had been.
Thanks,
KevinFixed in 1.27 ??
Hi Nico,
Can you send me an email to [email protected] and I can send you an update which should fix it. This bug was added 2 days ago and I just need someone to test it before I release it to everyone.
Thanks,
KevinHi Anne,
We have fixed this and it will be in the next update.
To avoid the duplicate problem, press ‘save’ before pressing ‘preview changes’.
Thanks,
KevinForum: Plugins
In reply to: [GetMeCooking Recipe Template] Cannot get rid of Duplicate Recipe TitlesAh, ignore the previous fix.
Open recipe-template-shortcode.php and change lines 9-11 to:
<?php $parent_title = trim($tmppost->post_title); ?>
<?php $recipe_title = html_entity_decode(trim(get_the_title()), ENT_QUOTES,’UTF-8′); ?>
<h2 class=”gmc-recipe-title <?php echo $gmc_hide_title == ‘Y’ && mb_strlen($parent_title) == mb_strlen($recipe_title) ? ‘gmc-web-hidden’ : ”; ?>” itemprop=”name”><?php echo $recipe_title; ?></h2><div class=”gmc-print-area”>It was an encoding / whitespace issue.
Thanks,
KevinForum: Plugins
In reply to: [GetMeCooking Recipe Template] Cannot get rid of Duplicate Recipe TitlesHi Iain,
It looks like this recipe is not in a blog post / page so the current code does not cater for this scenario. This is a bug we haven’t spotted before.
I’ve added a fix for the next version of the plugin.
In gmc-recipe-template\recipe-template-functions find $gmc_hide_title.
After that line add:
if($gmc_hide_title && $tmppost->post_type == ‘gmc_recipe’)
{
$gmc_hide_title = true;
}Thanks,
KevinForum: Plugins
In reply to: [GetMeCooking Recipe Template] Buttton next on tour problemHi,
Thanks for letting us know. I’ll take a look and reply when I have a fix.
Thanks,
KevinForum: Reviews
In reply to: [GetMeCooking Recipe Template] LIke it a lot – but I wish…Hi,
Right now the photo can be clicked on to see the full size picture.We want to add more theme options later on which would give you options on the layout of the recipes.
Thanks for the comment!
Forum: Plugins
In reply to: [GetMeCooking Recipe Template] Sidebar pushed to the bottomHi jbt103,
Glad you got it fixed.
I just checked that file and the div tags all match up correctly. Maybe depending on the if statements one of the closing/opening tags isn’t being rendered when it should. I’ll take a look!
Thanks,
KevinForum: Plugins
In reply to: [GetMeCooking Recipe Template] Show conversion chart_present all the timeHi ariashana,
This is a JavaScript bug.
Can you try pressing shift + F5? This will make sure your browser is checking for the latest JavaScript file.
If the measurement chart is still showing, press F12 and there will be a red circle with a white X bottom right, click that and let us know the error message it shows you.
You say it was working before the update, did you also add / update a Facebook plugin? I see a warning message to do with a Facebook plugin which may be causing the issues so you might want to disable that plugin if the above steps don’t work.
Thanks,
Kevin