Advertisement:

Author Topic: removing the qrcode, available on your mobile ans share us on patricia theme.  (Read 752 times)

bosa11ab

  • Newbie
  • *
  • Posts: 22
I want to remove the qrcode, available also on your mobile device and share us social icon on left sidebar of patricia theme, any one know how to remove it? if you just delete it the whole site goes down. appreciate it any help or advice thanks.

regard
bosa11ab

Aficionado

  • Guest
I want to remove the qrcode, available also on your mobile device and share us social icon on left sidebar of patricia theme, any one know how to remove it? if you just delete it the whole site goes down. appreciate it any help or advice thanks.

regard
bosa11ab

Probably because there is a call for the plugin in the theme code. More details of what to remove is in the PLUGIN's help file.


bosa11ab

  • Newbie
  • *
  • Posts: 22
hi,
thank you for the replay. your right there might be a call to the plugin.
but its not self a plugin its only an icon. please se the code.

Code: [Select]
<div class="mobile-friendly noselect">
        <div class="text"><?php _e('Available also on your mobile device''patricia'); ?></div>
        <img src="<?php echo osc_current_web_theme_url();?>images/side_mobile.png" />
      </div>

      <div class="share-friendly noselect">
        <div class="text"><?php _e('Share us and become our fan''patricia'); ?></div>
        <img src="<?php echo osc_current_web_theme_url();?>images/side_share.png" />
      </div>
    </div>

i have checked the plugin help there is no reference for the above code.

regard

Aficionado

  • Guest
It is a shortcode from the plugin. See the help file on what to ADD and remove that.


frosticek

  • Hero Member
  • *****
  • Posts: 3948