Hello, I start my site with zara theme, but now i run alpha theme. Very happy with Alpha theme, but i have some things that i want to remove and replace so if it possible to help me
1. I use only one language, so i want to remuve the US in footer - pic one. where do i search to remuve this US/or some tip to hide it? - pic 1
2. now in footer i have © 2020 mysite.com. All rights reserved. How to change it to mysite.com © 2020 - pic 2
3. When I start Instant Messenger I put in header.php:
{ echo im_messages(); }
Hire:
<?php if (function_exists('im_messages') && osc_is_web_user_logged_in()) { ?>
<a href="<?php echo ('im-threads'); ?>"><?php _e('Messages' , 'alpha'); ?></a>
<?php } ?> <?php if(function_exists('im_messages'))
{ echo im_messages(); } ?>
When I save and refresh page I have on header bar count of unread messages but not in line with my account - see pic 3. How to set it in one line?
4. I want to remove English from Publish a new listing, couse i have only one non english language - see pic 4
5. I want to remove USD from Publish a new listing, couse i have only one non english currencies - see pic 5
10X.