Okay
  Public Ticket #3681316
Back To Top Missing For Portfolio Pages
Closed

Comments

  •  4
    Alexa started the conversation

    I've turned on the Back To Top Button, it is appearing on all pages except the portfolio writeup pages. Instead, it shows the social sharing button. Any way to fix it to have the Back To Top Button?

  •  2,895
    Andrew replied

    Hi Alexa,

    Thank you for reaching out to us.

    Could you share the link to your portfolio page so we can check this out and advise?

    We look forward to your reply.

    Thanks,

  •   Alexa replied privately
  •   Alexa replied privately
  •  2,895
    Andrew replied

    Hi Alexa,

    Thank you for getting back to us.

    To add the back to top button, add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .single-portfolio #to-top {
        transform: translateY(-15%);
    }

    As for the controls, add this into the Custom CSS box in your Salient Theme Options panel:

    .page-id-1599 #row-contact-getintouch img {
        margin-top: 0!important;
    }

    Try this and let us know how it goes.

    Thanks,

  •  4
    Alexa replied

    the back to top button appears but it doesn't have the same functionality as other pgs. like it will not appear in the initial viewport but only appear after scrolling down the pg.

    for the controls, it has been resolved thanks!

  •  2,895
    Andrew replied

    Hi Alexa,

    Thank you for getting back to us.

    Yes, that is the case as the markup gets output on all pages but the animation only works on Pages. That said, I have noted to add this to the wishlist for consideration in future updates.

    We appreciate your patience on this matter.

    Kind regards,