Okay
  Public Ticket #2403633
Adjustments for Showcase Page
Closed

Comments

  • Victoria started the conversation
    1. On the Showcase page (split layout), how do I move the position of the text? For example, the Hero Caption Title is currently around the middle of page. Is there a way to move it up so that there is less blank space at the top (and therefore more space at the bottom to accommodate longer text block in the Hero Caption Subtitle)?
    2. From the Showcase page, I cannot select the text in the Hero Caption Subtitle or click on a hyperlink. Is there a way to fix this? I want to add a button and also hyperlinks that can be clicked from the showcase page, without having to go into the portfolio page itself. 
    3. I encountered a problem when testing the Showcase page on mobile (Chrome, Firefox). When I click the Hero Caption Title, the page is stuck at on a black screen rather than going to the portfolio page. This is not the case on desktop. How do I fix this?
    4. Seems like the copyright footer only appears on a default template but not the showcase template. Is there a way to add it into a showcase page?
    5. On Portfolio page, at the bottom there is a link to show next portfolio. Is there a way to remove this? Is there a way to customise it, for example so that the link goes back to the Showcase page?

    Thank you.

  •  1,809
    Support replied

    Hi Victoria,

    my answers inline, bolded:

    On the Showcase page (split layout), how do I move the position of the text? For example, the Hero Caption Title is currently around the middle of page. Is there a way to move it up so that there is less blank space at the top (and therefore more space at the bottom to accommodate longer text block in the Hero Caption Subtitle)?

    you can raise a bit the titles by specifying a margin bottom:

    .slide-title {
        margin-bottom: 50px;
    }

    in customizer -> additional CSS

    From the Showcase page, I cannot select the text in the Hero Caption Subtitle or click on a hyperlink. Is there a way to fix this? I want to add a button and also hyperlinks that can be clicked from the showcase page, without having to go into the portfolio page itself. 

    the hero title is text try the hero subtitle

    I encountered a problem when testing the Showcase page on mobile (Chrome, Firefox). When I click the Hero Caption Title, the page is stuck at on a black screen rather than going to the portfolio page. This is not the case on desktop. How do I fix this?

    Can you provide your site url so we can check

    Seems like the copyright footer only appears on a default template but not the showcase template. Is there a way to add it into a showcase page?

    In showcase template the copyright text is replaced by the slide numbers

    On Portfolio page, at the bottom there is a link to show next portfolio. Is there a way to remove this? Is there a way to customise it, for example so that the link goes back to the Showcase page?

    You can remove it (easiest) just add

    #project-nav {
        display: none;
    }

    in customizer -> additional CSS


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Victoria replied

    Thank you for the reply. 

    Just some things to clarify:

    the hero title is text try the hero subtitle

    Yes, I am aware that it is the hero subtitle. When I add a hyperlink there, it cannot be clicked right from the showcase slider, but only after I go into the portfolio page itself first. I am going to send the URL in a private reply later on. You will see a "Test Link" in the hero subtitle of the first item, which cannot be clicked from the showcase slider. Pls let me know if there is a way to fix this.


    Can you provide your site url so we can check

    I will reply with the URL privately. Thanks!


    In showcase template the copyright text is replaced by the slide numbers

    I removed the slide numbers from the showcase page. Is there a way to add the copyright text?


    I have one additional question: 

    On portfolio page, at the middle bottom there is a mouse icon to indicate scrolling. Is there a way to move it up a little for mobile? On some phones, it was not visible until we scroll up the page a little.


    Thank you.

  •   Victoria replied privately
  •  1,809
    Support replied

    Hi Victoria,

    1. I see the problem on mobile with navigation to portfolio pages. If you can provide wp admin access in a private comment so we can investigate more

    2. it looks like you cannot add a hyperlink in the subtitle because of the swiper slide element which receives all the mouse input and we cannot change this because of the showcase fullscreen structure.

    3. you can move up the scrolling icon with

    @media only screen and (max-width: 1024px){
        .scroll-down-wrap, .scroll-down-wrap.no-border {
            bottom: 40px;
         }

    }

    increase the value of 40px and add the code to customizer -> additional CSS


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •   Victoria replied privately
  •  1,809
    Support replied

    Hi Victoria.

    I checked and everything seems to be in order with the plugins and the settings except one thing: i see this error message in themes page:

    https://prnt.sc/sm1reo

    Which makes me think the theme has not been installed properly (so instead of the theme folder the whole main archive has been copied to /wp-content/themes)

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Victoria replied

    Hi,

    We tried re-installing the theme, but the same notification is still there.

    Any solution?

    Thanks.

  •   Support replied privately
  •   Victoria replied privately
  •   Support replied privately