Advertisement:

Author Topic: Need to remove printpdf  (Read 942 times)

bohrapar

  • Jr. Member
  • **
  • Posts: 51
Need to remove printpdf
« on: October 17, 2013, 01:37:39 am »
Hi,

I need to remove printpdf, but when i disable it, for some reason my right hand carousel dissapears. I need to remove it as it doesnt seem to work anymore, not sure how to fix it. check www.bartrit.com

bohrapar

  • Jr. Member
  • **
  • Posts: 51
Re: Need to remove printpdf
« Reply #1 on: October 17, 2013, 01:43:23 am »
error log says: Call to undefined function osc_register_plugin(). not sure what to do

pablo22

  • Newbie
  • *
  • Posts: 27
Re: Need to remove printpdf
« Reply #2 on: October 18, 2013, 10:55:51 pm »
You forgot to add the shortcode on the page where you would the print pdf link to appear. Add this code
Code: [Select]
<?php show_printpdf(); ?>. where you want the link to appear.

bohrapar

  • Jr. Member
  • **
  • Posts: 51
Re: Need to remove printpdf
« Reply #3 on: October 21, 2013, 05:23:08 pm »
Thanks got it sorted