Okay
  Public Ticket #1088057
Next-Prev navigation in single item
Closed

Comments

  •  12
    Katja started the conversation

    Is it possible to have arrows < > instead of words next - previous for the navigation in the singe portfolio items?

    Thank you. Ka

  • [deleted] replied

    Hi Katja

    You have to replace the file i have attached for you. on this directory : wp-content/themes/kalium/tpls/portfolio-single-prevnext.php

    if you have trouble on replacing the file please insert FTP Credentials.

    Thank you.

  •  12
    Katja replied

    Hallo Eroll, 

    I have a child-theme so I think I have to adapt the functions.php. I created a folder with the name tpls in the child-theme and put your file into it. But it doesn`t work so easy.

    What do you mean?

  • [deleted] replied

    Hi Katja,

    This is a customization question and support doesn't offer customization services as we wrote on our documentation homepage. I will try to help you this time though

    Please just leave the PHP customization thing and just apply this CSS code on your Custom CSS area:

    .single-portfolio-holder .portfolio-big-navigation .next.mobile-only i, .single-portfolio-holder .portfolio-big-navigation .previous.mobile-only i {
        display: block !important;
    }
    a.previous.pc-only, a.next.pc-only {
        display: none !important;
    }
    
  •  12
    Katja replied

    COOL! It works!

    Thanks a lot!

  • [deleted] replied

    Hi Katja,

    Glad to hear that

    Will set this ticket as solved from here.