Discussion on Skylab - Responsive Creative Portfolio WordPress Theme

Discussion on Skylab - Responsive Creative Portfolio WordPress Theme

Cart 5,757 sales
Well Documented

MegaTheme supports this item

Supported

This author's response time can be up to 2 business days.

2762 comments found.

Hi! I just buy Skylab. I have it on my website, but I can not set up the portfolio settings.

I get the following messages:

The plugin LayerSlider/layerslider.php has been deactivated due to an error: Plugin file does not exist.

Installing Plugin from uploaded file: skylab.wordpress.2014-08-21.xml.zip Unpacking the package… Installing the plugin… The package could not be installed. No valid plugins were found. Plugin install failed. Return to Plugins page

Could you help me to fix it?

Thanks!!!! paola

Hi, please create a support ticket by following this link http://megatheme.ticksy.com/ and provide us with your URL, username and password for your site there and we will take a look.

pre sales question, i really like this theme for my client but she wants some functionality that i’m hoping we can build in somehow or is already here.

The client wants to create password protected galleries so each of her clients can view their proof’s. do you have that as part of the theme?.

Do you have functionality where the client can comment on each photo in the gallery? (i.e. i want this picture, but can you blur out the background)

Hi,

  1. Yes you can use password protected galleries.
  2. Unfortunately it’s not something which is included as an option.

Hi Mega Team,

Do you know if there is any other place I could add Meta Description for my site besides the page title or title tag?

Hi, try SEO plugin.

Hello !

I am a french photographer and I really appreciate your theme :)

I would to add a featured image at the top of the blog posts (posts list and single post) but I don’t know how to do this.

I choose a featured image for each blog post, but I think I have to add some code about “post thumbnail” in page.php and content-page.php.

Could you help me ?

Thank you !

Hello, we would suggest to hire a developer to help you with this modification. Check out Envato Studio http://studio.envato.com/

Hello,

How can I do photogallery page based od Masonry(no margins) with no clickable images?

Thanks

Hello, read the documentation that comes with the theme, any common questions can be answered within the documentation.

Hi guys, I have scaled my gallery featured images to (363×281) — Four Columns and specified four columns in the gallery settings. The page begins to load correctly displaying 4 columns but then when the loading is complete it jumps to three columns with large borders in between each. Is the template changing the layout automatically to spread the thumbnails evenly on the page? If so, how can I prevent this and lock it to 4 columns? Also I would very much like to have multiple galleries list pages on the site. Is this possible? Many thanks for your help! Kind regards Lanx lanxalot.com

Hi, please create a support ticket by following this link http://megatheme.ticksy.com/ and provide us with your URL and we will take a look.

Hello, I can no longer get the menu for my Lanxalot.com site to work on my old iPhone 3Gs. It worked before but now when I click on menu nothing happens at all. Any ideas why this would be or how I can fix it? Kind regards

Please ignore the comment above. I’ve not been developing the site for a while and had set the menu choice for mobile to Skylab mobile but no Skylab mobile menu existed within the dashboard menu section. Doh! Time to blow some cobwebs out and do some work. Have a good day Skylab team. Lanx

2 Things:::

1. How to change the default text colors in the navigation? I have seen many solutions in the comments here, a final end all solution would be great. (Although I did mod it already)

2. Is there a way to change the on hover Portfolio Highlight Color globally instead of changing the color on each portfolio item?

Both of these features would be nice to have in the next release.

Great theme – I recommend this over any other portfolio theme, considering I’m the man, you should take my word for it ;)

Hi, please create a support ticket by following this link http://megatheme.ticksy.com/ and provide us with your URL and we will take a look.

Heres the url – http://demo.megathe.me/skylab/ – Why on earth would I broadcast my clients or dev environment here? You don’t wanna answer the man??? The man will figure it out by himself. The nav color issue has been plaguing these comments for over a year – thought I would offer this as an opportunity to showcase your a G – but Im the only G in this thread homey!

?create a support ticket by following this link http://megatheme.ticksy.com/ and we will help.

Hi,

I am having the same problem as some other peeps on the forum,

I Add Gallery Images or a Page Gallery Images with the link at the bottom, the media lightbox appears with all my images. After selecting one or a few and clicking the “Add to Gallery” button, the lightbox closes but no images are added, nothing happens.

Please help fix, it’s no use if I can’t use images as the theme was intended for… ;) I’ve sent a ticket to megatheme with all my details already.

thanks

