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

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by TAMAN

  1. Unfortunately no, I would have done it if it was possible. without causing problem for sub menus
  2. [data-pagemodule="system"][data-pagecontroller="register"] .af_Container, [data-pagemodule="system"][data-pagecontroller="login"] .af_Container, [data-pagemodule="support"][data-pagecontroller="home"] .af_Container {display:none}
  3. <iframe src="https://play.chessbase.com" width="100%" height="480px"></iframe>
  4. Re-download and update. I removed the shadings now. damn i hate IE .ipsApp.ipsApp_front .cForumMiniList_wrapper, .ipsSideMenu { background: #fff /* background color */; } .cForumMiniList > li > a.cForumMiniList_selected, a.ipsSideMenu_itemActive { background: #e5e5e5; /*Active background*/ } a.ipsSideMenu_item:not( .ipsSideMenu_itemActive ):hover { background: #f5f5f5; /*hover background*/ } a.ipsSideMenu_item { color: inherit; } I will add color settings for side menus in future updates and separate it from ipsMenu color set forum fluid forum view/account settings/moderator settings/ search.....etc are all Side menu navigations
  5. mmm, wired doesnt happen here. Do you have a lot of sliders added? if not, then simply do a fresh install maybe?
  6. Its ok ? and again, im sorry for the problem, it just i didn't notice it because all new version of my themes were installed in a new ips suite in my localhost and there are only a couple menus by default therefore there is no "More" drop down. thats why it seemed totally fine to me when i updated the theme. Please let me know if i can help on anything else Have a lovely day.
  7. Change the color with a custom css #elTabs_search_content span.ipsSideMenu_item { color: #000; } I will try to find a better solution for ipsSideMenu's, probably adding a set of colors just like ipsMenu. no promises tho xD Not a bug, and yea the opacity sets to the whole area, and it was intentional. but I just did a quick patch right now and the opacity should apply on the image only re-download and update ?
  8. Pages is a ips application. you can buy it in client area ?
  9. its normal, by default, all menus uses the default icon which is this to change the menu icon you need to target the menu by its text. so i have optionally changed ALL default IPS and application menu icons by targeting the english menus In your code [data-navtitle="Browse"] .ta_navIcon:before{ content: "\f21a"; /* This is font awesome icon unicod https://fontawesome.com/v4.7.0/icons */ } [data-navtitle="Navigation"] .ta_navIcon:before{ content: "\f21a"; /* This is font awesome icon unicod https://fontawesome.com/v4.7.0/icons */ } Simply, change the Browse, and Navigation text in the css to whatever it shows in your site ? If your site is multi language then change the menu icons like this [data-navtitle="Browse"] .ta_navIcon:before, [data-navtitle="What is Browse in french?"] .ta_navIcon:before { content: "\f21a"; /* This is font awesome icon unicod https://fontawesome.com/v4.7.0/icons */ } [data-navtitle="What is Navigation in french?"] .ta_navIcon:before{ content: "\f21a"; /* This is font awesome icon unicod https://fontawesome.com/v4.7.0/icons */ } simple
  10. Hello, No, sorry it wont work this is forum rss feed imports
  11. No worries! im glad it is fixed Let me know if i can help on anything else. Have a lovely day ?
  12. No version updates, just a quick patch with the same version re-download and update the theme
  13. But, you said how come you dont have any blocks under ACP > Pages > Block? anyway, it makes sense now, you're using the styles as a database template and NOT block plugins templates Change the s1_two_column here ACP -> Pages -> Templates -> Database templates -> s1_two_column -> entry If still doesn't work you can send me a login info with access to pages tab only i can do it for you.
  14. @liquidfractal I just did a quick patch fixing the issues you mentioned as for this The problem is in your side only. you have installed and enabled this plugin below But, if you don't use it, then disable it. this plugin overrides any background images added to body tag but again you dont use it, you just enabled the plugin and you want to use the background image in the theme! if you have enabled this plugin or trying to use it then forget about the theme background image and start using the plugin. or disable it and use the theme background image. That was the "More" drop down menu i break with the latest update. its not like im always breaking something man that was "one" thing xD shT happens sometimes, im not perfect BUT, i fixed it one hour after you reported if that's not fast enough for you then I'm not sure what else i can do about it because like it or not, this kind of situations will happen the other color issues was never something i broke with the update it was simply not fixed.
  15. Then change it directly from the block you created edit the block go to content tab and change it from there
  16. Hello yes it is possible to use font awesome icons in menus if a plugin/app causes issues in my theme only and not the default ips then yes otherwise no you nees to contact the plugin/app author so they can fix it
  17. I will check this later for now download and upgrade to version 1.0.4 by clicking on channellog in marketplace and then upgrade to 1.0.5 Thank you
  18. Hi, This is Pages database template customization and not blogs or any other apps
  19. No, only magnum version 4.1.8 and above works with ips 4.3 if you're updating to latest ips version then update the theme to latest version as well ?
  20. On mobiles and some small screen tablets, the theme uses default IPS mobile design. As steph mentioned, check the demo site ?
  21. Blocks are cached, so when you change the block plugin codes it might take time to apply on front-end side If you want the changes to apply immediately then you need to delete the block and re add it ? otherwise wait a couple minutes after you edit the block plugin codes
  22. You need to change it from the template you are using for example if you are using the S1 One Column style then you need to change it from the s1_one_column template, remember all the styles are created as Block templates AND Database templates, so make sure to change it from the one you are using If you still can not do it, Please add more details, which style you are using and as a widget or as a database template
  23. So, that means you don't have any issues?
  24. I will update swiper slider along with the next theme version a week maybe. Do you have any issues with it?
  25. Simple, Say your custom link is named Activity You can change the menu icon by targeting the menu text like this [data-navtitle="Activity"] .ta_navIcon:before { content: "\f080"; /* This is font awesome icon unicod https://fontawesome.com/v4.7.0/icons */ }
×
×
  • Create New...