Notes for Staff
- Responsive Tables - Final Conclusion - [table id=123 responsive=”mode” responsive_breakpoint=”desktop” datatables_fixedheader=top /] - mode should not be enclosed in double quotes. - Link : https://tablepress.org/extensions/responsive-tables/ - syntax : [table id=123 responsive=”mode” /] where mode is one of the four values flip, scroll, collapse 
 [table id=123 responsive=flip responsive_breakpoint=”desktop” /]
 [table id=123 responsive=scroll responsive_breakpoint=”desktop” /]
 [table id=123 responsive=collapse responsive_breakpoint=”desktop” /]- Refer : https://tablepress.org/faq/ - Auto Counter 
 Link : https://tablepress.org/extensions/datatables-counter-column/
 [table id=123 datatables_counter_column=true /]- Fixed Header - [table id=123 datatables_fixedheader=top /] 
 Plugins Required
 https://tablepress.org/extensions/responsive-tables/- https://tablepress.org/extensions/datatables-counter-column/ 
- Horizontal Offset : 0 
 Vertical Offset : 5
 Blur : 15
 Spread : Blank
 Colour : 000000
 Opacity : 0.1
- Run command prompt as admin and run below commands in given order. - netsh int ip reset c:\resetlog.txt 
 netsh winsock reset
 ipconfig /flushdns
 ipconfig /renew
- Change DNS by going to control panel. Video of this will be uploaded tomorrow. - Preferred DNS Server : 8.8.8.8 
 Alternate DNS Server : 4.4.4.4- If these dns does not solve the issue then search on internet : “fastest dns servers in india”. 
 Take ip’s mentioned over there and make necessary changes.- IPV 4 : Google DNS: 8.8.8.8 | 8.8.4.4 
 IP v6 : Google DNS- There are also IPv6 versions: - Primary DNS:
 2001:4860:4860::8888
- Secondary DNS:
 2001:4860:4860::8844
 - Open DNS: 208.67.222.222 | 208.67.220.220 - DNS WATCH: 82.200.69.80 | 84.200.70.40 - Level 3 DNS: 209.244.0.3 | 209.244.0.4 | 4.2.2.1 | 4.2.2.2 | 4.2.2.3 | 4.2.2.4 - Comodo DNS: 8.26.56.26 | 8.20.247.20 
- Primary DNS:
- For Fullscreen background image, 
 Width : 1400px
 Height : 800px- Make sure you adjust the BACKGROUND POSITION option for each device based on the object in the image. - Visit https://themify.me/docs/row-background-image-works for more information. 
- Make hidden files visible. - go to .user.ini file and delete the code releted to wordfence. - Also don’t forget to delete wordfence.wap file in the public_html folder. 
- wp-options 
- wp-users 
- Go to control panel – go to REDIRECT – do the necessary changes. - https://www.name.com/support/articles/115005296088-Redirect-HTTP-to-HTTPS-automatically - Redirect HTTP to HTTPS automatically - paste below code into .htaccess file located in public_html folder - RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
- RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE] Header always set Content-Security-Policy "upgrade-insecure-requests;" # BEGIN WordPress
 # The directives (lines) between `BEGIN WordPress` and `END WordPress` are
 # dynamically generated, and should only be modified via WordPress filters.
 # Any changes to the directives between these markers will be overwritten. <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
 Note : Remove all content from wordpress .htaccess file and replace it with above code.
 Read file for more information Redirect HTTP to HTTPS automatically using .htaccess file
 https://www.freecodecamp.org/news/how-to-redirect-http-to-https-using-htaccess/- Note for myself. Include above code in our master template so that we don't need to repeat this step. 
- <h1><a href=”https://www.happy-visitors.com” target=”_blank” title=”Happy Visitors Dot Com – Website Design and Development Company In Kolhapur”>Happy Visitors Dot Com – Website Design and Development Company In Kolhapur</h1> 
 <!– JSON-LD markup generated by Google Structured Data Markup Helper. –>
 <script type=”application/ld+json”>
 {
 “@context”: “http://schema.org”,
 “@type”: “LocalBusiness”,
 “image”: “https://www.happy-visitors.com/wp-content/uploads/2021/11/Logo.png”,
 “priceRange” : “₹1000 – ₹5000”,
 “@id”: “https://www.happy-visitors.com”,
 “name”: “
 Happy Visitors Dot Com – Website Design and Development Company In Kolhapur”,
 “description”: “Website designer in Kolhapur, Maharashtra”,
 “telephone” : “+91-9960-333-954”,
 “email” : “email@happy-visitors.com”,
 “address”: {
 “@type”: “PostalAddress”,
 “streetAddress”: “Ayodhya Tower, 2nd Floor, Railway Colony, Shahupuri”,
 “addressLocality”: “Kolhapur”,
 “addressRegion”: “Maharashtra”,
 “postalCode”: “416001”,
 “addressCountry”: “India”
 },
 “geo”: {
 “@type”: “GeoCoordinates”,
 “latitude”: 16.704056,
 “longitude”: 74.241019
 },
 “url”: “https://www.happy-visitors.com”,
 “openingHoursSpecification”: [
 {
 “@type”: “OpeningHoursSpecification”,
 “dayOfWeek”: [
 “Monday”,
 “Tuesday”,
 “Wednesday”,
 “Thursday”,
 “Friday”,
 “Saturday”,
 “Sunday”- ], 
 “opens”: “00:00”,
 “closes”: “23:59 “
 }
 ]
 }
