Page 1 of 2

[Theme] Keep it simple

Posted: Sat Dec 29, 2018 10:30 am
by LRAM
Hi
For the release of our 3rd album, my website now uses this theme. Here are the few problems I was able to identify
  • On a smartphone the menu does not appear correctly, it's not the usual burger but like an image was missing
  • When i click on a category, the page with all the article open up, but if I click on a title, the page won' t load
  • On this page the youtube video don't respect the correct size (560x315) whatever dimension I give it
  • if the home page is linked to a category, only the title is loaded, not the content
Is there a way, when I click on a category, that the list of articles composing it opens as on my old site

Thanks a lot for all the works your"re doing,

Re: [Theme] Keep it simple

Posted: Sat Dec 29, 2018 12:52 pm
by Edi
LRAM wrote: Sat Dec 29, 2018 10:30 am
  • When i click on a category, the page with all the article open up, but if I click on a title, the page won' t load
  • if the home page is linked to a category, only the title is loaded, not the content
There was a bug in the theme. You can modify the line (34) in the file page.php or exchange the file:

https://github.com/bludit-themes/keep-i ... c358803653

Re: [Theme] Keep it simple

Posted: Sat Dec 29, 2018 1:10 pm
by Edi
LRAM wrote: Sat Dec 29, 2018 10:30 am
  • On this page the youtube video don't respect the correct size (560x315) whatever dimension I give it
You can use the following:

Code: Select all

<iframe src="https://www.youtube.com/embed/UKWSaXlapVA" style="width:560px;height:315px" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>
instead of

Code: Select all

<iframe width="560" height="315" src="https://www.youtube.com/embed/UKWSaXlapVA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>

Re: [Theme] Keep it simple

Posted: Sat Dec 29, 2018 2:52 pm
by LRAM
Thanks Edi

The youtube problem and the category problem are fixed

Thank you for your reactivity
to make everything perfect, there's only the burger menu left. on the samsung browser or google chrome on my smartphone; it looks like this

Re: [Theme] Keep it simple

Posted: Sat Dec 29, 2018 3:23 pm
by Edi
Yes, I have to look at it. It's strange, because it is only the case using smartphones, not when testing it with a browser.

Re: [Theme] Keep it simple

Posted: Sat Dec 29, 2018 11:57 pm
by Edi
Finally I found the bug.

You can add the following CSS rule to the file bludit.css, exchange the file with the updated one or using the plugin HTML Code to add it (between <script> and </script>):

Code: Select all

#nav-wrap > a::before {
    font-family: 'Font Awesome 5 Free';
}

Re: [Theme] Keep it simple

Posted: Mon Dec 31, 2018 9:00 am
by LRAM
I tried, but without any success, it doesn't seems to change anything

Re: [Theme] Keep it simple

Posted: Mon Dec 31, 2018 12:22 pm
by Edi
Works on my end. Please try after purging the browser cache.

lucy-raquel.jpg
lucy-raquel.jpg (37.5 KiB) Viewed 4610 times

Re: [Theme] Keep it simple

Posted: Tue Jan 01, 2019 3:41 pm
by LRAM
I triedon 2 browsers on my smartphone, asked my son to tried too
same result
I d'ont know why, not so important, the menu works, jsut the design that isn't good

Re: [Theme] Keep it simple

Posted: Sun Aug 02, 2020 2:37 pm
by THom
Edi wrote: Mon Dec 31, 2018 12:22 pm Works on my end. Please try after purging the browser cache.
DeepL-Translation:

Hello,

unfortunately, despite the current version, the hamburger button (Font Awesome fa-bars) is not displayed.

Instead, a placeholder with the code FC09 appears, which would actually be the correct icon code (https://fontawesome.com/v4.7.0/icon/bars).

Would be great if this really nice theme was perfect.

Greeting, THom


Hallo,

leider ist es bei mir - trotz aktueller Version - auch so, dass der Hamburger-Button (Font Awesome fa-bars) nicht angezeigt wird.

Stattdessen erscheint ein Platzhalter mit dem Code FC09, was ja wiederum eigentlich der korrekte Icon-Code wäre (https://fontawesome.com/v4.7.0/icon/bars).

Wäre toll, wenn dieses wirklich nette Theme perfekt wäre.

Gruß, THom
font_awesome_F0C9_missed.png
font_awesome_F0C9_missed.png (6.84 KiB) Viewed 3322 times