Skip to main content

Posts

Showing posts from December, 2020

Latest: How to publish app on google play store 2021

 Tutorial : How to publish app on google play store  using Google Console New Layout 2021 To upload an app on google play store we need to create an account and also need to pay 25 USD one time fees. To create a developer account on play store , go to https://play.google.com/console/signup and fill the form or you can directly login with your Gmail account. Now after form submission you need to pay $25 one time fees. After that you can login into your account. and now on dashboard click on "All apps" and then click on "Create app" button Now you will see a form where you need to fill all required details like its a game or an app and its paid or free app and also need to accept privacy policy and terms then you can submit it. Now after saving details you can select this app and now click on left bar production button Now click on "Create new release" button that will show you app upload form like below screenshot , you need to upload your .apk or .aab file

Webflow Add pagination with pjax without reloading page

 Webflow is a powerful CMS tool and its most popular drag and drop cms tool. Sometimes we want to add pagination in our page  but Webflow having  pagination with page reload and do not provide ajax based pagination . So today we will learn how can we add custom pagination for a blog section that will refresh section without reloading current page. We will use Pjax jquery library for this.   So first go to the website and open designer and give id to your blogs section an id, like in this example we will pass "seamless-replace" id to our blogs page section , this section we will refresh through pjax request. Also make sure you have added pagination and your pagination block have class ".w-pagination-wrapper". Now so first go to dashboard and go to website settings like below screenshot    Now click on custom code like below ss   Now go to "Footer Code" and add the below code <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.pjax/2.0.1/jquer