By Kim Huff on Thursday, 06 August 2015
Posted in Technical Issues
Replies 3
Likes 0
Views 447
Votes 0
Joomla 3.4.3
URL: http:/http://www.indydoulaassociates.com
EasyBlog: 5.0.18

Before the update of my EasyBlog I had a plugin or module, I can't remember which that put the last five blogs on our home page. Kind of a rotating image that swiped from one side to the next. It is now gone. How do I get that back?

Kim
It's the showcase module You can click on the New module to browse for the showcase module for EasyBlog 5
·
Thursday, 06 August 2015 14:15
·
0 Likes
·
0 Votes
·
0 Comments
·
That helped, but there are a few things I can't figure out. Your support people had fixed something for me which was a frame that matched the rest of the site around the showcase. I tried the code for that and it breaks the whole module.

Also, I do not like the blue read more button. Is there a way I can make that match the read more buttons in the actual blog?
·
Thursday, 06 August 2015 19:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Kim,

You can try this CSS code:


div#fd.eb .mod-easyblogshowcase.st-2 .eb-gallery-more > a {
background: #000000 none repeat scroll 0 0 !important;
}


Change #000000 to your custom color code.

As for the frame fix that match the site, may I know what are you trying to achieve? Please advise.
·
Thursday, 06 August 2015 19:34
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post