2762 comments found.
Hello. 1. Is it possible to make tiny margins between pictures in portfolio list. Now pictures are completely next to each other. My site: http://maciejodrzywolski.pl/works/ 2. Why there is a difference in sharpness between e.g. “portfolio list” and “galery with no margin”. In galery no margin, sharpness of pictures is visibly low.
Hello, it may well be possible with some modification but it’s not something which is available out of the box I’m afraid.
I bought this theme a couple of weeks ago and have since created my site, which works well, except for the mobile version, where I’m experiencing a serious problem.
Viewing the site ( http://www.paulligas.com/) on a smartphone in portrait or landscape (tested on an Sony Xperia, iPhone 5c with iOS 8.02 and a Lumia 720 with Windows Phone 8.1) or on an iPad in portrait mode (also iOS 8.02) the Home page and the Freelance Portfolio page cannot be scrolled or clicked – no galleries can be opened. The menu can be clicked, and menu items load.
All of the other pages, including the galleries, work perfectly – you can scroll and click images.
With testing, I discovered that quickly starting to scroll as the page is loading works briefly until the scroll stops leaving you unable to scroll up or down or open a gallery. Reloading the page is the only option.
Also, grabbing the menu bar allows you to start the scroll, which again freezes when the scroll stops.
Additionally on an iPad, it works in landscape mode when the menu is at the left side, but turn the iPad to portrait and the menu goes to the top and then the problem appears (again, only on Home and Freelance Portfolio). Turn back to landscape and it works.
Any suggestions? As it is this pretty much breaks the mobile version, so I’m not keen on showing potential clients my site until this is fixed. I hope you can help.
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.
this has now corrected itself… I suspect that there was an issue with the hosting server, as I’ve made no changes to anything in WP. Thanks for your response.
Ok, bought your theme a couple of months ago and I have a couple of problems.
1. We are trying to do the about page, 90% of the website is done, its an architecture studio http://www.proarh.hr/ but for some reason it is unusually difficult. I have imported the xml file but nothing appears under the menus or any kind of sample page that could be usable. Tried also doing similar page by myself and also nothing. Were are we going wrong?! Could you tell us the simplest way to do this since we are in the architecture field and know very little about programming…
2.Tried to create fancybox or masonry page, as seen in documentation Pages-Add new and Page attributes but we don’t have a fancybox or masonry option at all, why is this?
Hi, please create a support ticket by following this link http://megatheme.ticksy.com/ and we will take a look.
Hi Guys,
I brought you’re theme Razzo a while ago – I know you have taken that down and arn’t support it anymore but could you send me the shortcode for recent posts?
Doesn’t work anymore with the tinyMCE modal
Thanks Adam
Hi, unfortunately we don’t support it anymore. We can share our other theme if you wish.
Hello
I updated the revslider plugin to 4.6 and it works on Safari, but not on Google Chrome. I update Google Chrome and still not working.
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.
I created a ticket several times for my revslider problem and can’t find a ticket response. Not sure if I’m doing it wrong or where I’m suppose to find my ticket. I still have this revslider problem I updated to 4.6. Here’s my web www.bartholick.com
The thumbnail text for portfolio is off center. How can this be fixed? www.darrienmurphy.com/temp/portfolio.jpg
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.
I made the page background color for the site black because I wanted the gallery background to be black, but it made every page black. Can I have the galleries be black without every page been black?
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 just downloaded this theme and received 3 error messages. They are:
Warning: mysql_query(): Access denied for user ‘shanemil’@’localhost’ (using password: NO) in /home/shanemil/public_html/wp-content/themes/skylab/option-tree/includes/ot-functions-admin.php on line 670
Warning: mysql_query(): A link to the server could not be established in /home/shanemil/public_html/wp-content/themes/skylab/option-tree/includes/ot-functions-admin.php on line 670
Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in /home/shanemil/public_html/wp-content/themes/skylab/option-tree/includes/ot-functions-admin.php on line 670
Am I missing some files? What does this mean? Thanks!
Hello, thank you for the purchasing!
Upload the theme to server but not a local computer to see if this helps.
Hello, thanks for this cool template. I can’t manage to display some pictures, for exemple the social share icons, the mobile menu picture. I’ve not changed anything in the source code. Can you help me ? Here is my website URL : http://www.hirajoshi.com/
Hello, try to deactivate your additional plugins to see if this helps.
I’ve tried, empty my cacher but nothing happens. Is there a specific setting ?
I’ve re-install the theme and reset options but i still have this problem… 
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 there! First of all congratulation for your theme!
Then, i would like to know what kind of portfolio (or page?) should i set like this one http://demo.megathe.me/skylab/portfolio/nike-woman/ in order to have Title > Description > The line about date, client, file under, link > Pictures.
Thanks!
Hi, thank you for the purchasing!
Use portfolio post type and select Images Portfolio type from Portfolio Settings meta box.
thanks for the reply…by the way I already set portfolio posts with images (selecting Images portfolio from the settings) but the result is always images on the top (whatever slider type). I would like to set in a way like your demo page http://demo.megathe.me/skylab/portfolio/nike-woman/ where the post layout is title, description and then the static images below. How could it be possilble? Many 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! Thank your 4 this awesome theme!!
Can you please tell me how 2 add custom shortcodes? Let’s name it ‘print_button’
I think I did everything right:
In the appropriate places of shortcodes.php I added the following:
<add_shortcode( 'print_button', 'mega_print' );
and
/*
* Print Buttons
*/
function mega_print( $atts, $content = null ) {
extract( shortcode_atts( array(
'url' => '#',
'target' => '_self',
'style' => 'white',
'size' => 'small',
'window' => ''
), $atts ) );
if ( $window == 'true' ) {
$target = 'target="_blank"';
} else {
$target = 'target="_self"';
}
return '<a class="print_button '. $size .' '. $style .'" .="" href="'. $url .'">' . do_shortcode( $content ) . '</a>';
}
add_shortcode( 'print_button', 'mega_print' );
In the appropriate place of tinymce.js I added
if (styleid != 0 && styleid == 'print_button' ) {
tagtext = "["+ styleid + " url=\"#\" window=\"true\" style=\"e.g. orange, blue, green, yellow, red, pink, purple, black\" size=\"e.g. small, medium, large\"]Print me[/" + styleid + "]";
}
So 4 this step I was presuming 2 get a new option inside of page editor drop-down menu of shortcode section in WP dashboard. With the exact same functionality as “button” shortcode. But the new option does not appear.
I scanned all the files of my site & checked WP tutorial on shortcodes. Those 2 files seem 2 b the only ones I have 2 edit 4 getting new shortcodes in drop-down menu.
What am I missing?
OK, I was able 2 implement the new shortcode option in drop-down menu. Needed 2 edit the window.php file as well. But now I am getting the wrong behaviour. After inserting the new “Print Button” shortcode, it is being rendered in browser as tab. Or some other shortcode. I am getting “Insert your content here.”, instead of “Button Text”...
Also added the ”.print_button” style in style.css via copying ”.button” style. But this is just for visuals. I can not figure out tinymce.js’s syntax. Therefore I keep on getting the behaviour for shortcode “Print Button” from this string:
if (styleid != 0) {
tagtext = "["+ styleid + "]Insert your content here.[/" + styleid + "] ";
}
and not from this one:
if (styleid != 0 && styleid == 'print_button' ) {
tagtext = "["+ styleid + " url=\"#\" window=\"true\" style=\"e.g. orange, blue, green, yellow, red, pink, purple, black\" size=\"e.g. small, medium, large\"]Print me[/" + styleid + "]";
}
Hi, we would suggest to hire a developer to help you with this modification. Check out Envato Studio http://studio.envato.com/
Why would I hire somebody? Didn’t you read the above? Just need 1 line of code. THANK YOU 4 GREAT QUICK SUPPORT! Will post the solution here.
It’s complicated for me to know which code you need to use, even to understand which one line of code you need to use can take hours of work for me, that’s why we would suggest to hire a developer to help you with this modification.
You have some custom shortcodes already implemented in your theme. They r different from the WP default. I think u know how u done this. I just need 1 shortcode “Buttons” completely dublicated with another name.
I’m using the slider gallery and the caption is overlaying the image. I was wondering if there was a way to have the text beneath the image, between the image and thumbnails?
Hi, navigate to Appearance > Theme Options > Style and add these lines of code to custom CSS block:
.page-template-page-slider-php .rsTitle {
background: #fff;
padding: 0px 7px;
}
It’s not making any different… http://www.devinkleinerart.com/gallery/landscapes/
Also I would like to move the caption over to the left and make enough caption space so that it doesn’t wrap.
When I add in the code it doesn’t change anything. When I first installed the theme I tried to install the demo material but it kept stopping halfway. It uploaded some assets but never completely finished, is it possible that this has affected my ability to add code on the CSS block?
Hi, 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.
How do I do this? I have transmits and I tried to change the the permissions there but still nothing happens…
Try these lines of code:
.single-gallery .rsTitle {
background: #fff;
padding: 0px 7px;
}
Still not working… http://www.devinkleinerart.com/gallery/landscapes/
I’v added both codes and changed the perissions
Also, all of the gallery options don’t show up for me.
How do I get these things to work…
I now have a box around my text which is fine, but I’d like to move it over to the left and have enough space so it’s all on one line.
and is there a way to change the caption text to black? I’m not seeing that anywhere in theme options.
I have gotten most of the code to work. I just need to know how to lengthen the caption line so it doesn’t wrap.
Sorry, what you have described isn’t available with the theme.
Hi,
how can I get the title under the image and above the thumbnails for mob, tablet and desktop? See link: http://bremell.com/skylab/skylab_text.jpg
Regards,
Pierre
Hi, please sign in using the profile with which the theme was purchased so we can verify the account and purchase.
Hello,
Ever since receiving an email about the revolution slider vulnerability I’ve been having problems with my pages using the fancybox gallery>
1. The photos are no longer organized as they were before. There are empty spaces between pics. example: http://www.visualarchitect.net/photography/
2. Previously viewers would be able to view a photo individually and SLIDE (using left/right arrow keys) to the next, and or close out of that slider environment to then view multiple pics at once. This is no longer the case. The pictures now go to it’s own page once it’s clicked on. I liked how it was before – on a slider template. -The downfall to that was there was not an easy way for viewers to share the individual images by using a link. Is there also a resolution for that? -Is there a way to incorporate meta-slider with fancybox?
3. My video page is having the same issues as the photos. Example: http://www.visualarchitect.net/video/
4. WordPress reps get confused as to why the images are not loaded into a gallery. They are just loaded into a page as recommended by SkyLab. What is the difference and are there benefits to loading to a gallery?
Thank you
*representatives = reps
Any time frame on an answer?
Hello, deactivate your additional plugins to see if this helps.
Hi, that was one of the first things done in trouble-shooting. The additional plugins other than wp database backup and google fonts, etc… have been deactivated for a week. Should I also deactivate jquery horizontal slider?
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.
I’ve noticed when I set a page template to portfolio the layout is different to that if I set it up via theme customization.
I’d like to have the portfolio through theme customization menu to display the same as the portfolio page template.
you can see the difference here:
http://alvinnguyen.com/sample/ – this is with a page template (I can use this but would like the menu to expand from Main > and then show the filter/categories. <—I want it to show like this. http://alvinnguyen.com/portfolio-category/stills/ – This is the theme customization. <—I’d like the navigation to work like thisCould you advise on how I can obtain this?
Hi, use Portfolio Fixed Width page template.
Sorry perhaps I didn’t explain too well :/ I wanted it the other way around so that the page displays as the ‘portfolio’ template not the full screen portfolio template.
However the pages I’m trying to change are under the menu portfolio categories and there is no option in there to change the template.
Is there a work around for this?
Hi, please create a support ticket by following this link http://megatheme.ticksy.com/ and we will take a look.
Hey there, one year ago cynthiaprince14 asked you :
Is there a way to make two different gallery list pages displaying different categories?
You said that you are working on a solution, which will come with the next update.
As many people here, I would be interested with that feature, are you working on that promised update?
Thanks
Thank you! that looks good, could you tell me how to add theses categories in the menu like in your demo?
Well I mean gallery-category / and not portfolio categories
We would suggest to hire a developer to help you with this modification. Check out Envato Studio http://studio.envato.com/
Thanks, Maybe you could just point me on what modification to do myself. I want to use 2 different “Gallery List (Fixed Width)” pages. page 1, page 2. I use 4 galleries categories : a, b, c, d. I wish to have categories a, b on page 1 only; categories c, d on page 2 only. That was the question above, from cynthiaprince14. You had plan to implement that feature 1 year ago, what’s going on? regards
Hi, we can share with you our next theme which is more flexible.
That would be great! Well, about my question above, while it’s possible to filter by Portfolio Categories in the menu, would it be possible to have same option to filter by Galleries Categories in the menu? Thank you
What you have described isn’t available with the theme.
Thank you, I noticed it isn’t available with the theme. If you succeed to implement that function for Portfolio Categories, why not to implement it for Galleries Categories? What about your proposition above : “we can share with you our next theme which is more flexible”? regards
Email us when next theme will be ready.
Hi MegaTheme, Wire looks great, will you share it as promised before? Thanks
Hi, sure, email us via our profile page.
Thanks, I sent you a mail on your profile page.
Hello!
I had this same issue a year and recently encountered it again-my portfolio page is being listed blog style rather than by image: http://judyleephotography.com/portfolio. I made the same corrections that worked last time but they are not fixing the issue now (save Permalinks and making sure line 194 in functions.php was false).
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 MegaTheme,
I created a page with a gallery list (Recent work) and I created a dropdown menu named Series with one gallery. Except this gallery called “H two O” also appears in “Recent work”. Is it somehow possible to avoid this?
Please have a look if you have the time: http://www.mathijshanenkamp.com/recent/Hi, please create a support ticket by following this link http://megatheme.ticksy.com/ and we will take a look.
Hi, just bought this. Trying to set up the front page. Do I have to edit the images so they’re all one size? Its looking like a hot mess.
http://www.voxeluxe.com.au/Also for 1 image/square – what’s the best format for display? Posts/Gallery or Portofolio?
um, hello! Updated it a bit and I noted the dimensions on the docs. How do I remove the black line between the left side and the gallery? same website
Hi, thank you for the purchasing!
Yes, you will need to crop theme.
Use timberwolf.css style.To install custom styles for your site navigate to Appearance > Theme Options > Style and add styles from the “styles” folder to “Custom CSS” block. You will need to download not Installable WordPress file but All files & documentation where you can find the “styles” folder.
Does Skylab support third party commenting system like Disqus?
Hi, it’s not something we test I’m afraid.