Recently my company purchased the Satellite Wordpress Theme. I have a question concerning the carousel. Can I have more than 1 different carousel throughout the website?
Well, I have used the Fullscreen Slider as a home page, and I would like to include 1 or 2 carousels(or the fullscreen slider - undecided yet) at other spots on the website.
Is it possible to show me where exactly should I put the text field as a code in the metabox-config.php and later in the carousel-page? Can you show me an example?
I just would like to try doing it myself. Thank you very much!
Hello,
Recently my company purchased the Satellite Wordpress Theme. I have a question concerning the carousel. Can I have more than 1 different carousel throughout the website?
Hello,
Do you mean a small or large carousel?
http://clapat.ro/themes/satelite-wordpress/small-carousel/
Only one per site. But with small custom work we can change it so that it will display a certain category.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Well, I have used the Fullscreen Slider as a home page, and I would like to include 1 or 2 carousels(or the fullscreen slider - undecided yet) at other spots on the website.
Displaying a certain portfolio category in a carousel would be the simplest solution to implement.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Yes, I think this will help me as a solution. How can I make it do so?
Hi,
we can implement it for a fee or here are the guidelines to implement it yourself (requires some php knowledge):
- you need to add a new text field which represents the categories slug in /include/metabox-config.php
- then in carousel-page.php you need to modify the arguments of the wp query that selects the portfolio items
$satelite_args = array(
'post_type' => 'satelite_portfolio',
'paged' => $satelite_paged,
'posts_per_page' => 1000,
);
to include the required custom taxonomy
https://developer.wordpress.org/reference/classes/wp_query/#taxonomy-parameters
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hi,
Is it possible to show me where exactly should I put the text field as a code in the metabox-config.php and later in the carousel-page? Can you show me an example?
I just would like to try doing it myself. Thank you very much!
Hello Trayan,
- follow the example of a text field in /include/metabox-config.php It should show under Showcase Template tab
- then in carousel-page.php you need to modify the arguments of the wp query that selects the portfolio items to include the required custom taxonomy
the custom taxonomy in this case is 'portfolio_category'
The examples you can find here:
https://developer.wordpress.org/reference/classes/wp_query/#taxonomy-parameters
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hi Trayan
Yes you can pay with Paypal.
I will prepare then a version of the theme which will include a new field where you can specify a category to display in the showcase carousel page.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Trayan,
you can send the payment via paypal to [email protected]
Attached is the modified version of Satelite with the change you requested and we removed the plugins_required folder to get a smaller size.
https://d.pr/free/i/4J5Rkq
Have a look and let us know.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hi,
We tested the changed template. Everything works as requested. Thank you very much!
Ok, that's good to hear!
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy