Okay
  Public Ticket #2814035
Navigation
Closed

Comments

  • Flavio started the conversation

    Hello,

    01. I think there is a small bug not the navigation of the portfolio Items. The navigation is inverted.
    If you open the first work (Revolt) I only have the option "Previous". But it should be "Next".
    The navigation should start on the first post, and end on the last one. At the moment it is on the other way round.

    02. If I filter the posts per category, the navigation does not stay inside this category. For example, if I select "Drawings", on the "New-Prev" buttons I see works belonging to another category, like installation. 


    Thank you for your help!


    best wishes,

    Flavio. 


     

  •  870
    Neuron replied

    Hi Flavio,

    1) That's how it's supposed to work via WordPress, so it will go from the latest posts to the next one by clicking on the "Next" and not "Previous", but we can find a solution for you.

    So as you could see, the theme is fully editable via Elementor, so also the Navigation text can be changed, so we can change the "Previous" with "Next" and "Next" with "Previous", then I can add some CSS code to move them to their correct places.

    -  https://prnt.sc/17ggay5

    https://prnt.sc/17gin2y

    So there's the code that we should add:

    selector .o-post-navigation {
        flex-direction: row-reverse;
    }
    selector .o-post-navigation .right {
        justify-content: flex-start;
    }
    selector .o-post-navigation .left {
        justify-content: flex-end;
    }

    2) Please go and edit the Single Portfolio template, then go to the Post Navigation element and turn the "Same Term" on and select the portfolio categories to be displayed.

    https://prnt.sc/17gh3ss

    If you like our theme, please leave us a rate of 5 stars at ThemeForest, that would help us a lot.

    Kind Regards,
    NeuronThemes


  • Flavio replied

    Hello,

    thank you for the reply.
    It is working now. 

    three other things:

    - suddenly there is a huge space between the end of the page content and the footer…
    - how can I change the parameters of the font style "Paragraph"?
    - where can I change the copyright information?

    best

    Flavio. 

  •  870
    Neuron replied

    Hi Flavio,

    Unfortunately, I can't reach your website, can you please take a look at it, so then I can log in and check what's going on.

    https://prnt.sc/17h8quw

    Feel free to ask for anything you need.

    Kind Regards


  • Flavio replied

    it is normal again.

    Thank you for your help! :-)

  •  870
    Neuron replied

    Hi Flavio,

    1) I saw that you've added some margin-top to the section where the post navigation was displaying, so I've removed it now and space is gone.

    2) Please go to Elementor Site Settings > Design System > Global Fonts, and there you can create and change the current text displays, so if you want to edit the paragraph you need to do edit the one called "Text" (check attached screenshot), after you edit the global widgets, go to  Elementor Site Settings > Theme Style > Typography and select the created text styles from Global Fonts there, so the paragraph that you've created as Text needs to be selected at the body field.

    https://prnt.sc/17hca70

    You can take a look at the following link about how the Global Fonts and Typography works.

    https://elementor.com/help/global-fonts/

    - https://elementor.com/help/theme-style-global-settings/

    3) You can change the copyright text by going to the home page and hover at the Edit With Elementor button at the top bar, a menu will appear so you need to click on the footer template so it will open on Elementor Editor, then you can edit it.

    https://prnt.sc/17hbnl0

    - https://prnt.sc/17hby3g

    Feel free to ask for anything you need.

    Kind Regards