Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
July 6, 20195 yr Author On 7/6/2019 at 5:23 PM, sobrenome said: You are right. The problem is within the text when the hero image is off. That’s how IPS has designed it. It falls back to that behavior, when you turn the SuperGrid image display off. Not sure I want to mess with that at the moment. But I can revisit it for a future update. Sure.
July 6, 20195 yr On 7/6/2019 at 5:33 PM, opentype said: That’s how IPS has designed it. It falls back to that behavior, when you turn the SuperGrid image display off. Not sure I want to mess with that at the moment. But I can revisit it for a future update. Sure. Thanks a lot. Maybe a simple custom CSS?
July 13, 20195 yr Not sure if this happens to everyone or not but when I click the checkbox to delete an entry or move etc when in thread list view it shows the normal IPS menu at the bottom of the screen to delete, move etc but after a couple of seconds the screen goes to the full entry:
July 13, 20195 yr Author On 7/13/2019 at 3:01 AM, ibaker said: Not sure if this happens to everyone or not but when I click the checkbox to delete an entry or move etc when in thread list view it shows the normal IPS menu at the bottom of the screen to delete, move etc but after a couple of seconds the screen goes to the full entry: I can’t replicate this problem.
July 13, 20195 yr I think I posted this before, but if anyone is interested in running SuperGrid with LazyLoad I'd be happy to share the code.
July 14, 20195 yr On 7/13/2019 at 12:19 PM, opentype said: I can’t replicate this problem. Here is a video showing the issue. You can see when I click the check box in Category View of records in an IPS Database the menu comes up across the bottom of the screen then the page goes to the actual listing:
July 14, 20195 yr Author On 7/14/2019 at 9:23 AM, ibaker said: Here is a video showing the issue. You can see when I click the check box in Category View of records in an IPS Database the menu comes up across the bottom of the screen then the page goes to the actual listing: Okay. I can’t see the behavior in my main browser (Safari), but I do see it in Firefox. I make a note and probably resolve it in the next maintenance release. The issue is too minor to offer a new version just for this I’m afraid. In the meantime, you can either perform these actions in the ACP or you can (temporarily or permanently) turn off the plugin setting to turn the images into links. That also resolves the issue. Edited July 14, 20195 yr by opentype
July 18, 20195 yr On 7/14/2019 at 9:53 AM, opentype said: Okay. I can’t see the behavior in my main browser (Safari), but I do see it in Firefox. I make a note and probably resolve it in the next maintenance release. The issue is too minor to offer a new version just for this I’m afraid. In the meantime, you can either perform these actions in the ACP or you can (temporarily or permanently) turn off the plugin setting to turn the images into links. That also resolves the issue. https://www.fighting13th.com/games/ I have the same issue. Not a big issue for me though.
July 25, 20195 yr Any idea how I can have the supergrid view for a category view? On the landing page I have a supergrid view: On the Category Page I only get the default Page: On the sub category view I get the supergrid view: So basically I need the Category page to show a supergrid view with a picture and the category name...is this possible
July 25, 20195 yr Author On 7/25/2019 at 6:29 AM, ibaker said: So basically I need the Category page to show a supergrid view with a picture and the category name...is this possible It is with the optional Pages Category Image plugin.
July 27, 20195 yr @opentype I am going to make a different design for the listing for one database where I want a timeline instead. Is it better to add an "if database x" query in the template or is it better to duplicate the templates so I have two different templates?
July 27, 20195 yr Author On 7/27/2019 at 8:28 AM, Jimi Wikman said: @opentype I am going to make a different design for the listing for one database where I want a timeline instead. Is it better to add an "if database x" query in the template or is it better to duplicate the templates so I have two different templates? A new one.
July 28, 20195 yr Hello! I purchased the template. However, to be honest, I was hoping to use the Filter controls over the records listing, but I can't see the block when trying to add it. It isn't compatible? Regards.
July 28, 20195 yr On 7/28/2019 at 2:43 AM, Daniel B. said: Hello! I purchased the template. However, to be honest, I was hoping to use the Filter controls over the records listing, but I can't see the block when trying to add it. It isn't compatible? Regards. It was my bad 🙂 I had a problem with the page wrapper I had built. Sorry.
July 31, 20195 yr Hi @opentype - I just updated to 4.4.5 from 4.4.4 and the formatting is all messed up. Is this a Pages Supergrid issue? https://audiophilestyle.com/
July 31, 20195 yr False alarm @opentype. It was the Sound Board app causing the issue. Edited July 31, 20195 yr by Chris027
July 31, 20195 yr On 4/30/2018 at 4:11 PM, opentype said: For the listing view, adding custom fields below the title was added as an option in the latest release. For the display view, you would need to turn off the “badge mode” and pick a different styling like “no formatting” or “Custom”. But as mentioned before: That’s not really a SuperGrid issue. It’s how to use custom fields in Pages so a separate peer-to-peer topic would be better to ask for help. Neither a new 4.x stock database nor SuperGrid come with a teaser field. Hi, I know this is an older response, but it deals with what I'm trying to do. First, how would I use that option to display a custom field below the title in the Supergrid listings, and second, how do I hide the 'Summary:' label when there is no summary value entered? I'm trying to allow members to include a short summary viewable on the listing, like this: https://worldsmyths.com/library/public/ But the 'Summary:' bit shows up even when there is no summary entered. So I'm looking to hide the summary field when there is no value entered, and/or display the summary under the title instead of over the image. I don't mind it over the image -- I tweaked the CSS to make it work okay -- but it limits it to something very short. I appreciate any help you can offer, thank you! Edited July 31, 20195 yr by kherezae Clarification
August 1, 20195 yr Author On 7/31/2019 at 9:47 PM, kherezae said: But the 'Summary:' bit shows up even when there is no summary entered. So I'm looking to hide the summary field when there is no value entered … You would need to pick “Custom” as field output type and add a code like this to the empty field: {{if $formValue}} {$value} {{endif}} Or if it is an HTML field: {{if $formValue}} {$value|raw} {{endif}} 6 hours ago, kherezae said: , and/or display the summary under the title instead of over the image. There is a plugin setting for that: “Listing fields position”
September 3, 20195 yr Is there any way we can tell how many times an article has been viewed, or any code that can be updated /added to the template to show how many times an article has been viewed? In the same way members can view how many times their topic has been viewed in the forums? Don't worry found it thanks Edited September 3, 20195 yr by Unlucky
September 11, 20195 yr Tried to look for answer, but how do I adjust the column width in the recorddisplay template to have the author column smaller? It's taking up too much space on my site. I just want it about as wide as the user avatar. Thanks for any input.
September 11, 20195 yr On 9/11/2019 at 3:59 AM, DanLemX said: Tried to look for answer, but how do I adjust the column width in the recorddisplay template to have the author column smaller? It's taking up too much space on my site. I just want it about as wide as the user avatar. Thanks for any input. Try this: In the pages template Supergrid Recorddisplay -> record you will find an instance of "ipsGrid_span3" about line 16 change this to ipsGrid_span2 Next about line 30 you will find "ipsGrid_span9" change this to ipsGrid_span10 See if that solves your issue enough
September 11, 20195 yr On 9/11/2019 at 4:19 AM, ibaker said: Try this: In the pages template Supergrid Recorddisplay -> record you will find an instance of "ipsGrid_span3" about line 16 change this to ipsGrid_span2 Next about line 30 you will find "ipsGrid_span9" change this to ipsGrid_span10 See if that solves your issue enough Thanks for this! It reduced the area to a better size, almost perfect!
September 11, 20195 yr There is another way but it is a lot more involved and requires playing around with %'s and css but personally I think this solution not only is the easiest but also maintains the uniqueness of the intent
September 16, 20195 yr Hello, Sorry if I post in the wrong place, I'm French and do not speak English very well, so the search is difficult 😕 I also thank google translate of all this translation My question ? there she is : I would like to hide the number of views of articles to visitors (or to everyone at worst) how can I do? Thank you for your help 😚