Jump to content

Optic14

Clients
  • Posts

    366
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Optic14 reacted to Fosters in Bookmarks - Support Topic   
    Update on Bookmarks:
    We're still at work going through the final testing of the newest release of Bookmarks, planned release v1.3.0.  This is a major update with several new features including permissions per membergroup, modal menus, and improved output on the bookmarks overview.  Stay tuned for the upcoming release!
  2. Like
    Optic14 reacted to TheJackal84 in (DF42) Profile Video   
    If you hide it, it will still play, You can check the demo https://ipsdev.org/index.php?/profile/1-thejackal/
    I basically only added that feature because someone wanted it to show in the activity bit and its big there, So instead of it taking up loads of room and scrolling down to see the activity of the user, you can just click to hide it and the activity will be on top
  3. Thanks
    Optic14 reacted to TAMAN in Dreadnought Theme [ support topic ]   
    I will fix it on next update, not soon tho since it doesn't cause troubles.Thank you.  
  4. Thanks
    Optic14 got a reaction from TAMAN in Dreadnought Theme [ support topic ]   
    Hi @TAMAN
    Minor issue
    When using front-end block editor, the sidebar seems to always be on top of large config overlays (such as Gallery image feed):

    Default:

  5. Thanks
    Optic14 reacted to onlyME in Videobox   
    Ok, it will be fixed in the next version.
  6. Like
    Optic14 got a reaction from onlyME in Videobox   
    Thanks for response.
    In the end all I need to do is change author of review in Videobox after I manually copy and paste reviews from my old system.
    But yes I understand, will make backups and tinker.
  7. Thanks
    Optic14 reacted to onlyME in Videobox   
    Try to go acp > Advanced Configuration > friendly urls
  8. Thanks
    Optic14 reacted to onlyME in Videobox   
    I confirm this bug, go to ACP > Customization > click </> to edit your theme > videobox > front > widgets > LatestReviews
    Find and remove
    style="height: 100px;" Save
  9. Like
    Optic14 got a reaction from TAMAN in Dreadnought Theme [ support topic ]   
    @TAMAN thank you very much for the explanation.
    @TheJackal84 and thank you for looking into changing this. Hope to see the update soon in your plugin! We are eager to use it as soon as possible. 
  10. Thanks
    Optic14 reacted to TAMAN in Dreadnought Theme [ support topic ]   
    Yea, I had to move the body background image to a new element to reduce the scrolling janks, Now the theme scrolls as fast as me killing everyone in PUBG school area
     
    @TheJackal84 I hope you dont mind me tagging you here
    In your plugin "profile Backgrounds" 
    Try to avoid using the images on body element, this causes scrolling janks (laggy scrolling), especially with "background-attachment: fixed" 
    So, for your plugin try add a new element for the background images with z-index and you dont even need to use !important on anything and it will always be on top of body
    Or using ::before pseudo element on body, You can simply copy my css codes in my themes you can check here http://hellshammers.net/tit/
     
  11. Like
    Optic14 reacted to TheJackal84 in Dreadnought Theme [ support topic ]   
    Yeah that's no problem I will look into changing it, I tried to make it so it will work on all themes cos I know some people use their own elements and classes, Thanks for the info.
  12. Like
    Optic14 reacted to TAMAN in Dreadnought Theme [ support topic ]   
    wait! no no im sure someone else wanted to exclude the slider on club forums only  
    anyways, leave it 
     
    Enjoy!
  13. Thanks
    Optic14 reacted to TAMAN in Dreadnought Theme [ support topic ]   
    Oh i totally misunderstood then 
    I thought you wanted to exclude the slider in club forums only and not on main forums app 
    yea i did add that option to exclude on forum categories like a week ago LOL 
    keep your eyes on update changes 
     
    Cheers!
  14. Like
    Optic14 reacted to TAMAN in Dreadnought Theme [ support topic ]   
    Version 2.1
    Palette is now available in this theme, You can switch between a white and dark version of the theme or adding your own preset of colors, Please read the palette description in theme settings.   Added user group option to News ticker, You can now choose who can see the news ticker. Added "Forums: Categories" to slider exclude option
      For faster scrolling Body: Background attachment  setting has been removed.
    during theme upgrade, this setting wont be removed on your side unless you install the theme fresh, So just ignore it   Fixing minor CSS issues and improvements
     
    How to update?
    ACP --> Customization ---> Themes

  15. Like
    Optic14 got a reaction from Fosters in Bookmarks - Support Topic   
    It does seem to be a bug then.. I installed this on IPS 4.2.2
    Any suggestions I can try doing from my end?
    The bookmarked posts do take me correctly to the correct posts, but the preview always uses the first post.
  16. Like
    Optic14 got a reaction from Fosters in Bookmarks - Support Topic   
    PM sent @Fosters
  17. Thanks
    Optic14 reacted to Fosters in Bookmarks - Support Topic   
    Thx. No need to do anything, I'll test this later today and release a bugfix release if I'm able to reproduce it since we have already some other minor fixed bugs in the pipeline.
  18. Thanks
    Optic14 reacted to TAMAN in Dreadnought Theme [ support topic ]   
    Hi,
    Add this to custom.css until next version, very soon  
    .cProfileSidebarBlock img {max-width: none!important;}  
  19. Thanks
    Optic14 got a reaction from TAMAN in Dreadnought Theme [ support topic ]   
    @TAMAN
    Me again.
    Recent Profile Visitors sidebar box on profiles appear to be displaying squashed/distorted avatars...
    It 
  20. Thanks
    Optic14 reacted to Fosters in Bookmarks - Support Topic   
    Yes.
    I think it would be a good idea to create a setting to disallow public bookmarks for such usecases I've added it to our bug & suggestion tracker
  21. Thanks
    Optic14 reacted to TAMAN in Dreadnought Theme [ support topic ]   
    Sorry sorry, I missed to close the css LOL
    this should be fine now
    @media screen and (max-width: 767px){html[dir] .cPost .ipsComment_content {padding-left: 10px !important;padding-right: 10px!important;}} .ipsApp .ipsButton:not(.ipsCoverPhoto_button) {z-index: 1!important;}  
  22. Thanks
    Optic14 reacted to TAMAN in Dreadnought Theme [ support topic ]   
    Its the same issue as what causes the horizontal scrollbar to appear and it is fixed along with the css i posted  
    let me know if you any other issue
  23. Thanks
    Optic14 reacted to TAMAN in Dreadnought Theme [ support topic ]   
    Thanks for notcing i will fix by next version  
    for now add these to custom.css to fix, you can remove it in on next theme update
    @media screen and (max-width: 767px){html[dir] .cPost .ipsComment_content {padding-left: 10px !important;padding-right: 10px!important;} .ipsApp .ipsButton:not(.ipsCoverPhoto_button) {z-index: 1!important;}  
    as for number 3, What is "Images" exactly? is that a topic? gallery app? any link to check?
     
  24. Thanks
    Optic14 reacted to TAMAN in Dreadnought Theme [ support topic ]   
    There is no setting for that and looks like i have forgot to change the color LOL
    anyways i will fix it in next version, the color should be connected to 
    Light area background color setting  
     
    for now add this to custom.css
    .cRatingColumn_on { background: #212224; }  
  25. Thanks
    Optic14 got a reaction from TAMAN in Dreadnought Theme [ support topic ]   
    Thanks @TAMAN
    I also have another question.
    Where can I adjust the colours for the rating column for each answer in a "Questions" type forum? 
     
×
×
  • Create New...