Jump to content

Marc

Invision Community Team
  • Posts

    15,659
  • Joined

  • Last visited

  • Days Won

    274

 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 Marc

  1. CSS in relation to pages could be edited in 3 different locations. Block level - This is what you have already seen, whereby the block itself has CSS sections you can enter Pages templates - Pages has its own set of templates, of which control how pages and databases display. You can see these in Pages->Page Management->Templates . There is a CSS. This is where you would create full custom wrappers if you wish to do so Theme level - For most people, this would be where you would change CSS. You find this in Customization->Appearance->Themes, by selecting the </> icon at the side of your theme. Here you can edit the way your site looks as a whole, in every way. If you want to add or override CSS elements, generally you would add to the custom.css file you can see on the CSS tab. This is never changed on upgrades, and is loaded last in the cascade (therefore you can use this to override any CSS element) While we cannot assist with customization itself, you can take a look through our guides in the following location, which has more information on the above areas and much more
  2. It would attempt to retain what is already there. However will not do them any further than the 3.x series
  3. Please disable cloudflare before we look any further there. The issue here is very likely caching
  4. We would need to look further into this for you, however the access details on file appear to be incorrect or missing. Could you please update these details by visiting your client area, selecting the relevant purchase, then clicking "Review/Update Access Information" under the "Stored Access Information" section. We look forward to further assisting you.
  5. If you add a new rule, then only when an action checks that condition would it apply to the user. It wouldnt do so retrospectively. If you wish for it to apply retrospectively you would need to recalculate.
  6. 10 CLS 20 PRINT "Glad to see this sorted the issue for you." 30 END
  7. That error would be "Tablespace is missing for table", which is a mysql error also related to your database server, rather than to the software. It looks like you have a crashed table somewhere on your database, which cannot be caused by the software itself.
  8. Fair enough. As mentioned, these would have to be cancelled first
  9. That is correct. We no longer use nested quotes within the software and havent for quite some time
  10. Please also try clearing cache by visiting the support area in the top right of your admin CP and selecting "clear cache" on the right of the page
  11. As mentioned, there should be an index.html file in each, that would stop them being browsable. Please check that first of all. If there is one present and you are still able to browse the folder, you need to contact your hosting company as they are not processing index.html as a default page for directories
  12. Looking at the marketplace for chat solutions is the only thing you would be able to do to add at present. We dont have a chat solution within the core product
  13. Not sure that is going to work there. I have flagged this for our developers again
  14. When you say cant access, and paying members, could you provide information on this? Paying where (subcriptions our side? If so, what subscription?) and what do you mean by cant access? Cant log in, or are not seeing what you would expect them to once they are logged in? I ask the above as depending where you are having issues, it may or may not be the SSO.
  15. Thank you for your question! Unfortunately, this is not something that is achievable within Invision Community at this time. Please feel free to post up within our suggestions forum if you would like to see this in future releases of the platform.
  16. Very glad we were able to help you get that sorted out for you.
  17. Because those items you are referring to there will have more specific CSS applied to them at some point, which is what we are saying you need to do with your own code there
  18. Unfortunately, you are refusing to accept how CSS works there. It is normal for html that does not have a a style defined, to follow any other CSS rules that apply to that element on the page. This isn't a 'call' that is being done. Its simply how html and CSS interact with each other on a page.
  19. Sorry for the confusion here. The issue is you are adding your own code using the source button, and its inheriting the stylesheet from the site. That is normal behaviour. If you wish to show different styling, you would need to add that styling.
  20. For other who may come across this, the guide for this has now been fully updated, and can be found in the following location
  21. As mentioned above, we cannot assist with custom development. As you are entering html directly, it would be for yourself to theme accordingly if you dont want it to follow the main themes styling rules. We would not advise on changing that within your stylesheet as it will change other elements of your site where that is the correct course of action. What you should be doing really is adding your own class to that item, and then adding your own CSS according to what you wish to see. If you do however want to change it entirely, you would add that rule to your custom.css file and change the rule. You shouldnt edit the style sheet itself, but instead override it as per design
  22. We cannot assist with customisation unfortunately. It is being inherited from your themes stylesheet. This is the specific item if thats helpful .ipsType_richText a, .ipsApp [data-ipsEditor] .cke_wysiwyg_div a { text-decoration: underline; }
  23. This has been the case for a long time when using a Q&A forum, as this is the intention of that forum type. It may be here that you are better to use a normal forum, and use "mark as solved" as an option for people to mark those. There is no way in which to change the order while retaining the Q&A forum.
  24. Glad you have a solution to your problem there
  25. I have created a new ticket for you on this, and escalated this to our developers to take a closer look at for you
×
×
  • Create New...