- https://safebrowsing.google.com/safebrowsing/report_error/?hl=en 
- # BEGIN Really_Simple_SSL_SECURITY_HEADERS 
 <IfModule mod_headers.c>
 Header always set Strict-Transport-Security “max-age=63072000; includeSubDomains; preload” env=HTTPS
 Header always set Content-Security-Policy “upgrade-insecure-requests”
 Header always set X-XSS-Protection “1; mode=block”
 Header always set X-Content-Type-Options “nosniff”
 Header always set Referrer-Policy “no-referrer-when-downgrade”
 Header always set Permissions-Policy “accelerometer=(*), autoplay=(*), camera=(*), encrypted-media=(*), fullscreen=(*), geolocation=(*), gyroscope=(*), magnetometer=(*), microphone=(*), midi=(*), payment=(*), picture-in-picture=(*), sync-xhr=(*), usb=(*)”
 Header always set Expect-CT “max-age=7776000, enforce”
 Header always set X-Frame-Options “SAMEORIGIN”
 </IfModule>
 # END Really_Simple_SSL_SECURITY_HEADERS
- https://support.google.com/docs/answer/3093339?hl=en - IMPORTHTML- Imports data from a table or list within an HTML page. - Sample Usage- IMPORTHTML("http://en.wikipedia.org/wiki/Demographics_of_India","table",4)- IMPORTHTML(A2,B2,C2)- Syntax- IMPORTHTML(url, query, index)- url– The URL of the page to examine, including protocol (e.g.- http://).- The value for urlmust either be enclosed in quotation marks or be a reference to a cell containing the appropriate text.
 
- The value for 
- query– Either “list” or “table” depending on what type of structure contains the desired data.
- index– The index, starting at- 1, which identifies which table or list as defined in the HTML source should be returned.- The indices for lists and tables are maintained separately, so there may be both a list and a table with index 1if both types of elements exist on the HTML page.
 
- The indices for lists and tables are maintained separately, so there may be both a list and a table with index 
 
Globehost
- Subject: Request for Invoice – Adding Funds to My Domain Name Reseller Account - Hello Globehost staff, - I am your DOMAIN NAME RESELLER at NameIndia. My domain name reseller account details are as follows: - Name India Account Details 
 url : https://nameindia.myorderbox.com/
 Username : email@happy-visitors.com
 Reseller Id: 998785- I want you to add 2000 rupees fund to my nameindia account. For that purpose I want you to generate an invoice of 2000 rupees. - Once the invoice is generated, I would greatly appreciate it if you could promptly inform me via phone at 9960-333-954. This will enable me to make the payment without delay. - Your continued cooperation and support are highly valued, as they have always been. Should you have any questions or require further information, please do not hesitate to contact me at 9960-333-954. - Thank you for your assistance, and I look forward to a seamless transaction. - Sincerely, - Happy Visitors Dot Com 
