585 comments found.
Nice theme! I like it so much! But there is a problem here. Date didn’t show correctly. When I created a new post yesterday, theme always showed Jan 1st. It also happened when I restored my backup posts from old blog. May you help me with this problem?
Thanks! Looks like you have a problem with WordPress settings. We hope this information will help you http://en.forums.wordpress.com/topic/change-a-post-date.
There are no problems with WordPress settings. I tried a theme from WordPress and it showed post date correctly. But when I changed to ShiftCV theme, the problem comes up.
After I did some trial and errors, I found the problem. ShiftCV only supported month/day date format. I’m from Indonesia, and I usually use day/month date format. Now I use month/day, and the problem is solved. But I hope you can support all date format in ShiftCV theme.
Thanks, we will update our documentation accordingly to inform customers how to change date format.
PAY ATTANTION! A new build of version 1.1.2 available!
The list of changes:
1. Fixed the issue with long last name in Profile section.
2. New option to change each categoty color in Resume section is available! Just proceed to the Resume categories and edit the color useing ‘Category title background’ field.
Please, update the archive with the theme.
Wpspace team
Great theme, but is there a way to add a short description ( ideally plus link ) for each portfolio-item? If there’s already one, i can’t find it.
Thanks! We will implement such option in the next release!
Hi. love your theme. can you help me? I want to build another “resume” or “portfolio” section so I can separate my experience work regarding my hobby and my professional experience regarding my background as scientist. can you inform me how to do it? or will you provide an automatic section adding in the coming update?
Thanks! You can not create a separate section with all the interests, but we can help you to add hobby and professional experience as a new resume category without date or add them in the right top corner of profile section.
thanks. can you help me to add hobby and professional experience as a new resume category? I use the resume for my education background while I hope to have another section for professional experience and hobby. What do you mean by add them in the right top? thanks.
btw what do you mean without date?
Go to Admin Panel/Resume/Resume Categories and create a new category, named like ‘Hobby’, create new Resume items and assign them to the newly created category. With code changes your hobby can be added in the top of profile section near name, address and so on
Hi. Nice theme!! Please, how i can change colors of each category on Resume, like you made, on Education, Employment, and others? I would like use one color for each category, like you made in demo.
Thanks! To change color of the black heading bar for the resume categories please go to Appearance/Editor in your admin panel, search for h3.category_title and enter hex code of the color you wont near the word background. To change the category icon color use Theme option/Colors in admin panel.
Thanks for your help, but when I change that, all titles change. I would like to change color for a different color on each item. Like you made in demo.
I don’t found on css file category resume_category resume_category_1 or category resume_category resume_category_2 or like something that
Sorry for bad english, I’m brazilian, and I don’t speak english very well.
For now there is no such option to change color for each category, but we are preparing a new build with such option. It will be available today!
That’s is great. Thanks a lot!!
Lovely theme and easy to setup.
I just have one simple question:
The language files you provided. How do I control which one is used on the webpage? I have tried editing the default one, without any noticable changes. Is there a way to copy a language file, translate it and select it as main language? (norwegian translation)
Thanks!
We support simple localization, for more information please use http://codex.wordpress.org/Installing_WordPress_in_Your_Language and http://codex.wordpress.org/WordPress_in_Your_Language.
One more thing,
In the resume section under education, employment etc, The Resume item titles are linked on my site. Id rather have like the demo where the resume item isnt linked.
How do I change this?
TIA
‘<h4 class="post_title"><span class="post_title_icon" style="background-color: <?php echo $cat_color; ?>" /><?php echo $post_title; ?></h4>’
On the print version of the resume there are numbers next to each post. Can I remove that?
Yes, you can!
In line‘<h4 class="post_title"><span class="post_title_icon" style="background-color: <?php echo $cat_color; ?>" /><?php echo $post_number.'. '.$post_title; ?></h4>’remove
$post_number.'. '
it is located in template-resume.php.
Hi after messing with this you need to include the period before $post_title so remove this $post_number.’. ’. then it works
Thanks for your investigation!
I thought I downloaded 1.1.1 but when I uploaded it the job history is still oldest to current. Did you fix that in 1.1.1?
We fix the difference in sort order in site and print versions. To sort job history from the oldest is the feature. To make sort order from the recent job go to template-resume.php and in line ‘order’ => ‘desc’, set asc instead of desc. Open template-print.php and do the same.
Just for others in the template-print.php there is only one change to be made but in the n the template-resume.php there are two places to change desc to asc the first place is <?php $args = array( ‘post_type’ => ‘resume’, ‘post_status’ => ‘publish’, ‘post_password’ => ’’, ‘posts_per_page’ => -1, ‘orderby’ => ‘meta_value’, ‘order’ => ‘asc’, ‘tax_query’ => array( array( the second place is here $args = array( ‘post_type’ => ‘portfolio’, ‘post_status’ => ‘publish’, ‘post_password’ => ’’, ‘posts_per_page’ => -1, //max(3, get_theme_option(‘portfolio_ppp’)), ‘orderby’ => ‘date’, ‘order’ => ‘asc’
Thanks for the correction!
Hi, great work. I really like this design, but would like to use other categories on the resume page, such as “stuff I’m working on” or “PhD papers”. Is it possible and easy to achieve? And a second question: does this theme support general pages or only blog posts?
Thanks! This informaion can be easy editeble via code changes. Our theme does not support general pages. The main idea of it to display info like your visiting card.
For anyone having issues with the order of Resume or Portfolio posts, I’m using this plugin to control the display order of all post types and it seems to be working well:
http://wordpress.org/plugins/post-types-order/Thanks for your help!
I have same issue as @vacantengaged
Just bought downloaded and fresh installed this theme. Giving me only v1.0
Any advise?
TIA
Sorry, it’s our fault. You did download v.1.1.1, the file just hasn’t been renamed.
Stupid question, but how do I get version 1.1.1? I tried downloading it again and got 1.0 again.
Second question, is it possible to have the profile image centred and name/details removed? The profile image doesn’t show on the mobile in portrait orientation.
Thanks again (o:
Yes, this is our fault, the latest version was uploaded on the site, but the bild version was not changed accordingly. We are sorry for that! Please, provide more details. Do you wont all text in profile section being removed and only photo displayed?
Yep! Here’s a quick Photoshop edit I did to give you a rough idea – http://www.vacantengaged.com/img/beforeafter.jpg
Proceed to the template-resume.php, delete such lines:
<h1 id="profile_title"><span class="firstname"><?php echo $user_firstname; ?></span> <span class="lastname"><?php echo $user_lastname; ?></span></h1>
<h4 id="profile_position"><?php echo $user_position; ?></h4>
and from
‘<div class="profile_row">
<span class="th"><?php _e('Name', 'wpspace'); ?>:</span><span class="td"><?php echo $user_lastname.' '.$user_firstname; ?></span>
</div>’
to the
‘<div class="profile_row">
<span class="th"><?php _e('Website', 'wpspace'); ?>:</span><span class="td"><a href="<?php echo $user_website; ?>"><?php echo $user_website; ?></a></span>
</div>’ incl..
Open Appearance/Editor. Here You need to edit two blocks. Make
‘#profile_user’ section looks this way:
‘#profile_user {
overflow: hidden;
width: 100%
text-align: center;
}’
Search for ‘#profile_photo’ and edit this section:
‘#profile_photo {
display: inline-block;
margin-bottom: 20px;
border: 4px solid #e5e5e5;
border-radius: 2px;
width: 87px;
-webkit-transition: all ease .4s;
-moz-transition: all ease .4s;
-ms-transition: all ease .4s;
-o-transition: all ease .4s;
transition: all ease .4s;
}’
Thank you. Your help, with everybody, is second to none and very much appreciated. (o:
Oh, it wasn’t displaying on the phone as in the responsive.css file, it was set to display: none. It has been changed to display: inline and all is good now.
Hello,
I’ve noticed that if your last name is longer than 10 symbols, it is not shown properly in your “Profile”. I would be thankful if you can provide me with a temp solution until you come up with an update as this is huge problem.
Thanks
Yes, this is known issue, we will fix it soon! Go to Theme Options/Editor, serch for ‘h1#profile_title’ and set font size to 23px, so the whole your last name will be visible.
PAY ATTENTION!
In Shift CV, version 1.1.1 we have added:
1. The issue of translation for the title in the contacts section is fixed
2. The bug on print page is fixed. Now the posts without a date will also be printed
3. The anchor is removed from the link ‘read more’ in the blog-post
4. Indent for paragraphs on single post is added
Please, update the archive with the theme.
Wpspace team
I was wondering how you change the category_title_icon and the category_post_icon backgrounds from #000000 to something like you show in your demo? I looked at the the CSS, but I don’t see any reference of that background other than the images your using. Do I need to look at the JS files?
Also, I saw there was another update for 1.1.0. What was changed?
For category_title_icon and category_post_icon backgrounds we are using repeatable images. Follow this steps to change backgrounds: 1. For ‘category_title_icon’ open Appearance/Editor, search for line ‘h3.category_title .categoty_title_icon’ and near background set the hex code of color you prefer. 2. For ‘category_post_icon’ open Appearance/Editor, search for line ‘‘#mainpage_accordion_area .post_header .post_title .post_title_icon’ and near background set the hex code of color you prefer. We post the list of updates below you comment. Thanks for choosing our theme!
Really great theme
This template supports Cyrillic alphabet?
Thanks! Sorry, but we use Lato and do not support Cyrilic.
Got the theme this morning and I really love the look of it. But in the blog, is there a way to make paragraphs separate, rather than a new line? It’s hard to read when there is a lot of text not separated.
Also, I tried adding the ‘read more’ shortcut to a few posts to make my blog page shorter, but clicking on the button (or blog post title) opens the post with the top half cut off rather than showing the entire post. Google isn’t being too friendly with this either :o(
Many thanks,
Cory. www.vacantengaged.com
Please add to the and of style.css file ‘article .text p {margin-bottom: 15px;}’ it will make dividing the text into paragraphs much easier. We will solve the problem with scrolling after clicking ‘Read more’ button as soon as possible.
Awesome! Thank you!
Thanks a lot!
And sorry one more thing. Although I took out the Date of Birth in the resume.php so it does not show up on the site it is still showing up on the print version
Please delete such code ‘
<div class="profile_row">
<span class="th"><?php _e('Date of birth', 'wpspace'); ?>:</span><span class="td"><?php echo $user_birthday; ?></span>
</div>’ from template-print.php
The printed resume. It is printing the correct timeline (most current employment first, unlike the webpage with version 1.1) but it is not printing the new categories without time references.
Thank you for your vigilance, we will correct this soon!