Discussion on Recipes - WordPress Theme

Discussion on Recipes - WordPress Theme

By
Cart 824 sales
Recently Updated
Well Documented

myTheme supports this item

Supported

245 comments found.

Hi! I just bought this new theme … is there no dummy data to install?

Also I have dowloaded the MealPlannerPro Recipe Plugin with my “Recipes” theme (I need the nutrition information) and although their icon appears in the existing recipes editor section it won’t recognise the recipes I have created. Can they be integrated into the theme?

Have you enabled registering on your site? Settings > General > Anyone can register

Obviously the register link won’t appear if registering is not allowed :)

You should remove the manually added links Register, and Account from your navigation. Like I said before these links are added automatically.

I can’t provide support for MealPlannerPro. It’s a third-party plugin, and in addition this theme has no specific support for it.

Please see the item support policy here: https://themeforest.net/page/item_support_policy#whats-not-included-item-support

I dont use OMG lightly but OMG! :o I went through that settings page I dont know how many times and didnt see that option! Thank you again!!! :)

Re the MealPlannerPro, no worries … thanks for checking! :)

Hi. I would like to replace the Description field with Ingredients on Submit Recipe from another site page. I have already made changes in page-submit-a-recipe.php and now the Ingredients field is visible in front-end, but I can’t find the code for showing them on the published recipe, instead of the description part.

http://delicioos.com/wp-content/uploads/2016/07/Untitled-1.jpg Thanks!

Hello,

Sorry for the late answer.

See the lines 71 and 197 of page-submit-a-recipe.php:

if ( $_POST[‘form’] 'submitrecipe' ) {

You should change these to:

if ( $_POST['form'] ‘submitrecipe’ || $_POST[‘form’] == ‘submiturl’ ) {

Could you please reply via my profile page if you have more questions :)

Thank you for the code, with little modification it really did the job. In order to make it work I used if ( $_POST['form'] =='submitrecipe' || $_POST['form'] == 'submiturl' ) { on line 197 of page-submit-a-recipe.php and added a new if statement with if ( $_POST['form'] == 'submiturl' ) { $get_ingredients = $_POST['ingredients']; $ingredients = array(); foreach( $get_ingredients as $item ) { if ( ! array_filter( $item ) ) { continue; } if ( empty( $item['ingredient'] ) ) { $error[] = __( 'Please check the ingredients', 'framework' ); } $ingredients[] = $item; } if ( ! count( $ingredients ) ) { $error[] = __( 'Please add ingredients', 'framework' ); } elseif ( count( $ingredients ) > 3 ) { $ingredient_rows = count( $ingredients ); } } on line 103 because i did not want Directions on my Recipe from another site page I posted this comment here in order to make it useful to others.

Great, good job! :)

Hi, I just realized that that avatars for commenters on the site are actually using my avatar. Is this a glitch or something that I can fix fairly easily? Example: the comments on this recipe: http://bit.ly/29z6rmJ

Hi there — that’s really bizarre. Yeah, I asked couple of friends to post comments, so I could test them. And they still appeared with my avatar. I deleted them after testing.

I think if the problem continues (and I wouldn’t know how/where to fix), I might just consider turning comments off entirely. That’s possible, of course, right?

Yeah bizarre, I know :)

You are using the latest WordPress and theme versions?

Yes, you can turn comments off. That’s possible with every WordPress site.

Yes, I believe I am. I only started the site about 3 weeks ago. I can try to check and confirm. If nothing works, will have to do away with democracy and turn comments off until I can sort out what’s going on. Thanks again, for your time.

I’m looking to buy this theme. I see it supports ad placements. Where? I dont see them in the live preview. Thanks.

Hello,

I just activated the ads on the demo site. Take a look: http://live.bobosh.com/recipes/

In addition to built-in ad spaces, you can use a plugin like https://wordpress.org/plugins/insert-post-ads/ to insert ads inside the post/recipe content.

Hey, is it possible to order the members page by the number of recipes? Would be great, thanks!!

Hello,

No, unfortunately. Here is the function used to get the users: https://codex.wordpress.org/Function_Reference/get_users

There isn’t an option to sort users by custom post count.

Hi,

Thank you for your reply.

I think is it possible, but unfortunately I dont have php knowledge to do that. But there is some guides, please take a look: https://www.stormconsultancy.co.uk/blog/development/code-snippets/sort-a-list-of-wordpress-users-by-a-custom-meta-field/ http://clarklab.com/posts/sort-wordpress-users-by-custom-meta-value-with-get_users/ etc…

I replied to your email. Sorry for the late answer :)

Hi, I tried to add a code to so I can add the main promo image on the homepage as shown in the demo, but then the same header image repeats in every single recipe page, which is not what the demo shows. Could you please guide the process to use the header image on the homepage above the list of the recipes? Thank you.

Ah, got it. Works like a charm – thank you. I have another question, however. Nothing on the site, or the entire site itself, shows on google searches. Even when I search the exact name of the site returns a robots.txt message. I’ve tried some tricks but it hasn’t worked so far.

How old is your site? It takes a while for Google to update its search index.

If your can be accessed normally it will appear on the search results after a while. You don’t have to make any tricks.

It’s very new, actually. I started it this past weekend only.