- Subject: Invoice Paid : Invoice Number [#Mention Invoice Number] - Hello Globehost Staff, - We have paid the invoice with number [#Mention Invoide Number] - We request you to kindly add the FUNDS to my nameindia account. The details of my nameindia account are as mentioned below. - Name India Account Details - url : https://nameindia.myorderbox.com/ 
 Username : email@happy-visitors.com
 Reseller Id: 998785- Once the funds are added, I would greatly appreciate it if you could promptly inform me via phone at 9960-333-954. This will enable me to make the renew the domain listed at nameindia. - Your continued cooperation and support are highly valued, as they have always been. Should you have any questions or require further information, please do not hesitate to contact me at 9960-333-954. - Thank you for your assistance, and I look forward to a seamless transaction. - Sincerely, - Happy Visitors Dot Com 
- Technical : +91-8881088820 - If you have any issues, please contact on above mentioned numbers. 
- Hello Globehost, - Today, we attempted to register a domain, but regrettably, the payment did not go through successfully. It appears that the amount was debited from our account. - We kindly request your assistance in verifying the transaction’s status. Please review the provided transaction details: - Invoice Number:
- Transaction Date:
- Transaction Amount:
- UPI UTR Reference Number:
 - For your convenience, we have attached the payment receipt for your reference. Should you require any further information, please feel free to contact us at +91-9960-333-954. We greatly appreciate your prompt attention and support in this matter. - Thank you in advance. - Best regards, - Happy Visitors Dot Com 
 Website Design & Development Company
 https://www.happy-visitors.com
 +91-9960-333-954
WhatsApp Messages
- Dear Customer, - Thank you for placing your enquiry! - We’re extremely happy to have the opportunity to work with you and create a website that aligns perfectly with your brand and suits your audience. - We’ll be in touch shortly to better understand your project requirements. If you have any suggestions or questions, please don’t hesitate to discuss them with us. We promise to address all your inquiries with a smile. - We’re dedicated to providing you with the exceptional service you’ve always dreamed of. - Thank you for considering Happy Visitors Dot Com for your web project.” - Best regards, 
 Amol Mirje
 Enterprenuer
 Happy Visitors Dot Com
 Website Design & Development Company
 +91-9960-333-954
 email@happy-visitors.com
 www.happy-visitors.com
- Dear Customer, - Payment Amount : [Enter Payment Amount] - Kindly pay us using the QR code shown above. - Important Note : After making the payment, we kindly request that you send the payment receipt to us via WhatsApp at the following number: 9960333954. This step is important for us to verify the payment from our end. - Please be advised that the payment will be considered as complete only upon receipt of the payment receipt and its subsequent verification by our billing department. Your cooperation in this matter is greatly appreciated. - Best regards, 
 Happy Visitors Dot Com
 Website Design and Development Company
 +91-9960-333-954
 email@happy-visitors.com
 www.happy-visitors.com
- Dear Customer, - We have Successfully received your payment. - Thanks for your prompt payment. Your commitment and trust in our services are truly appreciated. - We value your business and look forward to serving you with excellence in all our future endeavors. - If you have any questions, need assistance, or would like to discuss any aspect of your project, please don’t hesitate to reach out. We’re here to ensure your experience with us is seamless and successful. - Once again, thank you for choosing Happy Visitors Dot Com. We are truly honored to have you as a valued client. - Best regards, 
 Happy Visitors Dot Com
 Website Design and Development Company
 +91-9960-333-954
 email@happy-visitors.com
 www.happy-visitors.com
- Dear Customer, - Your domain name has been successfully booked. Kindly note below mentioned details: - Domain Name Booked : 
 Service Start Validity:
 Service End Validity:
 Estimated Date for Project Completion :
 Last Date to complete pending payments (if any) :- We value your business and look forward to serving you with excellence in all our future endeavors. - If you have any questions, need assistance, or would like to discuss any aspect of your project, please don’t hesitate to reach out. We’re here to ensure your experience with us is seamless and successful. - Once again, thank you for choosing Happy Visitors Dot Com. We are truly honored to have you as a valued client. - Best regards, 
 Happy Visitors Dot Com
 Website Design and Development Company
 +91-9960-333-954
 email@happy-visitors.com
 www.happy-visitors.com
- Dear Customer, - Your WEB DEVELOPMENT SERVICE has been successfully renewed. Kindly note below mentioned details: - Service Start Validity: 
 Service End Validity:- We value your business and look forward to serving you with excellence in all our future endeavors. - If you have any questions, need assistance, or would like to discuss any aspect of your project, please don’t hesitate to reach out. We’re here to ensure your experience with us is seamless and successful. - Once again, thank you for choosing Happy Visitors Dot Com. We are truly honored to have you as a valued client. - Best regards, 
 Happy Visitors Dot Com
 Website Design and Development Company
 +91-9960-333-954
 email@happy-visitors.com
 www.happy-visitors.com
- Dear Customer, - Your domain name & website service validity is about to expire. Kindly note below mentioned details: - Domain Name : 
 Service End Validity:
 Renewal Amount :
 UPI ID for Payment : 9960333954@upi
 Last date for clearing Pending Payment :
 * Send screenshot after making payment on whatsapp +91-9960-333-954. This step is compulsory for renewing your service.- Note : - Please renew your service before validity ends.
- In case you fail to renew your service before validity ends then you need to pay penalty charges decided by the domain team. Kindly note that these charges are not decided by us.
- Trying to renew service after validity ends is not guranteed to be always successful.
- We will not be responsible for any losses occuring due to late service renewal.
 - If you have any questions, need assistance, please don’t hesitate to reach out. We’re here to ensure your experience with us is seamless and successful. - Once again, thank you for choosing Happy Visitors Dot Com. We are truly honored to have you as a valued client. - Best regards, 
 Happy Visitors Dot Com
 Website Design and Development Company
 +91-9960-333-954
 email@happy-visitors.com
 www.happy-visitors.com
School Website
- Website URL : https://www.schooldemo.co.in/ 
 Admin Login URL : https://www.schooldemo.co.in/wp-admin
 Username : wTzdhv95Sh
 Password : $K^x4BOu4eMO
