GetMeCooking
Forum Replies Created
-
Forum: Plugins
In reply to: [GetMeCooking Recipe Template] Double contentHi,
This is the default WordPress behaviour for custom post types.
Since you aren’t linking to those urls via /recipe/name, search engines won’t know of their existence and so won’t be indexing them.
Forum: Plugins
In reply to: [GetMeCooking Recipe Template] Use content in category/archive view?Hi,
Sorry I don’t understand, what are you trying to do?
Forum: Plugins
In reply to: [GetMeCooking Recipe Template] Fatal Error on Recipe Save or UpdateHi,
This is to do with your PHP setup, see here for more info.Thanks,
KevinForum: Plugins
In reply to: [GetMeCooking Recipe Template] Use content in category/archive view?Hi,
If you go to GetMeCooking Settings – Premium Settings then scroll to the box ‘Layout options’ then you can choose from the drop down list.
We don’t have an option for using the ingredient list.
Do one of those options help?
Thanks,
KevinForum: Plugins
In reply to: [GetMeCooking Recipe Template] Can't add recipe to postSomething must have changed them all to draft I guess. Glad it’s working now!
Forum: Plugins
In reply to: [GetMeCooking Recipe Template] Can't add recipe to postHi,
Can you check that each recipe has a post status of ‘published’? (It says near the ‘update recipe’ button).
If you press ‘update recipe’ on an old recipe, does it then get listed again?
What was the other plugin? I’ll see if it causes any issues for me.
Thanks,
KevinHi,
Have you added / removed any other plugins? We don’t delete or modify any data when uninstalled so it will behave the same if ours was installed or not.
Thanks,
KevinHi,
The only way to diagnose the issue is to use the default environment and then add each plugin / custom theme one at a time to find where the error lies.
I can then install that plugin / theme and see if I also get the error.
I have often found errors in other peoples plugins this way and they have gone on to fix their plugin which in turn fixes any issue people were having with ours (and others).
Thanks,
KevinHi athomewrebecka,
Your’e describing a different issue. Since it was working, have you installed / upgraded any other plugins since it last worked?
It sounds like there is a JavaScript error.
Did you deactivate all other plugins and then try? It could also be a theme issue, does the error go away if you activate the default Twenty Eleven theme?
Thanks,
KevinHi,
Please can you ensure that you have the latest version (1.23) of the free version of the plugin.
Also, please try with the default theme and no other plugins activated.
Thanks.
Hi,
Thanks for using the plugin!The thumbnails use the ‘medium’ size as specified under Settings – Media but the plugin CSS then shrinks them to 150px wide. I’ll look into changing this.
You will need to change the CSS https://www.getmecooking.com/recipe-template-info#settingsUseYourOwnStyling
For now just change:
img.gmc-step-photo {
width: 150px;
height: auto;
max-width: inherit !important;
padding-top: 5px;
}to:
img.gmc-step-photo {
padding-top: 5px;
}Happy cooking!
KevinI tried your theme and I don’t get the error. I have made a change now though so thickbox (which was causing your JavaScript error) now only loads when the option to show images in a popup is loaded which solves your scenario.
Please see your email for more info.
Thanks,
KevinA recipe can be inserted into any page or blog post – the plugin does not change the way commenting works in WordPress so comments will work as normal.
Happy cooking!
Hi,
This bug was fixed in 1.14, if you create a new recipe does it still happen and does it happen on every recipe or just the odd one?It was being caused by pressing the save button more than once while the page was still refreshing.
Thanks,
KevinCan’t think why it works now but glad it does!
You can add new text to the CSS.
.gmc-step-desc {
text-align: left;
}Oh I’ve not added a class for the other bit you want. When I release the next version there will be a:
.gmc-summary-valueSo for now you can do:
.gmc-recipe-summary td:nth-child(2)
{
text-align: left;
}Thanks,
Kevin