This item is by an Elite Author
MNKY
- Elite Author
- Sold between 250 000 and 1 000 000 dollars
- Item was Featured
- Author was Featured
- Bought between 100 and 499 items
- Has been a member for 2-3 years
- Exclusive Author
2,466
Purchases
Buyer Rating:
4.51 stars
4.51 average based on 261 ratings.
-
5 Star
17265%
-
4 Star
6324%
-
3 Star
145%
-
2 Star
103%
-
1 Star
20%
| Created | 25 November 11 |
| Last Update | 20 February 13 |
| Columns | 4+ |
| Compatible Browsers | IE7, IE8, IE9, IE10, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5, WordPress 3.4, WordPress 3.3, WordPress 3.2, WordPress 3.1 |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Responsive |
| ThemeForest Files Included | CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- beauty
- clinic
- corporate
- dentist
- doctor
- health
- health blog
- healthcare
- hospital
- medical
- medicine
- mnky
- professional
- wellness
© All Rights Reserved MNKY -
Contact Envato Support


Thanks for the reply. I do not have the technical know how to release and update a plugin of that nature. Can you please release the font-resizer as a separate plugin?
Oh we mean that it a good idea you gave for us to release it
But you can add these lines for that function we mentioned ( including filter line below) to any theme functions.php
Thanks
Hello! I need a little help, please. I want to change how the breadcrumbs look/act. I found the code in functions/breadcrumb-trail.php under the main theme. I have copied it to the child theme as functions/breadcrumb-trail.php but it’s not recognizing any changes I make.
How do I tell the child theme to use this file instead the parent file (or for any file I want to use under the child theme)? Thank you.
Hi, you can try adding a functions/breadcrumb-trail.php file to a child theme and modify it.
Thanks
Hi, I already added it to the child theme but it’s not recognizing any changes. It’s only recognizing changes made under the parent theme and I don’t want to edit that in case of updates in the future.
I’m using the child theme included (Child_Care_Theme) and it’s the active theme.
I’ve even tried just putting the file in main folder (Child_Care_Theme) instead of child_care_theme/functions/breadcrumb-trail.php but that doesn’t work either.
Is there something that I have to change somewhere to make it use child_care_theme/functions/breadcrumb-trail.php instead of care/functions/breadcrumb-trail.php?
Thank you.
Php files should be overwritten in child themes, as far as we know. Maybe something is different if it is not functions file, will try to find out.
Yes, I thought it should overwrite as well. Thanks for looking into it. Looking forward to your response.
define('MNKY_FUNCTIONS', TEMPLATEPATH . '/functions'); require_once(MNKY_FUNCTIONS . '/breadcrumb-trail.php');Or with a full link if this does not work.
Thanks
Unfortunately, that didn’t work for me. When you say a full link what/where do you mean? Thank you.
Mean using only this line
with full link between ’’Hi, thanks again for trying to help me. Unfortunately, this doesn’t work either. I get an error:
Fatal error: Cannot redeclare breadcrumbs_plus() (previously declared in {mypath}Is there another solution? Thanks.
Also, as a note, I tried another test … I copied the index.php into the folder Child_Care_Theme and removed the footer. It also did not recognize those changes.
Thanks, again. I did actually read through it the first time and tried using the suggested
require_once( get_stylesheet_directory(). '/breadcrumb-trail.php' );but that gave me an error as well (the cannot redeclare). I also tried using STYLESHEETPATH instead of TEMPLATEPATH but that also doesn’t work.
If I find anything, I’ll definitely share! I’m sure others will also want to use the Child theme for modifications. In the meantime, I hope to hear from you soon.
I do want to say the theme is beautiful. Thanks!
Any luck with figuring out how to use the child theme? I’ve been searching but haven’t figured it out yet.
I also have another question. I have a blog category (#18) that has 6 posts in it. How do I add pagination to this so it’ll function like the regular blog/news section? I couldn’t seem to find any information about this in the instructions. As this category grows, it’d be hard to manage if all the posts show on 1 page. Thank you.
Hi, unfortunately no new update on this, the same stands.
The catgory page will be paginated same as blog page
Ok, hopefully this will be figured out as it’ll be difficult to do updates with modifications.
In regards to the categories, it doesn’t seem to work for me. I get no page options (no numbers, next, anything). I am using your ShortCode for the Blog Posts.
[blog titlesize="28" cat="18" num="5" type="excerpt" meta="yes" orderby="post_date" order="ASC" style="2" background="no"]Am I doing this the wrong way? I basically want 2 different “blog” pages. The normal one (news) is working fine and it paginates correctly after 5 posts. The 2nd one (resources) only shows 5 posts and no page options.
I tried removing num=”5” but that didn’t seem to work for me.
Thanks for your help!
*As a note, the “news” section was created through the Theme Options.
Oh, it is just a blog shortcode and not a blog itself, for what you want to achieve you can use real blog.
1. Create categories for posts, under posts tab. 2. Asign posts needed to your categories 3. create menu items from categories in Appearance->Menus.
Category page will display only posts from it’s category and paging will be present.
Thanks
Thank you very much!
I’m sorry to keep bothering you but really appreciate the help. I’d like to use the Offer Slider on the blog pages. How would I do that? Under Theme Options > Blog Options, I only see Post Slider, Orbit Slider, Custom Header, Custom Header w/Background and None. Shouldn’t Offer Slider be an option? Thank you.
Is there code that I can add to the blog page template to enable this?
<?php if (get_option_tree('select_blog_header', '')) { $blog_header_element = get_option_tree('select_blog_header', ''); if ($blog_header_element == 'Post Slider'){ get_header('post-slider'); } if ($blog_header_element == 'Orbit slider'){ get_header('orbit-slider'); } if ($blog_header_element == 'Custom Header'){ get_header('custom-element'); } if ($blog_header_element == 'Custom Header w/ background'){ get_header('custom-element-bg'); } if ($blog_header_element == 'None'){ get_header(); } } else {get_header();} ?>to<?php get_header('offer-slider'); ?>Thanks
Thank you very much! That worked great.
ic thanks for the quick reply! keep up the great work!!
I am really interested in buying this them but before I go ahead and purchase I would like to know the following:
1. Can I customize the colors in the theme (background, and slider area)
2. Can I have a homepage without the slider?
3. Can I modify the font size and type?
Thanks, Deep
Hi,
1. Sure all is customizable, it can be a color and also any image.
2. You can choose any page as a homepage
3.Yes, you can mofidy it for whole theme in theme options and also in editor there is a font family and size changer.
Thanks
Hey,
Thanks for the fantastic theme! I have a question. How do i get the contact form to send a subject. I put the short code in as directed (ex. [contact-form to=”something@mail.com” Subject=”Registration Form”]) however, all I’m getting is a blank subject on the other end. Any ideas. Thanks again for the theme!
Cheers, Eli
Hi, You can download newer version and replace functions/contact-form folder. You can download it HERE
Thanks
Hi, what is the care child theme used for? Do I need to install?
Hi, it is used for custom code modifications, you do not need to install it.
Thanks
Hello, There is an error in sidebars.php?
Here’s the URL : http://hawaiiphysicaltherapy.net/
Hi, please try reuploading the theme ( or this file ) manually and select binary transfer mode.
Thanks
Transferring now with FTP program in Binary mode.. ill let you know
This probably sounds stupid, but HOW do you add info to the home page? Is it a widget?
Hi,
This is a content area and it is a content. You can just press get the code button on the bottom to se the code: http://www.mnkystudio.com/care/sliders/orbit-slider/Thanks
Where can I find the images that are in the demo?
Hi, here are the links for images on PhotoDune.
http://photodune.net/item/woman-with-tablet-pc-shopping-list/459410 http://photodune.net/item/breakfast/300310 http://photodune.net/item/selection-of-fresh-vegetables/323386 http://photodune.net/item/office-building/304719 http://photodune.net/item/physiotherapist-with-patient-in-rehabilitation/335661 http://photodune.net/item/surgical-team/435997 http://photodune.net/item/patient-undergoing-for-a-computerized-axial-tomography-cat-scan/335208 http://photodune.net/item/surgical-team/435997 http://photodune.net/item/nursing-home-care/469354 http://photodune.net/item/doctor-monitoring-the-heartrate-of-patient-on-a-treadmill/335035 http://photodune.net/item/doctor-looking-cheerful-in-hospital-room/331667 http://photodune.net/item/medical-staff/431776 http://photodune.net/item/mature-doctor-smiling-with-team/655718 http://photodune.net/item/doctor-with-caring-hands-on-a-piggy-bank/662189 http://photodune.net/item/care-dental-hygiene/370982Hello I just purchased this beautiful theme,and uploaded succesfully, I love your demo site,but i wonder if i upload your demo contents will it erase/delete my website contents which i alraedy have. Do i have to backup my Site beforehand Thanks Laltea
Hi,
Thank you! When you import demo content it will be added to your existing one, it will not erase it. But it is always good to make backup.
Thanks
Hi, is it possible to make this theme compliant, I’ve checked it and it comes up with 11 errors:
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.mnkystudio.com%2Fcare%2FIve checked the accessibility and it only has 2 errors which are fairly easy to fix.
Thanks
Hi,
Thanks, these errors do not affect anything in this situation, but removed them. Only ones now are form contac form plugin, but they do not affect anything at all, and note that validation for html5 is still experimental.
Thanks
OK, many thanks for the quick reply.
Offer Slider over 10 slides have Synchronization problem
When I put more than 10 slides in the offer slider makes the image more than once up and down and there are synchronization issues in motion. The only way to solve the problem I found is to increase the time of 10 seconds for each slide, but it is too. How can I fix this? thanks
Hi,
Please contact from purchased account for assistance.
Thank you for understanding!
Is the appointment request form part of the theme settings?
cheers
Hi,
Yes it is an integrated contact form.
Thanks
Hello, I have importend the demo content but I forgot about the installation of the theme and then I have installed the theme and then imported the demo and I get this:
http://www.solvemedical.com/wp/what should I do?
Hi,
All is ok, the images from preview are not included due to licensing terms. There are frames instead of images right now.
First go to settings->reading and choose your home page and blog page. Then in appearance->menus create a menu.
Thanks
Hello,
I am having trouble making my footer look like the example. First the rules underneath my text will not align left they keep wanting to align center. In addition, when I try to create an anchor tag it changes the format of my text and instead of it being a lighter gray it is black and does not have a rule underneath it. I have not altered the style sheet at all. Any insight on why this is happening would be appreciated. Thanks.Cheers
Hi, For the info boxes on the home page such as ‘Rehabilitation Therapy’ etc:
1. Can we place more than 4 on the page? 2. Can there be a read more link placed there
cheers
Hi, you can place as much as you want, as it is a content area and also add any links or buttons.
Thanks
Hey Mnky,
When logged in, an ‘edit’ link appears in the content area. It looks a little messy on wp e-commerce plugin generated pages so I’d like to remove it. Any idea where I might find the code I need to comment out?
Thanks,
Dave
Hi,
See line 8 for loop-page.php
Thanks
Offer Slider over 10 slides have Synchronization problem
When I put more than 10 slides in the offer slider makes the image more than once up and down and there are synchronization issues in motion. The only way to solve the problem I found is to increase the time of 10 seconds for each slide, but it is too. How can I fix this? thanks
Hello,
Thanks for contanting from purhased account. Have just tried 12 slider and no such problem. If you want you can contact us via progile with WP and ftp temporary access so we can see what may be wrong.
Is it possible to include a “captcha” for the contact page & appt. requests? Or, do you know of a plugin that works well?
Great theme by the way! A dream to implement!
Hi, you can use contact form 7 or similar. See user manual’s bottom for instructions how to disable integrated.
Thanks
Of course… Thanks a bunch.
Cheers!