Jump to content

onlyME

Clients
  • Posts

    2,707
  • Joined

  • Days Won

    17

Reputation Activity

  1. Like
    onlyME got a reaction from svit in Featured Content for IPS4.x+   
    @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
  2. Like
    onlyME got a reaction from wmarcy in Featured Content for IPS4.x+   
    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.
  3. Like
    onlyME got a reaction from svit in Featured Content for IPS4.x+   
    Click on image to edit :)) 
  4. Like
    onlyME got a reaction from kkucharsky in (BIM40) Easy Popup   
    I will update the code support php & html in next version.
  5. Like
    onlyME reacted to GrooveOnBeat in Featured Content for IPS4.x+   
    Thanks!
    I thought so, but my edits didn't work because I forgot that I replaced the parent class with a custom class. I changed it to the right parent class and now it works.
  6. Like
    onlyME got a reaction from GrooveOnBeat in Featured Content for IPS4.x+   
    .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; } 
  7. Like
    onlyME got a reaction from Wayne B in Featured Content for IPS4.x+   
    Ok I will find a solution for your good idea.
  8. Like
    onlyME got a reaction from wmarcy in Featured Content for IPS4.x+   
    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
  9. Like
    onlyME got a reaction from GrooveOnBeat in Featured Content for IPS4.x+   
    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
  10. Like
    onlyME reacted to GrooveOnBeat in Videobox   
    Oh! I get what you're saying.  I meant this part of the codes in template:
    {{if $children}} <ul id="elNavigation_app_{expression="strtok( $id, '_')"}_{$tabId}_menu" class="example ipsMenu ipsMenu_auto ipsHide"> {template="navBarChildren" app="core" group="global" params="$children"} </ul> {{endif}} I added another class.
  11. Like
    onlyME got a reaction from PirateCaptain in Featured Content for IPS4.x+   
    I can not reproduce this issue, can you give me ACP access so I can take a look?
  12. Like
    onlyME reacted to HippieDude in Videobox   
    It sure was... In record time...
    If anyone else has this issue... It was an Old Widget and removing the widget and using the new ones fixed it
  13. Like
    onlyME got a reaction from PirateCaptain in (BIM40) Easy Popup   
    There is an option "Number of page views", set it -1 the popup will only show once
  14. Like
    onlyME got a reaction from LinkMania in Featured Content for IPS4.x+   
    ok, I will check this issue.
  15. Like
    onlyME got a reaction from LinkMania in Featured Content for IPS4.x+   
    Edit widget you will see
     
    In page list, enter the page of url to display the slider, each url per line.
     
    By default, cimage blocked special character on image url. Try to open \cimage\webroot\img.php find and comment out (or remove)
    preg_match($validFilename, $srcImage) or errorPage('Filename contains invalid characters.'); Save

     

  16. Like
    onlyME got a reaction from wmarcy in Featured Content for IPS4.x+   
    Edit widget you will see
     
    In page list, enter the page of url to display the slider, each url per line.
     
    By default, cimage blocked special character on image url. Try to open \cimage\webroot\img.php find and comment out (or remove)
    preg_match($validFilename, $srcImage) or errorPage('Filename contains invalid characters.'); Save

     

  17. Like
    onlyME got a reaction from LinkMania in Featured Content for IPS4.x+   
    Thank you for your purchase 
  18. Like
    onlyME got a reaction from Maxxius in Featured Content for IPS4.x+   
    Featured Content  for IPS4.x+
    This is Featured Content for IPS 4.0. With this app, you can easy create beautiful sliders for your site:
    Create multi sliders, fully responsive - will adapt to any device. Flexible customization: horizontal/vertical layout, random mode, autoplay, speed, duration, button,... Auto get contents from: Pages, Forums and RSS url Easy to add a content to a slider, drag & drop to sort the contents. The sliders was added as widgets, easy to drag and place them to your site. Live Demo: http://zuzu.vn/page/featuredcontent4/
    Marketplace: http://community.invisionpower.com/files/file/7290-bim40-featured-content/
     
  19. Like
    onlyME reacted to GrooveOnBeat in Videobox   
    You're the best!
  20. Like
    onlyME got a reaction from GrooveOnBeat in Videobox   
    yes
    please send me 2 files /uploads/logs/latest.php and latest_sql.php or give me acp access so I can take a look.
  21. Like
    onlyME got a reaction from wmarcy in Videobox   
    I haven't found a solution to crop image in center yet. You should change the thumbnail size so it can match the ratio. Eg if you use image 720 x 405, you should set thumbnail size is 250 x 141 (horizontal rectangular).
  22. Like
    onlyME got a reaction from Hjus Andeis in Videobox   
    I haven't found a solution to crop image in center yet. You should change the thumbnail size so it can match the ratio. Eg if you use image 720 x 405, you should set thumbnail size is 250 x 141 (horizontal rectangular).
  23. Like
    onlyME got a reaction from Tomasz Kula in Videobox   
    Hi,
    Go to Customization > Languages and search the key videobox_frontmenu
  24. Like
    onlyME got a reaction from wmarcy in Videobox   
    Hi,
    Go to Customization > Languages and search the key videobox_frontmenu
  25. Like
    onlyME got a reaction from wmarcy in Videobox   
    That's is due to the old template bit of old IPS versions. I will apply this fix in the next version of Videobox.
    In Themes -> Videobox -> Global -> Menu
    Find
    {{if !in_array('ipsLayout_minimal', \IPS\Output::i()->bodyClasses )}} {{if \IPS\Settings::i()->show_home_link}} <li data-role='navItem'><a href='{setting="home_url"}'>{lang="home_name_value"}</a></li> {{endif}} {{foreach \IPS\Application::allExtensions( 'core', 'FrontNavigation' ) as $id => $nav}} {{if $nav->canView()}} <li data-role='navItem'> <a id="elNavigation_app_{expression="strtok( $id, '_')"}" href='{$nav->link()}' {{if $nav->active()}}class='active'{{endif}} {{if $children = $nav->children()}}data-ipsMenu{{endif}}> {$nav->title()} {{if $children}} &nbsp;<i class='fa fa-caret-down'></i> {{endif}} </a> {{if $children}} <ul id="elNavigation_app_{expression="strtok( $id, '_')"}_menu" class="ipsMenu ipsMenu_auto ipsHide"> {template="navBarChildren" app="core" group="global" params="$children"} </ul> {{endif}} </li> {{endif}} {{endforeach}} {{endif}}Replace by
    {{if !in_array('ipsLayout_minimal', \IPS\Output::i()->bodyClasses )}} {{$extensions = ( \IPS\Member::loggedIn()->language()->isrtl ) ? array_reverse( \IPS\Application::allExtensions( 'core', 'FrontNavigation' ) ) : \IPS\Application::allExtensions( 'core', 'FrontNavigation' );}} {{foreach $extensions as $id => $nav}} {{if $nav->canView()}} {{$tabId = uniqid();}} <li data-role='navItem'> <a id="elNavigation_app_{expression="strtok( $id, '_')"}_{$tabId}" href='{$nav->link()}' class='elNavigation_app_{$id}{{if $nav->active()}} ipsNavActive{{endif}}' {{if $children = $nav->children()}}data-ipsMenu data-ipsMenu-activeClass='ipsNavActive_menu'{{endif}}> {$nav->title()} {{if $children}} &nbsp;<i class='fa fa-caret-down'></i> {{endif}} </a> {{if $children}} <ul id="elNavigation_app_{expression="strtok( $id, '_')"}_{$tabId}_menu" class="ipsMenu ipsMenu_auto ipsHide"> {template="navBarChildren" app="core" group="global" params="$children"} </ul> {{endif}} </li> {{endif}} {{endforeach}} {{endif}}Save
×
×
  • Create New...