AddThis Extension/Plugin Implementation

Helps to increase engagement on some of the world’s most popular social networks with native social buttons. Open https://www.addthis.com/ Create an account and sign up in Add this extension. Select the share button option Select HTML option Copy auto-generated script tag Paste the above code right above the closing</body> of the HTML in your website on… Continue reading AddThis Extension/Plugin Implementation

How to include JSON animated image to an HTML page (using Lottiefiles)

Open https://lottiefiles.com Design →Editor →Browse/ upload JSON image file Copy Asset Link Again go to Lottiefiles Home page Open Code →Web Player Replace the existing URL with the copied URL. If the process is correct, URL animated image will display at the right section. Now you can edit the animation, id required. Play mode Direction… Continue reading How to include JSON animated image to an HTML page (using Lottiefiles)

How to connect to SFTP with FileZilla – Flywheel

Sometimes we may need to collaborate with Client server for accessing files. If it’s a Flywheel, you can acquire access by following the steps mentioned below: Accept or collaborate link received from the client-side. After receiving we will get a mail which includes our Username. To get the password –> reset the password in Flywheel… Continue reading How to connect to SFTP with FileZilla – Flywheel

Flexible Content in ACF plugin – WordPress

This concept provides a simple, structured, block-based editor. This field type functions as a blank canvas on which you can establish, generate, and manage content with total control, using layouts and subfields to customize the accessible blocks. Settings LayoutsDefines the layouts available when editing content. Each layout contains Label, Name, Limit, Display and Field settings.… Continue reading Flexible Content in ACF plugin – WordPress

To get the page title with the page ID – WordPress

To get the Title of the page normally we use the_title()/get_the_title() function. But in some cases, the page title may not display as expected. Instead of page details, it may display other contents ( for eg. its inner page/post contents). So, for avoiding such situations, just add the corresponding page ID along with the functions.… Continue reading To get the page title with the page ID – WordPress

Error: Failed to connect to FTP Server localhost/WordPress

For the purpose of importing data from server to local, there we need to follow the mentioned steps below: In Dashboard, go to Tools → Import →download the required default plugin. While downloading the plugin, sometimes it shows an error. ERROR: To perform the requested action, WordPress needs to access your web server. Please enter… Continue reading Error: Failed to connect to FTP Server localhost/WordPress

Page/Post showing 404 error- WordPress

Sometimes, after the creation of the page/post, the auto-created URL redirects to 404 (page not found). There are some reasons for the causing same. Issue in Structure of permalink created. Update your permalink settings through the WordPress dashboard. Go to Settings → Permalinks and click Save Changes (you don’t need to make any changes – clicking Save… Continue reading Page/Post showing 404 error- WordPress