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. Yes. except it has nothing to do with ips sidebar widgets. the blocks you create are for footer only you can't use it for sidebars or anywhere else
  2. Not related to dreadnought theme, try to report to whatever the application is you are using ? Also, its good to test the issues on default IPS theme to check if the problem is on my theme or all themes
  3. Body background image doesnt show on mobile version of the theme its normal @media screen and (max-width: 979px){ body.ipsApp.ipsApp_front:before{display:none} /*hide body bg image*/ .ipsApp.ipsApp_front #ipsLayout_header header { background-color: #404052; /*logo background*/ } }
  4. with custom.css .ta_Header { margin-top: 85px; } with custom.css this hides the actual logo and uses the custom image link as a background image, this is the only solution i can provide @media screen and (max-width: 979px){ .ta_Logo { background-image: url(IMAGE LINK); /*paste your image link here*/ background-position: 50% 50%; background-size: cover; } .ta_Logo #elLogo img { opacity: 0; } } Cant do, sorry ?
  5. That update was due to this review anyway, If there is a new update i WILL change the version number AND adding the changelog if you don't see any new version numbers then yu can simply ignore the updates on marketplace ?
  6. You can hide news ticker on mobile there is a setting for that. as for the slider, there are no settings, but you can do it with custom.css .ta_themeSlider {display:none}
  7. <a class="ta_sliderButton" href="PASTE YOUR LINK HERE">Buy now<i class="fa fa-arrow-right" aria-hidden="true"></i></a> The setting title sometimes helps as well if not then play around on localhost its easy ?
  8. Version 1.0.5 Fixed ( Quick Links, Social Links) fields not been saved anymore on latest IPS 4.3.5 Version. For better recognizing your created blocks, the Block type or custom titles are shown on ACP Instead of "No title" text ? @Bluto thanks for suggesting.
  9. mmm, it happened after ips 4.3.5 version i guess I will fix it later. thanks for letting me know ? Its normal, You cant re-arrange blocks if the row is full ( 4 blocks ) Move one of the blocks out and then move it back to rearrange them ? I will try to improve it. not with next update tho
  10. Topic background? its in the Topic view tab under the same name ? Yes. P.S. only 2 templates modified in this theme i would say %98 the theme will always work with latest ips versions ? and if it is required to update i usually update themes the same day as the new ips version comes ?
  11. Not possible.
  12. Thank you ?
  13. Hello, Change the code to this one .ta_sliderToggle, .ta_sliderToggle + .elUserNav_sep {display:none !important} and you paste it like this ?
  14. The templates are here HTML > swiperslider I cant help more than that. you must be familiar working with IPS templates and HTML/CSS Editing the templates of will cause update issues. Thats the reason i cant provide support.
  15. Add this to custom.css .ta_sliderToggle {display:none} Sorry, i cant help on that, it will cause you issues in navigation if you remove it. its better to leave it like how it is
  16. Sorry, not possible without editing html templates which i can provide support
  17. Hello, Its already for all users, Just not guests. ? This is the secondary navbar space in default IPS theme. this isn't something in Swiper slider also, its not good to remove it. unless you don't want secondary navigation
  18. You might want to put this as a new topic here ? https://invisioncommunity.com/forums/forum/499-feedback-and-ideas/
  19. Not possible.
  20. I will do some more tests later
  21. spent the last 5 minutes checking on both links and it doesn't happen on my side ? what browser are you using?
  22. any link to check?
  23. You're welcome! ? Thanks.
  24. Yes, but that is "M" not X ? You can select this option to list all the modified templates and revert them back to default ? BUT, Do not Revert the globalTemplate & navBar template. AND any templates inside ta_template group If you have made changes in CSS templates then do the same revert BUT not any templates in custom group
  25. Hello, You seem to have modified includeJS template Please revert it back to default by clicking the "Revert" button If you have modified other templates then revert them back as well, because modified templates will remain same when you update your themes or your site
×
×
  • Create New...