Need help with customizing pagination links

Posted in: Newspaper
Post count: 9

I want to change pagination feature so that includes “Pages” before the pagelinks that are given in boxes.

The pagination feature is very simple and sometimes the users do not figure out easily if there are multiple pages on a post.

I just want to make it more prominent and add “Pages” before the numbers and move the code towards the center of the screen below the post.

Hope you get my question. 🙂

thank you all in advance!!

Cheers!

Post count: 20685

Hi,

It is possible to achieve something like that with the post pagination, this is where the post pagination is defined – https://www.screencast.com/t/QcaRTizvH506 and where you can make the changes. You could make modifications like this – https://www.screencast.com/t/gWPCfHx4BSZ. Then with a little bit of styling you can have this result – https://www.screencast.com/t/QKan1on2bSf This is just to point you in the right direction, you can experiment with it to further customize the pagination if you want. This is the code I used after modifying the theme file, it must be entered in Theme panel->Custom Css

.page-nav-post div {
float:right;
margin-left: 5px;
}

Also you can position the navigation more to the middle with a code like this – https://www.screencast.com/t/hAkbxkPBrupI

.page-nav-post {
margin-left: 25%;
}

Thanks

Post count: 9

Thank you so much for the help. This is exactly what was needed.

Could you also help me with installing an ad unit which is displayed on the left side of the page. The ad unit will be a 160×600 skyscrapper and should load after 10 seconds of completion of page load time.

There is white space on both the left and right side of the theme’s page and this is what I want to utilize to show additional ads.

Any help would be appreciated! 🙂

Thank you 🙂

Post count: 20685

Hi,

All the theme settings and options regarding ads are in Theme panel->Ads – https://www.screencast.com/t/h9PHnZtPjBN This the only solution available for a background ad – https://forum.tagdiv.com/background-ads/ There is no setting to delay the ad loading though, it will load along with the page. Maybe you could achieve this using a plugin, but I can not make any recommendation in this matter since no such plugin has been tested with the theme. You will have to search for some plugins with these capabilities and try a few of them. Please note that not all plugins are compatible with the theme, and some may not work properly.

Thanks

Post count: 9

Actually the available ads options in the theme do not support my requirement and hence I am seeking your help.

I want to display 160×600 ad outside the left margin, where there is enough white space available. I have seen this on my other sites that display ads on the left as well as right side where there is white space and the content and other ads stay within the regular container for the site.

I hope you understand my request and would help me with this.

thank you 🙂

Post count: 20685

Hi,

Unfortunately that is not an option in the theme, the only background ad available is the one provided above, so that can only be achieved through a plugin with those capabilities. Some users here are using the Ad rotate plugin for their ad implementation with working results. Maybe you should give that a try and see if you can manage to achieve what you want.

Thanks

Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.