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. Its only css! not possible to break something with it! you can copy paste it inside custom.css and it will fix the navigation z-index issue you reported. if you remove it from custom.css, it should revert the style changes. if it doesn't, then something else is going on
  2. No clue how do you update exactly? IPS marketplace is moved to ACP on latest ips version 4.5.x you cant update the marketplace themes manually by downloading and updating anymore
  3. Please add this to custom.css #ipsLayout_header {position: unset;top: auto;z-index: auto;}#ipsLayout_header.ta_fixedBar {position: sticky;top: 0;z-index: 999;} this will be fixed on the next update soon 🙂
  4. Yes i dont know why would this code cause crash but try to paste the code above all other codes if you have in custom.css like this
  5. Sorry try this .tickerList a, #ipsLayout_footer .tickerList a { text-decoration: none !important; }
  6. Sorry about this to fix the userbar not showing from mobile version please add the below codes in custom.css @media screen and (max-width: 979px){ #ipsLayout_header { z-index: auto; } }
  7. just add this and it will remove the underline style of link .tickerList a,#ipsLayout_footer .tickerList a { text-decoration: none; }
  8. this is normal. you need to click that 3 line icon then you will see the notifications and messages...etc
  9. Add in custom.css and change the border style .tickerList a, #ipsLayout_footer .tickerList a { text-decoration-style: solid; /*dashed, wavy, double*/ } if you dont want the border at all, change the border color setting in the plugin to be same as the background color The speed option was moved to front-end side you can change the speed manually if you wanted
  10. 1. theres no guides unfortunately 2. theres a new update coming soon with a better understanding of palette section, you will be to ably to customize the dark/light color schemes.
  11. Hi, This button has no background color, you cant change the background color in the settings you can only change the text color which is connected with Light Text color option this is in the "Text" theme settings tab if you need to change it manually with css add in custom.css body[data-pagecontroller="topic"] a[id*="elShareItem"] { background-color: #556b2f; }
  12. Hi, Sorry i dont know either, but if you provide a link to this page, i can check it out and tell what color option this "share" button is connected to otherwise i cant do anything with a screenshot
  13. Make a copy of the original theme (the one with ips marketplace tag on it) and then delete it. after that you can install a fresh one from ips marketplace and copy paste customizations from the one you copied
  14. @pjfry im sorry but I can only help if you explain what you trying to accomplish There are no issues by default and I do not underestand what you want to do If you are haven issues with it while customizing it yourself, then you are all alone in this. Regards, Taman
  15. Hi, if you haven't customized the theme color settings then simply delete the Magnum theme and then reinstall it from marketplace. if you dont want to reinstall it, then you can make a copy of it first, and then delete the original magnum theme (The one with IPS Marketplace tag) and reinstall it from IPS marketplace after that you can copy your customization's from the one you copied
  16. Its normal, because these menu items you have added are external links, and you dont know if an external link is active or inactive on your website it makes no sense i guess but its possible to manually do it with css for each of your external links
  17. Hi, I cant precedence the issue https://gyazo.com/ccc19be4106c6897b1c86de8fef3ca02 it does not happen on my side 😕 I checked the theme now and everything is fine in the navigation colors by default so you probably have some css causes the issue
  18. Hi, you can call the elements by the default css class or id names i dont know why would u need to add a new class. but if you explain what you trying to accomplish i can help, but you will need to provide screenshots or links
  19. Just uploaded a new version fixing the issues please be patient it will be approved soon 🙂
  20. I will check it out as soon as i can thanks 🙂
  21. Please add this to custom.css until next update .ta_userNav {bottom: auto;} You cant delete a theme that is default IPS theme! you must set something else as default theme for your website and then delete the behemoth theme "the one with Marketplace tag" You cant show it only on a single page for example a homepage but you have a settings to control which IPS apps to show the swiper slider on for example forums
  22. Hello, Why not? whats the issue? do the settings does not open or something?
  23. Sorry i dont know about this maybe there is a setting somewhere in ips for that im not sure you might need to manually change the grid width with custom css in order to show more than two blocks I will check this out and include a fix within the next theme update 🙂
  24. You need to click somewhere else to hide the drop-down menus. this is how it works unfortunately its not something I have build in this theme Please test your website on default ips theme if you are unsure whether something is related to this theme or ips 🙂
×
×
  • Create New...