Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt November 11, 2024
MeMaBlue Posted January 23, 2017 Posted January 23, 2017 Hello, I found out via support that signatures arent visible in mobile , i.e. when using the forum from a mobile device. My members need this feature since they put dates and statuses inside the signatures, (moms showing their due dates and how many months their babies are) and they need to be able to see from phone too. (many advices have to do with how much due you are and how many months the baby is) I have 50% mobile users so its an important thing for me to offer. Can someone help ? (I can offer payment )
Pete T Posted January 23, 2017 Posted January 23, 2017 3 minutes ago, MeMaBlue said: Hello, I found out via support that signatures arent visible in mobile , i.e. when using the forum from a mobile device. My members need this feature since they put dates and statuses inside the signatures, (moms showing their due dates and how many months their babies are) and they need to be able to see from phone too. (many advices have to do with how much due you are and how many months the baby is) I have 50% mobile users so its an important thing for me to offer. Can someone help ? (I can offer payment ) i am happy help as only css so no need for plugin as all need doing tweaking in your theme and your done.
MeMaBlue Posted February 3, 2017 Author Posted February 3, 2017 thank you @Theme Tent UK , you solved it indeed very quickly. done!
Pete T Posted February 3, 2017 Posted February 3, 2017 38 minutes ago, CP_User said: @Theme Tent UK mind sharing here? Admin CP - customization - themes - (theme) - </> - core - global - signatuare find <div data-role="memberSignature" class='ipsResponsive_hidePhone'> replace <div data-role="memberSignature" class=''> click save and you now have mobile signature showing
Gauravk Posted December 5, 2019 Posted December 5, 2019 Just now changed This: <div data-role="memberSignature" class='{{if !settings.signatures_mobile}}ipsResponsive_hidePhone{{endif}}'> To this: <div data-role="memberSignature" class='{{if !settings.signatures_mobile}}{{endif}}'> It worked perfect and signature showing on mobile devices now. Thanks @Pete T
Daniel F Posted December 5, 2019 Posted December 5, 2019 Check the code;) Quote {{if !settings.signatures_mobile}} There's a setting for this, all you need to do is to change the "Show signatures on mobile devices?" setting 🙂
newbie LAC Posted December 5, 2019 Posted December 5, 2019 3 minutes ago, Gauravk said: Just now changed This: <div data-role="memberSignature" class='{{if !settings.signatures_mobile}}ipsResponsive_hidePhone{{endif}}'> To this: <div data-role="memberSignature" class='{{if !settings.signatures_mobile}}{{endif}}'> It worked perfect and signature showing on mobile devices now. Use the setting ACP - Members - Profiles - Profile Settings
Gauravk Posted December 5, 2019 Posted December 5, 2019 Thanks @Daniel F and @newbie LAC setting was much easier.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.