Hi, I want to display on homepage the Showcase Template and also to display the content on that page, currently the theme is loading only the Showcase Template and the content of that page is replace by it, how can i do to show both Showcase Template and page content, or in what js file I need to modity to make this hapend, thanks !
you can add content to the showcase page but may require additional changes that are beyond the scope of support (and beyond my expertise to be honest).
To add content after the slider you can open showcase-page.php and on line 96, after <!-- Showcase Slider Holder -->
you can add this line
<?php the_content(); ?>
This will display whatever you entered in the editor in this page
This helped me a lot, thanks! Also how can I disable scroll up and down, i want to make it work as normal scroll. and leave only right and left, shoud be in some js files right ?
The swiper you can take a look here http://www.sweet18.ro/ if i go on inspect element the size is ok but on first load is not showing the right height i appliend posision absolute on canvas to limit the height of the swieper
Thanks for your help, one more thing, how can i have 2 separate canela_portfolio for example
The first portfolio item have a different category from the second one, how can i show only the first one as a single item in category ? Is that possible ?
I'm telling you what you can do in Canela and then you can decide what the best that can be applied to your case?
for both portfolio grid and showcase templates you have the ability to filter the items based on the their portfolio category. So you can paste the portfolio category filter slug in page options (there os a field there, category slug). Only the portfolio items belonging to that category/categories are displayed in the page.
Hi, I want to display on homepage the Showcase Template and also to display the content on that page, currently the theme is loading only the Showcase Template and the content of that page is replace by it, how can i do to show both Showcase Template and page content, or in what js file I need to modity to make this hapend, thanks !
Hi George,
you can add content to the showcase page but may require additional changes that are beyond the scope of support (and beyond my expertise to be honest).
To add content after the slider you can open showcase-page.php and on line 96, after <!-- Showcase Slider Holder -->
you can add this line
<?php the_content(); ?>
This will display whatever you entered in the editor in this page
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
This helped me a lot, thanks! Also how can I disable scroll up and down, i want to make it work as normal scroll. and leave only right and left, shoud be in some js files right ?
Hi George, glad it worked.
Now for the mousewheel scroll i think you should go to /js/scripts.js and replace line 1342 from true to false
https://prnt.sc/3IB4cw0RWJQd
in slider's initialisation. Hard refresh the page (Ctrl+F5) before testing.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Found it, the banner width is applied with and height js also right ?
Which banner to be more exact, can you send us a screenshot maybe?
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
The swiper you can take a look here http://www.sweet18.ro/ if i go on inspect element the size is ok but on first load is not showing the right height i appliend posision absolute on canvas to limit the height of the swieper
Hi,
I hope i'm not going over the board of my expertise intricacies of the WebGL fullscreen slider however the height and width is set in showcase.css:
https://prnt.sc/OvSa9AWiumiV
look further in /js/scripts.js for setting the height for this specific container:
https://prnt.sc/h3MyvHfkW8gk
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Thanks for your help, one more thing, how can i have 2 separate canela_portfolio for example
The first portfolio item have a different category from the second one, how can i show only the first one as a single item in category ? Is that possible ?
Hi George,
I'm telling you what you can do in Canela and then you can decide what the best that can be applied to your case?
for both portfolio grid and showcase templates you have the ability to filter the items based on the their portfolio category. So you can paste the portfolio category filter slug in page options (there os a field there, category slug). Only the portfolio items belonging to that category/categories are displayed in the page.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy