| Server IP : 152.53.162.115 / Your IP : 216.73.217.150 Web Server : Apache/2 System : Linux host 6.12.0-55.40.1.el10_0.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Oct 21 05:54:51 EDT 2025 x86_64 User : pbshosting ( 1005) PHP Version : 8.3.30 Disable Function : exec,system,passthru,shell_exec,proc_open,proc_close,proc_get_status,proc_nice,proc_terminate,popen,dl,show_source,putenv,phpinfo,stream_socket_server,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname,posix_getgroups,posix_getgrgid,posix_getpwnam,posix_geteuid,posix_getgid,posix_getuid,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/pbshosting/domains/drvinodthomas.in/public_html/wp-content/themes/Theme11/js/ |
Upload File : |
// JavaScript Document
// Author Name: Saptarang
// Author URI: http://www.saptarang.org
// Themeforest: http://themeforest.net/user/saptarang?ref=saptarang
// Creation Date: 5 March, 2015
/* CUSTOM PARAMETERS */
/* ================================ CONTACT PAGE =================================== */
/* SET CONTACT FORM SUCCESS MESSAGE */
var submitMessage = "Your form has been submitted successfully.";
var successParagraph = "We'll respond to your message within 24 hours. <br> Please call <b>123.456.789</b> for any urgent queries. Thank You!";
var successBoxColor = "cddc39"; // Background color for the success box
var successBoxBorderStyle = "solid"; // Border Style - Example: solid, dotted, dashed, double
var successBox_Border_Color = "f0f4c3"; // Border color for success box
var textColor = "fff"; // text color for success box
/* ================================ SUBSCRIBE FORM =================================== */
/* SET SUBSCRIBE FORM SUCCESS MESSAGE */
var sub_submitMessage = "You have subscribed successfully.";
var sub_successBoxColor = "cddc39"; // Background color for the success box
var sub_successBoxBorderStyle = "solid"; // Border Style - Example: solid, dotted, dashed, double
var sub_successBox_Border_Color = "f0f4c3"; // Border color for success box
var sub_textColor = "fff"; // text color for success box
/* ================================ REPLACE GOOGLE FONT CODE HERE =================================== */
// Google Web Fonts
// Open Sans
WebFontConfig = {
google: { families: [ 'Open+Sans:400,300,400italic,600,700,700italic,800:cyrillic-ext,latin,greek-ext,greek,vietnamese,latin-ext,cyrillic' ] }
};
(function() {
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
'://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})();
// Raleway
WebFontConfig = {
google: { families: [ 'Raleway:400,100,200,300,500,600,700,800,900:latin' ] }
};
(function() {
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
'://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})();