ThemeForest

CookingPress - Recipe & Food WordPress theme

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
shawnmcm Purchased

coda slider issue is back, i have downloaded the newest version of the theme. The first slide shows category in bottom right corner just fine, but after that the category block drops down and out of view

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
shawnmcm Purchased

neveyr mind, found a sizing error

  • Bought between 50 and 99 items
  • Has been a member for 2-3 years

Hi, a quick question: I’ve replaced the wordpress comment with Facebook comment. But now it shows “Comments are closed.” in every post (like this: http://thechiliseed.com/2012/03/japan-supermarke/). How can I remove it? Thanks!

purethemes

Hi

a quick answer: remove line 67 from theme/comments.php

Cheers ;)

Default-user

Thanks a lot!! :)

Default-user

Hi one more question: in the post like this (http://thechiliseed.com/2012/03/%E7%BE%A9%E5%A4%A7%E5%88%A9%E8%95%83%E8%8C%84%E7%89%9B%E8%82%89%E4%B8%B8%E5%B8%95%E5%B0%BC%E5%B0%BC/) the post title is under the date. How can I change the order to make the post title above the date? Thanks.

purethemes

Hi

in single.php – put line 19 below line 20

Cheers

Default-user

Cool! Thanks.

Default-user

Hi sorry for one more question: I noticed that the author achieve seems not work. How can we fix it? For example: Link from the author name from author widget it shows http://www.demo.purethemes.net/cookingpress/2012/02/authors-page/

thanks,

purethemes

Hi

sorry for this! you’re the first one to spot it :) Please open purepress-widget.php and in line 193 replace
get_author_posts_url(get_the_author_meta($authorid))
with
get_author_posts_url($authorid)
  • Bought between 10 and 49 items
  • Has been a member for 2-3 years

I tried installing this theme and received the following error:

The package could not be installed. The theme is missing the style.css stylesheet. Theme install failed.

Thanks for any help!

purethemes
Hi, you’ll find step by step instruction how to correctly install theme here http://wiki.envato.com/buying/support-buying/solving-broken-theme-issues/

Thank you for buying theme

Best regards

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
niranjanv Purchased

Hi,

Our site went live at www.yumzilicious.com and the theme was greatly appreciated by many visitors to the blog. For the next version, would it be possible to have rounded corners for the images so the site looks less “sharp”? Thanks!

purethemes

Hi

Thanks! I’m happy to hear it.

You can make this changes yourself, it’s simple CSS , you just need to find selectors for images (using Firebug) and add “border-radius: 5px;”

Best regards

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
shawnmcm Purchased

ok, having another problem, when viewing on mobile device, using the wptouch plugin everything looks great but when clicking on a recipe it does NOT show the recipe, just the title

purethemes

Hi

this is responsive theme, it’s generally designed to work good with mobile devices, so I don’t see a reason to use wptouch plugin. I need to check how this plugins work and why that’s happen, but I’m afraid that it won’t be possible to make it work together.

  • Bought between 100 and 499 items
  • Exclusive Author
  • Has been a member for 3-4 years
epoc Purchased

How can I translate the “Select Page” phrase in the mobile menu combo?

I can’t find this phrase in the .po file….

purethemes

Hi, sorry, I forgot to add it in .po file. You can change it in nav.php in line 24.

  • Bought between 100 and 499 items
  • Exclusive Author
  • Has been a member for 3-4 years
epoc Purchased

Will you add it in the .po file for the next update?

I have also the same problem with comments phrases like “Responses to” or ”$user says”. Can you check and fix for the next update?

When it will be available?

purethemes

Can’t say exactly when but it will be available soon. In comments.php this line with “Responses to” is ready for translation, I’m not sure why it’s not available in .po file

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
themimo Purchased

Hi! I would like to easily add images to the instruction text area, not the top part.

I know that technically it will be possible through embedding the HTML , but it is inconvenient. I would like to know whether there is option to assign the “add to post” button of the images, to the text area of the instructions. Or maybe other solution.

So far I am very happy with the theme :)

purethemes

Hi

please open purepress-metaboxes.php and change ‘media_buttons’ => false, to ‘media_buttons’ => true, in line 537

Thanks you!

Cheers

Default-user
themimo Purchased

Hi, I see ‘media_buttons’ on line 925 or 1073, not on 537. Which one to change?

purethemes

Strange, for me this file has only 795 lines ;) there should be case ‘instructions’: a couple lines before the one you need to change.

Default-user
themimo Purchased

Thanks! It worked. I appreciate your help.

For some reason notepad++ adds an extra empty line, thus doubling the amount of lines. Your line no. 537 = mine 1073 :)

By the way: *I will see updates of the theme automatically on the WP dashboard, right? *Shall I make a child theme for the ‘media_buttons’ change? (Otherwise it will be deleted each update, no?)

purethemes

ad1. No, unfortunately you won’t see it. It’s generally not supported by themeforest yet, but they working on solution for themes. I’m keeping changelog at theme description so you just need to check it from time to time if there is something new

ad2. You should make child themes for any changes you do, but this one I’ll add to theme as it should be there from the beginning.

Cheers

Default-user
themimo Purchased

