• cbe

    (@cbe)


    Hello,

    Is there a way to turn off the avatar, time and comment in the articles?

    Moreover, most of the site exists in French, but some sections are still in English (for instance ‘Home’ instead of ‘Accueil’ or ‘category’ for ‘catégorie’).

    Can we correct this?

    Thank you

    Carole

Viewing 10 replies - 1 through 10 (of 10 total)
  • weblizar_support

    (@weblizar_support)

    Hi..

    1) Please go to Admin Dashboard >> Appearance >> Theme Options >> Theme General Settings.

    Now copy below code and paste into Custom CSS Editor.

    .blog-date-left li{
       display: none !important;
    }

    2) Please make a child theme directory and create breadcrums.php, functions.php and category.php file.

    Now copy code from LINK and add into child theme’s functions.php file.

    Also copy code from LINK and paste into child theme’s breadcrums.php file.

    Also copy code from LINK and paste into child theme’s category.php file.

    Save the changes.

    Thanks.

    Thread Starter cbe

    (@cbe)

    Thank you!
    Should I copy the code that you gave anywhere in the files or is there a special place where I should put it?
    Thanks
    Carole

    Thread Starter cbe

    (@cbe)

    (I copied the code as you said, but the theme was not working anymore. syntax error)

    weblizar_support

    (@weblizar_support)

    Hi..

    Please copy all code into child theme directory as above instructions.

    Please let me know which error occurs.

    Thanks.

    Thread Starter cbe

    (@cbe)

    Hello
    I followed all instructions but now the site has more problems than before: https://formationsdh.org/ Could you please tell me what I am doing wrong?
    Thanks a lot
    Carole

    Thread Starter cbe

    (@cbe)

    I posted the website on line so that you can have a look

    weblizar

    (@weblizar)

    Hello,

    your child-theme is not enqueuing parent-theme’s stylesheet file properly.

    Thanks

    Thread Starter cbe

    (@cbe)

    Thank you. Could you please tell me how to correct this?
    Thank you so much for your support.
    Best

    Thread Starter cbe

    (@cbe)

    I tried to create another child theme and it was working fine before I copied the links you gave me. Do you think there could be a problem in one of the links?

    weblizar_support

    (@weblizar_support)

    Hi..

    Please create a child theme using Plugin.

    You can use this WordPress Plugin to create a child theme.
    Child Theme
    Thanks.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Article and translation’ is closed to new replies.