Mediumish theme logo doesn't works

Post Reply
florianruen
Jr. Bludit
Posts: 1
Joined: Tue Sep 15, 2020 8:13 am

Hi everyone,

I'm new user of Bludit (installed just yestarday !), and I want to use it just to make a blog (simple list of blog post with an admin panel, easier for redactors)

I migrate all my articles from my old blog provider to Bludit, but I got still an issue. On my admin panel, I put my logo, but it has no effect on the main page (the logo is still the Bludit logo).

I've use the Mediumish theme (downloaded directly on the Bludit website, without any changes on the sources code).

I got another point: I'm using the french language pack, but there is some mistakes on translations (maybe), for example Features posts and "All stories", how can I fix this ?

My application run using AWS servers, if it can help someone on this case.

If you want to check: https://eyesr.fr/blog

Thanks in advance for your help !

Kind regards,
Florian
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

florianruen wrote: Tue Sep 15, 2020 8:17 am On my admin panel, I put my logo, but it has no effect on the main page (the logo is still the Bludit logo).
If a logo can be uploaded and displayed depends from the theme.

In the case of the theme Mediumish you have the following two possibilities:

1) Exchange logo.png

Exchange the file logo.png in the the directory /bl-themes/mediumish/img.

2) Modify code

Modify in the file topbar.php in the directory /bl-themes/mediumish/php (line 11):

Code: Select all

<img src="/bl-content/uploads/<?php echo $site->title(); ?>.png" alt="logo">
instead of

Code: Select all

<img src="<?php echo Theme::src('img/logo.png'); ?>" alt="logo">
I'm using the french language pack, but there is some mistakes on translations (maybe), for example Features posts and "All stories", how can I fix this ?
The theme has not yet a french translation. You can add one with the name fr_FR.json in the directory /bl-themes/mediumish/languages.

Also you can add it to the GitHub repository of the theme for the next version:

https://github.com/bludit-themes/mediumish
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
Post Reply