Jump to content

Make Signatures visible on mobile devices !!(plugin request)


MeMaBlue

Recommended Posts

Posted

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 )

Posted
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.

  • 2 weeks later...
Posted
38 minutes ago, CP_User said:

@Theme Tent UK mind sharing here?

Admin CP - customization - themes - (theme) - </> - core - global - signatuare 

Screenshot_50.png.2348f88a9889acdc386dc6061ec30e4d.png 

Screenshot_51.png.fb22d7d34a0676dd6b06c71a563e5a1e.png

find <div data-role="memberSignature" class='ipsResponsive_hidePhone'> 

replace <div data-role="memberSignature" class=''>

click save and you now have mobile signature showing :)

 

  • 2 years later...
Posted

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

Posted

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 🙂

Posted
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

sig.jpg.043fde3a0099cc70e930d4dcf13e20ff.jpg

 

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...