Notes for Staff
Responsive Tables
Final Conclusion
[table “123” not found /]
mode should not be enclosed in double quotes.
Link : https://tablepress.org/extensions/responsive-tables/
syntax : [table “123” not found /]
where mode is one of the four values flip, scroll, collapse
[table “123” not found /]
[table “123” not found /]
[table “123” not found /]
Refer : https://tablepress.org/faq/
Auto Counter
Link : https://tablepress.org/extensions/datatables-counter-column/
[table “123” not found /]
Fixed Header
[table “123” not found /]
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.1Run command prompt as admin and run below commands in given order.
netsh int ip reset c:\resetlog.txt
netsh winsock reset
ipconfig /flushdns
ipconfig /renewChange 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.4If 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 DNSThere 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 : 800pxMake 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_HEADERShttps://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
url
must 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 at1
, 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
1
if 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
-