By Thomas Thrane on Wednesday, 23 March 2016
Posted in General Issues
Likes 0
Views 501
Votes 0
Hi
I'm creating some templates in EasyBlog and would them to have a thumb on the popup when writing a new post.
Is this possible?

Kind regards
Thomas
Hey Thomas,

I already added my colleague suggested that code above, it should work fine now if you open the composer from backend, can you give it a check now?
·
Thursday, 31 March 2016 19:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Thomas,

Unfortunately there is no way to upload a "thumb" right now. However, if you want you can apply some css to enforce it to inherit a background. However, this is dynamic and it's based on the "id" of the template. If you want, I can draft the css codes for you but I will need the access to your site to get the template id.
·
Friday, 25 March 2016 00:27
·
0 Likes
·
0 Votes
·
0 Comments
·
I see...
Would be great to have some CSS I can use, thanks!

What kind of access? Superuser or FTP?
·
Friday, 25 March 2016 17:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Thomas,

Sorry I have been a little occupied over the past few days as we are relocating our office. I would need both the super user and FTP access
·
Sunday, 27 March 2016 22:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks!
Can you grab it from this post?
http://stackideas.com/forums/easyblog-and-smart-slider-3
·
Tuesday, 29 March 2016 23:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Thomas,

This is just an example but you will get the idea of it by inspecting the element with firebug,



When inspecting the element, you just need to change the 6 with the correct id. http://screencast.com/t/alZ7u1tjc
·
Tuesday, 29 March 2016 23:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Simple! The best way...
Thank you very much for this - my customer would be very pleased to see a thumb :-)
·
Wednesday, 30 March 2016 02:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Hmmm...
No luck with that here :-(

view-source:http://new.provinsprovence.dk/administrator/templates/isis/css/template.css?4a9a7e0fd3e90c510bb33473de1186f6
Tried putting it in the first line.
·
Wednesday, 30 March 2016 03:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Thomas,

it seems like you have changed your user account username and password, because I hitting this :

×
Warning
Username and password do not match or you do not have an account yet.


Please advise.

By the way, may I know which line of code you added into JoomlaFolder/administrator/templates/isis/css/template.css ?
·
Wednesday, 30 March 2016 16:22
·
0 Likes
·
0 Votes
·
0 Comments
·
I added this:

.template[data-template-item][data-uid="6"] .template-thumb {
background-image: url('http://new.provinsprovence.dk/images/blog/template-visit.png');
}


I haven't changed the login from the other post?
·
Wednesday, 30 March 2016 17:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Thomas,

Can you try to add !important and see how it goes? Refer example below.
.template[data-template-item][data-uid="1"] .template-thumb {
background-image: url('http://new.provinsprovence.dk/images/blog/template-visit.png') !important;
}
·
Wednesday, 30 March 2016 18:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Already tried that, but same result :-(
·
Wednesday, 30 March 2016 20:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Where did you add these css codes Thomas?
·
Thursday, 31 March 2016 12:43
·
0 Likes
·
0 Votes
·
0 Comments
·
I added it to the template.css in administrator/templates/isis/css
·
Thursday, 31 March 2016 14:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Looking great!
Thanks guys :-)
·
Thursday, 31 March 2016 20:23
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Thomas, I will mark this thread as resolved
·
Friday, 01 April 2016 00:17
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post