Page 1 of 3

Theme Portfolio 3.9.2 Social networks

Posted: Mon Jun 24, 2019 5:06 pm
by LRAM
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

Re: Theme Portfolio 3.9.2 Social networks

Posted: Tue Jun 25, 2019 12:02 am
by Edi
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>

Re: Theme Portfolio 3.9.2 Social networks

Posted: Tue Jun 25, 2019 8:23 am
by LRAM
Thank a lot Edi, I'll try it right now

Re: Theme Portfolio 3.9.2 Social networks

Posted: Tue Jun 25, 2019 10:43 am
by LRAM
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

Re: Theme Portfolio 3.9.2 Social networks

Posted: Tue Jun 25, 2019 10:25 pm
by Edi
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

Re: Theme Portfolio 3.9.2 Social networks

Posted: Mon Jul 01, 2019 8:55 am
by LRAM
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

Re: Theme Portfolio 3.9.2 Social networks

Posted: Mon Jul 01, 2019 10:26 am
by Edi
It seems that the cover image is just deleted from the server not from the page settings.

Re: Theme Portfolio 3.9.2 Social networks

Posted: Wed Jul 03, 2019 9:27 am
by LRAM
I delete it from Bludit IHM
I didn"t use FTP

Re: Theme Portfolio 3.9.2 Social networks

Posted: Wed Jul 03, 2019 12:06 pm
by Edi
But the code is still there.

cover-image.png
cover-image.png (54.07 KiB) Viewed 4244 times

Re: Theme Portfolio 3.9.2 Social networks

Posted: Wed Jul 03, 2019 9:38 pm
by LRAM
Yes, that's the problem
I don't see where I can remove it in bludit