Support Forums - Classified Ads Script Osclass
Osclass theme support => Free themes => Elena Osclass Responsive Theme => Topic started by: Dan on February 20, 2022, 06:47:33 AM
-
How do I hide the last 4 digits of phone number in Elena theme
-
@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')); } )
-
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
-
Try to reacrivate theme, check if t_item_table is created, .... create own thread in correct category and/or create support ticket