By Hedi Inauen on Thursday, 30 November 2017
Posted in General
Likes 0
Views 287
Votes 0
How can I change the boxsize of the showcase module ?

Thanks
Hedi
Hey Hedi,

I tried to access http://www.vertical-glarnerland.ch/ but I don't seem to see any "showcase module" on the site. Can you please provide us with the link to the page?
·
Thursday, 30 November 2017 01:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark

You are on the right link http://www.vertical-glarnerland.ch

I enclose a screenshot of the showcase module. If you scroll down on the page you will see it.

Thanx
Hedi
·
Thursday, 30 November 2017 17:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Hedi,

Thanks for updating me on this. I am not too sure what do you mean by the "box size", are you referring to the column size?

They are actually defined by your Joomla template as you can see here, http://take.ms/EKY7d . It is set to 33.3% . I think you can actually customize this in your Joomla template eh?
·
Thursday, 30 November 2017 18:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark

wow ! Thanks for your quick response

No I mean the box around the displayed text. For example in my case the blue line that surrounds my News or Events display.

Also one more question: I disabled everywhere that the category is shown (in my case again in blue for example "News", "Events", "Infos zu Naturschutz"). But it still shows.

Thanx a million
Hedi
·
Thursday, 30 November 2017 18:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Oh, do you mean you want to increase the border size? You can try something like this,

[gist]
body #eb.eb-mod .eb-gallery-stage {
border-width: 4px;
}
[/gist]

As for the category, you can edit the file /modules/mod_easyblogshowcase/tmpl/default.php and remove the codes below at line 58:

[gist]
<span>
<a href="<?php echo $post->getPrimaryCategory()->getPermalink();?>"><?php echo JText::_($post->getPrimaryCategory()->title);?></a>
</span>
[/gist]
·
Thursday, 30 November 2017 18:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark

I'm sorry if I don't express myself correctly....... I don't want to increase the border size, I would like to have the border line further away from the text (see Infos Naturschutz) there the arrows are in the text.

Regards,
Hedi
·
Thursday, 30 November 2017 19:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Hedi,

Ah I see! You can try adding the css codes below into your template's custom css file,

[gist]
body #eb.eb-mod .eb-gallery-box {
padding: 30px;
}
[/gist]
·
Friday, 01 December 2017 00:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark

Thank you very much, this is exactly what I wanted !

Hedi
·
Monday, 04 December 2017 19:39
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Hedi
·
Monday, 04 December 2017 21:14
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post