Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
TAMAN Posted August 6, 2017 Author Posted August 6, 2017 15 minutes ago, Reagan2791 said: Ah, ok. Nice. One more thing for now. Just reply when you have time. I've noticed that when using the default forum markers, they change to blue when there is a new post. That's perfect. However, when you create a new forum, IPB gives you the option to use a custom forum marker. When I do use a custom marker, there isn't currently an automatic adjustment that fades them or gives them any transparency when there are no new posts. So, when there are new posts, you can't tell by the forum marker. I know it's possible to do because I have another theme installed that this works on. In other words, I upload my custom marker in full color but it automatically displays as faded or grayed out until there's a new post. When there's a new post, it appears in full color. Is this something that would be much trouble to modify? The icon color changes when there is a new post You can also customize the colors of the icons this is in Front-End Colors tab Just check the settings, everything is customizable Reagan2791 1
Optic14 Posted August 7, 2017 Posted August 7, 2017 (edited) @TAMAN Me again. Recent Profile Visitors sidebar box on profiles appear to be displaying squashed/distorted avatars... It Edited August 7, 2017 by Optic14 TAMAN 1
TAMAN Posted August 7, 2017 Author Posted August 7, 2017 6 minutes ago, Optic14 said: @TAMAN Me again. Recent Profile Visitors sidebar box on profiles appear to be displaying squashed/distorted avatars... It Hi, Add this to custom.css until next version, very soon .cProfileSidebarBlock img {max-width: none!important;} Optic14 1
tytanium Posted August 8, 2017 Posted August 8, 2017 Idea: It ll be possible to add new features like "Nerva Theme" http://ipsmake.com/demos/theme.php?theme=Nerva When we scroll the logo is attached too on the navbar
TAMAN Posted August 14, 2017 Author Posted August 14, 2017 (edited) Version 2.1 Palette is now available in this theme, You can switch between a white and dark version of the theme or adding your own preset of colors, Please read the palette description in theme settings. Added user group option to News ticker, You can now choose who can see the news ticker. Added "Forums: Categories" to slider exclude option For faster scrolling Body: Background attachment setting has been removed.during theme upgrade, this setting wont be removed on your side unless you install the theme fresh, So just ignore it Fixing minor CSS issues and improvements How to update? ACP --> Customization ---> Themes Edited August 14, 2017 by TAMAN Optic14 and mz_ 2
Optic14 Posted August 14, 2017 Posted August 14, 2017 Hi @TAMAN thanks for update Were you able to find a solution yet for excluding slider on forums inside clubs? https://invisioncommunity.com/forums/topic/436828-dreadnought-theme-support-topic/?do=findComment&comment=2703547
TAMAN Posted August 14, 2017 Author Posted August 14, 2017 (edited) 3 minutes ago, Optic14 said: Hi @TAMAN thanks for update Were you able to find a solution yet for excluding slider on forums inside clubs? https://invisioncommunity.com/forums/topic/436828-dreadnought-theme-support-topic/?do=findComment&comment=2703547 Nope, i didn't try to be honest, forums is forums and it is not possible to exclude it only on clubs with the way im excluding these pages in theme settings which are basically page modules and page controllers Edited August 14, 2017 by TAMAN
Optic14 Posted August 14, 2017 Posted August 14, 2017 Hi @TAMAN Actually it looks like you resolved it! In the new version you added Forum: Categories to slider exclusion.. (I didn't notice before because I made a child theme so had to create a new one to see the new option) And when I select that option... it works... no more slider on forums inside clubs.
tytanium Posted August 14, 2017 Posted August 14, 2017 On 08/08/2017 at 8:59 PM, tytanium said: Idea: It ll be possible to add new features like "Nerva Theme" http://ipsmake.com/demos/theme.php?theme=Nerva When we scroll the logo is attached too on the navbar it s possible ?
TAMAN Posted August 14, 2017 Author Posted August 14, 2017 3 minutes ago, Optic14 said: Hi @TAMAN Actually it looks like you resolved it! In the new version you added Forum: Categories to slider exclusion.. (I didn't notice before because I made a child theme so had to create a new one to see the new option) And when I select that option... it works... no more slider on forums inside clubs. Oh i totally misunderstood then I thought you wanted to exclude the slider in club forums only and not on main forums app yea i did add that option to exclude on forum categories like a week ago LOL keep your eyes on update changes Cheers! mz_ and Optic14 1 1
TAMAN Posted August 14, 2017 Author Posted August 14, 2017 (edited) 8 minutes ago, tytanium said: it s possible? No sorry, this is not a feature to add Header is designed how it appears and it wont be changed unfortunately, but thank you Edited August 14, 2017 by TAMAN
Optic14 Posted August 14, 2017 Posted August 14, 2017 1 hour ago, TAMAN said: I thought you wanted to exclude the slider in club forums only and not on main forums app Hi @TAMAN yes you understood me correctly. Exclude slider everywhere, except on Forum: index. So on new update I have all exclude options selected, except Forum: index. Now exclude works even on club forums. So yes you fixed it.
TAMAN Posted August 14, 2017 Author Posted August 14, 2017 7 minutes ago, Optic14 said: Hi @TAMAN yes you understood me correctly. Exclude slider everywhere, except on Forum: index. So on new update I have all exclude options selected, except Forum: index. Now exclude works even on club forums. So yes you fixed it. wait! no no im sure someone else wanted to exclude the slider on club forums only anyways, leave it Enjoy! Optic14 1
Optic14 Posted August 16, 2017 Posted August 16, 2017 Hi again @TAMAN I noticed you moved background image to ::before selector on <body> which works really well! But unfortunately it works too well, I am using this plugin for Profile Backgrounds: And the theme background setting is overriding the plugin's profile background image. Can you guide me which template the theme uses for the background image so I can wrap an IF conditional around it so it doesn't apply theme background image for member profile pages?
TAMAN Posted August 16, 2017 Author Posted August 16, 2017 (edited) 57 minutes ago, Optic14 said: Hi again @TAMAN I noticed you moved background image to ::before selector on <body> which works really well! But unfortunately it works too well, I am using this plugin for Profile Backgrounds: And the theme background setting is overriding the plugin's profile background image. Can you guide me which template the theme uses for the background image so I can wrap an IF conditional around it so it doesn't apply theme background image for member profile pages? Yea, I had to move the body background image to a new element to reduce the scrolling janks, Now the theme scrolls as fast as me killing everyone in PUBG school area @TheJackal84 I hope you dont mind me tagging you here In your plugin "profile Backgrounds" Try to avoid using the images on body element, this causes scrolling janks (laggy scrolling), especially with "background-attachment: fixed" So, for your plugin try add a new element for the background images with z-index and you dont even need to use !important on anything and it will always be on top of body Or using ::before pseudo element on body, You can simply copy my css codes in my themes you can check here http://hellshammers.net/tit/ Edited August 16, 2017 by TAMAN Optic14 1
TheJackal84 Posted August 16, 2017 Posted August 16, 2017 7 minutes ago, TAMAN said: Yea, I had to move the body background image to a new element to reduce the scrolling janks, Now the theme scrolls as fast as me killing everyone in PUBG school area LOL @TheJackal84 I hope you dont mind me tagging you here In your plugin "profile Backgrounds" Try to avoid using the images on body element, this causes scrolling janks (laggy scrolling), especially with "background-attachment: fixed" So, for your plugin try add a new element for the background images with z-index and you dont even need to use !important on anything and it will always be on top of body Or using ::before pseudo element on body, You can simply copy my css codes in my themes you can check here http://hellshammers.net/tit/ Yeah that's no problem I will look into changing it, I tried to make it so it will work on all themes cos I know some people use their own elements and classes, Thanks for the info. TAMAN and Optic14 2
Optic14 Posted August 17, 2017 Posted August 17, 2017 @TAMAN thank you very much for the explanation. @TheJackal84 and thank you for looking into changing this. Hope to see the update soon in your plugin! We are eager to use it as soon as possible. TAMAN 1
TAMAN Posted August 18, 2017 Author Posted August 18, 2017 Version 2.1.1 Easier way to add tickers in "News Ticker" Improving "Style your forums" cover user group setting, It is now "Exclude from groups" instead showing to groups How to update? ACP --> Customization ---> Themes mz_ 1
pilotguy Posted August 18, 2017 Posted August 18, 2017 On 7/4/2017 at 7:05 PM, TAMAN said: smaller or bigger slider image will be zoomed in or out to fit the slider container, But you can upload a image that has same width and height as your slider so it wont be zoomed in or out, @TAMAN, there must be a way to CONTAIN the image in the slider through CSS so that one doesn't need to resize images. Could you provide some help on this - What would need to be adjusted or could you make this an option in a future update. We use a LOT of images and it's a big pain in the butt to constantly resize the images to "fit"
TAMAN Posted August 18, 2017 Author Posted August 18, 2017 (edited) 11 minutes ago, pilotguy said: @TAMAN, there must be a way to CONTAIN the image in the slider through CSS so that one doesn't need to resize images. Could you provide some help on this - What would need to be adjusted or could you make this an option in a future update. We use a LOT of images and it's a big pain in the butt to constantly resize the images to "fit" No this is not possible, it doesn't even make sense man, If you want the image to be perfect and same width and height in slider then you MUST upload an image that is same width and same height, otherwise how on earth would you fit an image that is for example 1000px x 1000px in a slider that is 1340px x 600px ?? you either have to zoom in or out to fit or do nothing and just put it in which is an ugly style @pilotguy btw you have to upgrade the theme to latest version, a lot of improvements Edited August 18, 2017 by TAMAN
pilotguy Posted August 18, 2017 Posted August 18, 2017 Well even with resizing it cuts the tops and bottoms off. Anyway, just thought I would ask. Question answered.
TAMAN Posted August 18, 2017 Author Posted August 18, 2017 1 hour ago, pilotguy said: Well even with resizing it cuts the tops and bottoms off. Anyway, just thought I would ask. Question answered. It is NOT resized nor cutting It is the full image and just zoomed in or out to adjust the image to fit in the slider btw there is also a setting in swiper slider tab to adjust the image position it is well explained on how to use you might want to play with that maybe
pilotguy Posted August 18, 2017 Posted August 18, 2017 1 hour ago, TAMAN said: It is NOT resized nor cutting I just meant after I resize it .. I'll play around. Next thing I'm trying to do is get FORUM HEADER IMAGES... but that's nothing to do with you.
mz_ Posted August 20, 2017 Posted August 20, 2017 The new ticker update broke the way I used it. I had used to show post updates from my blog with a clickable link using HTML tags, now that don't work. It shows the HTML tags.
TAMAN Posted August 20, 2017 Author Posted August 20, 2017 27 minutes ago, mz_ said: The new ticker update broke the way I used it. I had used to show post updates from my blog with a clickable link using HTML tags, now that don't work. It shows the HTML tags. I will add custom ticker field back soon mz_ 1
Recommended Posts