Habari - A Responsive WordPress Blog Theme
Themeforest Habari - A Responsive WordPress Blog Theme WordPress Theme
All queries will be responded to within 24 Hours.
2 January 16 – Version 1.0.2
Updated Files
12 November 15 – Version 1.0.1
Updated Files
Some of the features
- WordPress 4.8+ Ready.
- 3 Homepage Layouts
- WordPress menu support.
- Sticky menu ON/OFF switch.
- Threaded Comments.
- Responsive Layout.
- Full width page template.
- 2 Blog page templates.
- Contact Form 7 Ready.
- Color picker.
- Custom CSS Box.
- Video Widget (Vimeo, YouTube and many others supported)
- Popular Posts Widget (With thumbnails)
- Recent Posts Widget (With thumbnails)
- Facebook Widget
- Logo Uploader
- Favicon Uploader
- Demo XML File
- Translation Ready (.po file included)
- Options Panel (Powered by Options Framework)
- This theme also includes many other features.
This theme uses the following resources
- Photos from Pixabay
- Photos by Daniel M Viero
- Photos by Mark Sebastian
Contact Form 7 By Takayuki Miyoshi
Options Framework By Devin Price- Fonts by: Google Fonts
Support
All queries will be responded to within 24 Hours.
Updates
2 January 16 – Version 1.0.2
Updated Files
functions.php
style.css
12 November 15 – Version 1.0.1
Updated Files
js/custom.js
custom-styles.php
functions.php
style.css
Hi, Could you advise me on how to allow more tags to show in your theme?
ReplyDeleteHi there.
ReplyDeleteThe number of tags displayed is controlled by WordPress itself not the theme. But you can paste the following code in the functions.php file and change the number 5 to any number of tags you would like to display.
add_filter( 'widget_tag_cloud_args', 'habari_tag_cloud_num' );
function habari_tag_cloud_num($args){
if ( isset($args['taxonomy']) && $args['taxonomy'] == 'post_tag' ){
$args['number'] = 5;
}
return $args;
}
Thank you.
Thank you,
ReplyDeleteran into a problem though? Followed your instructions but now I get this message when trying to log in? Sorry please can you advise me?
Parse error: syntax error, unexpected ’<’ in /homepages/7/d349731848/htdocs/acupuncture/wp-content/themes/habari/functions.php on line 7
Don’t worry about last comment, I sorted it out, thanks
ReplyDeleteHey, just have a pre purchase question. Is it easy to change the fonts on with this theme?
ReplyDeleteHi there.
ReplyDeleteI can quickly do that for you if you choose to use Google fonts. Other fonts will work too but you will have to change a few lines of code in the style.css file, I will guide you through it if you get lost.
Thanks.
Oh Wow, awesome. That’s the kind of support I like one other question if I may, how is the blog constructed? does it use page builder does it pull from the blog itself?
ReplyDeleteThank you.
It pulls directly from WordPress, it does not use page builder.
ReplyDeleteExcellent, all purchased now. Very easy to set up. couple of things though. OK so I would like to change the font, and is it possible to put adsense in the head and footer banner locations? here my blog if you want to take a look http://psgamer.co.uk/ Oh, and the facebook plug in doesn’t seem to be working either.
ReplyDeleteMany thanks
1. Send me a message with the names of the fonts you would like to use for the headers and body text. You can find fonts here: https://www.google.com/fonts
ReplyDelete2. Yes you can use adsense code in those locations. Open the header.php and footer-banner.php files, in there you will find were you can paste your adsense code replace “Paste Google Ads Code Here” with your adsense code. Don’t forget to uncomment the code by removing these arrows <!- ->
3. Don’t use the whole link to your facebook page use the last part your pages name.
Send me a message on this page for further questions and the names of the fonts you would like to use: http://themeforest.net/user/promola
Hi, I wonder if you could help me out. I purchased your theme a few months back, And you helped me out a great deal sorting some of the design features out. I think you sent me some CSS code. Well our website had closed down for various reasons, but now it’s back, all those changes you made have been undone. Is this something you could help me out with again?
ReplyDeleteHi there.
ReplyDeleteI just forwarded you the old e-mail.
Thank you.
Ah I see, I have found the previous messages we had. but the comments don’t describe what you done. I think you went into the site itself and made some changes
ReplyDeleteI don’t believe I did that, copy the attached style.css file to your server replacing the default one in the habari theme folder using FTP.
ReplyDeleteAttached?Sorry Im probably being really stupid but I can’t see an attachement
ReplyDeleteI just sent another e-mail with the attachment.
ReplyDeleteahh thank you that’s great, not sure what you done, can’t see any difference ha ha
ReplyDelete