Hi, Going back to adding media library link on the instruction text area – Is it possible to add to the recipe summary as well? I checked the purepress-metaboxes-php and found another line with the key of media_buttons on line 463, under

Thanks in advance

purethemes

Yes, you can also change media_buttons to true in summary box.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

I don’t know if there is a bug or if I am missing something, but how do you block user registration ? I am getting bombarded with spam, about 10 registered per day. I took the submit recipe page out and unchecked all the submit comment registration boxes.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

My error, I left one box checked. I just unchecked it.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
  • United States
skumarcse Purchased

Is that anyway I can have multi tab ? This is way I can handle Random, Popular and Recent posts in same widget and Save the page space. Is that any plugins ? Thanks !!

purethemes

I haven’t checked it but there is plugin for that http://wordpress.org/extend/plugins/tabber-tabs-widget/

But I can’t say now if it will work

Default-user
skumarcse Purchased

You are right !! Tabber tabs did not fit with this theme. But tabs would be good option to save the space in the page.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
vishr Purchased

Hi,

I am not seeing any thumbnails in the homepage coda slider, probably the function vt_resize is not generating them.

Error log:

[Sun Apr 08 11:44:52 2012] [error] [client 127.0.0.1] PHP Warning: getimagesize() expects parameter 1 to be string, object given in /var/www/matrika/wordpress/wp-content/themes/cookingpress/backend/purepress-functions.php on line 476, referer: http://matrika.me/cookbook/ [Sun Apr 08 11:44:52 2012] [error] [client 127.0.0.1] PHP Warning: basename() expects parameter 1 to be string, object given in /var/www/matrika/wordpress/wp-content/themes/cookingpress/backend/purepress-functions.php on line 477, referer: http://matrika.me/cookbook/ Any clue?

Thanks

purethemes

Hi

Could you put var_dump($new_img_path); in the end of line 475 and paste me what it shows? It might be related to GD library and “image_resize” function on your hosting, so maybe checking it with admins could help

Default-user
vishr Purchased
object(WP_Error)#292 (2) { ["errors"]=> array(1) { ["error_loading_image"]=> array(1) { [0]=> string(38) "The GD image library is not installed." } } ["error_data"]=> array(1) { ["error_loading_image"]=> string(66) "/var/www/matrika/wordpress/wp-content/uploads/2012/04/IMG_0421.jpg" } } Array ( [url] => http://matrika.me/wp-content/uploads/2012/04/ [width] => [height] => ) 1
purethemes

So we have reason in error: “The GD image library is not installed.” You need to contact your hosting provider and ask them to install GD library, it’s common library and it rarely happens that it’s not installed.

Default-user
vishr Purchased

Thanks for help!. I have my own server. I got it installed now.

  • Bought between 100 and 499 items
  • Has been a member for 2-3 years

I may be missing this but is there an automatic setting for the slider so it auto rotates the slides?

purethemes

Hi

Please edit file purepress-dynjs.php and in line 47 change to
$('#coda-slider-1').codaSlider({
                        dynamicArrows: false,
                        dynamicTabs: false,
                        autoSlide: true,
                        autoSlideInterval: 4000,
                        autoSlideStopWhenClicked: true
                    });

Cheers

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
Foodienz Purchased

Ok not sure what happened here but I downloaded the theme and it goes straight to my media library?

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
niranjanv Purchased

The social widget that appears in the sidebar of this theme on every page uses a Facebook Like button. Is it also possible to have a Facebook Like Box on the home page? I am seeing many visitors click Like on the WP homepage and I would like to include these with my FB page and a Like Box will be very useful for this. For more info, see https://www.facebook.com/note.php?note_id=162305937151965

Thanks a lot!

purethemes

There’s no problem with that, just generate code for Like Box of your page here https://developers.facebook.com/docs/reference/plugins/like-box/ and paste it in Text widget.

  • Bought between 100 and 499 items
  • Exclusive Author
  • Has been a member for 3-4 years
epoc Purchased

What about the next update? When will it be available?

purethemes

I’ll let you know when it will be ready.

  • Bought between 1 and 9 items
  • Has been a member for 2-3 years
Hayjin Purchased

Please take a look here: http://screencast.com/t/bPZcBlly059u

Is it possibel that the comment-area is showing only blue area?

purethemes

Hi

I guess it’s some plugin for comments? I need to see it live to be able to tell.

  • Bought between 1 and 9 items
  • Has been a member for 2-3 years
Hayjin Purchased

No, it’s the comment-build-in standard.

See here: http://kochen-mit-erfolg.de/lausitzer-kartoffel-ei-suppe/

purethemes

I’m confused, for me it looks like a standard build in comments, but it’s nothing like what you show on that screenshot before. I’m not sure what you’re asking about :)

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
shawnmcm Purchased

another quick question, every time I change text colors for individual posts it’s ignored and simply shows a grey/black color when previewed or posted. when i’m in the editor creating the post it shows the color i’ve selected. Any ideas?

purethemes

I’ve checked it, it’s strange, but I can’t fix it now (it’s almost midnight) as it looks like something more complicated, I’ll try tomorrow.

by
by
by
by
by