Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
September 16, 20195 yr Author On 9/16/2019 at 6:02 PM, bouckie said: I would like to hide the number of views of articles to visitors (or to everyone at worst) how can I do? SuperGrid plugin setting:
October 13, 20195 yr On 6/22/2018 at 10:37 PM, AlexWebsites said: Try this in custom.css body[data-pageapp="cms"][ data-pagelocation="front"][data-pagemodule="pages"][ data-pagecontroller="page"] .ipsType_normal:not( .ipsType_richText ) { font-size: 8px; text-transform: capitalize; } Hello, I'd like to achieve 1 simple thing - to increase the font size of the article text. I have taken this code and changed it into this: body[data-pageapp="cms"][ data-pagelocation="front"][data-pagemodule="pages"][ data-pagecontroller="page"] .ipsType_richText.ipsType_normal {font-size: 15px;} body[data-pageapp="cms"][ data-pagelocation="front"][data-pagemodule="pages"][ data-pagecontroller="page"] .ipsType_richText.ipsType_normal {font-size: 15px;} It worked. But please tell me if this way is the correct way to achieve this? Perhaps such a code may have an effect where it would change font size not only in Article text but also somewhere else too? @AlexWebsites @opentype thanks 🙂
October 16, 20195 yr Hello, There is a minor problem when running SuperGrid templates 3.1.0 and SuperHelp templates 1.4.0 on Invision 4.4.7. The problem arises because in one of the releases Invision changed the default namespace so that references to the 'count' function no longer default to the PHP function (in the root namespace '\') but default to the relevant IPS namespace. The solution is to force all references to the PHP count function to be the root namespace by using '\count' instead of 'count'. When using IN_DEV mode any access to SuperGrid or SuperHelp pages results in an exception and the message that for performance reasons references to 'count' should be replaced with references to '\count'. This means that I cannot test any of the SuperGrid or SuperHelp pages on my test system except by switching in and out of IN_DEV mode. When running in 'normal' mode the software appears to run correctly. But, presumably there is a performance hit. That is, in normal mode references to 'count' are still not going directly to the PHP function but are being caught by an Invision function which then calls the PHP function by forcing a reference to the root namespace. Thanks and regards, John
November 2, 20195 yr Do you support purchase of this plugin through Credit Card. I can only see option through PayPal in market place.
November 3, 20195 yr Author On 11/2/2019 at 8:29 PM, Azhar Shahzad said: Do you support purchase of this plugin through Credit Card. I can only see option through PayPal in market place. It’s only available on the IPS Marketplace. I have no control over the payment options.
November 5, 20195 yr Hello, I wonder how do I change this view when I click on the parent category "News"? I wish to have that nice view this plugin makes. 2 big articles and 3 small afterwards? @opentype I have edited Listing Template and Display Template to use SuperGird listing and recordDisplay in parent category edit page but it does not work Edited November 5, 20195 yr by Maxxius
November 5, 20195 yr Author On 11/5/2019 at 6:43 PM, Maxxius said: Hello, I wonder how do I change this view when I click on the parent category "News"? I wish to have that nice view this plugin makes. 2 big articles and 3 small afterwards? Not really sure what you are asking. My guess is that you are opening a category (“news”) that doesn’t have articles, but only sub categories (test news, test2 news …). In which case you get a list of sub categories. That’s perfectly normal. It’s how Pages works and there is no way around that. It’s like opening a folder on your computer. If there are just other folders in there, that’s all that you will see.
November 6, 20195 yr I understand now. Thank you. Would be nice to have a setting in the future where in case there are no articles in a folder then everything found in its subfolders would be displayed.
November 7, 20195 yr Hi opentype - I want to change the font size in my articles without this changing the font size for the front page article titles etc... When I put this in my custom.css, for some reason the text of my titles gets bigger on the front page. I can't figure this out. .ipsType_normal { font-size: 16px; } Question: Is there a way to adjust the font size my articles or forum topics without changing the size of the titles on the SuperGrid front page? If this isn't an SG thing but an IPS thing outside your realm I'll understand. Thanks in advance.
November 8, 20195 yr On 10/13/2019 at 9:35 AM, Maxxius said: Hello, I'd like to achieve 1 simple thing - to increase the font size of the article text. I have taken this code and changed it into this: body[data-pageapp="cms"][ data-pagelocation="front"][data-pagemodule="pages"][ data-pagecontroller="page"] .ipsType_richText.ipsType_normal {font-size: 15px;} body[data-pageapp="cms"][ data-pagelocation="front"][data-pagemodule="pages"][ data-pagecontroller="page"] .ipsType_richText.ipsType_normal {font-size: 15px;} It worked. But please tell me if this way is the correct way to achieve this? Perhaps such a code may have an effect where it would change font size not only in Article text but also somewhere else too? @AlexWebsites @opentype thanks 🙂 @Chris027 try my code above.
November 8, 20195 yr Regards Ralph, For record display, mobile view cuts off way too much of the article image. For articles it's really important to view the entire image box. Using "css cover" I can understand some of the image will be lost, I adjust for that before uploading the image, I can't adjust for the excessive amount missing however when going into mobile view and the overlay taking that much away. In mobile view we should be able to see the entire image box imo. For now I"ll switch back to IPB's default record display template, but hope you will look into this? I like the format of your record display much better in mobile than IPB's. Besides the overlay covering the image, an adjustment to turn article/record image off in mobile entirely would be nice too. I could use that feature in another database I have and some news sites don't use images at all in mobile. Kind Regards Edited November 8, 20195 yr by DesignzShop edited image
November 8, 20195 yr Author On 11/8/2019 at 4:10 PM, DesignzShop said: For articles it's really important to view the entire image box. You can change the aspect ratio in the plugin settings depending on your needs, both for the listing and the record view. I probably won’t do more than that. If one uploads a portrait-mode image as a header and it would scale to the full width and height, that would look really bad. Forcing a certain size is a good compromise for this type of header use and it’s standard practice (e.g. for news sites).
November 8, 20195 yr On 11/8/2019 at 4:43 PM, opentype said: both for the listing and the record view. Mobile aspect ratio would then would be nice in record display.
December 15, 20195 yr Hi, I can't seem to find how do I make LISTS on pages' article have a solid bullet instead of circle. Where do I change it? On forum posts in lists dots are solid color.
December 16, 20195 yr Author That’s not a SuperGrid issue. It’s the Pages CSS. You might want to report it to IPS in a ticket or start a new topic in the peer-to-peer forum if you want to override it.
December 16, 20195 yr thank you for clarifying that. for some reason I thought supergrid controlled that.
December 16, 20195 yr @Maxxius Add this to your custom CSS file: ul ul, ol ul { list-style-type: disc; } You may need to add !important after disc to ensure it's overridden correctly, but try it without first. This will affect all lists that you have throughout the site. 😊 Edited December 16, 20195 yr by Davyc
December 16, 20195 yr On 12/16/2019 at 7:40 PM, Davyc said: @Maxxius Add this to your custom CSS file: ul ul, ol ul { list-style-type: disc; } You may need to add !important after disc to ensure it's overridden correctly, but try it without first. This will affect all lists that you have throughout the site. 😊 perfect! thank you, this worked!
December 24, 20195 yr Just bought/installed this plugin and it's excellent out of the box! One small tweak I'd like to make if it's possible... in the 'record' view, the container with the author/date and the content itself is aligned to the right. Is there a way for me to align this whole container to the center instead? Thanks!
December 25, 20195 yr Author On 12/24/2019 at 6:21 PM, cpinc said: Is there a way for me to align this whole container to the center instead? There is no setting for this at this point. You are free to try to customize it yourself or hire someone to do it.
January 8, 20205 yr Hi! I'm having trouble randomizing my block entries. I have 12 articles, in the block I want to display only 3 entries, how do I make them appear in random order? Edited January 8, 20205 yr by levsha
January 8, 20205 yr Author On 1/8/2020 at 5:23 AM, levsha said: Hi! I'm having trouble randomizing my block entries. I have 12 articles, in the block I want to display only 3 entries, how do I make them appear in random order? You set the block to show a higher value (e.g. 25) and then limit the entries through the SuperGrid settings like so: