- Posts: 4
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Frontpage Slideshow
- FPSS picks layout of standard Joomla template?
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.
FPSS picks layout of standard Joomla template?
- WC Dielessen
- Topic Author
- Offline
- New Member
Less
More
13 years 1 week ago #44240
by WC Dielessen
FPSS picks layout of standard Joomla template? was created by WC Dielessen
As a newbe, I say hello to all the mebers!
Kindly I would like to ask for your proffessional help.
Afster installing FPSS 3.03 en displaying a random template like FSD or Movie, I'm having troubles with the layout.
As you can see on the attachment, FPSS picks my standard Joomla template ( Mesolite Joomlart ) to show the information in the module.
Perhaps one of you has had the same problem or knows how to fix this.
Kind regards,
Werner
Kindly I would like to ask for your proffessional help.
Afster installing FPSS 3.03 en displaying a random template like FSD or Movie, I'm having troubles with the layout.
As you can see on the attachment, FPSS picks my standard Joomla template ( Mesolite Joomlart ) to show the information in the module.
Perhaps one of you has had the same problem or knows how to fix this.
Kind regards,
Werner
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
13 years 1 week ago #44241
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: FPSS picks layout of standard Joomla template?
This is a small css conflict with your template css. Please provide me with a link to your gallery page.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- WC Dielessen
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
13 years 1 week ago #44242
by WC Dielessen
Replied by WC Dielessen on topic Re: FPSS picks layout of standard Joomla template?
Well, that should be great! I've put my site on online because it's under contruction.
www.meubelpoten.nl/
Thanks a lot!
www.meubelpoten.nl/
Thanks a lot!
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
13 years 1 week ago #44243
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: FPSS picks layout of standard Joomla template?
First of all reduce via the FPSS module parameters the width of the slideshow in order to fit in your template.
Then go to modules/mod_fpss/tmpl/FSD/css/template.css.php and change this:
.fpss-template-fsd .slidetext h3 {
color: #555555;
font-size: 13px;
font-weight: bold;
margin: 0;
padding: 2px 0;
}
to this:
.fpss-template-fsd .slidetext h3 {
background: none !important;
color: #555555;
font-size: 13px;
font-weight: bold;
margin: 0 !important;
padding: 2px 0;
border:none !important;
}
The bullet list style is being inherited from your template css too.
Then go to modules/mod_fpss/tmpl/FSD/css/template.css.php and change this:
.fpss-template-fsd .slidetext h3 {
color: #555555;
font-size: 13px;
font-weight: bold;
margin: 0;
padding: 2px 0;
}
to this:
.fpss-template-fsd .slidetext h3 {
background: none !important;
color: #555555;
font-size: 13px;
font-weight: bold;
margin: 0 !important;
padding: 2px 0;
border:none !important;
}
The bullet list style is being inherited from your template css too.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- WC Dielessen
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
13 years 1 week ago - 13 years 1 week ago #44244
by WC Dielessen
Replied by WC Dielessen on topic Re: FPSS picks layout of standard Joomla template?
This solution works perfectly! Thanks a lot!
But what do you mean by: 'The bullet list style is being inherited from your template css too. ' because that problem is still unsolved.
Hopefully you aslo have a solution for that too!
By the way, If I change to Movie, is the solution the same as at FSD? ( see attachments )
Thanks a lot!
Kind regards,
Werner
But what do you mean by: 'The bullet list style is being inherited from your template css too. ' because that problem is still unsolved.
Hopefully you aslo have a solution for that too!
By the way, If I change to Movie, is the solution the same as at FSD? ( see attachments )
Thanks a lot!
Kind regards,
Werner
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
13 years 1 week ago #44245
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: FPSS picks layout of standard Joomla template?
I mean that this is a conflict with your template css.
You may either find where in your template give the bullet styling for ul li elements or ask your template provider for help.
According movies template, you may check it out.
You may either find where in your template give the bullet styling for ul li elements or ask your template provider for help.
According movies template, you may check it out.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Forum
- Commercial Joomla Extensions & Templates
- Frontpage Slideshow
- FPSS picks layout of standard Joomla template?