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,441
Purchases
Buyer Rating:
4.55 stars
4.55 average based on 173 ratings.
-
5 Star
12270%
-
4 Star
3419%
-
3 Star
116%
-
2 Star
21%
-
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


First of all, thank you so much for your support. Second of all I LOVE THE THEME!!!
I just have another 3 questions:
1.- I originally set up the Flexislider for my home page, but then created a Revolution Slider to see how it would look in the homepage. I have gone to the Theme options and changed the slider to the Revolution Slider, have entered the ALIAS, but the homepage still shows the Flexislider. Do I have to delete the slides in the Flexislider to have the Revolution one appearing?
2. – Is there a way to change the caption box (in the slider) to another color or make it completely translucent and change the font color to black? My boss says the caption box is a distraction from the actual image (sorry, I personally like it!).
3. – is there a way to make the pictures in the slide to link to URL address. We have product images from our suppliers and if we remove the caption box, we would like the images linked to the suppliers webpage.
Thank you again!
Hi!
ad1. Which Page Template you have on your Home Page? It should be “Home Page Template”, you’ve probably use “Page with Flexslider”
ad2. In which slider? If Revo, you have couple of caption box to select, and all can be edited via CSS here /wp-content/themes/Centum/revslider/rs-plugin/css/captions.css, if Flexslider, it’s in style.css – ”.slide-caption”, just change 0.7 in background: rgba(0, 0, 0, 0.7); to something lower
ad3. Again, depends which slider:) In Revo it’s not problem, in Flexslider it’s not supported currently
Thanks
Great!!! Thank you for such an amazing support!
I have already changed the Home page template to the current one (such an easy one…can’t believe I missed this one). Now just another query -if I may – I am now using the Revo slider, I just need to know how can I link the images to a website?
Never mind! I worked it out
but thank you!
Ok, thanks
Quick question. On mobile, the dropdown menu has a dark grey box behind it. Any ideas on how to remove?
link: http://www.easttyronecycleclub.com/wordpress
thank you.
Like in previous case, you’ve copied some CSS to Custom CSS box in Theme Options that’s breaking stuff. Remove background: #303030; from #navigation in Custom CSS. I would remove it all actually as I don’t see any point of it being there
thank you thank you thank you!
Sorry, my bad, forgot to login to see. Thank you
Just tried it, but still showing the same amount of products. See here: http://lustrum.com/2012/filters/littbus-accessories/
function num_posts_portfolio($query) { if ($query->is_main_query() && $query->is_tax('filters') && !is_admin()) { $showpost = ot_get_option('portfolio_showpost','9'); $query->set('posts_per_page', $showpost); } } add_action('pre_get_posts', 'num_posts_portfolio');Thanks, but I am having a problem. I put the code directly after:
But seems to break the functions file that he website doesn’t appear.
function num_posts_filters($query) { if ($query->is_main_query() && $query->is_tax('filters') && !is_admin()) { $showpost = ot_get_option('portfolio_showpost','9'); $query->set('posts_per_page', $showpost); } } add_action('pre_get_posts', 'num_posts_filters');Genius. Thank you once again!
There are pipes (|) after the logo and in between the options in the nav bar. What’s the easiest way to remove them?
nevermind – I found it. Thanks though.
ok, thanks!
I’m just starting my site in Wordpress and when I go to upload the Theme, I get an error: The uploaded file exceeds the upload_max_filesize directive in php.ini.
Any advice?
You’re probably trying to upload whole file you’ve downloaded from ThemeForest, you need to first extract it and upload just centum-theme.zip
I did extract the zip file. The zip file is 2.6mb and the new upload file size max for Wordpress 3.5.1 is 2mb.
The maximum upload file size depends on server settings, if you can’t upload more then 2mb via WordPress panel, do it via FTP and put extracted folder with theme in /wp-content/themes
Love this theme thank you!
I have a question regarding the “portfolio” section. in the Google Chrome browser the portfolio snaps to one long row. However in Fire Fox it is fine and displays the 3 column I has selected.
Help?
#portfolio-wrapper { width:100% }to Custom CSS boxHi.
Is there a short code to put portfolio items from a particular filter?
Also do you have an ETA on the next update with WooCommerce integration?
Thanks in advance.
Hi, if you choose one of page templates for portfolio, you can choose from options below page editor which filters should be displayed on that page. There’s no ETA, but it’s coming really soon.
is it possible to show on the default page? shortcode similar to [recent_pf] but showing a particular cat?
Its ok I figured it out
When I choose the customize tab I get an error Cannot load customize.php.
Please help!
Hi, be sure you’ve installed theme correctly (which means you’ve uploaded just theme folder, not whole zip file from TF) and 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 if that won’t help.
Thank you I had to update wordpress to 3.5.1 to get it to work. I do have one other quick question- When I add pictures to the revolution slider they zoom in. How do I get the image to not zoom?
Be sure to select to original or full size when you’re inserting image, there’s option for that in upload window
Hello… I am building a site from the original html template and was waiting for this….I am not a proffesional. can i buy this and replace the blog page from the html site?
will it be seemless page to page or wordpress to html?
Thanks
If you want use this WordPress theme just for blog and use it as a subpage for your html page, it is possible, but it’s not as simple as replacing one file with another. It would be better to switch your site to WordPress, but you’d need to move your content to WP
Hi. How can I disable the lightbox on the images within a project? What I mean is that once I open a specific project, I have a slideshow of all the images uploaded in that project. I don’t want to have the lightbox opening when I click on one image.
Thanks in advance,
Hi, just edit single-portfolio.php and remove rel=”image-gallery” from line 88.
Thank you. A last one: how can I remove even the basic link on the image?
In the same line you’ve removed rel=”image-gallery”, it was part of a link, so just remove that link
Hi, two questions for you:
1. When I place items into the portfolio can I arrange the order? 2. Can all products be shown instead of having next or previous page?
Thank you once again.
Items are arranged via date, like posts, so you just need to modify the dates. You need to increase number of items to display, here’s how to do it http://purethemes.ticksy.com/faq/619
Can you show all the products? I can only see max 16 on the portfolio page.
Check the link in comment above, there’s howto to increase number of items to display
Hi,
I just purchased the theme, and after installation and import of demo data (no customization), under chrome, in portfolio section, all websites are aligned in one column. And they are aligned correctly after I click on some TAG or start re-sizing a window of my browser.
help!
#portfolio-wrapper { width: 100% };Just a quick update. So I found that there was an issue on Chrome on some computers and on some everything was okay – very strange.
However, I found also that the the JS files which I downloaded are a bit different than what you show in DEMO. I simply replaced ‘custom.js’ from JS folder with the one that you have in DEMO and it works now.
You should look into this, because ‘custom.js’ which I downloaded after purchasing the theme is different than the one you use in DEMO.
Best!
Hi, yes, there’s issue but actually the code should be from the latest version from the package, anyway, the update is coming shortly and this will be fixed, sorry for the inconvenience!
Ok, I’m back! Now I’m trying to change font and color options.
When I change the font on appearance>theme options>typography and select update, nothing changes. It appears the be Open Sans just like I selected when I first installed the template.
Also, I’m trying to change the color of the links on the page below, but I can’t find a place for that option. The grey doesn’t show up very well on the dark background.
http://www.harborliteschorus.org/beta/?page_id=2Thank you for your help!
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 with the fonts and I’ll change color links
Centum is great puretheme – nice work!
Using this theme, how would i link directly from the menu to one portfolio item? Presume there is a way to do it without having to manually enter the URL
Thanks for your help Op
Then you should see Portfolio items in Menus screen, if not, click “Screen options” in top right of the window and you should be able to select them there to show. Thanks!
Hi, Can you tell me how to format the contact details (font style, size, position) in the header? I would like it larger. www.boraxwindowfashions.com Thanks, Dave
Hi, first you should change the columns number for logo to eight (you can do it in Theme Options) you have twelve right now, which makes contact box to narrow. Then, in CSS you can style it, it is #contact-details, use Firebug to make it easier
Hi.
I recently purchased this theme and I’m like the features that comes with it.
I am wondering if there is some way of putting menus on the sliders. Either a static one that is transparent over each slide. Or maybe even a different one on each slider image.
Thanx
You can add as many different elements to sliders as you want, but there’s no option to put “menu” on slider, but you can make some buttons with links if that’s what you need. Thanks!
Hello purethemes. I have just two small questions before buying this awesome theme. I was wondering if on the portfolio page (let’s say the 3 columns page) can I make an item with picture lightbox (like on the HTML version of Centum, same page with 3 columns, first item for example) and some others items with link like in the current demo. I mean if there is a possibility to have the two options “lightbox” and “link” together on the page.
The second question is if I can make on the portfolio page, Categories with subcategories filters. Let’s say at this moment we have “Portfolio page” with filters on the right “All”,”Architecture”, “Interior Design”, “Real Estate”, “Scenery”. Can I make “Portfolio 2013” with filters on the right “All”,”Architecture”, “Interior Design”, “Real Estate”, “Scenery”, “Portfolio 2012” with filters on the right “All”,”Architecture”, “Interior Design”, “Real Estate”, “Scenery”, etc. on the same page?
Anyway, best regards, I’ll look forward for your answer.
Hi
ad1. No, it’s not posisble without customization, currently is once setting for all. ad2. You can have two different pages, one page named “Portfolio 2013” and one page “Portfolio 2012”, and you can select which filters will be displayed on those pages. Here’s the screenshot of options under each page. for portfolio templates: http://www.docs.purethemes.net/centum/assets/pages.png
Thanks!
hi…any help here would be very much appreciated, thanks….
setting up the flickr widget in the centum theme i get this when i view the page;
Warning: require(/web1/user26595/website/dev/wp/wp-includes/SimplePie/Content/Type/Sniffer.php) [function.require]: failed to open stream: No such file or directory in /web1/user26595/website/dev/wp/wp-includes/class-simplepie.php on line 12
any ideas please?
Could you check via FTP if you have that file? web1/user26595/website/dev/wp/wp-includes/SimplePie/Content/Type/Sniffer.php The SimplePie is included in WordPress, and the file should be there, this is rather WordPress issue then theme fault. Do you have the latest version of WordPress?
thanks i really appreciate that, the directory ‘content’ was missing and is now installed and working as it should.
i should have been able to work that out! sorry guys
Font list preview
is there any way of seeing a visual list of the custom fontlist that came with centum, as it takes ages to change each one and preview it.
thank you
Hi, yes, it’s here http://www.google.com/webfonts