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 ... 5
1
Other Questions Related to Osclass / Re: I need help
« on: May 18, 2019, 02:29:45 AM »
Hello,

please come on our official website : https://rackons.in and then chat with our support team for that, then our team will check your point and give you solution, because telephone plugin have 3rd party plugin, so we need to check the function of this plugin. please come and chat with our team members.

Thanks

2
Suggestions / Re: Custom User Notifications Plugin
« on: December 29, 2018, 08:53:38 AM »
Hello @armaniworld,

As per your requirement, our team has created message notification plugin with sound. so it will be good for your requirement, please have a look :

https://osclassmarket.rackons.in/osclass-messenger-plugin

3
@rivaldo,

please come on our website https://osclassmarket.rackons.in and chat with our team members , we will support you and do best solution as per your theme dont worry.

4
@rivaldo, what help you want, please explain more about your problem then we will solve your issue, or you can come on our Rackons Market then we will provide best Live Chat Support and solve your issue : https://osclassmarket.rackons.in

5
Code: [Select]
<?php if(osc_is_ad_page()) { ?>
          <span class="whatsapp"><a href="whatsapp://send?text=<?php echo $share_url?>" data-action="share/whatsapp/share"><i class="fa fa-whatsapp"></i></a></span>
        <?php ?>

search above code in footer.php and replace with our below code.

Code: [Select]
<?php
       
          
if(osc_is_ad_page()) {
            
$rac_url osc_item_url();
            
$rac_title osc_item_title();
          } else {
            
$rac_url osc_base_url();
            
$rac_title meta_title();
          }
        
?>
https://forums.rackons.in/Themes/default/images/bbc/code.gif

  <span class="whatsapp"><a href="whatsapp://send?text=<?php echo $rac_url?>" data-action="share/whatsapp/share"><i class="fa fa-whatsapp"></i></a></span>


6
I want whatsapp to appear along with the other partner networks as it appears on the item page in the mobile version

So your other social icons display in mobile only with whatsapp. and you tell us for desktop and mobile for both. so other social media is not display in desktop mode.

So where we will use your whatsapp with other social network. Please provide screenshot for that. then we will understand better.

7
If you want fixed whatsapp icon in sidebar so use below code  :


Step 1 : ut below code in footer.php
Code: [Select]
<div class="fsi">
<ul><li>
<?php
       
          
if(osc_is_ad_page()) {
            
$rac_url osc_item_url();
            
$rac_title osc_item_title();
          } else {
            
$rac_url osc_base_url();
            
$rac_title meta_title();
          }
        
?>


<a style="#25D366" href="whatsapp://send?text=<?php echo $rac_url?>" data-action="share/whatsapp/share"><i class="fa fa-whatsapp"></i></a>
</li>
    </ul>

</div>




Step 2 : Open your style.css and put below code in style.css

Code: [Select]
.fsi ul {
 font-family: "Quicksand", sans-serif;
  font-size: 1em;
  line-height: 1.6;
  font-weight: 600;
   margin-left: -30px;
  list-style: none;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fsi ul li a {
  display: block;
  margin-left: -2px;
  height: 60px;
  width: 60px;
  border-radius: 0 25px 25px 0;
  border: 2px solid #000;
  background: #FFF;
  margin-bottom: 1em;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  color: #2980b9;
  text-decoration: none;
  line-height: 60px;
  position: relative;
}
.fsi ul li a:hover {
  cursor: pointer;
  width: 180px;
  color: #fff;
}

8
So you want your whatsapp icon fixed in sidebar ?

9
Other Questions Related to Osclass / Re: HOW TO REMOVE OUR PARTNERS
« on: September 20, 2018, 07:09:58 AM »
Please remove below code from footer.php

Quote
<!-- PARTNERS SECTION IN FOOTER -->
<div id="footer-partner" class="not767">
  <div class="inside">
    <div id="partner">
      <div class="lead"><?php _e('Our partners', 'veronika'); ?></div>

      <?php
        $partner_path = osc_base_path() . 'oc-content/themes/' . osc_current_web_theme() . '/images/partner-logos';
        $partner_url = osc_base_url() . 'oc-content/themes/' . osc_current_web_theme() . '/images/partner-logos';
        $partner_images = scandir($partner_path);

        if(isset($partner_images) && !empty($partner_images) && $partner_images <> '') {
          foreach($partner_images as $img) {
            $ext = strtolower(pathinfo($partner_path . '/' . $img, PATHINFO_EXTENSION));
            $allowed_ext = array('png', 'jpg', 'jpeg', 'gif');

            if(in_array($ext, $allowed_ext)) {
              echo '<img class="partner-image" src="' . $partner_url . '/' . $img . '" alt="' . __('Our partner logo', 'veronika') . '" />';
            }
          }
        }
      ?>
    </div>
  </div>
</div>

10
Hello @Lucasdelton

Please below steps then you can use whatsapp share option for whole site.

Step 1) Open oc-content/themes/CURRENT_THEME/footer.php

Quote

<?php
       
          if(osc_is_ad_page()) {
            $rac_url = osc_item_url();
            $rac_title = osc_item_title();
          } else {
            $rac_url = osc_base_url();
            $rac_title = meta_title();
          }
        ?>

Step 2 : put this code with above code.
Quote
<a style="#25D366" href="whatsapp://send?text=<?php echo $rac_url; ?>" data-action="share/whatsapp/share"><i class="fa fa-whatsapp"></i></a>

Then check your website and above both code should put after
Code: [Select]
<div id="footer"> .

11
Yes this plugin is compatible with stela as well as all theme. You need to do some custom css if you want any type of changes

12
you will also chat with our team for change the color, then our team will do without any extra charge. We will take extra charge for extra custom changes only

13
there are no admin for that plugin, but you can change color , font size and some styles from css of this plugin. Or if you need any type of modification . then you can ask us on our live chat support or our forum then our team will take charge for that modification and provide best support always.

14
Osclass Complete Pack / Re: PLease make a bulk ad upload plugin
« on: June 04, 2018, 05:55:48 AM »
Rackons Company launched New Bulk Ads Importer Plugins, So you can buy from below Market :

- Bulk Ads Importer Plugin for Osclass - Rackons Market - 14.99€


- Bulk Ads Importer Plugin for Osclass - OsclassHub.com  - 14.99€



Plugin Name: Bulk Ads Importer
Plugin URI: https://osclassmarket.rackons.in
Version: 1.2.1
Author: Rackons
Author URI: http://rackons.com
Author Email: info@rackons.com
Short Name: bulk_ads_importer
Plugin update URI: bulk-ads-importer


Description:

This plugin import items in Bulk from XML file or Other Source link.  This Plugin will work for Default Country Only . You can upload as many ads you want from XML in Minutes Only...


In this Plugin, you can put

- Title
- Description
- Catgeory
- Registered User Name
- Registered Email id
- Price
- Region
- City
- Photo ( This Plugin will work for 1 Photo Only )

If you are facing any type of problem while upload bulk or one listing from our plugin , so chat with us . Our support team will help you and guide you always.




15
Please mark as "Best Answer" for other osclass users.

Pages: [1] 2 3 ... 5