*

ocuser

  • **
  • 7 posts
Alpha theme - some things
« on: January 06, 2020, 09:03:02 PM »
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.
« Last Edit: January 06, 2020, 09:05:32 PM by ocuser »

*

MB Themes

Re: Alpha theme - some things
« Reply #1 on: January 07, 2020, 10:22:50 AM »
1) add this to your style.css:
Code: [Select]
footer .line1 .locale {display:none!important;}
2) edit in footer.php of theme
3) send your URL
4) add this to your style.css:
Code: [Select]
.post-edit .locale-links {display:none!important;}
5) add this to your style.css:
Code: [Select]
.post-edit .price-wrap .enter .simple-select {display:none;}
.post-edit .price-wrap .enter #price {padding-left:10px!important;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

ocuser

  • **
  • 7 posts
Re: Alpha theme - some things
« Reply #2 on: January 07, 2020, 02:09:57 PM »
my url address is send.

*

MB Themes

Re: Alpha theme - some things
« Reply #3 on: January 07, 2020, 04:23:22 PM »
This should be removed from theme:
Code: [Select]
<?php if (function_exists('im_messages') && osc_is_web_user_logged_in()) { ?>
    <a href="<?php echo ('im-threads'); ?>"><?php _e('Messages' 'alpha'); ?></a>
<?php ?>

and maybe add:
Code: [Select]
#im-link {padding:0;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

ocuser

  • **
  • 7 posts
Re: Alpha theme - some things
« Reply #4 on: January 07, 2020, 06:44:22 PM »
1. works perfect
2. works perfect
3. works perfect
4. works perfect
5. works perfect

Оne more thing for now if it's not cheeky... :)

I want to remove this from the picture as well. Тhis is probably the Country code: abbreviated as BU = Bulgaria. Or instead of BU, the whole name of Bulgaria should be written.


*

MB Themes

Re: Alpha theme - some things
« Reply #5 on: January 07, 2020, 08:55:39 PM »
Check item.php, should be there osc_item_country_code() or so
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

ocuser

  • **
  • 7 posts
Re: Alpha theme - some things
« Reply #6 on: January 08, 2020, 09:06:01 AM »
Awesome, everything is ok. Thank you very much!