Jump to content

ReyDev

Members
  • Posts

    539
  • Joined

  • Days Won

    3

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by ReyDev

  1. 23 hours ago, kreosam said:

    Hello.

    First of all, thank you for great theme and plugins, we've buyed almost all of them)

    I have a very annoying moment with mobile menu.

    Look at the scheme of nested menu which using every site:

    + Link 1
      - Link 2
      - Link 3
      - Link 4
      - Link n

    When we're using this scheme of menu in desktop version we can click direct to Link 1 without problem.

    Could contain: Text

    But, when we switch to mobile version we can't click to Link 1🤦‍♂️ Why?

    Could contain: Text, Number, Symbol

    Could contain: Text, Electronics, Phone, Outdoors

    I see that in your site all is good, what should i do to fix my problem?

    @kreosam

    Hi, Thank you for reporting the issue. this issue is about the luxeri theme, not MENU PLUS, right?! if you check the default theme in my site that has MENU+, everything is ok. anyway, I'll check it out and let you know asap.


     

  2. 25 minutes ago, gabs007 said:

    Hey! In theory it should be possible using the information below, which works for the regular blocks.
    I only wanted to know if this is possible with this application.

     

     

     

    Hi @gabs007

    I read the contents and I also watched the video.
    Given that the story app has 3 widgets, these widgets are structurally exactly like the forum feed widget (the widget used in the video as a block in WordPress). Therefore, it must be possible to use it.

    BTW, for the final confirmation, you can also ask the IPS support whether it is possible to use the widgets of 3rd-party apps in WordPress or not.

    Regards

  3. 17 hours ago, InvisionHQ said:

    Hello best way to increase font size globally?

    Hi, 
    The theme uses the IPS font sizes. if you have any suggestion, let me know please.

    Regards

    general way to increase font size, setting a base font size for the body and use `rem` and `em` units for the nested elements 

  4. 59 minutes ago, Xaviours said:

    I meant automatically, like Instagram does for instance. After 24 hours, they're removed.

    I understand what you mean. It now automatically checks every 24 hours and deletes any expired stories.
    Due to system resources, I set the time to 24 hours to delete it, because if we check it every minute, it may slow down the site.

    there is an anopther option for hiding expired stories for members until they are removed, btw

  5. 16 hours ago, Mark Spieker said:

    This may have nothing to do with the plugin, but the photos on my stories are low quality even though they are taken from a cell phone. Thoughts?

    we don't modify the size, quality, ... of uploaded photos at all. in my opinion upload some photos from another devices and let me know please. send me your websit URL to check it out , if you want.

  6. 53 minutes ago, Xaviours said:

    Personally I would like to see it where the images they upload get deleted after X amount of time; this way there isnt an abundance of images stored on the server.

    the images will be deleted from the DB permenantly. of course you can enable/disable this option 

  7. I came across a problem, I can't log in to my site as Admin(ACP). I changed the password in the database but didn't work.

    I get this error

    Sorry, you do not have permission for that!

    2S119/1 Something went wrong. Please try again.

  8. 37 minutes ago, teraßyte said:

    In case you are trying to pass raw text it won't work, the code accepts only language keys.

    You can work around it doing something like this though:

    //<?php
    
    # First setup the language keys here
    \IPS\Member::loggedIn()->language()->words['new_title'] = "My New Title";
    \IPS\Member::loggedIn()->language()->words['new_text']  = "My New Text";
    
    # Then call confirmDelete()
    \IPS\Request::i()->confirmedDelete( 'new_title', 'new_text' );

     

    Or just add the language keys to your app/plugin. 😋

    Doesn't work!!

     

    i didn't use raw text, are lang keys, btw

  9. 53 minutes ago, Emediate said:

    How do I get images to maintain their perspective and not be cropped? I have played with the settings but cannot seem to change anything related to this.

    Eg - this image below:

    2023-Marketing_Flyer.thumb.jpg.18329bc478fabb9564fdfbb71ec8e7f1.jpg

    Shows up like this in Stories:

    image.thumb.png.143bd68596afc08906dfd64d812d81f1.png

     

    set the media size type to `contain` or `fill`

    story0016.thumb.png.476e9cfb01cc691dcd5b13c9bc996f9b.png

  10. 9 minutes ago, Mark Spieker said:

    It seems to make no difference. How did you get yours so big on your sample website? Is there a place where I can set the height of the thumbnails?

    Thanks so much

    for this

    story0015.thumb.png.3bddc60e92772ac3678330987d8138c4.png

    use this setting in the widget setting

    story0014.png.921baf3ff88223365907ff7619bc025a.png

     

    Hope it helps

     

×
×
  • Create New...