Jump to content

Featured Content for IPS4.x+

Featured Replies

  • Author
Just now, Julian Jenkins said:

In this way can the slider run inside the body of individual text? As a block it's still an external entity. How would I set the slider code in the article so it displays in the middle? Thanks

 

{expression="\IPS\Application::load('featuredcontent')->show(13)" raw="true"}

It can not :( 

  • Replies 1.1k
  • Views 82.7k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • V 4.0.11 has been released: No get emoticons anymore. Fix bug that causes error if using wrong rss url. You can download in marketplace right now

  • Yes, I will add the 'all' checkmark and default image setting in the next version.  

  • Sure, I like the ideas from my clients to complete my app.

Posted Images

Ok, no worries. Maybe one for the future. It certainly meets our requirements  :thumbsup:

Please don't forget in the next update to enable "alt" code in images to improve seo performance, thanks

  • Author
Just now, modman said:

Please don't forget in the next update to enable "alt" code in images to improve seo performance, thanks

Updated, please try the newest version.

http://prntscr.com/bs0z0d

Hello.

I have a problem with "Hide on mobile" option. The slider is displayed even when the option is enabled. I have the same result on Android (Chrome) and  iOS (Safari).

Edited by Atlantis_merged

  • Author
1 hour ago, Atlantis_merged said:

Hello.

I have a problem with "Hide on mobile" option. The slider is displayed even when the option is enabled. I have the same result on Android (Chrome) and  iOS (Safari).

Hi,

I confirm this bug, it will be fixed in the next version.

@onlyME

Is there any fix value in the blocks ?
I played with the image width & height but it does not fit into the block 

How can i change the red & the green margin ? 

block.jpg

perfect would be to have the silder pics centered with a small margin around only with 2-3 px 

  • Author
2 hours ago, m@t said:

@onlyME

Is there any fix value in the blocks ?
I played with the image width & height but it does not fit into the block 

How can i change the red & the green margin ? 

block.jpg

perfect would be to have the silder pics centered with a small margin around only with 2-3 px 

Turn off showing title. And try this css fix 

 

14 minutes ago, onlyME said:

Turn off showing title. And try this css fix 

 

great thanks, this works perfect with margin left addition

 i would like to have a title header, please ;) - how can i decrease the height of the box header as well the font that it is similar to others what i have ?
Thx in advance  

Edited by m@t

  • Author
4 hours ago, m@t said:

great thanks, this works perfect with margin left addition

 i would like to have a title header, please ;) - how can i decrease the height of the box header as well the font that it is similar to others what i have ?
Thx in advance  

You can set smaller font-size of slider

.sliderTitle h1 {
	font-size: 14px !important;
}

 

48 minutes ago, onlyME said:

You can set smaller font-size of slider


.sliderTitle h1 {
	font-size: 14px !important;
}

 

great thanks that work - is there also a chance to get the whole box header also some px smaller/less in height ?  (the green arrow at my picture above) 

  • Author
8 hours ago, m@t said:

Try 

.sliderTitle {
	padding: 0px !important;
}

 

 

Hi onlyME,

Is it possible to change the colours of the arrow buttons using CSS? Currently I am uploading a custom image each time you update your App. Just wondering if there is a simpler solution.

  • Author
1 minute ago, Neej said:

Hi onlyME,

Is it possible to change the colours of the arrow buttons using CSS? Currently I am uploading a custom image each time you update your App. Just wondering if there is a simpler solution.

Upload your image, then add this css to custom.css

.bx-wrapper .bx-prev {
	background: url(http://yourdomain/yourimg.png) no-repeat 0 -32px !important;
}

.bx-wrapper .bx-next {
	background: url(http://yourdomain/yourimg.png) no-repeat -43px -32px !important;
}

 

1 hour ago, onlyME said:

Upload your image, then add this css to custom.css


.bx-wrapper .bx-prev {
	background: url(http://yourdomain/yourimg.png) no-repeat 0 -32px !important;
}

.bx-wrapper .bx-next {
	background: url(http://yourdomain/yourimg.png) no-repeat -43px -32px !important;
}

 

This actually doesn't work entirely because it doesn't get the :hover information from the new image. The full code needed is actually this;

.bx-wrapper .bx-prev {
	background: url(http://yourdomain.com/yourimage.png) no-repeat 0 -32px !important;
}

.bx-wrapper .bx-next {
	background: url(http://yourdomain.com/yourimage.png) no-repeat -43px -32px !important;
}
.bx-wrapper .bx-prev:hover {
  	background: url(http://yourdomain.com/yourimage.png) !important;
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  	background: url(http://yourdomain.com/yourimage.png) !important;
	background-position: -43px 0 !important;
}

Had to add important to the background-position for the .bx-next

Edited by Neej

  • Author

Yes, I forgot the hover.

I just installed the last update 4.1.16 and it is empty on the forum display side.

Screen-Shot-2016-07-17-at-07.26.jpg

If I hit the cog wheel I can add/remove/re-arange the images but they won't show up on the forum.
I turned it off/on, ran system clearing cached data but no images.

Help?

  • Author
1 minute ago, riko said:

I just installed the last update 4.1.16 and it is empty on the forum display side.

Screen-Shot-2016-07-17-at-07.26.jpg

If I hit the cog wheel I can add/remove/re-arange the images but they won't show up on the forum.
I turned it off/on, ran system clearing cached data but no images.

Help?

Please show me the url.

@onlyME - Quick question.  Is there any reason why this PAGES mod here 

would make your app stop working?  Whenever I try and use your app on the same page as this it doesn't show up at all.  As soon as I remove the Twitch Channels by Pages your app starts working again.  I've removed the TWITCH thing for now but I really need it to be on my front page ALONG with your app at the very top.

Hi,

I'm running Featured Content 4.1.16 and my slider don't get displayed correctly on Safari (both OSX and iOS9 devices). URL: http://www.motards.re/accueil

Aside from this, where can I modify text-size for the Title in content ? EDIT: ok found it there :

.bx-wrapper .bx-caption span {
    font-size: 0.85em;

Regards,
LoulouX
 

Edited by LoulouX

  • Author
8 hours ago, pilotguy said:

@onlyME - Quick question.  Is there any reason why this PAGES mod here 

would make your app stop working?  Whenever I try and use your app on the same page as this it doesn't show up at all.  As soon as I remove the Twitch Channels by Pages your app starts working again.  I've removed the TWITCH thing for now but I really need it to be on my front page ALONG with your app at the very top.

Ok, I will install and test it.

Edit: Updated, it worked fine.

http://prntscr.com/bu7tzd

Edited by onlyME

Hmmm. Ok this is most strange.  Pages stops featured content showing completely. Must be something else. 

I seem to be unable to renew... Keeps saying expired invoice, with no option to actually renew once I hit renew. :(

  • Author
2 minutes ago, Tripp_UK said:

I seem to be unable to renew... Keeps saying expired invoice, with no option to actually renew once I hit renew. :(

Send support ticket, they will create a new invoice for you.

Recently Browsing 0

  • No registered users viewing this page.