202 comments found.
functions.php on line 38
Hello, if you have errors there make sure that - you have Satelite Functionality Plugin installed - you have PHP >5.6.x running on your server.
Thanks
Hi Clapat ! I would like to know how to desactive horizontal view on smartphone ? I want to warn the user that the navigation on my website is visible only by turning their device. How to do that please ? (like this : https://we.tl/t-PiYpJ4BrBt )
Thanks !
Hello, when you are previewing our live demo and turn your device horizontally, you will get an icon indicating the site is preview-able in vertical mode.
Hello! First of all, I love this theme! Great design and UI. But I’m having a problem with videos.. for some reason the video are scalling up and cropped inside the portfolio gallery. How can I fix this? I tried different resolutions with no success. I have all the original settings inside de project page. Here’s a Link: https://www.luismoura.pt/portfolio/
Hello, you must use lower res for thumbnail videos, not full hd, maximum 600px width.Thanks
well… 600px is really low res.. is there any way to make larger videos fit in the thumbnails? with some css is possible?
we use retina screens nowadays.. videos with 600px are very blurry.
Try to add a high video quality and we will start from there. Let us know when you added it.
Ok. I just added here https://www.luismoura.pt/portfolio/grognation-ledwall/
Is a 1920×1080 video. Now on portfolio page the video is scaled up.
Responded to your ticket.
Is it possible add vimeo videos on the main carousel?
I love the theme, but I’m not sure if I can make it work for the purpose I need it for. Would You accept a refund request if I cannot make it work? Best regards
Thanks
I am trying to add more images to Portfolio/ Info Bugs (demo) but am at a loss as to how I can get two Clapat Popup Image blocks to be placed next to each other in two columns, if possible I would also want to be able to place three images next to each other/three columns.
I see no additional css in the Satelite container (with the two bug pictures next to each other) except has-animation. I tried adding one_half to a new Satelite container but that made no difference. Please advice
Thank you
Thanks
Hello, the comment is under review but we have not flagged it, just to let you know.
Hey there, few pre-purchase questions here; Would it be possible to use chinese/japanese characters in Hero Caption Title / Text? Also, is the theme compatible with Woocommerce, or there is any known issue, in order to create exhibition events tickets or allow displayed pictures purchase on a separate page (not portfolio/project page)?
Hey,
Yes, but you need to use the child theme for this. The child theme is included in the main archive so its readily available.
We have not tested the theme with Woocommerce. Thanks
Hello, Can we use smaller windows for the blog please ? like the portfolio ones ? Thanks
Hello, you mean a blog listing like in a classic portfolio masonry grid?
Yes! can we do that ?
sorry for the late answer !
That would be a complex change – you may want to try a plugin, however disabling AJAX for that page to make it work.
Hello,
I do have some questions regarding video. Under Classic Portfolio we have this video for Elie Saab and hovering over it starts playback of the following, ELIE_SAAB_40s_LOOP-preview. On mobile devices this loop is not available, only a lowres image.
Is it possible to use the same loop-preview on mobile devices (I guess not) but if not could one use a gif from the video instead? And clicking/tapping this loop/gif would link to and autoplay the video. Having moving images like this are both beautiful and shows the visitor it is a video to bee seen so I would love for this to work on all devices. And what are the limitations in such case in regards to loopsiz/length and gif?
Thank you for this beautiful theme (just posted a review)
I am adding images using the Satelite Container and images that are not wide enough end up getting white borders on both or one side, depending on position chosen and they never fill out all the way at the bottom, there is always a white border under the images, they do fill out to the top though. Are there settings I am not aware of maybe?
Also looking through the documentation I am at a loss to find the following “can be found in Theme Options » Portfolio Options” Where is this located?
Thank you
Hello, Yes, you can use an animated gif as a fallback poster image for mobile. The theme options can be found in Customizer. Regarding the images you have several options. First you have ‘Wide width’ and ‘Full width’ you can set for your image block. Second, in the Clapat Container block you can add ‘alignfull’ or ‘full’ in Advanced -> Additional Class Name. These are theme specific classes that stretch the row full width. Thanks
Hello guys.. On fullscreen slider page, dont working rename open case button, how fix this?
thnx…. this theme : best of the best… Max quality….although at the moment this topic is unstable, but I think that you will fix it … I bought the topic of grenada earlier … it was the best topic in 10 years of my experience … I think this theme big project for me… using this is, it is interesting to learn something new.you deserve every cent I spend
Hi, so you still have problems changing the View Case caption? Thanks
Thnx… im replaced texts…. with 1 problem…. on 1 hover button all good…. after light click and repeat hover…. displaying stock title from span data hover….https://d.pr/free/i/5884cZ
I can fix this problem myself, but I think it is important for everyone … for future updates
I noticed that Hervin and Satelite are very similar to each other. Is it possible to transfer the main slider from Hervin with feature “All projects” to the Satelite template? Greetings 
It may look similar but the structure is different and you can not just insert it without major changes. Best regards
I have used small carousal page as a main page of a website, I want your help on how can I limit portfolio items on that particular page?
How can I rearrange portfolio items? Is there is drag and drop functionality available?
How can i duplicate portfolio items?
Here is purchase code: 695b253b-666d-42c6-868a-ca37152d737b
$satelite_args = array(
'post_type' => 'satelite_portfolio',
'paged' => $satelite_paged,
'posts_per_page' => 1000,
);
change 1000 to 5 for example
so that will limit the number of items to 5.
You can rearrange portfolio items by back-dating them (change the publish date
https://www.wpbeginner.com/beginners-guide/how-to-back-date-your-wordpress-posts/
or using a plugin such as Post Types Order
Thanks
Thanks for the response.
It’s working fine.
I have just the last query.
How can I duplicate portfolio items?
Best is to create new ones and copy and paste the content. Otherwise you have Post Duplicator plugins.
Awesome Thanks 
Hi Clapat, I punched your theme and import your data but Its not showing the full screen slider its showing simple portfolio. How to show fullscreen slider in homepage?
Hello, you need to set your front page with Fulscreen Slider. Thanks
hello, i have short question. ive buyed the theme and im very happy. but my logo is longer than yours. when i upload the logo image it doesnt fit inside the frame. can i make the logo area bigger?!
Hello,
is it possible to provide your site url? Also, I don’t see the ‘Purchased’ badge next to your username. 
sorry this post should be for die andra theme. my god. gg
If I disable the Ajax loading feature, the slight scroll down to the top of the content stops working.
Where should I put something like this for it to work again?
$("html, body").delay(2000).animate({scrollTop: $('#top').offset().top }, 2000);
Thanks again
$('#backtotop').on('click', function() {
if ($("body").hasClass("smooth-scroll")) {
TweenLite.to(scrollbar, 1.5, {scrollTop:0, ease:Power4.easeInOut});
} else {
TweenLite.to(window, 1.5, {scrollTop:0, ease:Power4.easeInOut}); } });
and replace
TweenLite.to(window, 1.5, {scrollTop:0, ease:Power4.easeInOut});
with
$("html,body").animate({scrollTop: 0}, 800);
it looks like this is a bug fix, thanks for reporting this.Let us know.
Hi! it’s great theme! Could I make vertical video preview in /classic-portfolio/ in 3 colums? Smth like this for example – https://prnt.sc/n72hqb
Thanx!
Hello, the thumbnails can have two sizes: normal and wide in the classic portfolio grid. Not that vertical. Thanks
OK, I need to buy it. You are The Best!
Thank you! we are waiting for you come onboard
How can I edit the CSS so the vertical animation of the “View Case” button is disabled or changed by a slight zoom or something else?
.footer-button:hover .button-border span {
-webkit-transform: translateY(0%);
transform: translateY(0%);
transform-origin: 0% 0%;
}
in customizer -> additional CSS
Thanks
Is there a way to make the theme request a link without using Ajax (a parameter maybe)?
Thanks
Only the pages linked with ajax-link class are loaded through AJAX. Also, if you add a custom link in the menu (and it can be to one of your pages) – is treated as non-AJAX link, even though you have AJAX enabled in theme options. Thanks
Great approach! Thank you for that! =)
Hi there
Is there a way to make the Kaswara or other WPBakery addons work along with the Ajax fetch of portfolio posts?
Tha thing is, while trying to fetch the elements I put on the portfolio posts, the theme won’t fetch the JS files needed for the addon to work (I am guessing here) so the addon element is show weirdly.
How could I solve this?
(Would be enough to try and copy the JS files needed to the header.php or something like that?)
Hmpf… not enough. Tried here to load the scripts without success.
It seems it looses the ability of detecting events like onload or document ready (guessing again).
Hi,
we advise you to follow the model of the satelite wpbakery child theme that we provide in the main archive. See how WPBakery files are enqueued and how we call vc_js function in childscripts.js
The most tedious part is researching what you need to enqueue and initialize. 
Yes! Indeed!
And you did a great job coding your WPBakery elements for Satelite!
Great job, guys! Loving the theme.
I will probably use the elements bundled along Satelite, but… had to ask.
=D
Hi there
It seems the Hero Caption Title won’t accept accentuation, as it shows weird characters instead on the front end.
How should I proceed?
Hi,
plz do the following:
A. open functions.php and replace function satelite_span_wordwrap with
function satelite_span_wordwrap( $param_text_input ){
if( empty( $param_text_input ) ){
return '<span />';
}
$word_wrapped = "";
$mb_len = mb_strlen( $param_text_input );
for( $idx = 0; $idx < $mb_len; $idx++){
$mb_character = mb_substr( $param_text_input, $idx, 1);
$word_wrapped .= '<span>' . $mb_character . '</span>';
}
return $word_wrapped;
}
or
B. A more elegant solution is to use the satelite child theme provided in the main archive (make sure you download the latest) and in child’s function php uncomment the above mentioned function.
Thanks