settings

Category: Knowledge base

  • Maras IT default post thumbnail 772x250

    How to use github to manage your development

    In this article we’ll explain in details, how to use git-scm via github, in order to unleash your dev skills on our network frictionless. TL;DR : if you already master git, go to How to use git in my workflow ? a very quick approach of this article without explanation. THE 1 RULE We have […]

  • Maras IT default post thumbnail 772x250

    How to store plugins or themes logs?

    Let’s see which standard we follow to store logs for our development Logs are important pieces of information when executing specific task of synchronization or event based. At Maras IT, we have our own “.marasit” directory which help us maintain important data without disrupting the WordPress ecosystem. In order to make it easy to find […]

  • Maras IT default post thumbnail 772x250

    How to translate my website?

    We are going to see how to translate any page with Translate Press the best plugin for translation used by WordPress.com. Once your content is written in your main language (in our case English), you will need to show the front of that page/content and click on the Translate Press menu in the admin bar […]

  • Maras IT default post thumbnail 772x250

    How to keep a media url when modifying it?

    We are going to see how to modify a media (in this case our Mascot the Business Maras) while keeping the file name and the links/url attached to it. Go to the image you’d like to modify in the media library of your WordPress Click on upload a new file Choose the new file to […]

  • Maras IT default post thumbnail 772x250

    How to use git in my workflow ?

    Let’s define how to proceed with your development and delivery THE 1 RULE We have only 1 rule to make our life (yours and ours) easier. Rule 1 : You never push on main branch. As long as you follow this rule, we will all be happy. Project Kick off Delivery UAT validation Validation to […]

  • Maras IT default post thumbnail 772x250

    How to add line breaks to your WordPress articles

    In this article, we are going to show you jhow to add spaces between texts. First, you need to go in the editor of your article Then, Press ENTER to add a paragraph In the new paragraph “type / to choose a block” press SHIFT + ENTER to add a line break Finaly, check in […]

  • Maras IT default post thumbnail 772x250

    Where can I see my PHP and DB version number ?

    If you are looking for more information about your server or web application, you can find them under the Site Heath admin page /wp-admin/site-health.php?tab=debug in WordPress Admin If you need to know your PHP version, you will be able to access it under the Server tab. If you need to know your DB version, you […]

  • Maras IT default post thumbnail 772x250

    Outlook contacts & calendar migration

    In this tutorial, we are going to show you how to export your data from outlook, before migrating to your new M365 Account, and then importing the data in your new account. Data export CHOISIR DOSSIER A IMPORTER Switching from old account to M365 account RESTART OUTLOOK  Data import IMPORT DATA TO MICROSOFT 365  Wait […]

  • Maras IT default post thumbnail 772x250

    Where are the project files & db ?

    In this page you’ll find all information regarding how to kick start your project with us when you use your own environment. Where are the files ? All the files are accessible from the repo from which you’ve been invited. As usual, a nice ‘git clone -b uat <url>’ will do the work, we recommend […]