Okay
  Public Ticket #1955116
Portfolio Item PREV and NEXT BUTTONS
Closed

Comments

  • Salvatore Autorino started the conversation

    Hello:

    We just noticed that the PREV and NEXT buttons on the Portfolio Item Page work in inverse, meaning that the PREV button shows the next project and viceversa.

    This looks like a little bug, but we don't know how to fix it. Can you help? I attach also the screenshot of our Portfolio Items List (from the dashboard) with all projects in the right order, and the screenshots of what we see when we press the PREV and NEXT Buttons.

    Also, on the same Page, is it possible to reduce the gap between the pictures, and how?

    Thanks for help. We are at the end of the process, and these are the last few issues that we must sort out (together with those regarding the mobile version, which I submitted in another ticket).

    Besrt Regards, Sal 

  •  675
    Neuron replied

    Hi Sal,

    1) Well that was the idea of the WordPress, we still don't know why, you have a big point on this one.

    I have prepared you the file, so you can simply insert it on the child theme and the theme will be overriden. You should insert it on the following location.

    - arteon > templates > single > navigation.php

    2) Simply add the following style to override the margin bottom.

    .p-portfolio-single .p-portfolio-gallery .p-portfolio-gallery__item {
        margin-bottom: 10px !important;
    }

    Feel free to ask for anything you needsmile.png

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Salvatore Autorino replied

    Hello:

    We did all as you described in your last message, but the child theme basically made the website unoperable, and we had to remove it to make it work again. 

    It is a pity that Word Press does not fix this issue, now we are making buttons to have the same effect, but we have to make them separately on each page and link them manually to the correct portfolio item, which means that as we add new projects in the portfolio, the updating will not be automatic. 

    A bit of a mess, to be frank. If there is another solution that could guarantee automated updating to the portfolio list it would be really, really appreciated.

    Best Regards, Sal

  •  675
    Neuron replied

    Hey Sal,

    I am very sorry, I missed the location, that was the navigation of the blog single.

    It's actually on the arteon > templates > portfolio-item > navigation.php

    It's working right after that.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.