Jump to content

Featured Content for IPS4.x+


Recommended Posts

Posted

@svit

a. Go to ACP > Customization > Themes > click </> to edit your theme > featuredcontent > front > embed > config

slideMargin: 2,

is the margin (spacing) between each slide.

b.  Go to ACP > Customization > Themes > click </> to edit your theme > CSS > featuredcontent > front > sliders.css

Find

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(0,0,0,0.7);
	width: 100%;
}

adjust the transparency in background.... 0.7

Posted

I'm having some difficulties upgrading this from 4.0.13 to 4.0.15

Downloaded the file twice and unpacked it twice with the same result, see pic below please for error.

noupdate.thumb.jpg.7c06760401843fd39bb57

please fix this so I don't have to redo all the settings

Posted

I'm having some difficulties upgrading this from 4.0.13 to 4.0.15

Downloaded the file twice and unpacked it twice with the same result, see pic below please for error.

noupdate.thumb.jpg.7c06760401843fd39bb57

please fix this so I don't have to redo all the settings

Did you unpack the zip, and then use the file featuredcontent.tar to upgrade? If you can not upgrade, please give me the acp access to take a look. 

Posted

Hey @onlyME, I'm wondering how I could make this little bit of white background be transparent so my shadow effect looks more natural. Could you point me to how I can make it invisible? I've been trying for a while but can't seem to figure it out. I'm not very experienced with css or html so sorry if this is a beginners question. Thanks!invis.thumb.png.6568558fe7bc91ed06e2a890

Posted (edited)

Hey @onlyME, I'm wondering how I could make this little bit of white background be transparent so my shadow effect looks more natural. Could you point me to how I can make it invisible? I've been trying for a while but can't seem to figure it out. I'm not very experienced with css or html so sorry if this is a beginners question. Thanks!invis.thumb.png.6568558fe7bc91ed06e2a890

Go to Edit theme > CSS > featuredcontent > front > slider.css, you will see

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: 2px solid #fff;*/
	left: 0px;
	background: #fff;

Change the background: #fff to

 background: transparent;

 

Edited by onlyME
Posted

Hmmm...It doesn't seem to be working...If I change it to #000 it turns black, but it won't go transparent. Any idea why it won't disappear?

Please show me the url or give me the acp access I will take a look.

  • 2 weeks later...
Posted

Sorry if this question was asked before, but if I pull feeds automatically from forums where are the images pulled from? Or do I have to go back and add an image for each forum topic/post feed?

Posted

Sorry if this question was asked before, but if I pull feeds automatically from forums where are the images pulled from? Or do I have to go back and add an image for each forum topic/post feed?

It get the first image in first post. If no image, it shows default image 'no thumbnail'

Posted

It get the first image in first post. If no image, it shows default image 'no thumbnail'

Hello again. :lol: Ok, thanks!

Rather than an image, do you think it's possible to have the title and a few characters in the post (truncate) instead of an image?

Posted

Hello again. :lol: Ok, thanks!

Rather than an image, do you think it's possible to have the title and a few characters in the post (truncate) instead of an image?

can not.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...