24 comments found.
Hi sorry to trouble you after such a long time. I am aware that my support has now stopped. However, I have long noticed an issue with alignment and margins on mobiles within the Second Section Heading Subtitle section of the theme. I know I have not made any changes to the theme’s CSS and I cannot seem to find any help within the comment.
Many thanks in advance
Daryl
Hi Daryl,
Can I please get a link to your site?
Thanks.
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?
Hi there.
I 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
I 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.
Attached?Sorry Im probably being really stupid but I can’t see an attachement
I just sent another e-mail with the attachment.
ahh thank you that’s great, not sure what you done, can’t see any difference ha ha
Hey, just have a pre purchase question. Is it easy to change the fonts on with this theme?
Hi there.
I 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?
Thank you.
It pulls directly from WordPress, it does not use page builder.
Excellent, 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.
Many 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
2. 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, Could you advise me on how to allow more tags to show in your theme?
Hi there.
The 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, ran 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
How do I change the color in this theme and add the main slider bar on the homepage?
Hi there.
There is a read me file in the final_download folder. Open the read_me folder and then open the file named index in your browser. Everything is explained in this file.
Thank you.
Thank you. I’ve looked and the slider still does not appear neither does the dual comment layout. I have been able to change theme color.
Read section C) Home Page Setup.
Hello, I have read section C) and followed the steps, step by step, but the slider is still not showing up on my site. www.cosignmag.com.
That’s because you are using the blog page as your homepage. Please send me your login details using the email form here: https://themeforest.net/user/promola
I will do it for you. Thanks
Thank you very much. Info has been sent.
Done
Hi, I’m trying to change the Home page to look like the ‘Second Blog Page’ shown in your demo content file.
On which page can I change that setting?
Thank you,
JO
Hi JO.
1. In the admin go to Settings > Reading.
2. In the “Front page:” drop down select the second blog page.
Thank you.
Hi two questions…
1) I’m trying to find where to add the header banner-ad, and the right-column banner ad.
2) I currently have the demo content loaded… Will it work if I delete the content and build my site off it, or do I have to start from scratch?
Thank you,
JO
Hi JO.
1. You can upload the header banner image using the options panel, go to the Header tab to find the upload button. Use the text widget to add the sidebar banner.
2. Either way the theme will work, If you run into any problems contact me.
Thank you.
Hi, sorry… I mean how can I add banner code, not just paste a banner image (I think it’s javascript)? The options-header tab appears to only offer an image-upload or URL field.
1. For the sidebar banner paste the code inside the text widget.
2. For the header banner open header.php and paste the code were it says “Paste Google Ads Code Here”. The code should look like this:
<div id="header-banner"> Google Ads Code Here </div>
You can see I removed the arrows before the opening div and after the closing div, do the same.
These are the arrows I’m talking about:
<!-- -->
Hello, I got a problem. The pictures of the flexslider are sharp on my pc, but when I use my iPad 2 the pictures are blurred. What’s the problem? URL: http://s395888913.online.de/blog/
Hi there.
Can you please take a snapshot of what you are seeing for me?.
Thank you.
Hey Promola, the problem was solved by a iOS update. Thanks anyway!
Alright
Hi, I see the demo file there… Are there instructions how to install the demo content? Thanks – Great theme.
Hi there.
1. In the admin go to Tools > Import.
2. Select WordPress, you will be asked to install the Importer plugin, Install it.
3. Click “Activate Plugin & Run Importer”.
4. Find the demo xml file on your computer and upload it.
5. Select “Download and import file attachments” and click the submit button.
Enjoy.
Hello!
What exactly has been changed? 2 January 16 – Version 1.0.2 Updated Files
Hi there.
The widget_tag_cloud_args filter changed the way it works in WordPress 4.4, so I removed it and styled the tags directly in css.
Thanks.
Thanks.
Hi, I have just started to work with your theme, and it looks great thanks. I changed the Accent Color on day one, and it seems to have returned to the default and I can’t change it back? I haven’t done any editing in the css other than changing the fonts. Please can you advise me?
Hi there.
Have you tried changing the color again through the options panel?.
Hi, yes I have tried that.
Can I get a link to your website?.
Working with wamp on local host?
Try replacing the header.php and custom-styles.php files with the original ones from the download zip file.
Hi, thanks for your response. Followed your suggestion but still with no joy, sorry. Any other suggestions as I still can’t change the Accent Color from the default?
There is not much I can do since you are on a local host, But let’s try one last thing. Make a copy of your edited theme and then install Habari again, If the problem still exists then I will have to look at the theme and update it. But if everything works fine with the original theme then you will have to look at the code you added.
To not waist any more of your time I will wait until I put the theme on-line in late January, and you can have a look at it then. Maybe it’s got something to do with wamp?, as I have only changed the default font in the styles.css. I can live with the brown until then! Have a good Xmas, many thanks.
Okay.
Merry Xmas.
Hi, Just to let you know that I have resolved the Accent Color issue. To change the Accent Color. In Theme options Header the Logo Top Margin in has to have a value otherwise the accent color returns to default! Happy 2016 …
Oh yeah. I made it that way if the logo top margin does not have any value, custom styles don’t get applied. Why did you remove the logo margin?.
Hi. I trail and error functions to see what works best.
Alright, I’m glad everything is okay now.
Happy 2016.
Hi, I have a couple more question. 1. I can’t see the google+ logo/link in the footer (it’s visible in the header?) 2. What is the best way to remove the comment count link from posts?
Thanks …
1. The footer does not have a Google Plus icon.
2. Paste the following code in the CSS tab of your options panel:
.post-comments {display: none;}
Thank you, I will add the code.
Hi – Is it possible to change the colors easy in the Habari theme? Thanks
Yes it is and I’m always available to help if you need it.
Thanks.
Thanks – so I can change the gold/brown color to an other color?
Yes you can.
what font did you use in your logo?
Playfair Display
Hi! Great theme!
I have change the Accent Color to orange. In Google Chrome the menu is white. In FireFox it is Orange. I would like to have the menu white in every browser. How can I fix this?
And, i would like to have my tekst in two columns without using tables. This is for the template pages “full width” and the “standard pages”. Is this possible?
Hi there.
1. Please clear your browser cache.
2. Try this plugin: https://wordpress.org/plugins/columns/
Thank you.
Thanks! This plugin works!
To clear the browser cache doesn’t fix the menu color. In your live preview (on themeforest.net) the text-menu-color is white (in Chrome) and brown in Firefox….. The same problem I have in my website.
Okay I saw it, I have already updated the theme. You will be able to download the updated theme after it gets reviewed. Thank you for bringing this bug to my attention.
Nice theme !! Looks awesome. GLWS
Thank you
Nice theme, is admirable solidarity among programmers. I’ll buy it later.
I appreciate that, thank you.
good work, i whish you all the best for your sales
Thank you very much
Nice work !! Looks good . GLWS
Thank you