202 comments found.
Hi there
Where in the admin one can disable the click and hold button?
Thanks
hi, nice theme !
how change url ?
thks
Hello, if you want to change ‘satelite_portfolio’ from your url you need to go to customizer -> portfolio options and enter your own custom slug. After saving, refresh the permalinks (go to Settings -> Permalinks and press Save). Thanks
hello, I have a problem whit the installation , the plugins , Plugin could not be activated because it triggered a fatal error.?
Satelite Functionality Plugin. I can install this plugin Satelite Functionality Plugin.
Hello, What’s the fatal error?
Plugin could not be activated because it triggered a fatal error. Cannot redeclare shortcode_one_half() (previously declared in /homepages/23/d752811948/htdocs/clickandbuilds/portafolio/wp-content/plugins/grenada-functionality-plugin/include/shortcodes.php:26) in /homepages/23/d752811948/htdocs/clickandbuilds/portafolio/wp-content/plugins/satelite-functionality-plugin/include/shortcodes.php on line 41
also its possible to instal the portafolio pages of the demo?
Hi, why when I download .rar file in satelite theme to install, this is describe satelite but in .rar file I have Grenada Theme?
Hello, thanks for pointing this to us. It was a mistake from our side yesterday, when we updated Grenada theme. You can re-download the archive from envato. We apologize for the inconvenience. Regards.
Hello,
We are using your theme and it’s great! We are currently at the stage adjusting it meet all of our needs. And there is a question:
– In WP we see all the projects being in the portfolio folder. And we would like to make one of those projects a part of the main menu and separate it from portfolio. As we would like to have a full bleed screen image with text on top of it. Basically like a portfolio item but outside of portfolio.
Could you please help us to find the way to do it.
– Also we are trying to add API to the map setting, but after adding nothing happens. Do you know what could be the reason for that?
– And the last thing: our full screen slider get stuck sometimes playing video. Is there any way to avoid that? Thank you so much for your time and help!
Looking forward to your reply, Anna
Hello Anna
- If I understand your question correctly: you can add a portfolio item page in the menu by specifying its url in a custom menu link. To have a fullscreen image at the top you just need to select a hero image and enter its caption.
- check the browser console for any errors when you are in the contact page. That can give you good information about what’s missing or needs to be enabled (right click -> inspect and then press the Console tab).
- can you provide the url of the fullscreen slider?
Thanks
Hello,
Thank you for your reply.
- We added a portfolio item page in the menu by url but it’s still a part of the portfolio. And we would like to make it as a separated page from the portfolio. So if you open the page,”works (portfolio)” you can’t see this page there. It should be like the other pages, “contact” and “about” etc.. Is it possible to remove this page from portfolio and make it as individual page?
Thanks
Hello Anna, if you are using portfolio grid it’s a bit complicated because that layout/template displays all the portfolio items. if you are talking about the showcase slider and carousel slider simply uncheck the Include in Showacse in portfolio item’s options.
if you are using the portfolio masonry grid you need to modify the portfolio-page.php or portfolio-mixed-page.php so that will exclude the item in question
$satelite_args = array( 'post_type' => 'satelite_portfolio',
'paged' => $satelite_paged,
'post__not_in' => array( 2, 5, 12, 14, 20 )
'posts_per_page' => 1000,
);
https://codex.wordpress.org/Class_Reference/WP_Query#Post_.26_Page_Parameters
Thanks
Hello ClaPat,
thank you again for your reply. Unfortunately we are not be able to modify the portfolio. We tried but it didn’t work. Could we ask you to help us with this one? Also we have another question. If you open portfolio page you can see preview of videos. For some reason the preview video is zoomed in and twice bigger than it should be. Could you tell us please is it possible to keep the preview with original size?
Thank you
‘For some reason the preview video is zoomed in and twice bigger than it should be.’ Can you send us your site url for this?
Regarding the other change we can do that change for a fee as custom work.
Thanks
hi dear i must change hero-title style, title put in a lot span tag, please tell me how can i put title in just one span tag.
Hello,
- plz 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 = "";
$word_wrapped .= '<span>' . trim($param_text_input) . '</span>';
return $word_wrapped;
}
- the recommended way is to use the satelite child theme provided in the main archive and in child’s functions.php uncomment and replace the above mentioned function.
Thanks
tanks a lot i dont know how say tanks it was best sulotion
i need use this sulotion in class=”title” in home page slider
So did the solution solve the problem? If not can you send us the page url and more details plz.
yes this sulotion resolved just hero-title ,but there is same problem in big titles in tihs link http://clapat.ro/themes/satelite-wordpress
$('.title').each(function(){
var words = $(this).text().slice(" ");
var total = words.length;
$(this).empty();
for (index = 0; index < total; index ++){
$(this).append($("<span /> ").text(words[index]));
}
});
at line 1602 and after that refresh the page (Ctrl+F5)
Thanks
Hello, I want to get portfolio items to carousel template by category. There is no option for that. Can you please help me for edit your php code.
hello. do have any instructions? Because i cant put slider images in Home like this http://clapat.ro/themes/satelite-wordpress/
When you create a portfolio/project item make sure you assign a hero image for them. The portfolio items will be included in the showcase slider as long as you set ‘Include in showcase’ to on in portfolio item’s options.
Thanks
tnk you
Hi,
I’d like to change the portfolio link, not “com / satellite_portfolio /”, I’d like to change “com / xy /”. Where, how do I do it?
Thank you
Hi, go to customizer -> portfolio options and enter ‘xy’ as custom slug. After you save the changes, go to Settings -> Permalinks and press Save to refresh them. Thanks
thank you very much for your very quick reply
Hello, just a pre-purchase question
Is it possible to do the following :
1. Home page = “Large Carousel” with only last 5 projects displayed . 2. Portfolio page (chosen from the menu) = “Classic portfolio”
If yes, can you please show us how
?
Hello,
1. plz open carousel-page.php and set'posts_per_page' => 1000,to
'posts_per_page' => 5,
that will select only the last 5 items
2. to get a classic portfolio page, after you created the portfolio items, just select Portfolio or Portfolio Mixed as page template when you create the page.
Thanks
Thanks a lot
I’m gonna try this.
Is there any way to do it with the child theme so it won’t be overwritten on every update ? 
Thanks again for the quick answers 
Hello, yes, definitely you can create a new page template in the child theme, by copying the content from carousel-page.php, changing the file name and template name and finally making the modification I suggested.
Thanks
Hi Clapat, Is it possible to enable background music only on the homepage please? thanks
It can be done with custom work. It’s a medium change. Thanks
Should i write a ticket to you for get the code? is it included in the support ? thanks
$('body').append('<audio loop autoplay volume="0" id="audio"><source src="' + encodeURI( bknd_music_url ) + '" type="audio/mpeg" /></audio>');
that’s where the audio gets inserted in the page. You can also remove it dynamically.
Thanks
hello. How can i change premalink in portfolio in dashboard. “http://amar-art.com/satelite_portfolio/home/” example. i just wanna change that satelite_portfolio to http://amar-art.com/home ...
Hello, you cannot remove ‘satelite_portfolio’ but you can change it. Go to customizer -> portfolio options and enter your own custom slug. After saving the changes go to Settings -> Permalinks and press ‘Save’ to refresh them. Thanks
I change it. but home page haven’t any slider images. just one small image
Hi there, when you create a portfolio/project item make sure you assign a hero image for them. The portfolio items will be included in the showcase slider as long as you set ‘Include in showcase’ to on in portfolio item’s options.
Hi again ClaPat. Is it possible to make a portfolio case webpage to be shown first at the startpage but when for an example you click on projects and this is linked to classic portfolio this page is not shown there? Hope you understand what i mean?
Just to clarify. You want to have a showcase as home page. When you click on View Case normally this will lead to the individual portfolio page. What would you like to happen in this case?
I want to use this case/projekt as an information page. A landing page. When you then click on portfolio page i dont want this information page to be shown.
But still i want the other portfolios to be shown when you scroll (up/down or side left/right.
On landing portfolio to be clear.
<!-- Section Slide -->
<div class="swiper-slide" data-number="01" data-title="THE QUEEN" data-subtitle="Photography">
<div class="img-mask">
<div class="section-image" data-src="http://clapat.ro/themes/satelite-wordpress/wp-content/uploads/2019/02/01hero.jpg" />
</div>
<a class="showcase-link-project" data-type="page-transition" href="#"></a>
</div>
<!--/Section Slide -->
So you can add the HTML code of the first slide in showcase-page.php after line 25
Adjust you slides data numbers. And as you can see the link does not point to anything.
No, this is not was i was thinking about. The landing page will have “more information” if you rename the link to more information. I just want this portfolio case not to be shown in portfolio “classic portfolio” or “small carousel”. On main portfolio (startpage) i want this information page to be shown.
Thank you. I will check how i will solve this.
hi could you plaese tell me how can add a scripts.js in child theme?
Hello, try in child theme’s functions.php
function theme_js() {
wp_enqueue_script( 'theme_js', get_stylesheet_directory_uri() . '/js/custom.js', array( 'jquery' ), '1.0', true );
}
add_action('wp_enqueue_scripts', 'theme_js');
Thanks
Tanks a lot, I need override scripts.js in child theme look like style.css but in your code, no change happened.
Hello, i think you need to use the same handler name for the script ‘satelite-scripts’, see /include/scripts-config.php but you use the path to the file stored in child’s theme folder.
grate help tanks
Please can Google read the content of the site (Stories and Work)? Thank you!
Yes, as long as you tell it not to (with robots.txt for example). Thanks
Why doesn’t video work on Mobile?
Hello,
Considering potentially low network bandwidth and data plans for mobile is not recommended to have autoplaying videos in background on mobile. You should provide a fallback image to be displayed on mobile devices in page options. Thanks
I don’t see any ability to play video on mobile. No play button? No example code for .Webm. Does the Elie Saab carousel video have a mobile content format?
WOW!$ ClaPat does it Again, TOP himself!! One of THE best WP truly amazing designers ever! BEST TO SALES and will keep in mind to show clients!
Thank you!
Hi. Beautiful theme. How do I set the diacritics? Thanks
Hi there, where exactly?
I resolved. Thanks
Hello ClaPat, yo made a great theme. Thank you very much. I think about buying it. Just some Pre-sale questions:
1) I would like to have a background image on homepage with a play button for watching video (not autoplay, google doesn’t like that). Look at this page. https://newnotio.fuelthemes.net/nordic/ Is it possible to have the same thing please ?2) I love your “following cursor”. Is it the theme standard cursor ?
3) I would like to buy this extension. Is it compatible ? https://alvarotrigo.com/fullPage/extensions/Thanks ! And congratulations for your theme .
Hello,
1. the video slide already has a cover image, it would be a small custom work
2. yes. you can also disable it with a line of custom CSS
3. we have not tested the theme with any of these extensions 
Thank you
thanks for your reply. For the small custom work, do you think can you help me ? (if not, i can pay you) 
We don’t charge for small modifs – send us wp admin access in a private ticket on clapat.ticksy.com
ok done ! I don’t find where I can change fonts (titles, body, hero title, subtitle…). It is only in additionnal CSS ? Thanks
Hi there, changing fonts can drastically alter the design. For example, changing font family and / or font size may require changing padding, margins or border properties of the container elements. But if you need a different font we recommend installing a plugin such Easy Google Fonts. Thanks