This item is by an Elite Author
Indonez
- Author had a Free File of the Month
- Author was Featured
- Bought between 50 and 99 items
- Elite Author
- Exclusive Author
- Has been a member for 3-4 years
- Indonesia
- Item was Featured
- Microlancer Beta Tester
- Referred between 200 and 499 users
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Sold between 250 000 and 1 000 000 dollars
2,056
Purchases
Buyer Rating:
3.97 stars
3.97 average based on 248 ratings.
-
5 Star
10542%
-
4 Star
7530%
-
3 Star
4016%
-
2 Star
114%
-
1 Star
176%
| Created | 21 January 10 |
| Last Update | 31 October 12 |
| Columns | 2 |
| Compatible Browsers | IE7, IE8, IE9, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5 |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Fixed |
| ThemeForest Files Included | Layered PSD, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- business
- corporate
- elegant
- minimalist
- portfolio
- s3slider
- simple
- vertical news slider
- vertical testimonials slider
© All Rights Reserved Indonez -
Contact Envato Support


Firstly, I really admire the template.
I have a quick question though, how can I restrict the posts displayed on a portfolio page by category e.g.
portfolio page A only needs to show posts that are flagged with a category of portfolio and leadership. portfolio page B only needs to show posts that are flagged with a category of portfolio and products.
Many thanks
You have to create child category first then assign each child categories to portfolio page template, make sure you have create parent category first
Thanks, but how do I assign a child category to a portfolio page template. I’ve tried to use the custom fields but can’t get it to work. Best regards
How can I make the front page buckets with both page to a box and post to a box use an excerpt or a custom field to allow me to write exactly what I want? Sometimes I don’t want it pulling the first thing on the page.
Hello, you need to create posts/pages first, then from pages /posts to box widget select the pages/posts you have created before.
Thank you
I understand how that Post/Page part works. But I don’t want it to just pull the first thing that is in the post or page. I want to be able to use the excerpt or maybe custom field to customize the content.
For example. I use one of the widgets to put in a contact thing. I want to write “Contact us for more information about our product.” I don’t want that to be on the Contact page or post. Does that make sense? So I’d rather just use an excerpt.
- Author had a Free File of the Month
- Author was Featured
- Bought between 50 and 99 items
- Elite Author
- Exclusive Author
- Has been a member for 3-4 years
- Indonesia
- Item was Featured
- Microlancer Beta Tester
- Referred between 200 and 499 users
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Sold between 250 000 and 1 000 000 dollars
+3 more@ ccraine
You have to edit index.php file if you dont want a page/post to display in homepage box area, please find this line and you can replace with your ownThere’s 2 homepage box section, you can replace both of theme, just scroll down you will find the code for homepage box 2
Just wanted to say a MASSIVE thank you to indonez for the amazing support offered for this theme.
We would all do well to remember that theme sellers are not obliged to provide any kind of post-sales support for their products. This particular designer has given me loads of help without which I would have struggled to get the theme just right for my particular project.
I’m sure everyone here appreciates the way you provide prompt responses to all questions indonez, and I wish you much continued sales success!
Thanks additive01
Fully agree with additive01. Indonez is definitely a seller I will bookmark as one to look out for.
I have a question that I’ve been struggling with and was wondering if anyone would be so kind as to shed some light on it.
I’d like to define one category per page and have developed two blog templates to handle this. Now my thinking was that when you are in the admin backend under ‘Centita Options’ you can set the ‘Blog Category ID’ and it places the following code in the template around line 12: query_posts(‘paged=’.$paged.’&category_name=Apps Review’); as this works perfect it seemed like all I had to do in my new template was to simply change the category_name= to another category on that line of code….however its not working
Any help you could give me I would be very grateful
Solved it!
query_posts(“cat=$blog_cat&category_name=Apps Review”);
Hope it’s of some help to people using this theme
Thanks, marketinginmalta
Is there a way to make the map on the contact info widget a link that would take them to Google Maps?
Hi,
Is there a way to display embedded video (youtube, vimeo, etc…) using the existing portfolio page and lightbox feature? That sure would be great!
-Adam
Sorry! My question regarding video in the lightbox was already answered on page 1… my bad. Here is the response in case anyone else misses it:
Hello, just purchased the theme several hours ago and I wanted to have you address the following questions/concerns:
1) what do I need to do to change the font in the body of the content only and make it larger?
2) The contact form is not sending email
3) How do I change the thank you message after an email has been sent. it currently reads, “Thank you! Your email message has been sent We will check our email all and We will be in touch soon”
4) does this theme offer drop down menus?
thanks again.
Ranard
Ok i will answer by number
1. if you want to change the font size for the body please open style.css file and find this line (about line 64 in my editor ) :p, ul, ol, blockquote{ font-size:12px; line-height:18px; margin-bottom:20px; color:#4c4c4c; }then replace the font-size value with your desire size2. you need to configure the email address from admin theme options first, the email will be sent to address that you have provide from theme options.
3. please open contact-form.js file that located in js folder, then fine this line (about line 26) :$(this).before('<p class="thanks"><strong>Thank you!</strong> Your email message has been sent. We will check our email all and We will be in touch soon.</p>');now you can replace the above bold text with your own4. sorry centita has been design wih no dropdown menu
one more thing, can I change the “featured project” to another term and have it linked to another place?
Of course you can, the featured project section is retrieve information from portfolio category ID, if you want to change this you may enter the new category forportfolio category replacement from admin theme options
Slider concern: After uploading an image to the slider I noticed the post became the active item on display. Is there a why to:
1) hide the display images so it’s not visible to the public in a post
2) can I determine what information is displayed in the slider?
Thank you.
Ranard
<?php if (get_post_meta($post->ID,"thumbnail",true)) { ?> <img src="<?php bloginfo('template_directory');?>/timthumb.php?src=<?php echo get_post_meta($post->ID,"thumbnail",true);?>&h=110&w=150&zc=1" alt="<?php the_title(); ?>" class="imgleft" /> <?php } else { ?> <img src="<?php bloginfo('template_directory');?>/timthumb.php?src=<?php bloginfo('template_directory');?>/images/nothumbnail.jpg&h=110&w=150&zc=1" alt="<?php the_title(); ?>" class="imgleft"/> <?php }?>Then remove above code, now your blog post will not display an image from thumbnail custom field.Hi Indonez
What a great theme you’ve done! Just one question.
Is it possible to change the default font in the cufon text replacement to an other font (one of mine)?
If yes, how can I do that?
Will purchase it of course if that is possible.
Many thanks!
HP
Of course it’s posible, if you want to change the default cufon just open header.php file, find this line of code :
then replace font name with your own cufon font, so maybe it’s will look like this : simply replace the bold text with your own fonts. hope this help….Thanks Indonez for the fast reply! I really appreciate your (future-)customer service! Will purchase it tomorrow, thx.
HP
Hi, my email contact form is not working. I already add in the admin centita options the email. Can you Help me pleas. THAks
I need to check your site directly, please provide me your email address. thanks
my site is: www.trimerconstructora.com. Thanks for the interest!
I experienced the same issue as chuytrigos. I’ve tried several times without success. to receive emails after re-entering emails addresses in the admin.
Ranard
Hi Indonez
Bought your theme today. The hint to change the cufon font worked perfect. Where can I change the font-size in the cufon text for example in your theme the following text “Welcome to Centita – Build your success with us”
Thanks again for your help!
HP
Services Page: I created a page called “Second Opinion” under the heading Solutions. The Second Opinion is a service page. Upon clicking the read more button, I was expecting to view the entire content, but it just stays on the same page. How can I fix this?
Did you have changed the solutions page to services page template? and also did you have configure the page ID for Solutions page in theme options?
I will do it tonight. Thanks again for your fast responses. This was the #1 reason why I selected you.
Sorry Idonez
Solved it. Thought I have to fix the font-size in a special cufon file instead of the default style.css
- Author had a Free File of the Month
- Author was Featured
- Bought between 50 and 99 items
- Elite Author
- Exclusive Author
- Has been a member for 3-4 years
- Indonesia
- Item was Featured
- Microlancer Beta Tester
- Referred between 200 and 499 users
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Sold between 250 000 and 1 000 000 dollars
+3 more@chuytrigos
I have tested your contact form and the message sent successfully, there’s should be an error (php) if the message fail to send.