By Todd Hunter on Thursday, 30 July 2015
Posted in General Issues
Replies 5
Likes 0
Views 374
Votes 0
I am using the EasyBlog Showcase Module and I want to know if there are any variations available for the following:
(a) I want to remove the navigation buttons from view
(b) I want to remove the thin grey line that appears around the module.

Any assistance would be greatly appreciated.
Hey Todd,

Not really sure which particular layout are you using. Can you provide us with the link to the page?
·
Friday, 31 July 2015 00:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Sure: http://the-way.com.au

It is on the front page just under the showcase banner.
·
Friday, 31 July 2015 06:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Todd,

I just tried to access the following url, http://the-way.com.au/ but it seems like the page is not loaded here from our end, http://screencast.com/t/POJJXmLF . May I know if there are some IP restriction for your site? Please advise.
·
Friday, 31 July 2015 11:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry Ezrul,

I did not see your last post. No there is no restrictions in place. Site is up and operational, could you please just have another go.... the-way.com.au
·
Saturday, 08 August 2015 08:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Todd,

Check my screenshot below, do you mean you would like your showcase become like this?

If yes, you can try download the latest launcher installer from http://stackideas.com/dashboard then install through in your Joomla installer, because we have updated some styling regarding the showcase module.

After you updated, if you would like to remove the border line around the showcase module, you can try apply following css code in your template css and see how it goes?

/* adjust showcase border line */
div#fd.eb .mod-easyblogshowcase.st-2 .eb-gallery-stage {
border: 0px !important;
}


If you still see the grey area exist on your showcase, I am not encourage you to remove is because if you have post cover on the post, it will show a list of image tab on grey area.
If you still would like to remove it, you can try apply following css code in your template css file :

/* adjust the grey area */
div#fd.eb .mod-easyblogshowcase .eb-gallery-menu {
display: none !important;
}

/* adjust the grey area */
div#fd.eb .mod-easyblogshowcase {
margin-bottom: 0px !important;
}
·
Saturday, 08 August 2015 13:31
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post