settings

Category: Knowledge base

  • Media Management

    Media Management

    We got 3 manual solutions The default WP Media Management An improved version A “Windows” like version – files are not managed by the WP Media Manager unlike the 2 first solutions However all files are publicly accessible

  • How to avoid the spam folder for your emails ?

    How to avoid the spam folder for your emails ?

    For your email to go to the inbox of your recipients, you need a good sender (email) reputation. Here the step to check and improve your sender reputation : From there follow the advises provided by mail-tester.com as a general rule, always use a marketing tool to send marketing/newsletter emails, avoid sending straight from your…

  • How to configure Outlook email to display black background

    How to configure Outlook email to display black background

    1 – Open Outlook on your Windows computer. 2 – Click on the “File” tab in the top left corner of the window. 3 – From the sidebar, select “Options.” This will open the Outlook Options window. 4 – In the Outlook Options window, click on the “General” tab. 5 – Under the “Personalize your…

  • How to use github to manage your development

    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…

  • How to store plugins or themes logs?

    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…

  • How to translate my website?

    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…

  • How to keep a media url when modifying it?

    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…

  • How to use git in my workflow ?

    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…

  • How to add line breaks to your WordPress articles

    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…

  • Where can I see my PHP and DB version number ?

    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…