Page Navigation

Posted in: Newsmag
Post count: 14

Hi Newsmag team.

I want to know how to change the pagination number from numbering next <1234> to only <<previous and next>> without number
can you help me ?

Post count: 23312

Hello sebenar,

Do you are referring to this type of pagination from Latest Articles modules on the homepage, like this -> https://www.screencast.com/t/aJezLQVgTWOM? Sorry about this, but please notice that pagination come from code and does not exist any simple method for changing it, sorry!
If you are referring to the post with pagination style and if you want to achieve a similar pagination you will need lots of customizations in theme’s core files and I can’t provide a quick solution now. You can use this example to customize the pagination on posts by adding this parameter: ‘next_or_number’ => ‘next’, here: http://screencast.com/t/hkqJljKyxr3 (remove this code if you want: http://screencast.com/t/87kGUcin5YQN – result: http://screencast.com/t/8THEIGR5) If you do not remove of this, will have this pagination -> Previous page 1,2,3,4,5 Next page.

Thanks for your understanding!

Post count: 14

Hi Catalin,

I have done change the code. but i want to know how i can center the pagination?? right now the pagination located left page.

Post count: 20688

Hi,

Please provide a link to your website, for a more accurate answer. I will try to give you a code to center the pagination, but I still do not know at the moment what pagination is is question here.

Thanks

Post count: 14

here the screen shot.. i have change the number to text.

http://imgur.com/a/iswgt <— i want to center the both text.

Post count: 22421

Unfortunately a screenshot does not help. We will need to inspect the site code. Please provide a link to your site.
Thanks

Post count: 14

here the link – https://goo.gl/J4G8vs

hope you can help

Post count: 20688

Hi,

Try a code like the one provided below, it will center the pagination like this
https://www.screencast.com/t/9SBgVc3S
https://www.screencast.com/t/rHT62NVhtc
Enter the code in Theme panel->Custom CSS section

.page-nav {
margin-right: auto;
margin-left: auto;
display: table;
}

Thanks

Post count: 14

thank you simion C.

one more thing, i want to know, how to change footer width for copyright section?? when i view in mobile, it became as a line by line.

Post count: 20688

Hi,

If the device screen width you are viewing it on is smaller, there is simply no available space to display the sub-footer content on one line.
Anything smaller than this would make the text display on a second and third line
https://www.screencast.com/t/dNacPyeA
https://www.screencast.com/t/da6QHHxo
Please correct me if I misunderstand.

Thanks

Viewing 10 posts - 1 through 10 (of 10 total)
The forum ‘Newsmag’ is closed to new topics and replies.