Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
TAMAN Posted December 26, 2019 Author Posted December 26, 2019 On 12/21/2019 at 7:33 PM, fix3r said: Wish i could put the contact us form on the side instead for social links i added a setting for that in the new version, you might need to revert the changes i gave you about this. during theme update you need to select the new version of templates when asked 🙂 AmericanRev2 1
AmericanRev2 Posted December 26, 2019 Posted December 26, 2019 @TAMAN YOU NAILED THIS UPDATE!! the jitter is GONE, the contact us is awesome ! Great Work A++ how did you fix the jittering i got to know? and finally you can see the GIF icon on my editor 🙂 🙂 you make me very happy today THANKS! TAMAN 1
TAMAN Posted December 26, 2019 Author Posted December 26, 2019 13 minutes ago, fix3r said: @TAMAN YOU NAILED THIS UPDATE!! the jitter is GONE, the contact us is awesome ! Great Work A++ how did you fix the jittering i got to know? and finally you can see the GIF icon on my editor 🙂 🙂 you make me very happy today THANKS! You're welcome! Thank you for the 5 star rating 🙂 7 minutes ago, fix3r said: how did you fix the jittering i got to know? I had to replace some css animation related to opacity effect on hover which is what caused the jittering. don't worry you wont notice any differences in the style 😉 AmericanRev2 1
Unlucky Posted January 6, 2020 Posted January 6, 2020 Hi, I have installed the latest version. When making changing to this, the font on my widgets does not change in size. Title: Font size (in px)Font size used for all widget and section titles Is this a bug? Many thanks and a Happy New Year!
TAMAN Posted January 6, 2020 Author Posted January 6, 2020 2 hours ago, Unlucky said: Hi, I have installed the latest version. When making changing to this, the font on my widgets does not change in size. Title: Font size (in px)Font size used for all widget and section titles Is this a bug? Many thanks and a Happy New Year! Hi, I dont have any theme settings to change widget font size 😕 but I THINK this theme used to have it before, and now its removed "Not on latest version" for whatever the reason was. thats probably why it doesn't work on your side, because deleted theme settings would still exist on your side when you update the theme but have no effect. anyway, just ignore that setting. when you re-install the theme one day they will be gone 🙂 But i can help you out if you want to change the widgets font size and happy new year! 🙂
Unlucky Posted January 6, 2020 Posted January 6, 2020 Hi, Yes it would be great to be able to change the size thank you
TAMAN Posted January 6, 2020 Author Posted January 6, 2020 28 minutes ago, Unlucky said: Hi, Yes it would be great to be able to change the size thank you Sure thing .ipsWidget.ipsWidget_vertical .ipsWidget_title, .ipsWidget.ipsWidget_horizontal .ipsWidget_title, .ipsType_sectionTitle { font-size: 14px; }
Unlucky Posted January 7, 2020 Posted January 7, 2020 21 hours ago, TAMAN said: .ipsWidget.ipsWidget_vertical .ipsWidget_title, .ipsWidget.ipsWidget_horizontal .ipsWidget_title, .ipsType_sectionTitle { font-size: 14px; } You are an absolute star, thank you TAMAN 1
TAMAN Posted January 7, 2020 Author Posted January 7, 2020 1 hour ago, Unlucky said: You are an absolute star, thank you You're welcome! 🙂
AmericanRev2 Posted January 12, 2020 Posted January 12, 2020 how can i remove the shadow and alignment of my icons here,, they look perfect on default theme but on magnum they have a big shadow and are not centered (or over lapping like there are suppose to be)
TAMAN Posted January 12, 2020 Author Posted January 12, 2020 1 hour ago, fix3r said: how can i remove the shadow and alignment of my icons here,, they look perfect on default theme but on magnum they have a big shadow and are not centered (or over lapping like there are suppose to be) You have some custom css codes that causes this. #groupIcon img.ipsUserPhoto_small { width: 32px; height: auto; left: -6px; margin-top: -10px !important; }
TAMAN Posted January 12, 2020 Author Posted January 12, 2020 8 minutes ago, fix3r said: i put that in to fix it and?
AmericanRev2 Posted January 12, 2020 Posted January 12, 2020 didn't work out for me 😄 they are not over lapping like they are suppose to
TAMAN Posted January 12, 2020 Author Posted January 12, 2020 Just now, fix3r said: didn't work out for me 😄 they are not over lapping like they are suppose to You need to remove it then 🙂 this what causes the big spacing
AmericanRev2 Posted January 12, 2020 Posted January 12, 2020 i have removed it see how it looks 😞 https://www.mymilitia.com/forums/topic/63762-military-branch-badges-thank-you-for-your-service/ they are huge and not centered
TAMAN Posted January 13, 2020 Author Posted January 13, 2020 (edited) 11 hours ago, fix3r said: they are huge and not centered Not centered might be because the user info panel in Magnum Theme is a little bigger than the default theme you can change the size in Topic View tab in theme settings. Edit: I just looked and they are perfectly centered. 🙂 Edited January 13, 2020 by TAMAN
Unlucky Posted January 13, 2020 Posted January 13, 2020 Hi, I just tried to change the background of the topic post to white but it's not changing on the front end. Am I correct in thinking the setting to do this is: Topic View Tab The update the Topic background field? If that is the correct place, it doesn't work
EmpireKicking Posted January 14, 2020 Posted January 14, 2020 two factor auth is broken on theming.. So add this!! /* ======================================================== */ /* 2FA */ #elTwoFactorAuthentication { position: fixed; top: 0; left: 0; right: 0; bottom: 0; display: flex; justify-content: center; align-items: center; z-index: 10000; overflow: auto; } #elTwoFactorAuthentication > div { max-width: 500px; background: #fff; box-shadow: 0px 5px 55px rgba(0,0,0,0.4); border-radius: 3px; overflow: hidden; } #elTwoFactorAuthentication .ipsTabs { background: transparent; padding: 0; border: 0; } #elTwoFactorAuthentication .ipsTabs .ipsTabs_item:not( .ipsTabs_activeItem ) { color: #333; background: transparent; } #elTwoFactorAuthentication .c2FA_info { max-width: 80%; margin-left: auto; margin-right: auto; } #elTwoFactorAuthentication .cOtherMethod { padding-top: 0; } #elGoogleAuthenticator input[type='text'] { font-size: 30px; text-align: center; } #elGoogleAuthenticator .ipsGrid_span8 { margin-top: 25px; } #elGoogleAuthenticator .ipsGrid_span5 { padding-left: 25px; } #elAuthy select { width: 100%; } #elAuthy input[type='text'] { font-size: 30px; text-align: center; } .cAuthy_container { position: relative; } .cAuthy_icon { width: 36px; height: 36px; position: absolute; top: 8px; left: 8px; } .cAuthy_field { } zelgadis 1
TAMAN Posted January 14, 2020 Author Posted January 14, 2020 1 hour ago, EmpireKicking said: two factor auth is broken on theming.. So add this!! /* ======================================================== */ /* 2FA */ #elTwoFactorAuthentication { position: fixed; top: 0; left: 0; right: 0; bottom: 0; display: flex; justify-content: center; align-items: center; z-index: 10000; overflow: auto; } #elTwoFactorAuthentication > div { max-width: 500px; background: #fff; box-shadow: 0px 5px 55px rgba(0,0,0,0.4); border-radius: 3px; overflow: hidden; } #elTwoFactorAuthentication .ipsTabs { background: transparent; padding: 0; border: 0; } #elTwoFactorAuthentication .ipsTabs .ipsTabs_item:not( .ipsTabs_activeItem ) { color: #333; background: transparent; } #elTwoFactorAuthentication .c2FA_info { max-width: 80%; margin-left: auto; margin-right: auto; } #elTwoFactorAuthentication .cOtherMethod { padding-top: 0; } #elGoogleAuthenticator input[type='text'] { font-size: 30px; text-align: center; } #elGoogleAuthenticator .ipsGrid_span8 { margin-top: 25px; } #elGoogleAuthenticator .ipsGrid_span5 { padding-left: 25px; } #elAuthy select { width: 100%; } #elAuthy input[type='text'] { font-size: 30px; text-align: center; } .cAuthy_container { position: relative; } .cAuthy_icon { width: 36px; height: 36px; position: absolute; top: 8px; left: 8px; } .cAuthy_field { } Not sure what is that or why would Magnum Theme has anything to do with two factor Auth! if you have edited your templates then you need to revert them back to default. I haven't changed anything in this theme and it does not miss any code 🙂 21 hours ago, Unlucky said: Hi, I just tried to change the background of the topic post to white but it's not changing on the front end. Am I correct in thinking the setting to do this is: Topic View Tab The update the Topic background field? If that is the correct place, it doesn't work Sorry for the late reply, I will check it out later and get back to you thanks for reporting 🙂 Unlucky 1
AmericanRev2 Posted January 18, 2020 Posted January 18, 2020 Suggestion: Please make the slider have option for which "Pages" to display on , i only want on my index but its showing on all my pages example... https://www.mymilitia.com/live-stream/
Il_Picasso Posted February 12, 2020 Posted February 12, 2020 Hello! I am getting this in the latest version of IPBoard
TAMAN Posted February 12, 2020 Author Posted February 12, 2020 6 hours ago, Il_Picasso said: Hello! I am getting this in the latest version of IPBoard Hello, Please revert your edited templates to fix it. There are no template issues in Magnum Theme by default
Recommended Posts