2763 comments found.
How do I change where it says “all” to something else? Im referring to the list of categories on home page to sort the types of work.
thank you
Hi, see on lime 62 in page-portfolio-fixed-width.php.
Tried that already and its not working for me. granjacreativa.com
See in header.php on line 156.
First of all, great theme and I recommend others buy it too.
Only issue I’m having is Vimeo videos aren’t showing up in the portfolio post page.
I’ve tried just adding the url to the Vimeo video under ‘video settings’, that doesnt work and nor does putting the embed code in.
Could you advise on this issue please.
Thank you in advance.
Hi!
Try https in your link instead of http.
Hi there!
I would like to order randomly the portfolios every time i refresh the home… how can I achieve this?
Thanks!
Hi, open page-portfolio.php, find
<?php $wp_query_portfolio->query('post_type=portfolio&posts_per_page='.$portfolios_per_page.'&post_status=publish'.'&paged='.$paged); ?>
and replace it with
<?php $wp_query_portfolio->query('post_type=portfolio&posts_per_page='.$portfolios_per_page.'&post_status=publish&orderby=rand'.'&paged='.$paged); ?>
.
If this helps?
if you want to modify an existing theme, it is better to do it by creating a child theme than by modifying the parent theme directly. Read more http://codex.wordpress.org/Child_Themes
Hi, thanks for your help, it did what I was looking for!.... what i can´t do good is the child theme…. i create the style.css file with the text following the guidelines but when i activate the theme… its not working good…. Should i Copy other files beside creating the style.css file? thanks
What not working good exactly?
Well.. the site looks horrible when I activate the child theme… here you can see an screenshot of the site with the child theme activated.
I have revert this so right now you can enter the site that looks good with the principal them (not the child one).
This is the content of my style.css
/*
Theme Name: Skylab Child
Theme URI: http://www.megathe.me
Author: MegaTheme
Author URI: http://www.megathe.me
Description: Premium Portfolio / Photography WordPress Theme by MegaTheme
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: skylab
/*
@import url("../skylab/style.css");
Any hint how to solve this?
Try this:
/* Theme Name: Skylab Child Theme URI: http://www.megathe.me Author: MegaTheme Author URI: http://www.megathe.me Template: skylab Description: Premium Portfolio / Photography WordPress Theme by MegaTheme Version: 1.0 License: GNU General Public License v3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html Made with Love by MegaTheme -------------------------------------------------------------- */.
Without the
"@import url("../skylab/style.css");" ?
The code must be such:
/*
Theme Name: Skylab Child
Theme URI: http://www.megathe.me
Author: MegaTheme
Author URI: http://www.megathe.me
Template: skylab
Description: Premium Portfolio / Photography WordPress Theme by MegaTheme
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Made with Love by MegaTheme
-------------------------------------------------------------- */
@import url("../skylab/style.css");
.
Its working perfectly! thanks for the help!
When I create a new gallery using the “image gallery” gallery type and set the height as fixed, the theme seems to default to displaying only 4 columns of thumbnails. As you enlarge the window, it just fills in lots of empty space between them instead of arranging more thumbnails horizontally. The “Magnific Popup” sample gallery (still installed on my site) does not do this.
Hi, I’m sorry but I don’t quite understand your question. Can you try restating it or adding some additional information?
I guess it’s difficult to explain. Check out: http://blog.chrisfleckphoto.com/?gallery=quick-portfolio (which is problematic) compared to http://blog.chrisfleckphoto.com/?page_id=203 (which looks fine).
Your page looks fine to us. What’s wrong exactly?
It seems to me that that the theme is supposed to space the thumbnails so that there is equal amounts of space between them, both left/right and above/below—looks like about 30px or so. What I am seeing is the 30px space above and below the thumbnails but much greater spacing between them on their sides. It will not create more than 4 columns of thumbnails no matter how large I make the window. What size monitor are you using to view this? I notice that when I use my 13” laptop or when I size the window down considerably it looks OK because now the 4 columns take up the whole screen, but as I make the window larger this problem appears. If this is still not clear, perhaps I could send you a screenshot.
Hi, please email us via our profile page.
Great theme, but i have two problems: 1. I am setting up 3 columns in setting and get 4 oraz 5 in screen resolution bigger ten 1440×900. Why? Thumbnails I created are big (600×330) so event at full hd resolution I should have 3 colums portfolio. 2. I want to have home page portfolio thumbnail hover like related projects hover. What code and where should I edit to unify them?
My site: new.onlyonly.pl —kurdt
Hi!
- Sorry didn’t quite understand your question.
- You will need to hire a developer to help you with this modification.
I want to have 3 columns of thumbnails in portfolio. I setting this up in theme settings and get more than 3 columns – according of resolution 4 or 5. I dont know why. Look at my site in 1920×1080 screen resolution – there is 5 columns when it should be 3.
Hi, we have done that specially.
Can I change that to have always only 3 columns of thumbnails by some code fix?
Sure, it may well be possible with some modification but it’s not something which is available out of the box I’m afraid.
Could you explain to me where do I should modify the code in template files?
Hi, see in js/jquery.portfolio.js on line 69 and in style.css on lines 6954-6961.
Thanks a lot!
How can I do a About page like the dummy About(studio) page?, I’m wondering to talk about my company and who we are.
Hi, thank you for the purchasing!
We would recommend you to import the demo content to see how this page looks like.
Where I import it?
Please read the documentation that comes with the theme, any common questions can be answered within the documentation.
I really liked the theme… But some suggestions would make it perfect for real world (ad/digital) agencies… I had to do a lot of codding by myself for instance to make the thumbnails all the same, like in your demo… So:
1) Option to make portfolio/gallery thumbs all the same (a custom ‘add_image_size’ extra function did it for me)...
2) The option to have images AND video on the same portfolio (useful for ad campaign where you have print/tv/internet of the same campaign).
3) I guess the most important: pagination for the Portfolio List, not only fixed-width. Integrated Infinite-Scroll would be VERY nice.
About that last suggestion, i see you don’t like to give support on customizations, but I’ll dosent hurt to ask: Is there a way of pagination on the port. list? How about the infinite-scroll plugin, coud you point me the way to implement that?
Anyways, very nice theme, I hope you take the ideas into consideration for future updates : )
Hi, sorry didn’t try any infinite-scroll plugins yet.
Hi I love this theme very much.
But I’m a bit lost on how to make a video portfolio page with all the videos of I have. Then once you click on one a fancy box pops up to watch the video?
Thanks.
Hi, sorry, I don’t see your buyer’s badge.
Having problems setting up the columns on my about page. shortcodes are displayed as regular text, and they dont follow what they should. I want to create a two thirds text section followed by a one third accordion. see http://granjacreativa.com/nosotros/
Hi, please see an example below how your shortcodes should look like:
[one_half]Companys I Agencys[/one_half] [one_half last=”true”]Models[/one_half].
Hi! Just bought your theme. Can you orient me on how to add comments to galleries? my client wants this feature because on blog posts the views are not as nice…
Hi, thank you for the purchasing!
It’s not something which is available out of the box I’m afraid.
Thank you. Finally i did it using this: http://wordpress.org/support/topic/enable-commenting-on-portfolio-items
On the other hand… Is it possible to list only certain galleries instead of all of them? My client wants to have a main gallery of an ‘A’ category, and then a page with a ‘B’ category with several subcategories, but if we add the menu button with the category, on the other category list of th ‘B’ it appears again that ‘A’ category
It’s not possible I’m afraid.
Hi Great theme,
One question, how can I change the thumbnail selected colour on the slider gallery? e.g. http://demo.megathe.me/skylab/super-smooth-slider/The blue on the selected thumbnail.
thanks
Hi, thanks!
Navigate to Appearance > Theme Options > Style and add these lines of code to custom CSS block:
rsMinW .rsThumb.rsNavSelected {
background: #f52a0e;
}
.
Hi thanks for your speedy response although that doesn’t seem to work the thumbnail is still blue.
Remove pre tags.
sorry can you explain what you mean?
Please email us your URL, username and password for your site via our profile page and we will take a look.
Hi,
I bought your theme two weeks ago and I think it’s great. I have two questions.
1. On the homepage I’d like to feature a grid of my “pages”, not my “portfolios”. Can that be done? Here is my homepage: http://notlikehere.org Then I won’t need to maintain them twice on the site. My pages – linked from the sidebar navigation – are where I add all my content to the site. (Btw, I am not completely clear on the difference between Pages, Portfolios and Galleries).
2. I received a few emails from Theme Forest letting me know that the theme has been updated. What’s the best way to upload the theme on WordPress without disturbing my content? Also, is there a log with list of changes per each update?
Thank you.
Hi, thank you for the purchasing!
- It’s not something which is included as an option.
- First visit your downloads tab and re-download the new version. To install a new version of the theme delete the old one, with a help of FTP for example, and extract skylab.zip file and upload the extracted folder to /wp-content/themes/ folder on your server.
Thank you for the quick reply!
1. Is this code I can tweak and revise? if you send me a code snippet I can overwrite the current version. I am comfortable with HTML.
2. Thanks, I’ll do that. Do you have a log of the changes in each new version?
- Try to link the portfolio item to a custom URL from “Portfolio Custom URL” meta box.
- You can find the change log here http://themeforest.net/item/skylab-portfolio-photography-wordpress-theme/4740718 at the bottom of the page.
Thank you, using the custom URL in each portfolio page worked. That’s great!!
We wonder if we can select from a page, one group or category of Portfolio
Hi, thank you for the purchasing!
Simply add your portfolio categories to your menu.
How can you choose which portfolios to display on the home page?
The home page displays your latest portfolio items. You can set the order in which project appear in the portfolio by editing the date of portfolio items.
Hello, I just purchased your theme. I love the simplicity of it thats why I purchased it.
I had a blog style theme prior to this theme, so all my data is in Posts. Is there a to move my Posts or convert them to Portfolios ?
Hi, thank you for the purchasing!
Sorry, what you have described isn’t available with the theme.
Its ok, I found a plugin that allows me to switch the type of post.
http://wordpress.org/plugins/post-type-switcher/Hello there!
When you click on the portfolio item, you get a 404! http://www.raakenhelder.com/can you fix this ASAP.
never mind!!! I had a directory with the same name IDIOT! pls & thnx
Great theme, thank you.
I am having trouble linking my logo to the menu. I have tried via appearances/theme options. Uploaded logo and inserted link but it does not load on the site?
Also, having the same trouble with the favicon. I’ve created a 16×16 .ico image and inserted the image under theme options and again the favicon does not load on the site.
Thanks for the help.
Hi, you will need to click “Send to OptionTree” button.
I’m sorry but I am a bit confused? I am not using OptionTree? The load favicon and logo are options in the Skylab theme. Do I need to install OptionTree for these to work? Thanks again for your help.
The theme is built on the OptionTree. http://wp.envato.com/open-source-plugins/option-tree/ If you need help please email us your URL, username and password for your site via our profile page and we will take a look.
Hi, can I setup a gallery to pull images from a folder (and not having to manually add pictures) ? How ?
Thanks, Chris
Hi, sorry, what you have described isn’t available with the theme.
J’ai bien installé le thème, mais quand je veux importer le fichier de demo, j’ai une erreur “Erreur 101 (net::ERR_CONNECTION_RESET) ...”. Comment je peux régler ça ?
Merci d’avance
Hi, thank you for the purchasing!
Please read this http://codex.wordpress.org/FAQ_Working_with_WordPress#How_do_I_Import_a_WordPress_WXR_file_when_it_says_it_is_too_large_to_import.3F
Hope that helps!
Hi,
I am interested in this theme and wanted to know the staff appearing on demo page is through some plugin or they are added manually on page/post
through normal phttp://demo.megathe.me/skylab/about-studio/
Hi, thanks for taking an interest in the theme!
They are added manually on page/post but to add a slider you will need to install Revolution slider plugin which is already included.
perfect thanks