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. just copy paste your customization's to the one in marketplace or... download the one from marketplace and update the customized theme with it thats the only solution
  2. add in custom.css body[data-pagemodule="forums"][data-pagecontroller="index"] .ipsPageHeader .ipsToolList_primaryAction{display: none;}body[data-pagemodule="forums"][data-pagecontroller="index"] .ipsPageHeader>h1{visibility: hidden;}
  3. You can change the color in the settings. its in the Front-End-Colors tab i dont even remember when did ips added Moderated Light background color setting I will have to refresh the color schemes in palette tab for next version
  4. Hi, Recently Updated topics i haven't modified anything in default widgets. they are all supposed to be same as default IPS theme. you might want to check the default IPS theme and see if you have the same issue there 🙂 I also havent changed anything in the colors since few versions back but in the latest versions you have a palette setting included with 5 different color schemes so maybe you were using a diffrrent color scheme and now there is another one activated as default theme color maybe! 🙂
  5. Sure Edit the language and search for this tag ta_themes_menu_more ACP > Language
  6. I think the problem is with a theme setting which relocates the javascript include this is in theme settings Custom tab you need to select JavaScript Include location to Inside the <head>
  7. Have you modified anything in the navbar? there are no issues like this on my side. the menus should automatically move into a "More" button on smaller screens you can also test it here on almost all themes https://ipskit.com/
  8. Hi, you will need to check the settings you are trying to edit they are also market as red 🙂
  9. You dont need to create extra theme settings for a custom color as it will cause you a headache later if you needed to reinstall the theme You can simply add another line of code in custom.css to setup the default color with targeting body tag except color schemes classes body:not(.taP_colorScheme1):not(.taP_colorScheme2):not(.taP_colorScheme3):not(.taP_colorScheme4):not(.taP_colorScheme5) .grpAdmin { --theme-grpAdmin: 0, 0, 255; /*<--- This is the default color in raw rgb*/; color: rgb(var(--theme-grpAdmin)); } basically, this will change the .grpAdmin color value but only if body tag has no classes like (taP_colorScheme1, taP_colorScheme2...) In your case you also do not need to use raw rgb color values in palette theme setting as its complicated to customize the colors. (Im only using raw rgb values in palette because ips uses almost all kinds of color with rgb) you can simply use HEX values in palette like --theme-grpAdmin: #fff; you will also need to remove the rgb tag in the color property color: var(--theme-grpAdmin);
  10. I just checked your website looks like this only happens if you have enabled only one slider and you do not have anything in the content or title settings in the slider settings should not happen and i will fix it on the next version if you wanted to do a quick fix for now with custom.css template just add this line @media screen and (max-width: 979px){ .ta_themeSlider, .swiper-slide { height: {theme="slider_height"}px; } }
  11. Please update your theme to latest version i cant find any issues like this.
  12. You mean the slider does not appear on mobile? Should not happen maybe you have some css that hides it? I can help if you provide a link 🙂
  13. Sorry, I just edited the code in my previous post please re copy and paste in custom.css
  14. Hi, You dont need to create a custom.css template custom.css template already exists by default 🙂
  15. Hi, sorry for the late reply i don't get any notification unless im quoted or my name user name is mentioned. This shouldn't happen Add this to custom.css temporary to fix it temporary until a new version 🙂 .one-Col .record-image img, .two-colFirst .ipsGrid_span12 .record-image img, .three-colFirst .ipsGrid_span12 .record-image img { height: 100% !important; width: 100% !important; }
  16. I just uploaded a new version in marketplace fixing the style issue with articles like in your screenshot soon it will be available to update in marketplace 🙂
  17. Weird the way i see it you are the only one haven this issue. the theme installs without any problem in the marketplace, plus it doesn't make sense if they say its a problem in Magunm theme and cant be installed from their marketplace. how did they even accept it in the first place if it doesn't install! whats the point of waiting 24 hours for a theme to be approved by ips lol if you want to send me a login info i will check it myself otherwise i cant make anything out of the error so to check it on my side
  18. Please file a ticket to IPS maybe you have the same issue on other themes or plugins/apps i just tested and i didnt have any problem installing it from marketplace in latest ips version I can send you a copy of the theme to install it manually, however this issue will have to be fixed otherwise its not appropriate to always send you a copy of new versions i release in ips marketplace i hope this makes sense 🙂
  19. mmm this should not happen! you dont need to install it manually its difficult for updates Try to run the support tools here ACP > System > Support > Something isn't working correctly.
  20. Do you install it manually or from IPS Marketplace in ACP?
  21. Hi, Please add the below code to custom.css to fix it .ipsLayout_minimal .ipsLayout_container { max-width: var(--layout-width) } You can remove this when next theme update is available 🙂 Thanks for reporting
  22. Hi, i just instilled the update on my website and everything is fine with the slider. including the "go back to top" button. If you have modified templates then during theme updating you should be getting a window popup indicating that you have modified templates. you will need to select the newer version of templates during theme update. if you haven't done that and you choose to select your customized templates during theme update then this is probably why the slider doesnt work or the back to top button a re installation will fix the issue. if you dont want to reinstall because of customization's then try to make a copy of the current theme you have and then delete it. ACP > Customization's > Themes after that reinstall magnum theme from marketplace and copy paste your customizations from the theme you copied to the new one. but i strongly suggest you not to modify any kind of templates but custom.css.
  23. Hi, To be honest I'm lost too I haven't changed anything regarding user profiles EVERYTHING in user profile images MUST be same as default IPS theme. Not a bit of code is changed or modified on my side. If things were different before or if I have provided you with some css to customize the profile pictures years ago or something like that then you might need to update the code again. let me know how do you want your user profile pictures to be so I can provide you some css code to put in custom.css 🙂
×
×
  • Create New...