Hi, please create a support ticket by following this link http://megatheme.ticksy.com/ and provide us with your URL, username and password for your site there and we will take a look.

Hello,

prepurchase question:

1. Can I customize the portfolio to have a column of 3?

2. Can I center titles that appear on hover?

3. Is it infinite scroll?

4. For individual pages are you able to do full width images?

Hello,

  1. Yes you can enable it from theme options.
  2. It may well be possible with some modification but it’s not something which is available out of the box I’m afraid.
  3. No there is no infinite scroll.
  4. It isn’t available with the theme.

Hi. I’ve recently bought the theme, but gets faced with an abundance of errors when I try to activate it. Even at live preview.

I took a screenshot of it. http://prntscr.com/4ylhz3

The site is running WP 4.0, and is working just fine with any other theme. The theme was installed through the installer in the Wordpress backend, since my Filezilla for some reason won’t allow uploads.

Thanks in advance.

Hi, please create a support ticket by following this link http://megatheme.ticksy.com/ and provide us with your URL, username and password for your site there and we will take a look.

Hi MT, hope all is well. Could you supply some custom code so the sub menu listings show all the time, instead of when the mouse hoovers over something in the menu? Cheers J

Hi, navigate to Appearance > Theme Options > General and add these lines of code to your Tracking code block:

<script>
jQuery(document).ready(function($) {
$('#access .empty-link > a').attr('href', 'javascript:void(null);');
$('#access .current-menu-item').parent().addClass('sub-menu-current');
});
</script>

Then navigate to Appearance > Theme Options > Style and add these lines of code to custom CSS block:

.sub-menu-current {
display: block !important;
overflow: hidden !important;
height: auto !important;
}
#access ul li a:hover,
#access ul li.sfHover > a,
#access ul .current-menu-item > a,
#access ul .current_page_item > a {
border-color: transparent;
}

Hi, no joy.

Unfortunately, due server limitations you will need to change permissions for dynamic.css using chmod so the server can write to the file. I have had the most success setting this single file to 0777 but feel free to play around with permissions until everything is working. A good starting point is 0666. When the server can save to the file CSS will automatically be updated each time you save your theme options.

Hi, I am using the latest version.

I am trying to have this page: http://demo.megathe.me/skylab/portfolio-fixed-width/

In the template, I pick portfolio fixed size, but I get something different. basically I get the visible tiles page from the demo.

I’m not sure what I am doing wrong.

Cheers A

you know what. i figured it out! Don’t bother :)

Hi, can I place social site (Facebook, pinterest etc) share buttons on every photo, so only one photo can be shared, or button can be only positioned at the menu field?

Hi, sorry, what you have described isn’t available with the theme.

The contact form is cramped. Hi can I fix this: http://tinyurl.com/l3xtgqr

Please create a support ticket by following this link http://megatheme.ticksy.com/ and we will take a look.

Hi, you will need to create portfolio item and select iosSlider gallery type.

Hi,

Why the grid in portfolio appear only 2 column ? You can see in the image attachment. i want it to be 5 column. How can i do ?

https://dl.dropboxusercontent.com/u/36563850/Picture1.jpg

Thanks, Pagna

Hi, please create a support ticket by following this link http://megatheme.ticksy.com/ and provide us with your URL and we will take a look.

How can i remove the navigation buttons on the super smooth slider page. I would just like to have a few pics cycle without giving control. I have searched throughout the comments and can’t seem to find the code. Thanks!!

Use these lines of code:

.rs .rsMinW .rsArrow,
.page-template-page-slider-php .rsMinW .rsArrow {
display: none !important;
}

Unfortunately that’s not working either. Any other suggestions?

Due server limitations you will need to change permissions for dynamic.css using chmod so the server can write to the file. I have had the most success setting this single file to 0777 but feel free to play around with permissions until everything is working. A good starting point is 0666. When the server can save to the file CSS will automatically be updated each time you save your theme options.

Thank you very much for great theme and support throughout! Want to share my website with you: http://darynabarykina.com/

Hello,

I using Skylab to create my website but have found that whilst it works fine on an iPhone when viewed on an iPad the images on all the pages are not resized to fit the screen and instead just fall off the page. This may be due to the way that I have created the various slider galleries but really have no idea how to correct the problem.

I wonder if you could help.

Many thanks

Hello, please create a support ticket by following this link http://megatheme.ticksy.com/ and provide us with your URL and we will take a look.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey