change pagination next page and last page arrows

This topic contains 5 replies, has 2 voices, and was last updated by  Kor 5 years, 1 month ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket

Tagged: ,

  • Author
    Posts
  • #475805

    mike wilderman
    Free User
    Post count: 6

    Hello

    Is there a way to change the list favorite page listing previous and next page arrows? The next page and forward page arrow is identical >> and previous and 1st page arrow is exactly the same <<

    I am testing it on my development machine but I capture the pagination in attachment for reference.

    thanks.

    #475847

    Kor
    Moderator
    Post count: 16516

    Hi Mike,

    Thanks for your post. Could you share your Website URL here so that I could check where is it coming from?

    Thanks!

    #475856

    mike wilderman
    Free User
    Post count: 6

    Hello Kor,

    after playing with it for few hours, I am able to change the >> arrow to ‘->’ using CSS. here’s what i did in case someone having the same issue. Not sure if this is the best way of doing it but it works for me.

    .gd-page-sc-nxt {
    visibility: hidden;
    }
    .gd-page-sc-nxt::after {
    content: ‘->’;
    }

    After I did that, I upgraded to V2. all the pages display blank. I have to figure out what happened. I am guessing it has something to do with CPT that broke the links and incorrect shortcodes. I am reading your support pages and learned that V2 doesn’t have pagination. I still not sure how the V2 works and will have to spend some time playing with it.

    #475861

    Kor
    Moderator
    Post count: 16516

    Hi Mike,

    Thanks for your reply. When you upgraded it to GDv2, did you perform the conversion steps? https://wpgeodirectory.com/docs-v2/geodirectory/installation/#convert

    #475882

    mike wilderman
    Free User
    Post count: 6

    yes I did. everything was successful. however, the links seem to be broken. I will try to setup a new test computer next few weeks to debug the issues. Will update support if I am able to resolve it. thanks again.

    #475960

    Kor
    Moderator
    Post count: 16516

    Hi mike,

    Alright then, let us know how it goes.

Viewing 6 posts - 1 through 6 (of 6 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket