This item is by an Elite Author
SwiftIdeas
- Elite Author
- Sold between 250 000 and 1 000 000 dollars
- Author was Featured
- Bought between 10 and 49 items
- Referred between 100 and 199 users
- United Kingdom
- Has been a member for 2-3 years
- Exclusive Author
544
Purchases
Buyer Rating:
4.59 stars
4.59 average based on 56 ratings.
(more information)
-
5 Star
3969%
-
4 Star
1323%
-
3 Star
23%
-
2 Star
23%
-
1 Star
00%
| Created | 18 September 12 |
| Last Update | 17 May 13 |
| Columns | 4+ |
| Compatible Browsers | IE8, IE9, IE10, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5, WordPress 3.4, WordPress 3.3, WordPress 3.2, WordPress 3.1 |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Responsive |
| ThemeForest Files Included | CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- agency
- creative
- css3
- design
- html
- ipad
- iphone
- isotope
- jquery
- localization
- portfolio
- responsive
- seo
- shapes
- wordpress theme
© All Rights Reserved SwiftIdeas -
Contact Envato Support


Hmmm I suppose that means I have to make a second account for ThemeForest?
No, you just need to buy the theme twice on that account.
Hope that helps
- Ed
Ok, I was originally only looking at purchasing one theme (and buying the licence twice is essentially buying two..) I’ll have to work out what exactly I’m going to do
Sorry to bother you again Ed,
You know how the are two types of classes to choose from, the light and the dark. Is it easy to make one random page the light theme and other pages the dark theme?
-Brendan
Hi Brendan,
Not easily. You’d have to code in a parameter to check for, and then pass that to the URL. It’s definitely do-able with a bit of work though.
- Ed
For the portfolio slider there is a limit of 10 images, can I increase this to 20 images?
We’re upping the limit to 50 in the next update, which should go through in the next 24 hours
- Ed
Hi! I would like to add a slider on my portfolio page. I’de like to have a portfolio with all my projects and an other portfolio page that would be my home page (less portfolio pieces and add a slider).
Is it possible? Thanks!
Hi there,
Unfortunately it’s not possible to add a slider without manually coding it into the template file.
- Ed
Luv this theme
Great work!
Glad you like it
- Ed
Is there a simple way to make the header logo go further across the page? If not, is there a code way for me to do it that you can suggest?
Sure, what you need to do is go into header.php and change the class on line 149 from:
to
and the class on line 161 from
to
Hope that helps.
- Ed
Hi,
Love the theme. I have a couple of questions.
You showed a previous customer how to show the full content of a blog rather than just an excerpt. I followed those instructions and now have the full stories showing – however, I am still seeing a needless ‘read more’ button. How do I go about hiding this?
Secondly, I would like to be able to put the logo far left (pinned to left of browser) and have the navigation just to right of that. Could you please advise me on that?
I’ve gone through the code but cant find a solution.
Thanks in advance
Hi there,
1 – remove line 479 in /includes/sf-functions.php 2 – You would need to position the logo and menu absolutely, using custom css.
- Ed
Hi,
Love the theme. I have a couple of questions.
You showed a previous customer how to show the full content of a blog rather than just an excerpt. I followed those instructions and now have the full stories showing – however, I am still seeing a needless ‘read more’ button. How do I go about hiding this?
Secondly, I would like to be able to put the logo far left (pinned to left of browser) and have the navigation just to right of that. Could you please advise me on that?
I’ve gone through the code but cant find a solution.
Thanks in advance
Hi there,
1 – remove line 479 in /includes/sf-functions.php 2 – You would need to position the logo and menu absolutely, using custom css.
- Ed
Hello,
I’d like to change the “All” name into something else. This “All” refers to all the ccategories. where should i do it?
And I’d like to remove the date from every portfolio item.
thank you for your help.
You can find the string in /includes/sf-functions.php
Use the following css -
.portfolio-details-wrap .date { display: none; }- Ed
Thank you a lot
When I added .date { display: none; } it did remove the date, but it also removed the Impact Text Line 2. How can I just remove the date?
Thanks! AWESOME THEME
Did you use .portfolio-item-details .date ?
- Ed
I had this exactly
.portfolio-details-wrap .date { display: none; }
So it looked like this…
a:hover, #footer a, #impact-text h2, .filtering li a:hover, .filtering li.selected a, .portfolio-details-wrap .date { display: none; }, h1.portfolio-item-title a, .portfolio-item-details .portfolio-client-title, .pagination-wrap li a, .read-more, .read-more-author, .tags .tagcloud a, nav .menu li a:hover, nav .menu ul li a:hover, #footer a:hover, #footer .twitter-text a, #footer .twitter-link a, #copyright a, .sidebar a, .portfolio-item .portfolio-item-permalink, .read-more-link, .blog-item .read-more, .blog-item-details a, .author-link, #reply-title small a:hover, span.dropcap2, ul.tabs li.ui-state-default a:hover, .accordion .accordion-header:hover, .love-it-wrapper .love-it:hover, .comment-meta .comment-author, .edit-link a, .comment-reply a, #footer .twitter-text a:hover, #footer .twitter-link a:hover, .single-portfolio .menu-item.template-portfolio > a, .single-post .menu-item.template-blog > a, .love-it-wrapper:hover span, .love-it-wrapper .loved .pictos, .share-links .love-it-wrapper .loved .pictos, .related-item:hover a, nav .menu li.current-menu-ancestor > a, nav .menu li.current-menu-item > a, nav .menu ul li.current-menu-ancestor > a, nav .menu ul li.current-menu-item >
That’s wrong, where are you adding it? There is a custom css box within Theme Options that you should add it to
- Ed
OH! I looked there at first and didn’t see it. Now I do. Thanks
worked perfect
Ed, how can I add a sidebar to the portfolio pages?
Hi there,
Glad you got that working
.. For the sidebar in the portfolio pages, you’d need to add this in manually yourself.
- Ed
Great theme
Can you center the logo of the page? And how?
You would need to use custom css, such as:
#logo { width: 100%; } #logo img { margin: 0 auto 30px; }Hope that helps.
- Ed
Ohhh doesn’t work – that fucks the menu up… I can use margin, but that makes it look weird when the width isn’t 960px – cause then it is not centered…
And how do i make the portfolio a 3 column instead of a 4 column?
Well yes, you’d need some code to change the menu too..
.nav-wrap { width: 100%; margin-left: 0; padding-left: 0; } #main-navigation { width: 100%; } nav .menu { text-align: center; } nav .menu li { float: none; }You can set it to be 3 column in the meta options below the content editor when you edit the page.
- Ed
Thx Ed…. Is there a way to make the thumb image to scale instead of cropping when the width is less than 960?
This shouldn’t happen.. Can you log a support ticket at http://support.swiftpsd.com with a link please.
- Ed
Thx for the quick reply!
Hi SwiftIdeas, We are trying to set up the blog and we have found a problem. When we select in the WP Settings > Reading the blog page as post page, the blog page it does not show any post. We have selected the Blog page in the Theme options, but still not working. Do you know what could be happening? Thanks in advance and have a nice day.
Hi there,
Please deselect the posts page (it’s not needed), we’re fixing that in the next update
- Ed
Hi Ed, I’m currently working on this website: http://digitalblend.fr/webapp/symphonyx/ However, and I don’t know why, I can’t use the sorting system of the menu… Do you have any idea? In advance thanks a lot.
Just checked the link, and it’s working fine?
- Ed
Yes sorry I just fixed the problem. It was the plugin “HTML5 Cache Manifest”... I deactivated it and it’s working fine!!
Hi There, Great theme. However, I’m having some trouble to make it work. So, I create a portfolio page, a team page and blog page, using their respective templates, and right after I create some portfolio itens. The problem is that these new created itens doesn’t shows in the portfolio page. Neither my team information shows in their proper page. In fact, only the headlines are displayed, but no information. Also, my index homepage is always the blog posts, I don’t find a work around to make the portfolio page to be the first one to shows up in my site. I deleted all the “demo” pages and in theme options I set the portfolio and blog pages to their respective pages created in the pages section. Do you have a solution for this? Thanks.
Can you please log a support ticket at http://support.swiftpsd.com with a link and a login so that we can check out what’s going on for you?
Thanks,
- Ed
Hi there,
My website was doing perfectly fine but when i updated to Wordpress 3.5 i get this message on my webpages:
Warning: Missing argument 2 for wpdb::prepare(), called in /home/deb47268n10/domains/kinededreef.be/public_html/wp-content/plugins/post-types-order/post-types-order.php on line 272 and defined in /home/deb47268n10/domains/kinededreef.be/public_html/wp-includes/wp-db.php on line 990
website = www.kinededreef.be
can you please help me with this? Thanks in advance,
Kath
Glad you got it sorted
- Ed