By Mairie de Burzet -Jean-Pierre Lefebvre on Sunday, 04 December 2016
Posted in Technical Issues
Replies 3
Likes 0
Views 235
Votes 0
Hello,
I have three difficulties with the use of the "link block"
1 - The image of the link is not displayed correctly (width to a few pixels and height ok)
2 - I can not configure the link to open it in a new window
3 - Is it possible to put a specific image in the place of one of the proposed images?
Thanks for your help and sorry for my bad English
Jp
Hello JP,

Please find my response below:


1 - The image of the link is not displayed correctly (width to a few pixels and height ok)

Can you try adding the block of css codes in your template's css file?


div#fd.eb .ebd-block[data-type="links"] .media-object {
max-width: none;
width: 200px !important;
}



2 - I can not configure the link to open it in a new window

EasyBlog doesn't support this right now but you could alter the theme file /components/com_easyblog/themes/wireframe/blogs/blocks/links.php and add a target="_blank" to it. We'll try to add an option to open links on a new window in the next release


3 - Is it possible to put a specific image in the place of one of the proposed images?

Sorry, but it is not possible to change the image of the links block right now.
·
Sunday, 04 December 2016 22:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you so mutch for this quick reply on sunday
My image is ok now with the block css

For the link in a new windows, it's not working (the theme file "links.php" has already "target="_blank") but I can wait for the next release.
Thank you and good sunday
jp
·
Monday, 05 December 2016 02:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jean,

It actually works, but you need to edit the post and re-save it again
·
Monday, 05 December 2016 11:58
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post