Cohhe
- Bought between 1 and 9 items
- Sold between 10 000 and 50 000 dollars
- Exclusive Author
- Has been a member for 3-4 years
- Europe
603
Purchases
Buyer Rating:
4.47 stars
4.47 average based on 45 ratings.
(more information)
-
5 Star
2964%
-
4 Star
1226%
-
3 Star
24%
-
2 Star
00%
-
1 Star
24%
| Created | 1 September 12 |
| Last Update | 18 June 13 |
| Columns | 2 |
| Compatible Browsers | IE8, IE9, IE10, Firefox, Safari, 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 | Fixed |
| ThemeForest Files Included | HTML Files, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- animal
- animal care
- animals
- blog
- cat
- charity
- dog
- jquery
- modern
- nature
- news
- non profit
- nonprofit
- pet
- pet care
© All Rights Reserved Cohhe -
Contact Envato Support


How do I alphabetize the animal listings in the animal page?
Hi,
on /functions/shortcodes/animals.php line 39 add this code:
$query[‘orderby’] = ‘title’; $query[‘order’] = ‘ASC’;
and it should list animals in alphabetical order.
Best Regards
Works perfect. Thank you!
Great theme, just for my purpose I need some mods.
I would like to take out the ‘Fun & Learning’ part at the bottom. How do I accomplish this?
Thanks!
Hi,
thank you!
in footer.php file remove code from line 11 to 29 and it should remove “Fun & Learning” block.
Best Regards
Hello,
For the slider, how do I truncate the text from the original post? Also, how do I have it go to the actual post?
Hi,
you will need to create two posts to accomplish this. One for slide and the other post with full text. And then link to full text post by adding new custom field called “slider_url_value” and as it’s value set url to the post with full text. Here is more info about how to create custom fields http://codex.wordpress.org/Custom_Fields (see “Usage” section)
Best Regards
Under Manage Themes_ I have customized The sit title and tag line but it still says ANIMAL CARE with the paw logo at the top?
Hi,
yes that is because menu is a image and it’s text can’t be changed in settings, instead you need to create your own logo.
Best Regards
Hi, I’m receiving a bunch of errors. I haven’t done much besides installing the theme.
http://kennel.clearsky-projects.com/Also, I follow your instructions for installing a slider, but it won’t display.
Hi,
can you send me your wordpress access details? I will take a look.
Best Regards
Hi, in the list of animals does not open files Hi, http://31.169.78.47/~spermed/?page_id=838 How can I fix
http://31.169.78.47/~spermed/wp-content/themes/acare/functions/global/timthumb.php?src=http://31.169.78.47/~spermed/wp-content/uploads/2012/08/44844646_f567235de8_o-434x289.jpg&w=434&zc=1&q=100Hi,
regarding image problem, you have an issue with timthumb. To solve it you need to create a dir called ‘cache’:
Once installed and in-use, TimThumb will automatically create a /cache/ subfolder un /wp-content/themes directory with proper write-permissions (if it doesn´t already exist). If your host server doesn’t allow PHP to create such dir you will need to create it manually, be sure to manually change the /cache/ folder permissions to 777.
If your web-hoster doesn´t allow 777 permissions or if 777 doesn´t work, try 755 which sometimes solves the issue.
Usualy if these two reasons are fixed timThumb should work. Let me know if it still doesn’t.
Best Regards
Ok. Worked now. Thanks
Hi there,
Hi,
if you would like to lower slider then it will need to change more than one line. Easier would be to move logo a little bit upwards. To move logo you need to change margin-top param on line 147.
Let me know if that didn’t help.
Best Regards
Hi there. I love this theme and am finding it very easy to customize and everything works fine. If there was a glitch the documentation explained how to fix it.
I do have one question though. Is it possible to set up the animal list pages so that members can post animals for re-homing themselves? Maybe this is a user role issue, but just wondered if someone knew how to implement this. If there is a form they can fill out like a comment that is awaiting review or something?
Thanks so much! Great theme!!!
Hi,
thank you for kind words!
Currently it’s not built in, but maybe this plugin can help you: http://wordpress.org/extend/plugins/advanced-access-manager/
Best Regards
Thanks! I think that is going to work. I have another question please. Can the animal list be used on posts as well as pages? If so, should the code ( [animals paging=”true” count=”5” parent=”“] ) be marked differently to work in posts? Where can I add attributes to the animal list? Thanks so much!
Hi,
currently it’s not possible because posts can’t have hierarchy order.
When you add shortcode animal list shortcode you will see all the options available for animal description, you can alter that description and add more or remove some of the fields, because it’s just a text list that is added to editor.
Best Regards
Hi, how do I edit the headline “Fun and learning” at the bottom? Thank you very much
Hi,
you can change it on footer.php line 13.
Best Regards
Thank you very much for your help, Im trying to edit the site but when I try to view the pages Im getting the error 404(HTTP Error 404.0 – Not Found The resource you are looking for has been removed, had its name changed, or is temporarily unavailable). I dont know if it has something to do with the server or the code is corrupted at some point. Thank you very much for your assistance
Hi,
one of possible solution would be to reset permalinks to default and then set them back to what you want. Make sure htaccess is writeable and the changes get saved.
If that doesn’t help then you will need to contact your hosting company support and ask them where could be the problem.
Hi, it was a permalink issue as you said, one last question, when you direct people to go to line “x,y,z” on the code, how do I visualize the line number so I can go there? Thank you very much
It depends on text editor you are using. I suggest you to use http://www.sublimetext.com/2 for code editing, but of course you can use any other editor. Another example: http://www.flos-freeware.ch/notepad2.html
Thank you very much. Ill check your suggestions, I thought it could be done from the wordpress editor. Thank you.
Hi,
I’m just wondering if its possible to have a third level navigation (drop down on a drop down). It’s currently not working.
Thanks
Hi,
at the moment it’s only possible to have two level navigation on top menu.
Best Regards
Hi!
First of all I want to congrat your for the nice template.
- I’m Spanish and I would like to translate ‘Search’ in the searchbar, what file should I edit?
-Does photos have copyrights or are they free?
Thank you so much!
Hi,
you can change ‘Search’ text on file searchform.php line 9 and 20.
You are free to use these images under Creative Commons licence. There is more information about it http://creativecommons.org/licenses/by/2.0/deed.en
Best Regards
How do I make my home page display posts with a slider like the demo page “Homepage with posts”
Hi,
set your home page template to “Homepage with Top Slider” and insert blog shortcode.
Example: [blog count=”5” layout=”with_full_image” show_image=”true” paging=”true”]
Best Regards
Yes! Thanks a lot! Great theme btw!
Hi, how do I insert images on the top slider? Thank you.
Hi,
please check documentation “3) Add home page slider” chapter, it’s a step by step guide.
Best Regards
Do you have a help guide somewhere I have Errors with my Custom short codes and I am having a hard time adding images to the homepage slider bar as well
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@drsuzannebilliar.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Do you have a help guide somewhere I have Errors with my Custom short codes and I am having a hard time adding images to the homepage slider bar as well
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@drsuzannebilliar.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Hi,
in zip file which you downloaded from this site is documentation folder, for most chapters it’s a step by step guide, and on each shortcodes page on demo site you can find what parameters you can use for each shortcode http://coderportfolio.com/themes/animalcare/shortcodes/blog-posts/
Best Regards
Hi, I’ve installed the theme and imported the demo data. My problem is that the animal images don’t show on the animal list page. The text content floats left where the image should be (over the animal name). If I hover over the text I get a link to view the larger image and that works strangely, just that the images aren’t showing in the list as they do on your preview. Please advise.
Hi,
could you please send me your blog url? I will take a look at it.
Best Regards
Hi, I’ve emailed you the URL. Thanks
Please check your email and let me know if my suggestions didn’t help.
HI,
I am trying to import the demo data but I just keep getting about 50 or so
“Failed to import Media” Errors.
How can I fix this thanks
Hi,
In order to get more detailed messages, turn on the verbose error messages. To do this, open the folder that contains the WordPress importer plugin (usually wp-content/plugins/wordpress-importer/) and open wordpress-importer.php. Find the IMPORT_DEBUG constant definition (look around line 16), and change the value to true.
Okay I did that but now when I try to import it starts to import but then just stops on a white page! and doesn’t import everything still.
Okay Never mind on the uploading thing, I have it mostly figured out on my test install of WP.
On my real site I am not using the importer and I am trying to setup my homepage like the one you have but it is not making the gallery images right: http://beausbuddies.org/ See!
Hi,
to link gallery images to a page you need to add link=”custom_url” parameter to your gallery shortcode, more info about this you can find on documentation that comes with Animal Care theme.
Hi,
As the homepage sliders are posts, they show up in the blog section. How do I make it so this doesn’t happen?
Thanks
Hi,
when you use blog shortcode to show posts you need to add category=”-6” param, where 6 is category id you would like to exclude. Don’t forget to add minus sign in front of category id.
Hi again,
Thank you so much for all your help so far! You have amazing customer support skills.
One last question though, I see on the demo site you have Cats/Dogs/Etc on separate pages in the re-homing pages. When I add a new animal to the animal list it just adds all the animals to the same page when I put in the shortcode, How can I have it like you do with separate animals appearing on separate pages? Thank You
Hi,
You have to add parent page and select all pets/animals from that parent page. Example:
-Cats
—Cat1
—Cat2
—Cat3
if “Cats” page id is 1234 then by adding such shortcode: [animals paging=”true” count=”5” parent=”1234”] you will select all cats (Cat1, Cat2 and Cat3).
If you need more info let me know and I will send you some screenshots.
Thank you for your kind words!
Hello,
I wanted to add a Pinterest icon to the list of social header icons, but it is not an option in the theme options.
Can you suggest a method in which I could accomplish this?
Also, just to point out to other users… I recently upgraded to Wordpress 3.5 and it broke the bit of code on my home page that allows the “grey menu gallery” to link to posts instead of the images themselves. To fix, I changed the code that read “link=file” to “link=custom_url”.
Hope that helps.
Hi,
pinterest icon doesn’t come packed with Animal Care theme, but you can download free icon and add it to header.php line 108, just after “Follow Us” text.
Excellent. Will do. Thanks again for the speedy response.