Jump to content

onlyME

Clients
  • Posts

    2,712
  • Joined

  • Days Won

    17

Reputation Activity

  1. Like
    onlyME reacted to Joel R in Topic Thumbnail for IPS4.x   
    Thanks for the update and continued maintenance. 
  2. Like
    onlyME got a reaction from Tripp★ in Featured Content for IPS4.x+   
    Yes, I know this bug with Ticker Mode ON. The problem is in jquery plugin of slider. I haven't found a solution yet
  3. Like
    onlyME reacted to gigantor in Featured Content for IPS4.x+   
    I think so, under installed applications it shows version Featured Content 4.1.15.
    Ok, I see there is version 4.1.18 and it looks like that fixed it. Thanks
  4. Like
    onlyME got a reaction from gabs007 in (BIM40) Easy Popup   
    Hi,
    It has permission setting for Groups. And you can use the ' Frequency to show ' option to make your popup shows every 2days. Google bot can search the content.
  5. Like
    onlyME got a reaction from Ioannis D in Topic Thumbnail for IPS4.x   
    Does the thumbnail still fuzzy after F5?
    I confirm this bug, it will be fixed in the next version.
  6. Like
    onlyME reacted to Joel R in Topic Thumbnail for IPS4.x   
    @onlyME Thanks for the update and continued maintenance.
  7. Like
    onlyME got a reaction from Neej in Featured Content for IPS4.x+   
    It had this feature  The image is from the first post of topic.
  8. Like
    onlyME got a reaction from SammyS in (BIM40) Easy Popup   
    No, I don't make new. I will consider about an option for my current Easy Popup to show popup when exit page.
  9. Like
    onlyME reacted to AstralEcho in Featured Content for IPS4.x+   
    Awesome, that solved it. Thank you!
  10. Like
    onlyME got a reaction from AstralEcho in Featured Content for IPS4.x+   
    Hi,
    The code should be
    {expression="\IPS\Application::load('featuredcontent')->show(1)" raw="true"} (1 is Slider ID)
     
  11. Like
    onlyME got a reaction from GrooveOnBeat in (BIM40) Easy Popup   
    I will find a solution.
  12. Like
    onlyME got a reaction from ResPecT My Authoritah in (BIM40) Easy Popup   
    It saved cookie with popup ID. I think I need to change in some next versions.
  13. Like
    onlyME got a reaction from ResPecT My Authoritah in (BIM40) Easy Popup   
    I will find a solution.
  14. Like
    onlyME got a reaction from ResPecT My Authoritah in (BIM40) Easy Popup   
    V1.1.5 has been released with an option to not show popup again after clicking closing button.
  15. Like
    onlyME got a reaction from Neej in Featured Content for IPS4.x+   
    Please give me the url.
  16. Like
    onlyME reacted to Neej in Featured Content for IPS4.x+   
    Hey mate,
    Got it working by changing the following code in the 'showSlider' template.
    From 
    {{if $Slider->bitoptions['nolink'] != 1}} <a href="{$row['url']}" title="{$row['title']}" {{if $Slider->bitoptions['newwin'] == 1 || $row['newtab'] == 1}}target=_blank{{endif}}> {{endif}} to This;
    {{if $Slider->bitoptions['nolink'] != 1}} {{if $Slider->id == 7}} <a href="{$row['url']}" title="{$row['title']}" data-ipslightbox="{$row['title']}" data-ipslightbox-group="12345"> {{else}} <a href="{$row['url']}" title="{$row['title']}" {{if $Slider->bitoptions['newwin'] == 1 || $row['newtab'] == 1}}target=_blank{{endif}}> {{endif}} {{endif}} Result can be seen on this page http://www.soc-aus.net/companies/planetside2/ps2_info/
    The lightbox actually allows you to scroll through the images with the left and right arrows too, so that's a bonus.
  17. Like
    onlyME got a reaction from Neej in Featured Content for IPS4.x+   
    Try
    {{if $Slider->id == 1}} .... {{else}} ... {{endif}}  
  18. Like
    onlyME got a reaction from Neej in Featured Content for IPS4.x+   
    I'm not sure but I will consider your idea.
  19. Like
    onlyME got a reaction from Neej in Featured Content for IPS4.x+   
    Ok, I will install and test it.
    Edit: Updated, it worked fine.
    http://prntscr.com/bu7tzd
  20. Like
    onlyME reacted to LoulouX in Featured Content for IPS4.x+   
    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
     
  21. Like
    onlyME got a reaction from Neej in Featured Content for IPS4.x+   
    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; }  
  22. Like
    onlyME got a reaction from gabs007 in Topic Thumbnail for IPS4.x   
    Try to upgrade again and run get support to clear the badly cache. If it still does not work, give me ACP access so I can test.
  23. Like
    onlyME got a reaction from m@t in Featured Content for IPS4.x+   
    You can set smaller font-size of slider
    .sliderTitle h1 { font-size: 14px !important; }  
  24. Like
    onlyME got a reaction from Neej in Featured Content for IPS4.x+   
    Hi,
    I confirm this bug, it will be fixed in the next version.
  25. Like
    onlyME got a reaction from Neej in Featured Content for IPS4.x+   
    Updated, please try the newest version.
    http://prntscr.com/bs0z0d
×
×
  • Create New...