balaramadurai / hugo-travelify-theme

Port of Aigars Silkalns's Wordpress theme Travelify to Hugo. Demo -
http://balaramadurai.github.io
MIT License
39 stars 27 forks source link

Issue with Next Button #36

Closed sree24 closed 3 years ago

sree24 commented 3 years ago

Hi @balaramadurai,

Apologies for opening another issue for this. As the other issue is closed I had no other option. Need some help. My base url is something like https://pages.github.com/companyname/sample-templates/ (this is just sample not exact url) So for this when I click on Next button, its is going to https://pages.github.com/page/2 instead of https://pages.github.com/companyname/sample-templates/page/2. I have verified that new page is available at correct location but Next button is not taking to that page.

Thanks, Sree

sree24 commented 3 years ago

Found a resolution for this issue. Closing it.

balaramadurai commented 3 years ago

Hi @sree24, I am very happy that you resolved this issue on your own. Thank you for informing me about it.

Can you please let me know what settings you changed to get this working for you? Maybe it will help others who may have such problems in the future.

Thanks Bala

sree24 commented 3 years ago

Sure. I edited the paginationtion.html in layouts> partials folder. Removed the absURL for Previous and Next

balaramadurai commented 3 years ago

@sree24, Thanks a lot for your help. I have made that change in the theme itself.

Bala