Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,151,833 members, 7,813,782 topics. Date: Tuesday, 30 April 2024 at 06:16 PM

I Need Help. - Webmasters - Nairaland

Nairaland Forum / Science/Technology / Webmasters / I Need Help. (595 Views)

(2) (3) (4)

(1) (Reply) (Go Down)

I Need Help. by lasthero: 7:58am On May 26, 2016
Good morning webmasters.
I have a WordPress website where I sell digital books. I have installed plugins to disable copy of my contents and also programmed each eBook page to be only accessible by selected users which are all working fine.

My major challenge is that some old browsers like operamini 4 and the likes are able to copy my contents and as a result, I do have my products leaked out.

Please is there any plugin or code to install that will disable my eBook page from showing on this old browsers?.

Or a form of embedded epub/eBook reader on my website that will not function on this old browsers and will only function on the new ones. Please help. Thanks as I look forward to solution on this platform
Re: I Need Help. by webdeveloperqx: 9:05am On May 26, 2016
what you can is use javascript to detect the mobile browser and render the needed functionality. you can give the section that houses your content an "ID" , then "document.getElementByID("id_of_your_content_section"wink."run javascript function when detected a certain browser" .

hope you get the methodology ?
Re: I Need Help. by 4ward(m): 11:06am On May 26, 2016
lasthero:
Good morning webmasters.
I have a WordPress website where I sell digital books. I have installed plugins to disable copy of my contents and also programmed each eBook page to be only accessible by selected users which are all working fine.

My major challenge is that some old browsers like operamini 4 and the likes are able to copy my contents and as a result, I do have my products leaked out.

Please is there any plugin or code to install that will disable my eBook page from showing on this old browsers?.

Or a form of embedded epub/eBook reader on my website that will not function on this old browsers and will only function on the new ones. Please help. Thanks as I look forward to solution on this platform
Lets Talk:

Mobile/Whatsapp: 07038641600

BBM: 7B663F3A

www.africanwebservice.com
admin@africanwebservice.com

An expert in
*Blog Design,content management systems (CMS) such as
Webpagemaker,Frontpage, wordpress, joomla, drupal,
ecommerce platforms such as opencart, magento, Abante cart,WHMCS, prestashop.
*SEO,Responsive&Mobile Friendly Site Expert
*Blogs:Ghost,serendipity,eggblog
*Forums:SMF,Vanilla,phpBB,
*Polls and Survey Sites:Limesurvey,littlepoll,piwik
*Open Source website Development & Customization / CMS Integration (joomla, Drupal, wordpress, etc)
*E-commerce website Development (magento, opencart, OS Commerce, Zen Cart integration etc)
*SEO (Get Your website Top Ranking in Google.
*Mobile Application (iOS & Android)
*An expert in CCTV,CAR Tracker&Biometric Services
Re: I Need Help. by lasthero: 11:30am On May 26, 2016
webdeveloperqx:
what you can is use javascript to detect the mobile browser and render the needed functionality. you can give the section that houses your content an "ID" , then "document.getElementByID("id_of_your_content_section"wink."run javascript function when detected a certain browser" .

hope you get the methodology ?


Yes I do. But considering that its a WordPress website. In which of the theme functions will I put the code?. And how do I give the pages an ID ?
Re: I Need Help. by lasthero: 1:57pm On May 26, 2016
I still need help
Re: I Need Help. by webdeveloperqx: 2:59pm On May 26, 2016
i believe you are a web developer. well if not on wordpress level, what you can do is code that functionality.

first of all, create a javascript file , name it mobileProtect.js ,put the file in your "js" folder, then load it in wordpress like this inside your "functions.php" file :

function register_mobile_protect_js(){

wp_register_script('mobile-project', get_templater_directory_uri().'/js/mobileProtect.js', array("jquery"wink, false, true);
wp_enqueue_script('mobile-protect');
}

add_action('wp_enqueue_script', 'register_mobile_protect_js');


the content of the mobileProtect.js file is solely up to you . as a web developer, you should be able to use jquery and do what you want.

if you require my service to build a fully function plugin to do this for you, do send me an email : webdeveloperqx@gmail.com .
Re: I Need Help. by lasthero: 7:46pm On May 26, 2016
webdeveloperqx:
i believe you are a web developer. well if not on wordpress level, what you can do is code that functionality.

first of all, create a javascript file , name it mobileProtect.js ,put the file in your "js" folder, then load it in wordpress like this inside your "functions.php" file :

function register_mobile_protect_js(){

wp_register_script('mobile-project', get_templater_directory_uri().'/js/mobileProtect.js', array("jquery"wink, false, true);
wp_enqueue_script('mobile-protect');
}

add_action('wp_enqueue_script', 'register_mobile_protect_js');


the content of the mobileProtect.js file is solely up to you . as a web developer, you should be able to use jquery and do what you want.

if you require my service to build a fully function plugin to do this for you, do send me an email : webdeveloperqx@gmail.com .




I just sent you a mail

(1) (Reply)

I Need A Reliable Webhosting Company / Join The New Bloggers And Webmasters Social Community / I Need A Website Fast

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 20
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.