Jump to content

opentype

Clients
  • Posts

    9,933
  • Joined

  • Last visited

  • Days Won

    137

 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 opentype

  1. Okay, needs a little more strength to override the theme settings: .SG_record_right_with_image { background-color: #FFF !important; }
  2. What’s the URL of that site?
  3. The default background color is missing or set to transparent in your theme. You can override it in your custom.css so it looks right again: .SG_record_right_with_image { background-color: #FFF; }
  4. can you post a screenshot of the section you are referring to? If you mean the sub categories which can have records with the step counter list, then no – they will always be left-aligned, because the lists need to be left aligned and a centered headline over that left-aligned list just looks terrible. I actually started putting in that option, but then removed it again after seeing the result. ;-)
  5. I know, it’s easy to overlook, but the instruction PDF has a page 2. It’s explained there.
  6. Again: please open a new topic. The content of your pages and the support for a template set are different things.
  7. That isn’t really possible, since it’s just HTML templates. There is no programming code in there that has the ability to delete anything. I would suggest to either open a support ticket with IPS to check out these “blank pages” or to open another forum topic and explain in more detail what you are seeing. The description “blank pages” doesn’t say much about what is going on and what might be the cause.
  8. Support topic for: Pages SuperHelp is a set of Pages templates for help/FAQ sections, tutorials, online courses and similar content. What’s needed: IPS 4.1 in its most recent version with the Pages application A Pages databases that uses several levels of categories. Benefits of SuperHelp: The Pages stock templates are limited to show only one level at a time: One level of categories; one level of record links in one category; one full record. SuperHelp is based on IPS’ Help Guide Section and can show much more information and make browsing your database much easier. The template set has a beautiful and clean look and is of course fully responsive. It adopts to almost all IPS sites and the included settings plugin lets you edit the template appearance without any HTML knowledge. What is included: A Frontpage category listing template which shows main and sub categories. A Listing template which shows sub categories, records in sub-categories and records in the current category. A Record View template with a sidebar, which shows other records in the same category. A Plugin which lets you change the settings of the templates easily. An installation PDF with detailed instructions and tips to set up your SuperHelp database. Plugin Settings: Show category follow button: Yes/No Show record images in listing view: Yes/No Show record image in record view: Yes/No Number of lines after which the preview text gets cut off Number of records to show in a sub-category list Type of icon to use for help steps: Automatic numbering or user-defined FontAwesome pictogram Text alignment for title/description on frontpage Text alignment for title/description on listing page Text alignment for category title/description on frontpage Expert options: Add category image to your main categories Override the styling (e.g. icon colors) in your theme’s custom.css
  9. There is some CSS on your site (from your theme?) which overrides background stylings. Quick fix: Go to the SuperGrid CSS styling for .SG_image_container_sidebar in custom.css and change: background-size: cover; to background-size: cover !important;
  10. You can. It was added as default option in SuperGrid 1.1.
  11. As described in the PDF:
  12. In the Pages template your database uses for the “record view”. It isn’t. It’s an application of the Twitter code. You can’t just paste the Twitter code. It’s just an example. The fields need to be populated with the dynamic content from the database record. Also, don’t just copy my code above. That’s also just an example. My Pages template include Twitter card support. You don’t need to do anything else than add your Twitter handle to the template.
  13. If the iFrames need to be only used by admins, then the mentioned method of turning on HTML in posts and allowing the iFrame base is the way to go. If the regular members also should be able to add iFrames, then in addition to allowing the iFrame base, you can create a new editor button for the specific external service. You can then safely let users paste a URL or a media ID and the button creates the embedding HTML snippet.
  14. In the future, please ask first to clarify what the intended functionality is and how one can set it up. What you describe here isn’t true and it is not helpful to make false statements in the support topic and cause unnecessary confusion among existing and future customers. There is no sub-category view. There is a front page view and a listing view. Both have their own settings. So if you visit a (sub-) category, you can of course have clickable thumbnail (resolution) images there, if both are options are turned on for the listing view and you make sure that you are using the latest templates. The other two points are a matter of opinion. You are free to have yours, but that doesn’t mean there is a lack of “refinement for a paid script” on my part.
  15. Please be more specific. What does “doesn’t work” mean exactly?
  16. I uploaded version 1.1.
  17. In will be like this in the next update. Feel free to apply that already:
  18. A block template is included, but it is only meant for the sidebar. The full grid view only comes with the database templates.
  19. It checks for the existence of the Twitter handle AND the existence of a Record Image. If both are valid, the meta tags should be generated for the specific article page.
  20. There is additional padding for these 3 statements: #elCmsPageWrap article.ipsContained #elCmsPageWrap .ipsClearfix section.ipsType_normal … which adds up in this way. There isn’t much more help I can offer but to tell you that. It’s the styling of your theme, as expected.
  21. I need to see this on a live site to see where the space is coming from. Its probably from your theme, not from my template.
  22. Yes, I will probably make that a default in the next update.
  23. Sounds like a case for customization for a specific site. Since there is no “category image field” or anything like that which I could call from the template, it’s not something I can support in a “general use template”.
  24. @Himadri Goswami By the way: please also make the CSS change described here. Your library section is affected by this problem.
  25. Not at the moment. I might add that in the future if people really need that.
×
×
  • Create New...