This item is by an Elite Author
purethemes
- Elite Author
- Has been a member for 4-5 years
- Item was Featured
- Author was Featured
- Bought between 100 and 499 items
- Referred between 200 and 499 users
- Exclusive Author
- Microlancer Beta Tester
- Author had a Free File of the Month
- Europe
- Sold between 250 000 and 1 000 000 dollars
2,591
Purchases
Buyer Rating:
4.53 stars
4.53 average based on 192 ratings.
(more information)
-
5 Star
13369%
-
4 Star
3819%
-
3 Star
147%
-
2 Star
31%
-
1 Star
42%
| Created | 16 October 12 |
| Last Update | 21 May 13 |
| Columns | 2 |
| Compatible Browsers | IE8, IE9, Firefox, Safari, Chrome |
| Software Version | WordPress 3.5 |
| Compatible With | WooCommerce 2.0.x |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Responsive |
| ThemeForest Files Included | Layered PSD, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- business
- business portfolio
- clean
- corporate design
- creative
- dark layout
- isotope
- localization
- minimal
- minimalist design
- modern
- professional
- responsive
- white
- wp customizer
© All Rights Reserved purethemes -
Contact Envato Support


Also,
I noticed that the portfolio only shows to many images but then it has a button that says “Older Posts” which brings you to portfolio page 2. Is there a way to just show ALL projects that I have added on this one page?
Also for some reason the Portfolio menu button isn’t highlighted when the portfolio is shown.
Hi
in theme-options.php in line 991 you have this line:array('label'=> '16','value'=> '16')just add another one to it, so it will look like:array('label'=> '16','value'=> '16'), array('label'=> '999','value'=> '999')Then in Theme Options – Portfolio tab you can set the number of items to display and you’ll have option to choose 999, this will show all items on one page.I am trying to do a nested list but the bullets are not coming out correctly. The first bullet has dropped below the list item. Any ideas what I may be doing incorrectly / Many thanks in advance.
Hi
It shoudn’t be a problem, here’s the proper code: (use it in HTML view)and here is the result http://awesomescreenshot.com/040rth0eb
Hey Lukasz…
How do you change the footer color? :s
Thanks G
Hi
add in Custom CSS box:#footer { background: #303030 }of course change color value to the one you want. CheersCan you please tell me how to change the dark grey background of the nav bar and the footer? Seems like it should be easy, but I can’t figure it out. Thanks.
Hi
add in Custom CSS box:
#navigation { background: #222 } #footer { background: #303030 }of course change color values to the one you want.
Thank you!!!! that sparks a few more quick questions…
1) How do I eliminate or change the color of the vertical divider lines in the nave bar? 2) How do I change the color of the horizontal line in the footer? 3) How do I change the footer font color?
I appreciate the help, and love the theme.
Hi
ad1. Actually it’s an image, located in centum/images/navigation-divider.png ad2. The same, centum/images/headline-footer-bg.png ad3. in Theme Options – Custom CSS Box add#footer, #footer p, #footer a { color: #xxx }You should also start using Firebug http://getfirebug.com/ it will save you tons of time with editing CSS
Thanks. The font and Nav bar worked, but the horizontal footer rule is still dark grey. Any ideas?
Hello, I am having trouble on my site’s page ordering. For some reason, it is not sorting by the Order ID but rather A-Z so instead of Home-About-Services-Contact
It is About-Contact-Home-Services
I have installed the add-on PageMash and used the code but for whatever reason, the site is not sorting properly. Is there anything I can do to fix this?
Hi
You mean order of sites in menu? In that case use menu manager in Appearance – Menus http://www.docs.purethemes.net/centum/#getting_started_setting_up_the_menu
It does not work
t$(window).load(function(){ $(’#portfolio-wrapper’).isotope({ itemSelector : ’.portfolio-item’, layoutMode : ‘fitRows’ }); $(’#filters a.selected’).trigger(“click”); });
Hi
please open a private ticket on my support forum http://purethemes.ticksy.com/ with login details to your wp-admin, I’ll check what’s wrong.
Sorry… but how can I add pictures to portfolio? I just can not find a upload window! o_O
You have “Set Featured Image” button in right side of post editor. Or “Add media” above post editor where you can do the same.
I’m having the same problem as justiny40. Its not the menu its the order of the pages in the main navigation bar. For example, the home page should be first from the left and its not. It sorts A-Z and ignores the page number attribute that is set where the page is created.
I have also tried to install plugins that are supposed to help page order and they do not work. Please let us know how we can fix this to get the pages laid out correctly. Thanks
The main navigation bar = menu. By default it is sort A-Z, if you want to change order, you need to use menu manager in Appearance – Menus http://www.docs.purethemes.net/centum/#getting_started_setting_up_the_menu
Hello, I wanted to ask:
Does the theme feature breadcrumbs? Is the theme SEO optimized? What in detail makes this theme a SEO optimized theme? Does this theme match the wordpress.org code standards? Is the theme child theme friendly? (in order not to lose custom made changings?)
At the moment I use the Hybrid theme from Justin Tadlock, which is a very good theme in terms of code quality.
But I like the design very much – very beautiful. But I also do not want to have any disadvantages regarding my google ranking (e.g. site links).
When I install this theme I want to make sure that everything is fine.
I hope you can give me a compelling answer.
Thanks a lot.
Hi
Yes, it has breadcrumbs. It is coded according to SEO practices, but it doesn’t have any special features to manage SEO, it’s recommended to use some plugins like SEO by Yoast. I want to be honest and I’d say that Hybrid theme has better SEO features and probably is better coded as Justin is real guru of WordPress development. Centum is child theme friendly.
Thanks!
>Hello, thanks a lot for this good work !! But i would to know why when there are submenus (children menus), the main menu (parent menu) is not active ? For example, when i go to “About us”, why “Features” doesn’t appear like current ?
Thanks.
Hi, I am trying to arrange the entire portfolio by title, and whenever I add a new post it isn’t in the right order. in my template-portfolio3col.php I have:
query_posts(array( 'orderby' => 'title', 'order' => 'DESC', 'post_type' => 'portfolio', 'showposts' => -1, ));Any help would be appreciated!, thanks
I’m not sure if you have latest version, but this file should look like this http://pastebin.com/hvHzazHh
Hello Lukasz
It’s working good now to change some things. I’m getting in to it. In what php file can I change the way the blog is displayed? I want to show the entire post at the blog. So I don’t have the “continue reading”-button. anymore… Beside that I want the pics or video (gallery, video, standard) items underneath the post, not above.
Thanks a lot in advance
Hi,
it’s in loop.php, replace the_excerpt with the_content to show full posts.
Great, I also found how to place the images, video and gallery under the post. But where can I find the code that draws the line, because now the line is between the post and the image… :s
So it has to be the post, then “the gallery, video, standard”-thing, then “continue reading”-button and then the line…
The line is added to the div with class=”post”, you’ve probably moved the content one line to far, so now you have it outside the main “post” container
Hey Lukasz,
I figured it out to get the line underneath it and I know I have to move this line of code:
<?php _e(‘Continue Reading’, ‘purepress’); ?> ?
also to get the “continue reading” button underneath it, but it does not work. If I do that, the gallery’s aren’t shown correctly. It’s difficult to understand the code if you never worked with php… :s
Thank you for your service! G
I actually realised I do not need that button so I deleted it. It works almost perfect. The only question left is how to control the white space between the posts and the lines, because there seems to be less white space between the gallery-items and the line in comparison with the other posts.
How to display google map as shortcode in footer?
the shortcode is not working!
Hi, it only works in posts and pages
I need some help getting the tagline to fit in the header… can you help with this? left you several messages but no response? thanks
Hi
Where did you left them? If it was on my support forum, please give me ticket ID, I’ll check asap
Hi – I cant see the ticket ID so I have copied the info across for you
clearsocialdesign PURCHASED 22 days ago Flag I have managed to get the contact details looking great on my site but have had to delete the tagline to make room See http://alenbuckley.rmsd.co.uk Can I either alter column restrictions somehow to fit or make my tagline appear on two lines instead of one? At the moment it just sits below my logo. The tagline is as follows: Delivering the highest quality legal advice for over 30 years Thanks, B
purethemes AUTHOR 22 days ago Flag There is setting in Theme Options to select how many columns should have logo area, try to increase that value. Your logo is quite wide so it will require some CSS adjustments
clearsocialdesign PURCHASED 11 days ago Flag do you have any suggestions on css adjustments to make the tagline fit? I have increased the logo area columns and it doesn’t work as the contact details then dont have enough room?
clearsocialdesign PURCHASED 5 days ago Flag do you have any suggestions on css adjustments to make the tagline fit? I have increased the logo area columns and it doesn’t work as the contact details then dont have enough room?
clearsocialdesign PURCHASED 3 days ago Flag Is there a way you can help me with this or is this beyond your perimeter? I’d appreciate if you could let me know either way as I have a client who really wants a tagline but I’m not sure this is going to be possible with your theme, thanks, B
Dear admin,
I’ve purchased this theme and am trying to add the same logo bar with grey outlined boxes as on the Centum live preview homepage (‘Our Clients’).
Please could you explain the procedure or redirect me to a suitable source?
Thanks in advance!
Hi
it’s just a simple list with images, wrapped in [clients] shortcode that adds nice styling. Here is example:Thanks a lot, this seems to work. Although I have one problem: I don’t get all five images onto one row, but three on the 1st row and two on the 2nd row. All are 187×95 px.
Please could you advise how to get all five images on one row? Thanks again!
Never mind, I’ve figured it out. Thanks again for your quick help
Hello,
On your theme its standard that every page gets an automatic title with a green/grey line below it.
Is it possible to remove this title from just the homepage and keep it on all others?
I know all the pages are based off a standard template so removing the ‘include’ there would remove it on all pages. But as I want to remove it just off the ‘index’ page, I was wondering if theirs a solution to this?
Thanks
Hi
You can choose “Home Page Template” http://awesomescreenshot.com/06bs7py6c for a Page to not have this title.
Hello,
when i want to add my own icons like on the documentation :
icon=”http://www.demo.purethemes.net/incredible/wp-content/uploads/2012/08/features_ico_01.png”
My icon doesn’t appear !! Why ?
Thanks a lot.
Hi
please open a private ticket on my support forum http://purethemes.ticksy.com/ with login details to your wp-admin, I’ll check what’s wrong.
Hi there,
This is a great theme. I am pretty new to css so would like to know where i can edit in the css file to make the space between the social icons and the phone number and email in the header smaller.
My site is offline at present, so I have uploaded an image to show where I mean on the URL below:
http://wordpresstest.co.uk/imagesize.jpgThanks
Tony
#contact-details { margin-top: 40px }just change it to lower valueHi there, that’s perfect thanks.
I am almost ready to launch – I just need 1 more size change.
I want to reduce the size between the bottom of the flexislider and the content below it on the home page.
I have uploaded an image here again for you to see where I mean:
http://wordpresstest.co.uk/imagesize2.jpgThanks again.
The support has been great.
Tony
Hi,
Great theme.
I am currently using a child theme. I want to add the layout meta box to the Portfolio post type and create a custom template that includes a sidebar.
Can you please instruct how I might do this using a child theme? I dont want to update meta-boxes.php as I want to maintain the child theme.
Any help you can provide will be very much appreciated.
Regards.
add_action( 'admin_init', '_custom_child_meta_boxes' ); function _custom_child_meta_boxes() { $child_meta_box_layout = array( YOUR CODE FOR META BOX HERE } ot_register_meta_box( $child_meta_box_layout ); }It should add new meta box and keep original file without any problemsHow do I add one of the icons to my html/text content area? I would like to add the google maps icon. What is the shortcode?
Thank you for such an awesome Theme!
Thanks!