Support Forums - Classified Ads Script Osclass
Osclass theme support => Alpha Osclass Theme => Topic started by: ocuser 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
(https://i.ibb.co/Y3wwht5/1.jpg) (https://ibb.co/Y3wwht5)
2. now in footer i have © 2020 mysite.com. All rights reserved. How to change it to mysite.com © 2020 - pic 2
(https://i.ibb.co/VgqhhjS/2.jpg) (https://ibb.co/VgqhhjS)
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?
(https://i.ibb.co/vBTj2Zp/3.jpg) (https://ibb.co/vBTj2Zp)
4. I want to remove English from Publish a new listing, couse i have only one non english language - see pic 4
(https://i.ibb.co/y8TtwwJ/4.jpg) (https://ibb.co/y8TtwwJ)
5. I want to remove USD from Publish a new listing, couse i have only one non english currencies - see pic 5
(https://i.ibb.co/tYz35QY/5.jpg) (https://ibb.co/tYz35QY)
10X.
-
1) add this to your style.css:
footer .line1 .locale {display:none!important;}
2) edit in footer.php of theme
3) send your URL
4) add this to your style.css:
.post-edit .locale-links {display:none!important;}
5) add this to your style.css:
.post-edit .price-wrap .enter .simple-select {display:none;}
.post-edit .price-wrap .enter #price {padding-left:10px!important;}
-
my url address is send.
-
This should be removed from theme:
<?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:
#im-link {padding:0;}
-
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.
(https://i.postimg.cc/CZDrGfxS/fdsdsf.png) (https://postimg.cc/CZDrGfxS)
-
Check item.php, should be there osc_item_country_code() or so
-
Awesome, everything is ok. Thank you very much!