Okay
  Public Ticket #2498992
How to add subpage to fullscreen slider
Closed

Comments

  • Leszek started the conversation

    Hi! 

    Couple of basic questions, I have very limited dev skills so apologies if they seem stupid :) 

    I am trying to make it so that I can add 'Commercial' and 'Video' sections to the Homepage. I want them to be included in the showcase if that makes sense but they are sub pages not portfolio items. How would I go about trying to do that? 

    One idea I had was to add video and commercial portfolio items and have a script that loads i.e. video page when video portfolio items finishes loading. 

    This is of course not very elegant at all. While my JS/Ajax skills are very limited I could try and play around with the script that makes the showcase work but not sure which one it is. 

    Can you help in any way at all? Point me in the right direction?



    Also, 

    When I access a portfolio item, the path to it in the address bar includes .../munio-portfolio/item/ 

    how do I change the 'muni-portfolio' to just 'portfolio'? 



    Many thanks in advance.


  •  1,808
    Support replied

    Hello Leszek

    Unfortunately the fullscreen slider is designed to display only the showcase slides with their captions, nothing else

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Leszek replied

    Okay... 

    So, Which Java script file in the munio/js/ folder controls how the full screen slider behaves? 

    Also, 

    When I access a portfolio item, the path to it in the address bar includes .../munio-portfolio/item/ 

    how do I change the 'muni-portfolio' to just 'portfolio'? 


    Can you answer any of these? :) 


  •  1,808
    Support replied

    Hello,

    1. the showcase slider is implemented in showcase-page.php and /js/scripts.js

    there is a function Showcase() on line 1022 that is initializing and implementing the showcase slider

    2. you can go to appearance -> customizer -> portfolio settings to change the custom slug. Just enter your own and after saving the changes go to Settings -> Permalinks and press 'Save' to refresh them.

    In order to completely remove it you may want to use a plugin:

    https://wordpress.org/plugins/remove-cpt-base/

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Leszek replied

    Okay thanks,

    That helps.