Thank you for purchasing this item. If you have have some problems, please contact me: roman.codecanyon@gmail.com
Make sure that directory /root/cache/ has 0777 permissions (should be executable)
Note. If you installed script not in web-root directory then you need to add RewriteBase /subdir/ into .htaccess file after RewriteEngine on
To get number of shares you must create facebook developer account and facebook web app. Read here how to do it: https://developers.facebook.com/docs/apps/register Once you create www app, get app id and app secret from Facebook Developer Dashboard and put them into ~root/config/facebook.php
Go to Google Console. Create a project if you have not created it yet and generate Server Key Next, enable following APIs:
$config['google_server_key'] = 'SERVER-KEY';
In order to get full support of HTTPS you must have Free Unbranded account or Paid account. If you have Free Unbranded account, then paste verification HTML provided by Pagepeeker before verification process.
~root/config/pagepeeker.php
'verifyHtml'=>"Verification html",
Pagepeeker account type | Configuration |
---|---|
Free Unbranded Account |
'useProxyImage'=>false, 'verifyHtml'=>"Verification html", 'apiKey'=>'', |
Basic Account |
'useProxyImage'=>false, 'verifyHtml'=>"", 'apiKey'=>'', |
Advanced or Premium Account |
'useProxyImage'=>true, 'verifyHtml'=>"", 'apiKey'=>'PUT-YOUR-API-KEY-HERE', |
All seo and meta properties phrases located in /root/app/meta.php
MySQL Settings
Mysql settings located in /root/app/db.php
EUROPA websites must follow the Commission's guidelines on privacy and data protection and inform users that cookies are not being used to gather information unnecessarily.
All websites owned in the EU or targeted towards EU citizens, are now expected to comply with the law. If it is relevant for you and you are using 3rd party tools to analyze statistic, ads campaigns which are using cookies, then you need to inform user about it.
A simple floating widget is used which is enabled by default. All configuration settings are stored in ~root/config/cookieconsent.php file.
$config['cookieconsent_enable'] = true; // whether to show widget $config['cookieconsent_learnmore'] = "Learn more"; // Learn more link text $config['cookieconsent_dismiss'] = "Got it!"; // User confirmation text $config['cookieconsent_message'] = "This website uses cookies to ensure you get the best experience on our website."; // Explanation $config['cookieconsent_theme'] = "light-floating"; // theme: dark-top, dark-floating, dark-bottom, light-floating, light-top, light-bottom $config['cookieconsent_link'] = "http://www.google.com/intl/en/policies/privacy/partners/"; // Leave empty to hide link (Learn more)