Improving Website Performances
The performance of your website can be improved significantly when following the right steps. Here are few tips that will help you get your pages loading faster.
Continue reading "Improving Website Performances"The performance of your website can be improved significantly when following the right steps. Here are few tips that will help you get your pages loading faster.
Continue reading "Improving Website Performances"Looking for a way to translate your site to your native language? Loco Translate provides in-browser editing of WordPress translation files and integrates with automatic translation services.
Continue reading "Translating Your Website with Loco Translate"Sometimes, you are using a child theme and you don’t want to edit its files by fear of losing your customizations in a future update. Our recommendation to easily add snippets to your WordPress website is using the Code Snippets plugin.
Continue reading "Adding Custom PHP Without Changing Your Child Theme"If you are starting to create a multilingual website, chances are that you will need to translate your homepage and its widgets.
Continue reading "Creating Multilingual Widgets and Homepages"Your theme works with WPML to create a fully multilingual website. This means you can have your website available in multiple languages.
Continue reading "Creating a Multilingual Website"Translating you website in one language manually is the best practise to ensure good performances as you don’t use third party plugin. To do it, you’ll have to access to your ftp and translate some specific files with Poedit.
Continue reading "Translating Your Theme"If you need to modify functionality, you will often need to insert custom PHP code in to your starter child theme.
Continue reading "Adding Custom PHP in Your Child Theme"By default when you create a child theme, the default CSS for the theme will always be loaded. This is the best way to create a child theme as it promotes proper child theme creation. You should not be copy/pasting the entire CSS of the parent theme and modifying parts in your child theme. Instead […]
Continue reading "Removing the Default Styles"WordPress allows you to add custom CSS to change the appearance of your website through the Customizer. To display the CSS editor panel, please navigate to Appearance > Customize > Additional CSS. Any CSS added to this section will automatically be loaded on your website.
Continue reading "Adding Custom CSS"A child theme is a theme that inherits the functionality and styling of another theme, called the parent theme. Child themes allow you to change certain design elements or features of your site without changing the parent theme directly. They are the recommended way of modifying an existing theme. Using a Child Theme The main reason […]
Continue reading "Creating a Child Theme"