Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Osclass Developer

Pages: 1 2 3 [4] 5
46
@robert

Please firstly open your item.php and find

Quote
<?php echo osc_item_description(); ?>

and put below code after that line
Quote
<p><strong><?php _e('When you call, don't forget to mention that you found this ad on Rackons.com', 'YOUR_THEME_NAME'); ?> </strong></p>

47
Other / Re: ITEM DESCRIPTION MISSING
« on: January 26, 2018, 01:48:55 AM »
@adlluvia2017

I think its database or any plugin issue,

So, can you try to uninstall plugin one by one and check your oc-admin description.

Or you also check your disable plugins (those plugin you have disable)

48
Other / Re: I need to show number of views as you did in your site
« on: January 24, 2018, 04:07:57 AM »
@robert
Firstly put below code in style.css
Quote
.item_views{width:auto;line-height:16px;margin:0 6px 0 0;background:#5DADE2;font-size:12px;padding:5px 10px 5px 10px;color:#fff;text-shadow: 1px 1px 1px rgba(0,0,0,0.1);-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;box-shadow:1px 1px 4px rgba(0,0,0,0.1);}
.i_views {width:auto;padding:2px 3px 2px 3px;}

1. Change in Loop-Single.php
then put below code in loop-single.php
Quote
<span class="item_views i_views"><i class="fa fa-eye"></i> <?php echo osc_item_views(); ?> x </span>

after
Quote
<a class="title" href="<?php echo osc_item_url(); ?>"><?php echo osc_highlight(osc_item_title(), 100); ?></a>


2. Changes in Loop-Single-Premium.php
then put below code in loop-single-premium.php
Quote
<span class="item_views i_views"><i class="fa fa-eye"></i> <?php echo osc_premium_views(); ?> x </span>

after
Quote
<a class="title" href="<?php echo osc_premium_url(); ?>"><?php echo osc_highlight(osc_premium_title(), 100); ?></a>


49
Other / Re: I need to show number of views as you did in your site
« on: January 24, 2018, 02:32:09 AM »
@Robert

Please explain your question with example and screenshot then we will understand your query .


50
Suggestions / Re: Search by sellers
« on: January 09, 2018, 05:31:26 AM »
@leales

We have done "search by sellers" work as per your requirement, so please check our demo and tell us. if it is ok or not ?

http://rackons.co.in/search , in this page you can see "Search by Sellers" option in left sidebar. then you can see all users name.

Thanks

51
Suggestions / Re: Possibility of follow users and sellers
« on: December 27, 2017, 08:31:08 AM »
means:

your 4 point : 1)item sold ,
2) item for sale
3) following
4) followers

52
Suggestions / Re: Possibility of follow users and sellers
« on: December 27, 2017, 07:28:07 AM »
Can you explain your all 4 points, then we will understand better, one by one.

53
Code: [Select]
<?php 
$cart osp_cart_price();
$htmlcart .= '<a class="item tr1" href="' osc_route_url('osp-cart') . '" style="text-decoration:none;"><i class="fa fa-shopping-cart" style="font-size:20px;"></i> ' __('<span style="font-size:20px;"><span class="counter" style="background-color:#00a1cb;">''osclass_pay') . ' ' osp_format_price($cart['price']) . '</span></span></a>';
echo $htmlcart
?>

this above code using for Shopping Cart icon and option. You can change the background color and font size.

54
Suggestions / Re: Possibility of follow users and sellers
« on: December 22, 2017, 08:30:56 AM »
@jancor,
its really nice idea for classified site same as social sites.

So dont worry we will start on this project and will soon update you regarding this new idea.

Thanks

55
Suggestions / Re: create a plugin to add more states of the products
« on: December 21, 2017, 08:53:09 AM »
@jancor

as per your requirement , we have created rented status plugin for you, so please buy and download from our Rackons Market.

http://osclassmarket.rackons.in/ad-status-plugin-for-osclass

If you face any problem then please tell us we will configure in your website.

56
Suggestions / Re: create a plugin to add more states of the products
« on: December 21, 2017, 05:32:17 AM »
@jancor,

Thanks for your suggestion, Rackons team will start the work on your forum, when this plugin will be completed then we will notify you on your mail id.

Thanks

57
@jefferi,

which type of hosting you are using for osclass?

And have you asked with your hosting provider?

58
@fabio ,

Please check your mail configuration :
Code: [Select]
oc-admin >> Settings >> Mail Server Setting .

http://prntscr.com/hliewr

And fill all details. and then check your contact form

59
you need to install fresh osclass for osclass_pay plugin. Because its not working if you have already installed any other payment plugin .

I think its problem in Osclass Pay Plugin. so ask from plugin developer. Its working with fresh Osclass Install With Olivia theme.

60
Others / Re: placing a banner in footer section
« on: December 06, 2017, 06:27:26 AM »
@robert
if your problem is solved so please mention "Mark as solved " or edit your title and mention solved then it will useful for other users

Pages: 1 2 3 [4] 5