Something went wrong with the plugin API. While installing inbuilt plugins that comes with the theme. Version: 2.3.0. Please help.

Where can i get demo content for this theme? Its not with the theme?

Its not in Appearance > Install demo content, there is no such option as mentioned in the documentation.

I replied to your email. Please don’t ask the same questions here.

Hi, my website has been up and running, but it has now gone on page 2. Whenever I try to view the recipes on the previous page (page 1), it comes up as PAGE NOT FOUND. Why is this so?

Once again, what is the theme version?

The child theme version? If you’re talking about a numbered version like 3.6 or a 2.5, when I downloaded it, it didn’t have that. I have never gotten an email notification about updating the theme so I presume I have the latest version. I bought it in March of 2016 so if an update was released, I haven’t any notification.

You can find the version at Appearance > Themes. Click Theme Details link on the Recipes theme.

The current version of the theme is 2.3.0. Released on April 22nd, 2016.

A notification email is sent to every customer every time when a new version is available to download from ThemeForest.

Could you please reply to me via my profile page’s contact form :)

Hi, is the theme/plugin compatible with qtranslate? I’d like to use it for setting up a multilingual site.

Hello,

I haven’t tested that plugin. Some of my customers have used https://wpml.org/ successfully.

Hi, I have a drink recipe site and wold like to change my template. I like the Recipes theme but I have some questions:

- I can deactivate the vote system? - I can change the Search itens like Cuisine to Beverage Type? - I can change the icon of a Fork to a Glass?

Tnks,

Hello,

1. Yes, you can deactivate the vote system. See the item screenshots.

2. Yes, you could translate just that term if you are going to use English. Also, I will consider adding a “Type” taxonomy to the theme, then you could use it for drinks.

3. To change the icon you will need to edit the SVG file which includes all the icons. I could help you with this.

Hi! Can you use plugins from other themes with this theme http://themeforest.net/item/recipes-wordpress-theme/full_screen_preview/9258994 as in the recipe plugin from the spiced blog them I already have?

Hello Laura,

Sorry, I can’t really say anything about compatibility with that plugin.

Can you tell me how I would find out please? I wish to buy this theme but don’t want to loose other plugins.

Hello,

Only way is to inspect the code base of both themes. I don’t have access to that theme, so I can’t really say anything about the compatibility.

You have amazing theme.

But you need to do something about image upload. It is not practical for everyone to have larger size than 1450 px. It’s there a way to allow smaller image size image upload and then resize it automatically? Or can I change default image upload size!

Hello,

I replied to your email. Sorry for the late answer :)

Is there any plans to add nutrition information for the recipes?

Hello,

Sorry, no plans at the moment. It’s on my todo list but I can’t really promise you anything about the schedule :)

Could you tell me what nutrition information would you like to have on recipes? Calories, fat, saturates, carbs, sugars, fibre, protein, salt…? Any other ideas? :)

how come you don’t have option auto update theme via wordpress?

Hello,

Correct, updating is currently done manually. You will receive a notification email from ThemeForest when a new version is released.

So, would you like to see something like this used: https://github.com/envato/envato-wordpress-toolkit

Hi, I have sent you two messages. Please can you answer my questions, as I really want to buy the theme if all are answered? Thanks in advance

Hello,

I just replied to your email. Sorry for the late answer :)

Hi there, I really like your theme, just have a few questions before buying it: 1. Is it possible to change the name of ‘course’, ‘cuisine’, ‘collection’, ‘recipe tag’ filters and also what displays in each drop down? Or could I remove them? 2. Can I remove servings or change this to ‘yields’? 3. Could I remove the knife and fork icon or change it to something else? Many thanks Liz

Hello Liz,

1. In the theme options you can choose which filters are displayed.

To change the taxonomy names you would have to modify theme files directly.

2. You could “translate” the term to yields. There are instruction for translating the theme in the documentation. You can also just not use servings meta data for recipes.

3. This is a tricky one because icons are served from a single SVG file. If you don’t have good knowledge of SVG then it may be too difficult.

I was somewhat disappointed to read in the changelog that this is now a plugin because I was planning to ditch my current recipe plugin (purchased on codecanyon) and purchase your theme because every time I make a coding change or add a feature to the plugin, it gets wiped out when the plugin updates.

Your theme looks great but I was planning to add a few fields to the submission form and a few style updates to the recipe display page if I were to buy it. Would any of these changes require updating the plugin?

Hello,

This is not only a plugin. It’s a theme with a plugin which handles the theme’s functionality.

This is the right way to add functionality to a theme. And it’s been required for a while for all new themes at ThemeForest.

What kind of fields would you add to the submission form? Style updates can be easily added by using the child theme, which is always highly recommended.

Hi, I tried to translate the theme (default.po) and I followed all the steps for change to my language, but it doesn’t work. The translation works only when I change directly in author.php, comments.php… You know why?

PS: I used the demo (import.xml) Thanks

Hello,

I replied to your email :)

Hi, I tried to translate the theme (default.po) and I followed all the steps for change to my language, but it doesn’t work. The translation works only when I change directly in author.php, comments.php… You know why?

Thanks

Hi, I have purchased this theme, but i need to convert this theme to static html. Is there any way to do this?

Hello,

I replied to your email :)

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey