speaker layout

More
03 Jul 2012 22:48 #2158 by hichi
speaker layout was created by hichi
hi,

I am running this component on my website.

i chose for the title layout for the speakers. now i can put i pictue there, but i want my whole image to fit in it. and delete the name of the speaker from there because their names wil be in the image

Please Log in or Create an account to join the conversation.

More
05 Jul 2012 21:57 #2180 by Thomas Hunziker
Replied by Thomas Hunziker on topic speaker layout
You could do this by editing the CSS file of your template. Hide the name (display:none) and make the picture bigger and it should work.
Or you can edit the layoutfile according to your needs.

Some documentation about layouting can be found here: www.sermonspeaker.net/documentation/layouting.html

Please Log in or Create an account to join the conversation.

More
08 Jul 2012 17:33 #2198 by hichi
Replied by hichi on topic speaker layout
where do i found the name display? i looked in the title css but nothing found

Please Log in or Create an account to join the conversation.

More
08 Jul 2012 18:08 #2199 by Thomas Hunziker
Replied by Thomas Hunziker on topic speaker layout
There is currently no CSS rule for the title, so you wont find it in the CSS files.

As a general rule, if you search want to edit the formatting of a webpage, you should use the developer tools most browsers have included. Pressing F12 in the browser usually brings those up. With these tools you can inspect a webpage by clicking on an element (like the title) and the tool will show you the HTML code and the assigned CSS rules.

In your case it's the
Code:
<span class="item-title">Your Speaker Name</span>
Now you can use the class "item-title" to apply a formatting to these. A simple
Code:
.item-title{ display:none; }
would hide the speakername.
This rule can be improved a bit so other instances of these class (like in sermons or other extensions) will be shown:
Code:
#ss-speakers-container div.tile span.item-title{ display:none; }
This will only hide the title on the speakers page within a tile.

Put this rule into your templates CSS file, so it doesn't get overwritten with the next SermonSpeaker update.
The following user(s) said Thank You: hichi

Please Log in or Create an account to join the conversation.

More
08 Jul 2012 18:39 #2200 by hichi
Replied by hichi on topic speaker layout
i had also another problem,

i see on every page under the name and under the titles a black dot.

what can that be?

Please Log in or Create an account to join the conversation.

More
08 Jul 2012 18:57 #2201 by Thomas Hunziker
Replied by Thomas Hunziker on topic speaker layout
Without an URL where I could have a look at it (and use the developer tools) and from what you describe, I would say it's a black dot.
However where this comes from, I have no clue.

Please Log in or Create an account to join the conversation.

Time to create page: 0.188 seconds
Powered by Kunena Forum