Theme Portfolio 3.9.2 Social networks

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

I'm working on a new version of my website based on the portfolio theme
https://sucrepop.com/bludit-3-9-2
using the social network when I add an Url spotify on Codepen, the theme detect the right icon, but the name stay as Codepen
Where can I modify that ? or even erase the title, just keeping the icon

thanks
https://sucrepop.com
Candies for the ears
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:

LRAM wrote: Mon Jun 24, 2019 5:06 pm Where can I modify that ? or even erase the title, just keeping the icon
Either you can modify it the file theme.class.php in the directory /bl-kernel/helpers/ (line 8).

Or you can modify the file navbar.php of the theme in the directory /bl-themes/portfolio/php/ (line 25) and use

Code: Select all

<a target="_blank" href="<?php echo $site->{$key}(); ?>"></a>
inestead of

Code: Select all

<a target="_blank" href="<?php echo $site->{$key}(); ?>"><?php echo $label ?></a>
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:

Thank a lot Edi, I'll try it right now
https://sucrepop.com
Candies for the ears
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:

It's ok

when my url contains spotify, the right icon is displayed, whereas it is not part of the social networks identified by bludit
where is the function that allows this result, so that I can see how to display other networks, like Deezer, Itunes, Bandcamp that don't seem to be recognized
thank
https://sucrepop.com
Candies for the ears
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:

The social icons of the theme are set in the files style.css and fontello.css, both in the directory /bl-themes/portfolio/css/. The icon fonts are in the file fontello.woff in the directory /bl-themes/portfolio/font/.

To add missing social icons you have to modify the files or exchange with new ones using the icon fonts generator Fontello:

http://fontello.com
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:

Bonjour

I set a cover image for a static page, then I change my mind, and delete it
but a "gost" image seems to stay, and I can't see where to delete it

https://sucrepop.com/bludit-3-9-2/download
on the right
thanks
https://sucrepop.com
Candies for the ears
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:

It seems that the cover image is just deleted from the server not from the page settings.
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 delete it from Bludit IHM
I didn"t use FTP
https://sucrepop.com
Candies for the ears
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:

But the code is still there.

cover-image.png
cover-image.png (54.07 KiB) Viewed 4242 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:

Yes, that's the problem
I don't see where I can remove it in bludit
https://sucrepop.com
Candies for the ears
Post Reply