Osclass Support Forums

Osclass theme support => Free themes => Elena Osclass Responsive Theme => Topic started by: Dan on February 20, 2022, 06:47:33 AM

Title: how do I Hide last 4 digits of phone number
Post by: Dan on February 20, 2022, 06:47:33 AM
How do I hide the last 4 digits of phone number in Elena theme
Title: Re: how do I Hide last 4 digits of phone number
Post by: MB Themes on February 23, 2022, 12:30:47 PM
@Dan
I am not sure if I can write whole procedure here as well as if you are able to complete it into working solution by yourself.
Solution to this is:
- hide last 4 digits (i.e. substr($phone, 0, strlen($phone)-4) . 'xxxx')
- store number somewhere, i.e. under rel attribute of link (<a href="#" rel="<?php echo $phone; ?>")
- show phone on click via jquery ( $('a.phone').click(function() { $(this).text($(this).attr('rel')); } )
Title: Re: how do I Hide last 4 digits of phone number
Post by: azedinmbr16 on April 26, 2022, 06:29:31 AM
hello please help me , the phone number dont appear in my veronika theme its write " No phone number" , even i write it when i try to put an ad , please help me
Title: Re: how do I Hide last 4 digits of phone number
Post by: MB Themes on April 26, 2022, 07:36:55 AM
Try to reacrivate theme, check if t_item_table is created, .... create own thread in correct category and/or create support ticket