-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlist.txt
More file actions
21 lines (14 loc) · 794 Bytes
/
list.txt
File metadata and controls
21 lines (14 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
When entering text (keypress) inside a textbox the page automatically scrolls to the top. So the focus no really stays on textbox/ page focus should stay where it is.
Reference website : beautyaddicttherapy.com
#Bug : [ Magento ] 403 Permission denied error on media/catalog/products
##Reference Website : lovestyle.com.br
*Solution : adding .htaccess file with following content and uploading it to the folder which has the problem*
```
Options All +Indexes
DirectoryIndex index.html
```
#Bug : [ WordPress ] Contact Form 7 - *Unexpected token <*
Reference URL : hormozi.co.uk
Cause : Conflicts with other js library
Solution : Remove contact form js by defining variable in wp-config
Solution URI : http://contactform7.com/loading-javascript-and-stylesheet-only-when-it-is-necessary/