- Posts: 4
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Frontpage Slideshow
- [Solved] Two Questions (Border and Text Placement)
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
[Solved] Two Questions (Border and Text Placement)
- martin zuckermandel
- Topic Author
- Offline
- New Member
Less
More
13 years 2 months ago - 12 years 10 months ago #43045
by martin zuckermandel
[Solved] Two Questions (Border and Text Placement) was created by martin zuckermandel
hi,
just bought the extension. everything ok, but i have two questions (i am not an css or so professional, just using joomla to maintain my page)...
please look at the attached image (cant attach - upload folder is full :) - download here:
www.zuckermandel.de/download/questions.png
First question:
is there a possiblity to hide that (black) border? (see small arrow)
Second question:
is there a possibility to place the gray background with text somewhere else on the picture with the movies template?
Thanks
PS: my homepage url is www.zuckermandel.de
just bought the extension. everything ok, but i have two questions (i am not an css or so professional, just using joomla to maintain my page)...
please look at the attached image (cant attach - upload folder is full :) - download here:
www.zuckermandel.de/download/questions.png
First question:
is there a possiblity to hide that (black) border? (see small arrow)
Second question:
is there a possibility to place the gray background with text somewhere else on the picture with the movies template?
Thanks
PS: my homepage url is www.zuckermandel.de
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
13 years 2 months ago #43046
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: Two Questions (Border and Text Placement)
1.Yes:
Just go to modules/mod_fpss/tmpl/Movies/css/template.css.php folder at line 10 and remove border styling line:
#fpssContainer103.fpss-template-movies {
border: 1px solid #999999;
font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;
height: 220px;
margin: 8px auto;
overflow: hidden;
padding: 2px;
position: relative;
width: 875px;
}
2.Yes
and at line 23 change the margin like this:
.fpss-template-movies .slidetext {
background: url("../images/transparent_bg.png") repeat scroll 0 0 transparent;
float: left;
height: 220px;
left: 50px;
margin: 0 0 0 -50px;
position: absolute;
top: 0;
width: 40%;
z-index: 1;
}
Just go to modules/mod_fpss/tmpl/Movies/css/template.css.php folder at line 10 and remove border styling line:
#fpssContainer103.fpss-template-movies {
border: 1px solid #999999;
font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;
height: 220px;
margin: 8px auto;
overflow: hidden;
padding: 2px;
position: relative;
width: 875px;
}
2.Yes
and at line 23 change the margin like this:
.fpss-template-movies .slidetext {
background: url("../images/transparent_bg.png") repeat scroll 0 0 transparent;
float: left;
height: 220px;
left: 50px;
margin: 0 0 0 -50px;
position: absolute;
top: 0;
width: 40%;
z-index: 1;
}
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- martin zuckermandel
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
13 years 2 months ago #43047
by martin zuckermandel
Replied by martin zuckermandel on topic Re: Two Questions (Border and Text Placement)
this worked. thanks
one more question:
i dont want the left and right border (see here www.zuckermandel.de/download/problem2.png)
if i make the extension wider the right border is not visible anymore. but there is always a left border.
is this a problem of the template or can this be changed within the extension?
thanks
one more question:
i dont want the left and right border (see here www.zuckermandel.de/download/problem2.png)
if i make the extension wider the right border is not visible anymore. but there is always a left border.
is this a problem of the template or can this be changed within the extension?
thanks
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
13 years 2 months ago #43048
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: Two Questions (Border and Text Placement)
Did you solve it? Cause I cannot see any border in your slideshow...
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- martin zuckermandel
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
13 years 2 months ago #43049
by martin zuckermandel
Replied by martin zuckermandel on topic Re: Two Questions (Border and Text Placement)
the first border problem has been solved.
what i mean (pretty -not easy- in english)
you can see that the frontpage component fills nearly the whole page layout. but to the left and to the right a few pixels from the page are visible. this is what i mean. do you understand what i mean? :)
what i mean (pretty -not easy- in english)
you can see that the frontpage component fills nearly the whole page layout. but to the left and to the right a few pixels from the page are visible. this is what i mean. do you understand what i mean? :)
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
13 years 2 months ago #43050
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: Two Questions (Border and Text Placement)
Why don't you increase some pixels more the width of the slideshow via the FPSS modules parameters?
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- S.cmeier07
- Offline
- New Member
Less
More
- Posts: 10
12 years 10 months ago #43051
by S.cmeier07
Replied by S.cmeier07 on topic Re: Two Questions (Border and Text Placement)
How can I make the transparent bar occur on the bottom?
If I change height in
.fpss-template-movies .slidetext {
background: url("../images/transparent_bg.png") repeat scroll 0 0 transparent;
height: 420px;
from 420px to 120px it stays in the left upper corner...
Can you help? Thank you!
If I change height in
.fpss-template-movies .slidetext {
background: url("../images/transparent_bg.png") repeat scroll 0 0 transparent;
height: 420px;
from 420px to 120px it stays in the left upper corner...
Can you help? Thank you!
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
12 years 10 months ago #43052
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: Two Questions (Border and Text Placement)
Why don't you use Uncut FPSS template?
Even if you don't, you may check the template css and find out what you are looking for...
Even if you don't, you may check the template css and find out what you are looking for...
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- S.cmeier07
- Offline
- New Member
Less
More
- Posts: 10
12 years 10 months ago #43053
by S.cmeier07
Replied by S.cmeier07 on topic Re: Two Questions (Border and Text Placement)
You made my day! Thank you!
Please Log in or Create an account to join the conversation.
- Forum
- Commercial Joomla Extensions & Templates
- Frontpage Slideshow
- [Solved] Two Questions (Border and Text Placement)