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

Everything posted by ReyDev

  1. for these , you can set position for tooltip: 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. For example, I've changed the position of this point to bottom-right and as you can see, it is displayed well
  2. The problem was solved. There were problems in the license section that were resolved after contacting the support department.
  3. I've hooked a theme in my application, And I'm going to add a css file to this theme. I've added the css file ( here : myapp > dev > css ), but it doesn't attach automatically to the theme like plugins. How can I do it?
  4. I've developed an app, And I want to add menu items of this app to this section. How can I do it?
  5. Selector : nav[data-controller='core.front.core.navBar'] > div.ipsNavBar_primary.ipsLayout_container content : {template="navBar" group="plugins" location="global" app="core" params=""} And navBar.phtml is something like this : <ips:template parameters="$preview=FALSE"/> <div> <div class=myMenu"> <ul> <li>Item 1 </li> <li>Item 2 </li> </ul> </div> </div> As I said, It works in developer mode but in production mode doesn't.
  6. Hi, I've created a template hook for a plugin. Everything is ok when I'm in developer mode(IN_DEV = TRUE) but in production mode(IN_DEV = FALSE), I get this error : [[Template core/front/global/navBar is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]
  7. You can Upload an image, Add the spots with tons of customization options, And you can use the hotspot widget in the frontend. Please check Demo
  8. Thanks. Of course, this app can also be used for this purpose. 🙂 You can use the widget of this app on any page and wherever you want but it can not be added inside the editor. You can use its output as a image (we're working on it) in any editor.
  9. No. But we are going to add a new feature to the app that you can get jpg and png from images and their hotspots and use them wherever you want.
  10. It's a good idea for a LMS system.
  11. This is a special feature and is not currently in our development planning.
  12. I added to the demo after reminding you. Yes, you can set a URL for contents. The spot content is very complete and powerful and supports any content you want Check it please here : http://ips.valacoding.com/index.php?/online/ Your content can be : simple text with link Image with link Movie ,that you can upload a video or use an external link (youtube , ... ) Text using text editor (you can use the IPS editor to add any content you want ) please look at this screenshot. as you can see, it supports all type of content
  13. Thanks, No application or plugin is required. You can use it wherever you want.
  14. In this hotspot, I used the link You can see it here: http://ips.valacoding.com/index.php?/online/
  15. Any issues you send us will be resolved as soon as possible. Please send a screenshot of the issue in mobile mode. We are also checking for such cases and all cases will surely be resolved. There are some things that we will add in the new versions. Of course, this app is one of the most complete apps in similar widgets on other platforms. But we will make it better.
  16. You can definitely use link with text and image .You can also use text using Text Editor (it can be html) and video as well . You can add any type of content.
  17. Thanks for the reminder. I will add now.
  18. VALA Image Hotspots ApplicationThe Image Hotspot is a creative application that lets you bring life into an imageThis Application allows you to create beautiful and professional hotspots with tooltips and tons of customization options. Please use this topic for support request or suggest new ideas.
  19. Thanks, it worked. Works on ACP, but does not work on widgets. Can I attach JS files to widgets in the same way? Another question, should all JavaScript files be registered? And can we use regular JavaScript files? . Like :
  20. I did it according to the instructions you said and I am sure it is correct, but it still does not work. I think the problem could be from permission or something!!
  21. I said before that nothing works. even dbl-click event.
  22. It does not work in both cases \IPS\Output::i()->jsFiles = array_merge(\IPS\Output::i()->jsFiles, \IPS\Output::i()->js('script.js', 'myAppName', 'front')); I have stored some files in the JS Admin controller folder and some in the front section.
  23. I have developed an app and when working in developer mode everything goes well (IN_DEV = TRUE), but in production mode(IN_DEV = FALSE), JS doesn't work at all.
×
×
  • Create New...