Skip to main content

Posts

How to fix the ‘Is its parent directory writable by the server? WordPress Error

Changing Folder Permissions Still getting the "Is its parent directory writable by the server" error ??? Well, you may be better off trying to reset the folder permissions of your uploads folder. For this, you can use an FTP client, like FileZilla or File Manger as well. Follow these steps to reset folder permissions using FileZilla: 1. Connect to your account with FileZilla. 2. Go to WordPress installation directory (in most cases it’s public_html) and open wp-content folder. 3. Once inside, right-click on the Uploads directory. 4. Click on File Permissions, which will prompt open a dialog box. 5. Here, find the Numeric value field, and enter 755. 6. Check the Recurse into subdirectories option if not already checked. 7. Select Apply to directories only from the radio buttons. 8. Click OK. Conclusion Getting the Is its parent directory writable by the server? error can be discouraging, especially if you’re only go-to move is changing permissions of the u...

Fix google search description of your website

Have you tried searching your website name in google search box with no description? I hope this procedure would help you a lot! Google search console It is a free application that allows you to identify, troubleshoot, and resolve any issues that Google may encounter as it crawls and attempts to index your website in search results. It can also give you a window into which pages are ranking well, and which pages Google has chosen to ignore. Start with this link: https://www.google.com/webmasters/ On the first picture you need to take URL Inspection to retrieve data from Google Index. After this you may proceed on the second picture. Input the link of your website for validation. Once confirmed press continue .. For the final blow follow the steps below: 1. download the file. 2. Open your Cpanel File Manager or to your FTP and go to  public_html/  3. Copy and paste the downloaded file to  public_html/  4. Then click...

How to Fix the 500 Internal Server Error on Your WordPress Website

The 500 internal server error runs on every page of your site when there’s a problem with the server or file system that’s powering your site. The cause most likely occurs in the root directory, where your WordPress files are, but it can also be caused by a problem on your host’s server. This is one of the most frustrating errors that can occur in WordPress. It never has a straightforward solution, requiring a lot of troubleshooting that can eat up your time and patience. But we’re going to try to help alleviate some of that stress by suggesting several solutions to this problem and walking you through each. Let’s get started. For more information just click the button below! Click here!

Embed google map in Website with multiple customize pin using Google My Maps

Google My Maps is your way to keep track of the places that matter to you. Easily make custom maps to remember your favorite places, explore new cities. Google My Maps is a service launched by Google in April 2007 that enables users to create custom maps for personal use or sharing. Users can add points, lines, and shapes on top of Google Maps, using a WYSIWYG editor. In November 2014, a new version was released, and maps from the original version were automatically upgraded. You can also have layers and customize the items in each layer with uniform styles and having labels for the name or description. There are many different objects you can have as your points, such as the town point, train point, bus point, hospital point or a school points. You can change the color of anything and change the thickness as well. more ... Take note: You can only create 10 Layers. To atleast maximize the use of the map. You may categorize the c...

Quasar Framework

What is Quasar? Quasar (pronounced /ˈkweɪ.zɑɹ/) is an MIT licensed open-source framework (powered with  Vue ) that helps web developers create: Responsive Websites PWAs (Progressive Web App) Mobile Apps (Android, iOS, …) through Apache Cordova Multi-platform Desktop Apps (using Electron) Quasar allows developers to write code once and simultaneously deploy as website, PWA, Mobile App and/or Electron App using the same codebase. Design an app in record time, using a state of the art CLI and backed by well-written, very fast Quasar web components. When using Quasar, you won’t need additional heavy libraries like Hammerjs, Momentjs or Bootstrap. It’s got that covered too, and with a small footprint!  Why Quasar? Because of what is offered out of the box. Follow our  Twitter  account for testimonials. All Platforms in One Go One authoritative source of code for all platforms, simultaneously: responsive desktop/mobile website, PWAs (Progressive W...

Google Chrome finally blocked websites with auto play videos that have sounds

Google blocked annoying websites with auto play videos that start with the sound blaring in  Mobile, Tablet and Desktop Google Browser. Chrome (version 66) includes changes to auto play videos that mean the browser will only play them automatically if the sound isn’t playing by default, or if you click and interact with the site, or have previously “shown an interest in media on the site.” These changes were originally scheduled for Chrome 64, which arrived in January with an option to permanently mute annoying websites that abuse auto play videos with the sound on by default. Google delayed the additional auto play changes to Chrome 66, but they’re now appearing in the beta channels of Chrome ahead of a public release next month. Google’s additional steps will mean that auto play videos with sound blasting out of your speakers should be a thing of the past, and you can always take the extra step of completely muting a site if you happen to click and interact and t...

How to Install Xampp in your windows PC

WHAT IS XAMPP? is a free and open source cross-platform web server solution stack package developed by Apache Friends, consisting mainly of the Apache HTTP Server, MariaDB database, and interpreters for scripts written in the PHP and Perl programming languages.  more>> Follow this simple steps to install XAMPP in your PC. 1. Open the XAMPP website.  Go to  www.apachefriends.org  in your computer's web browser. 2. Click "XAMPP FOR WINDOWS " to download the installer. 3. The XAMPP setup wizard will guide you through the installation. Click Next. 4. Since we want to run WordPress in our localhost environment, leave MySQL and phpMyAdmin checked and uncheck the remaining options. 5. Since we’re going to install WordPress manually later in this tutorial and don’t need free installers, UNCHECK “Learn more about Bitnami for XAMPP” and click Next. 6. After going through all those initial installation step...