Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author PressTigers

    (@presstigers)

    Dear Marius,

    Go to the below mentioned shortcode file:

    simple-job-board/includes/shortcodes/class-simple-job-board-shortcode-jobpost.php

    Then copy pagination code and past it before job listing code. After doing this, you will be able to see pagination on top of job listing and it will also keep remain bottom of job listing as well.

    Happy Code Customization ?? !

    Thanks & Regards,
    PressTigers

    Thread Starter Marius

    (@mmichtus)

    hy, thanks but every where i put:
    get_simple_job_board_template('listing/job-pagination.php');

    will be even in filter container, even in first job.

    how i must put this to be before first job and after filter?

    thanks

    here is the page

    Plugin Author PressTigers

    (@presstigers)

    Dear Marius,

    We have thoroughly check your issue. To solve this error, we will suggest you that kindly put pagination code after this condition if ($job_query->have_posts()): and then make customization in CSS.

    Hope your issue will resolve.

    Happy Code Customization ?? !

    Thanks & Regards,
    PressTigers

    Thread Starter Marius

    (@mmichtus)

    ok, thanks this is great.
    can you give a hint how to add to the top pagination other class?
    thanks

    Plugin Author PressTigers

    (@presstigers)

    Dear Marius,

    Kindly go to the following file:
    simple-job-board/public/css/simple-job-board-public.css

    And for us it’s line no 2551 (might be vary for you) starting with this comment “/* Pagination Styles */”. Actually this CSS is working with bottom pagination and you can take hint from it for top pagination.

    Good Luck & Happy Code Customization ?? !

    Thanks & Regards,
    PressTigers

    Thread Starter Marius

    (@mmichtus)

    thanks, but i want (i don’t konw how) to assign a new class to the top pagination (ex: page-numbers-top)

    thanks

    Plugin Author PressTigers

    (@presstigers)

    Hi Marius,

    Yo can’t add another class in existing template because when you will style class then these changes will be applied both for top and bottom pagination. As you are using same template for pagination.

    But you can add below given CSS in following file:
    simple-job-board> public> css> simple-job-board-public.css

    .sjb-wrap #sjb_job-visiable {
        float: left;
        width: 100%;
    }

    Note: If you have added pagination template after if ($job_query->have_posts()): condition then above solution will work for you.

    Good Luck ??

    Thanks & Regards,
    PressTigers

    Thread Starter Marius

    (@mmichtus)

    your are great! exact what i need.
    thanks so much.

    Plugin Author PressTigers

    (@presstigers)

    You are very welcome! Good to hear that this helped!

    Good Luck ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘pagination on top’ is closed to new replies.