Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
ahc Posted January 20, 2020 Posted January 20, 2020 (edited) I went to test the new changes, but for some reason the settings aren't saving. I have it set to show only Forums (Front) for testing purposes, but the slider shows up everywhere. I also have it set to 500px height for this test, but it is only displaying at 140px height. There are zero customizations to the theme file on my end. Edit: I've discovered the height issue is caused by some inline styling which supersedes the css file. Edited January 20, 2020 by ahc
aXenDev Posted January 20, 2020 Author Posted January 20, 2020 The code you shared has been removed and replaced with a new one. Download and upload to your forum as a new theme. Maybe something went wrong while upgrading.
aXenDev Posted January 21, 2020 Author Posted January 21, 2020 (edited) I see an error. The patch will be in the next beta version. Thanks for reporting. @Noble~ I'm thinking of fixing this error all the time. An obstacle is the lack of a defined ID group for guests. I need to write an additional code, which will postpone the correction date to the next week. I'm so sorry. Edited January 26, 2020 by aXen | 1s2k Noble~ 1
aXenDev Posted January 30, 2020 Author Posted January 30, 2020 Probably the last version of the beta theme just appeared before the final version. If I have forgotten about a problem, please let me know. @Noble~ and @ahc Let me know if everything is all right. ahc 1
kmk Posted January 31, 2020 Posted January 31, 2020 Suggest only use icon: Green: the badge with only "" inside, don't need letter Quote there. Red: Only leave the edit icon, don't need Edit there. Purpura : Only place * as settings icon, don't need complete word Options there. Orange: Did you added support for this? It should be an post-it icon, don't need Send Sticky Note word there.
Noble~ Posted January 31, 2020 Posted January 31, 2020 Slider does not work at all after loading up the new version, I have tried all settings and a few browsers.
aXenDev Posted January 31, 2020 Author Posted January 31, 2020 @kmk Okay, in the final version it will be possible to remove subtitles. As for the application's incompatibility, I can't edit it in the theme, which prevents me from adding support. @Noble~ Please give me details to your PM forum and describe what you want to achieve.
Noble~ Posted February 1, 2020 Posted February 1, 2020 On 1/31/2020 at 12:21 AM, aXen | 1s2k said: Please give me details to your PM forum and describe what you want to achieve. PM Sent aXenDev 1
aXenDev Posted February 3, 2020 Author Posted February 3, 2020 (edited) People who see this error please add the following code to custom.css. /* Fix Chatbox+ */ .ipsColumn > .cProfileHeader_name li[data-controller="bim.chatbox.startChat"] { display: none; } The bug will be fixed in the next version of Chatbox+. @sonimik1 Edited February 3, 2020 by aXen | 1s2k sonimik1 1
Ernest_Defoe Posted February 6, 2020 Posted February 6, 2020 Is there any way to get forums in two columns in grid view and to get rid of the how the images used as backgrounds for the nodes in grid turn white when hovering over them aXenDev 1
kmk Posted February 6, 2020 Posted February 6, 2020 Hi @aXen | 1s2k Is cool your customization of some editor buttons, but I want to suggest a little change related the Spoiler style. The problem is take so much space, if you can give it a chance, it will be more compact that benefit the use of the space, specially our mobile screen is a little smaller.
aXenDev Posted February 6, 2020 Author Posted February 6, 2020 12 hours ago, Ernest_Defoe said: s there any way to get forums in two columns in grid view Add custom.css: .cForumGrid .ipsPad .ipsList_inline li { width: 49%; margin-right: 0 !important; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } 12 hours ago, Ernest_Defoe said: get rid of the how the images used as backgrounds for the nodes in grid turn white when hovering over them Can you show where it is? 8 hours ago, kmk said: The problem is take so much space, if you can give it a chance, it will be more compact that benefit the use of the space, specially our mobile screen is a little smaller. This is due to the icons that have been added. In the style settings you can restore the default look.
Ernest_Defoe Posted February 6, 2020 Posted February 6, 2020 Just now, aXen | 1s2k 12 hours ago, Ernest_Defoe said: s there any way to get forums in two columns in grid view Add custom.css: .cForumGrid .ipsPad .ipsList_inline li { width: 49%; margin-right: 0 !important; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } 12 hours ago, Ernest_Defoe said: get rid of the how the images used as backgrounds for the nodes in grid turn white when hovering over them Can you show where it is? 8 hours ago, kmk said: The problem is take so much space, if you can give it a chance, it will be more compact that benefit the use of the space, specially our mobile screen is a little smaller. This is due to the icons that have been added. In the style settings you can restore the default look. You can see it at https://www.power5fb.com
aXenDev Posted February 6, 2020 Author Posted February 6, 2020 I see the unnecessary use of the "!Important" character in my code. Today there will be a small patch that should solve your problem. Ernest_Defoe 1
Ernest_Defoe Posted February 6, 2020 Posted February 6, 2020 Just now, aXen | 1s2k I see the unnecessary use of the "!Important" character in my code. Today there will be a small patch that should solve your problem. Thank you.
aXenDev Posted February 6, 2020 Author Posted February 6, 2020 Update the theme and let me know if the problem persists.
Ernest_Defoe Posted February 7, 2020 Posted February 7, 2020 (edited) On 2/6/2020 at 6:06 AM, aXen | 1s2k said: .cForumGrid .ipsPad .ipsList_inline li { width: 49%; margin-right: 0 !important; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } @aXen | 1s2k This didn't work to make the forums 2 columns. The update worked to fix the other issue. Thank you for that. Tagged you in case you didn’t see this earlier. Edited February 7, 2020 by Ernest_Defoe
Ernest_Defoe Posted February 7, 2020 Posted February 7, 2020 (edited) @aXen | 1s2k I can't seem to get this plugin to work or show up on this theme even thought it says in your description for the theme it's compatible. I've added the widget under the chatbox and have selected in the options chatbox+ which is the version I am using. Edited February 7, 2020 by Ernest_Defoe
aXenDev Posted February 7, 2020 Author Posted February 7, 2020 The plugin needs updating, which only the plugin author can do. Probably the plugin will be removed from supported plugins.
Ernest_Defoe Posted February 7, 2020 Posted February 7, 2020 Just now, aXen | 1s2k The plugin needs updating, which only the plugin author can do. Probably the plugin will be removed from supported plugins. I had a feeling that’s what the case was. Thank you. Hopefully they will update it soon.
kmk Posted February 10, 2020 Posted February 10, 2020 (edited) Hi @aXen | 1s2k Could you add this customization in the theme? The clubs menu tabs need increase more attention. The word MENU as string translable please. A menu icon more attractive. Edited February 10, 2020 by kmk
kmk Posted February 10, 2020 Posted February 10, 2020 This icon is for what? beside is the home icon...
aXenDev Posted February 10, 2020 Author Posted February 10, 2020 4 hours ago, kmk said: Could you add this customization in the theme? The clubs menu tabs need increase more attention. The word MENU as string translable please. A menu icon more attractive Cards in IPS 4.5 version will be movable, which will make editing difficult. Rather, I prefer not to change it. 1 hour ago, kmk said: This icon is for what? beside is the home icon... Scrolls to the top of the page.
kmk Posted February 10, 2020 Posted February 10, 2020 39 minutes ago, aXen | 1s2k said: crolls to the top of the page. Not for mobile?
Recommended Posts