Jump to content

ReyDev

Members
  • Posts

    541
  • 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. 15 minutes ago, Sascha Prinz said:

    I've Installed your app but get an error message. 

    If i placed a widget and try to edit the widget setting. 

    Hi,

    this error message is very general.
    I guess , it is not related to the app , Could I get access to your panel to check it
     

  2. 4 minutes ago, Dean_ said:

    This might only be an option for me as I can't see many people using this, but the option to not use any main or secondary titles? I wish to just show a picture and then have the posts/topics underneath (would make the sidebar neater in my eye).

    That's a good idea.
    I'll definitely add this option in the next version

  3. 9 hours ago, HDiddy said:

    This only works with the system default theme. Anyway to get it working with other themes specifically IPS Focus themes.

    Since each app or theme that is written has an specific implementation and may overwrite another app or theme and also, we don't  have access to different themes or apps (source code) and this is basically not possible, So we can not solve this issue this way.

    But the best solution is to be able to enable or disable any section with an option in your theme or application. Exactly what we did in Menu PLUS.
    Menu+ will work fine, If you can disable the menu section in your theme or app.

  4. 3 hours ago, kmk said:

    Multilanguage support.

    This item is currently supported.
    This app works based on the main menu of your website. it means , in the ACP, you can specify your menu for each language and finally by activating the menu+, you see it. You can see this DEMO page and change language at the bottom of this page to check right-to-left and Multilanguage support.

     

    3 hours ago, kmk said:

    1. Fontawesome or icons for each menu item.

    2. Sticky features. Option to choose only sticky the mobile navbar (without website logo), sticky to top or bottom, show and hide it according if scroll up or down page (like Chrome).

    These items are also in our development plan and will be added in future versions (with more features)

     

    3 hours ago, kmk said:

    3. Add breadcrumb to up or down of the mobilenavbar, With this we don't need to leave a space of the mobilenavbar to place the breadcrumb, we can use the mobilenavbar totally for direct access buttons. If the mobilenavbar is sticky to top, then the row of the breadcrumb will be placed down of it. If the mobilenavbar is sticky on bottom, the breadcrumb will be placed up of it. 

    That's a good idea and we would work on it. 

  5. 14 hours ago, ReyDev said:

     

    like this :

    Untitled232323.png.fa71093ba4f7ef3034ceaab39ffa779e.png

    this problem is fixed, and new version was uploaded to approve.

    14 hours ago, Yannick Lamarre said:

    I don't use the logo in the menu.

    But in your demo, the breadcrumb trail is in the right place. In my site I have a lag.

    You can see it at mafiarose.com

    Please enable MENU+ in your website

    and if you dont want to show the logo. you just disable it from admin VALA MENU PLUS > Setting > Logo setting tab > Enable | Disable

  6. VALA Menu PLUS Application

    This app allows you to change your menu to a dropdown menu using tons of customization options.

     

    Please use this topic for support request or suggest new ideas.

  7. 1 hour ago, Daniel F said:

    what's in your callback?

    I would suggest to take a look at the Request:.confirmedDelete function to see what it is actually doing;)

    Thanks.

    I think, after confirmation by ips.ui.alert.show, I should add this query (wasConfirmed = 1) to my ajax URL.

    I tested. it works. That is correct ?

  8. 23 minutes ago, CodingJungle said:
    
                    ips.ui.alert.show({
                        type: 'confirm',
                        icon: 'question',
                        message: ips.getString('some_message_string'),
                        buttons: {
                            ok: ips.getString('ok'),
                            cancel: ips.getString('cancel'),
                        },
                        callbacks: {
                            ok: function (e) {
                                
                            },
                        },
                    });

    you can use the ips.ui.alert, put the ajax callback inside "ok" that actually sends the ajax request for delete.

    I do exactly that.
    But the problem is using the confirmDelete() method. That means there is no need to use this method in the controller ?!

  9. 4 hours ago, kmk said:

    IMG_20201230_211038.jpg

    IMG_20201230_211228.jpg

    IMG_20201230_211200.jpg

    for these , you can set position for tooltip: 

    hotspot-position.png.99eb327173c943c8d057068e43622295.png

     

    about responsive on mobile , we're working on it , and We will fix it. for now You can create another hotspot and enable it just on mobile with small hotspots (you can set smaller size for them).

    please look at this: a Hotspot with small spots and text. we've used position for tooltip and smaller spots.

    hotspot-mobile.png.89497b00ab49da3b0513fdcc020b60a6.png

    For example, I've changed the position of this point to bottom-right and as you can see, it is displayed well

    mobile2.png.71aea3f6ca2f45d6d05069e5153742ef.png

     

     


     

×
×
  • Create New...