- Posts: 4
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Frontpage Slideshow
- [Solved] Disable the article feed on the image
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] Disable the article feed on the image
- platformseo
- Topic Author
- Offline
- New Member
Less
More
12 years 2 months ago - 12 years 2 months ago #50145
by platformseo
[Solved] Disable the article feed on the image was created by platformseo
I have attached a screenshot to the post with an arrow to the article feed I am talking about. Is there a way to disable this article so it is not overlapping the image?
Thanks Joe
Thanks Joe
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
12 years 2 months ago #50146
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: Disable the article feed on the image
If you wanna disable all slide elements on top of the slide image, go to the module parameters and simply disable them. If you only wish to disable the text on top of this particular slide, the edit this slide in the component and switch to the "Advanced" tab where you can choose to hide the title, introtext etc.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- platformseo
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
12 years 2 months ago #50147
by platformseo
Replied by platformseo on topic Re: Disable the article feed on the image
Hi,
I've already done that and I haven't figured out a way to get the overlay semi transparent layer off of the images. I've disabled all title, text and read more button from the slider and now I am left with a blank gray overlay but it is still there. Also by disabling those features it took them off of the tabs on the right which is where I wanted them.
Is there any other way to take that content overlay off maybe in the coding?
I've already done that and I haven't figured out a way to get the overlay semi transparent layer off of the images. I've disabled all title, text and read more button from the slider and now I am left with a blank gray overlay but it is still there. Also by disabling those features it took them off of the tabs on the right which is where I wanted them.
Is there any other way to take that content overlay off maybe in the coding?
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
12 years 2 months ago #50148
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: Disable the article feed on the image
Please provide me with a link to your slideshow page in order to give you some css instructions.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- platformseo
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
12 years 2 months ago #50149
by platformseo
Replied by platformseo on topic Re: Disable the article feed on the image
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
12 years 2 months ago #50150
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: Disable the article feed on the image
You should create overrides (check the documentation instructions) for modules/mod_fpss/tmpl/Movies/css/template.css file, and modify the slyling of this element:
.fpss-template-movies .slidetext {
background: url("../images/transparent_bg.png") repeat scroll 0 0 transparent;
display: none;
height: 308px;
left: 50px;
margin: 0;
padding: 0 8px;
position: absolute;
top: 0;
width: 40%;
z-index: 1;
}
by adding display:none;
.fpss-template-movies .slidetext {
background: url("../images/transparent_bg.png") repeat scroll 0 0 transparent;
display: none;
height: 308px;
left: 50px;
margin: 0;
padding: 0 8px;
position: absolute;
top: 0;
width: 40%;
z-index: 1;
}
by adding display:none;
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- platformseo
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
12 years 2 months ago #50151
by platformseo
Replied by platformseo on topic Re: Disable the article feed on the image
Perfect thanks so much!
Please Log in or Create an account to join the conversation.
- Forum
- Commercial Joomla Extensions & Templates
- Frontpage Slideshow
- [Solved] Disable the article feed on the image