Jump to content

onlyME

Clients
  • Posts

    2,707
  • Joined

  • Days Won

    17

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by onlyME

  1. onlyME

    Videobox

    You can find this feature In videobox settings -> custom fields > Fields on images
  2. onlyME

    Videobox

    It's an application that runs on IPS, you need to install IPS core.
  3. Please show me the url or give me the acp access I will take a look.
  4. 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;
  5. 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.
  6. @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
  7. You can see the image width/height options in Slider settings Example if you use cimage, you should setup the url in Customization > Featured Content > Settings > On-the-fly Image Resizing URL http://yourdomain/cimage/webroot/img.php?src={url}&w={width}&h={height}&cf&q=90 Save. It auto crops image with the width/height you set.
  8. Going to ACP > Customization > Featured content Read the Readme.html file to know how to setup a slider. Let me know if you have any questions.
  9. Go to ACP > Customization > Themes > click </> to edit your theme > CSS > featuredcontent > front > slider Find .bx-wrapper .bx-caption { position: absolute; bottom: 0; left: 0; background: #666\9; background: rgba(0,0,0,0.7); width: 100%; }Replace with .bx-wrapper .bx-caption { position: absolute; bottom: 0; left: 0; background: #666\9; background: rgba(0,0,0,0.7); width: 100%; text-align: center; }Save
  10. Can you give me acp access so I can take a look easily?
  11. I will update the code support php & html in next version.
  12. .bx-wrapper .bx-pager.bx-default-pager a { background: #666; text-indent: -9999px; display: block; width: 10px; height: 10px; margin: 0 5px; outline: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active { background: #000; }
  13. Ok I will find a solution for your good idea.
  14. The selected members can manage special iitems in a slider or all items?
  15. I think making permissions work for member second groups is better.
  16. Uploading is ok, I haven't tested with cimage yet. Let try it.
  17. Try to open \applications\featuredcontent\modules\front\slider\view.php Find $form->add( new \IPS\Helpers\Form\Url( 'fcc_url', $item ? $item['fcc_url'] : NULL, FALSE, array(), NULL, NULL, NULL, 'fcc_url' ) ); Replace to $form->add( new \IPS\Helpers\Form\Text( 'fcc_url', $item ? $item['fcc_url'] : NULL, FALSE, array(), NULL, NULL, NULL, 'fcc_url' ) ); Save
  18. I can not reproduce this issue by on/off showing title setting. But I will track it.
  19. What settings did you edit? If it occurs again please send me the log files so I can see what problem.
  20. onlyME

    Videobox

    In Custom Menu you can use html <b>Your link title</b>,http://yourlink.com <div class='yourclass'>Your link title 2</div>,http://yourlink2.com
  21. I can not reproduce this issue, can you give me ACP access so I can take a look?
×
×
  • Create New...