Discussion on Satelite - Creative WordPress Ajax Portfolio Showcase Slider Theme

Discussion on Satelite - Creative WordPress Ajax Portfolio Showcase Slider Theme

By
Cart 972 sales
Well Documented

ClaPat supports this item

Supported

202 comments found.

Hi there

Where in the admin one can disable the click and hold button?

Thanks

Hi, it’s in the page options, when you edit the Showcase page https://d.pr/free/i/BUpIEZ 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.?

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?

Hello, do the following: in Plugins disable Grenada Functionality Plugin first and then try to install the Satelite’s plugin again The steps to import demo data are presented here: http://clapat.ro/themes/satelite/documentation/getting-started.html see ‘Importing Demo Content’. If you find it difficult send us wp admin access in a private ticket on clapat.ticksy.com Thanks

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 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.

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

Hello, plz open /js/scripts.js and remove this:
$('.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.

You can show a category page in classic layout, for example: http://clapat.ro/themes/satelite-wordpress/portfolio_category/design/ plz note the ‘portfolio_category’ and the category slug in the url. You need to modify taxonomy-portfolio_category.php to resemble carousel-page.php, with some modifications. Hope it helps.

hello. do have any instructions? Because i cant put slider images in Home like this http://clapat.ro/themes/satelite-wordpress/

Hello, Here is a link to our online documentation (that is included in the main archive you download from envato): http://clapat.ro/themes/satelite/documentation/

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

This change is not included in support, it’s custom work. To give you some pointers on what to look for, if you open /js/scripts.js look for
$('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.

very nice suport

Thank you!

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?

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.

You need then to modify the portfolio query in portfolio-page.php, portfolio-mixed-page.php and carousel-page.php to exclude certain items. Look how the $args array is constructed. You can use ‘post__not_in’ parameter. https://codex.wordpress.org/Class_Reference/WP_Query#Post_.26_Page_Parameters

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?

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?

The video slide is mean to show a short trailer (or poster image on mobile). The content, the real video is added inside of the portfolio project and is playable on mobile as well. See http://clapat.ro/themes/grenada-wordpress/grenada_portfolio/gold-man/

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 .

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

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