By ssnobben on Sunday, 19 December 2021
Likes 0
Views 741
Votes 0
Hi

where do you find the Tag Display Style in new EB? Also the toolbar dissappear there

see attachment old and compare with new admin dashboard where I cant find that Tag Display Style in new EB

cheers!
Hello,

We have removed the tag styles altogether on EasyBlog 6 and only use a single style for the tags.

As for the toolbar, since we have now standardized to use the StackIdeas toolbar, its settings are now in the module.
·
Sunday, 19 December 2021 22:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok.

How can you make the "old" style with yellow tags work in new version? I liked that tags and would like to keep them if possible

Cheers!
·
Monday, 20 December 2021 01:41
·
0 Likes
·
0 Votes
·
0 Comments
·
You can apply the following CSS from your site backend > Easyblog > themes > custom css.


body #eb .eb-tags.type-1 .cell-tags span a,
body #eb .eb-tags.type-1 .cell-tags span a:before,
body #eb .eb-tags.type-1 .cell-tags span a:after {
background-image: url('../../../../../components/com_easyblog/themes/wireframe/images/tag-type-3.png');
}

body #eb .eb-tags.type-1 .cell-label {
line-height: 23px;
}

body #eb .eb-tags.type-1 .cell-tags span:after {
content: '';
}

body #eb .eb-tags.type-1 .cell-tags span a {
background-position: 0 -25px;
background-repeat: repeat-x;
margin: 0 5px 0 15px;
color: #555;
color: rgba(0,0,0,0.5);
font-size: 12px;
font-weight: bold;
padding: 0 10px;
line-height: 22px;
height: 24px;
position: relative;
}

body #eb .eb-tags.type-1 .cell-tags span a:before,
body #eb .eb-tags.type-1 .cell-tags span a:after {
content: '';
display: block;
width: 15px;
height: 25px;
position: absolute;
top: 0;
}

body #eb .eb-tags.type-1 .cell-tags span a:before {
background-position: top;
left: -15px;
}

body #eb .eb-tags.type-1 .cell-tags span a:after {
background-position: bottom right;
right: -3px;
width: 3px;
}
·
Monday, 20 December 2021 10:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Thks Arlex.

Doesnt work bcs you cant do this in new EB in my site bcs there is no form there seems to be a bug or ..administrator/index.php?option=com_easyblog&view=themes&layout=custom

see attachment
·
Monday, 20 December 2021 17:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Perhaps you can give it a check and see if you have enabled this plugin Editor - CodeMirror?

If yes, and still can't manage to show it up the form, can you try manually creating this file on your site JoomlaFolder/templates/YourCurrentTemplate/html/com_easyblog/styles/custom.css then only put the above custom CSS code into the file and see how it goes?
·
Monday, 20 December 2021 17:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok testing but give error see ticket #563420
·
Monday, 20 December 2021 18:36
·
0 Likes
·
0 Votes
·
0 Comments
·
It seems like you do not need to add the custom CSS as I provided above.

You can download my attached file then put this file into your current template directory folder.

JoomlaFolder/tempates/yourCurrentTemplate/html/com_easyblog/helpers/post/tags.php
·
Monday, 20 December 2021 18:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok I fixed that now and will check how it goes.

Then I can remove the css com_easyblog/styles/custom.css code then+

cheers!
·
Monday, 20 December 2021 19:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes Arlex solution working..

thsk

closing this and solved
·
Monday, 20 December 2021 19:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi ,

You are most welcome. Glad to hear that your issue has been resolved now.

Just for your information, I have locked and marked this thread as resolved to avoid confusion in the future. Please start a new thread if you have any other issues in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Monday, 20 December 2021 19:53
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post