[Theme] Keep it simple

User avatar
LRAM
Master Bludit
Posts: 199
Joined: Sat Sep 24, 2016 4:02 pm
Location: France
Has thanked: 22 times
Been thanked: 2 times
Contact:

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,
https://sucrepop.com
Candies for the ears
User avatar
Edi
Site Admin
Posts: 3120
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

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
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
Edi
Site Admin
Posts: 3120
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

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>
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
LRAM
Master Bludit
Posts: 199
Joined: Sat Sep 24, 2016 4:02 pm
Location: France
Has thanked: 22 times
Been thanked: 2 times
Contact:

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
Attachments
Screenshot_20181229-144757_Chrome[3261].jpg
Screenshot_20181229-144757_Chrome[3261].jpg (26.94 KiB) Viewed 4566 times
https://sucrepop.com
Candies for the ears
User avatar
Edi
Site Admin
Posts: 3120
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

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.
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
Edi
Site Admin
Posts: 3120
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

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';
}
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
LRAM
Master Bludit
Posts: 199
Joined: Sat Sep 24, 2016 4:02 pm
Location: France
Has thanked: 22 times
Been thanked: 2 times
Contact:

I tried, but without any success, it doesn't seems to change anything
Attachments
bludit css.JPG
bludit css.JPG (51.52 KiB) Viewed 4541 times
https://sucrepop.com
Candies for the ears
User avatar
Edi
Site Admin
Posts: 3120
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

Works on my end. Please try after purging the browser cache.

lucy-raquel.jpg
lucy-raquel.jpg (37.5 KiB) Viewed 4534 times
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
LRAM
Master Bludit
Posts: 199
Joined: Sat Sep 24, 2016 4:02 pm
Location: France
Has thanked: 22 times
Been thanked: 2 times
Contact:

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
https://sucrepop.com
Candies for the ears
THom
Jr. Bludit
Posts: 2
Joined: Sun Aug 02, 2020 2:23 pm

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 3246 times
Post Reply