Jump to content

TAMAN

Clients
  • Posts

    3,760
  • Joined

  • Last visited

  • Days Won

    25

 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 TAMAN

  1. Theres a new theme update coming and then after that i will update the copyright removal
  2. Do you have any error logs to check? it cant be a theme issue tho unless you have modified the templates or maybe a plugin/app causes the issue 🙂
  3. Sorry for the late reply i didnt check the front-end side as there were no changes big mistake lol i uploaded a new version now and fixed the share button. --- last time it took more than 2 weeks for another plugin to be accepted in marketplace for now just add this in custom.css and it will be fixed as its just style issues. 🙂 .tapas-ashare { height: auto!important;background: none!important; display: inline-block!important;} .tapas-ashare > ul {background: var(--ta-sharer-bg); } you can remove it when you update the plugin
  4. You should be able to renew it! keep me updated 🙂
  5. I only selected the new ips version as supported. the file was not reuploaded the version supposed to be the same because there was no changes. whats the problem exactly? 🙂
  6. Hi, the custom news ticker has its own location option in the plugin settings, you also have some other options to setup 🙂
  7. You can disable that in the palette Tab. you dont need any css to hide it 🙂 and I agree with you it doesn't make any sense to supply 5 different customizable color schemes as a dark/light color scheme 😄 In the new version i have removed all of this, there will be only a toggle to enable/disable a darkmode feature and you will have a dark mode color scheme box to edit, and it will be provided with a default dark mode color scheme.
  8. All is perfect now 🙂 i moved options and color settings to front-end side so its easily customizable like the news ticker widgets ^^ the only difference is the custom news ticker has no translatable fields but with the widgets news ticker you can add translatable news tickers
  9. sure just check the theme settings in the palette tab 🙂
  10. Hi, You might need to install the update from marketplace and then copy paste your customizations from the current theme you have to the one installed from marketplace, thats the only option also, theres a new update coming for this theme you will be able to import/export all theme colors with a click in theme settings 🙂
  11. Hi, Maybe your ips license is expired! You can't download/install from ips marketplace if the license is expired
  12. Hi, its connected with Light text color setting in Text tab
  13. Hi, as soon as all my themes are updated to a new version that im working on currently then i will update this application and set it free in IPS marketplace
  14. add this in custom.css to fix that body[data-pagemodule="videos"] .ipsPagination { margin-bottom: 22px !important;}
  15. I just did you should be able to install i ips 4.6.x marketplace
  16. I dont remember any of that 😄 but yes this will be possible now you can even create a database of sliders to show only on mobile ^^ you will need pages app tho and all you have to do is add a block of custom slider then add a css class like ipsResponsive_hideDesktop to the block you create in pages Thank you. 🙂
  17. IPS marketplace files depend on the version this plugin still works on previus versions if you have it installed 🙂 if you are using the widgets news ticker on latest version you can add sticky news ticker widgets that show on top or bottom or page you can also enable the custom news ticker in the plugin and then select the "On top of page" in Location option 🙂 its not sticky that way and you can basically show it anywhere in ips
  18. there are many changes in the slider for example you will be able to add any of existing pages blocks as a slider and reorder theme with the custom sliders in the theme slider buttons are also removed you will only have a slider title and content field with user permissions i dont remember anything of mobile specific maybe you need to remind me of it! 😅
  19. its easy to learn all of that and you dont need to follow learning websites like w3schools or learning html first and then css! this is confusing you will get bored. heres how you will learn very easy and very fast in just a couple months with complete knowledge of html/css/js/php...whatever you want... 😄 first off since you are already here, then download IPS and install it in localhost so that you can play around with css/htm/js/php..... to learn.) you can use WAMP server on windows to install IPS https://www.wampserver.com/en/ then create a theme and start to learn by playing with the default ips theme in ACP. you have html/css/js templates including the php tags ips uses so you will learn all of that. remove the logo, move it somewhere else or play with the css and change the logo color or background. you will see how things work in the html/css templates and if you have questions like what is this { } or this <> then just remove them my friend! see what happens! and then google what is it for 😄
  20. use the default ips css framework https://invisioncommunity.com/4guides/themes-and-customizations/css-framework/introduction-to-the-css-framework-r88/ everything will look nice and will match the user theme. and if you have a bit of js code then add it inside the html template if you are creating a plugin then add your js/css files in the plugin dev folder and in the developer center settings in acp, ips recently added options to select your pages templates to be installed with your plugin. your plugin will install/delete/update the pages templates for you 😛
  21. That's it then 😅 no problems I will re-upload the plugins later. Thank you. And i wish to disable this kind of tasks when Dev mod is enabled! it creates a headache for newbies like me lol
  22. I have created a reusable widget in my plugin and im using translatable form fields to save a title and content. and i do it just like how ips does it for example in Most Contributions widget ...\core\widgets\mostContributions it is a reusable widget with a translatable form i have added the delete method in my widget like this public function delete() { \IPS\Lang::deleteCustom( 'core', $this->configuration['tacw_title_lang'] ); \IPS\Lang::deleteCustom( 'core', $this->configuration['tacw_content_lang'] ); } $this->configuration['tacw_title_lang'] returns the unique language key to delete but it does not delete anything and the key is still in the core_sys_lang_words in the database table @Daniel F the default ips Most Contributions widget seem to have the same issue. the language string used for the title is not deleted in the database when the widget is removed! can you please help
  23. no its not the recent update was for ips 4.6.x support
  24. this theme was updated recently to support latest ips version. only a bit of code in globalTemplate was required to change tho if you have any issues with the theme please let me know 🙂
×
×
  • Create New...