word-games-theme 1.5.5 → 1.5.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. checksums.yaml +4 -4
  2. data/_data/wordgames/en/jumble_word_finder.json +25 -4
  3. data/_includes/WordPointTables/table.html +0 -2
  4. data/_includes/adBlocker/adBlocker.html +1 -1
  5. data/_includes/autogenerated/content.html +75 -74
  6. data/_includes/autogenerated/footer.html +4 -3
  7. data/_includes/custom-head.html +1 -2
  8. data/_includes/footer/index.html +5 -23
  9. data/_includes/footer/unqFooter.html +4 -4
  10. data/_includes/head/index.html +5 -5
  11. data/_includes/header/blogHeader.html +1 -1
  12. data/_includes/header/index.html +1 -5
  13. data/_includes/howto.html +0 -37
  14. data/_includes/postbox.html +1 -1
  15. data/_includes/script.html +9 -7
  16. data/_includes/section/commonPage.html +0 -21
  17. data/_includes/section/count.html +1 -39
  18. data/_includes/section/feature.html +0 -28
  19. data/_includes/section/home.html +4 -2
  20. data/_includes/section/home2.html +4 -2
  21. data/_includes/section/news.html +1 -27
  22. data/_includes/section/recent_posts.html +0 -48
  23. data/_includes/section/related_categories_post.html +3 -181
  24. data/_includes/xyzpages/xyz.html +2 -2
  25. data/_layouts/allpages.html +1 -4
  26. data/_layouts/autogencontent.html +1 -6
  27. data/_layouts/blank.html +0 -5
  28. data/_layouts/blog.html +0 -52
  29. data/_layouts/categories.html +2 -3
  30. data/_layouts/default.html +0 -10
  31. data/_layouts/page.html +1 -4
  32. data/_layouts/page2.html +2 -4
  33. data/_layouts/post.html +22 -59
  34. data/_layouts/privacyPolicy.html +0 -6
  35. data/_layouts/termAndCondition.html +2 -4
  36. data/_layouts/tools.html +1 -5
  37. data/_layouts/wordMeaning.html +2 -4
  38. data/_layouts/xyzpages.html +1 -5
  39. data/assets/css/adBlocker.css +0 -1
  40. data/assets/css/blog.css +10 -50
  41. data/assets/css/content.css +33 -18
  42. data/assets/css/feature.css +0 -1
  43. data/assets/css/footer.css +0 -1
  44. data/assets/css/game.css +2 -20
  45. data/assets/css/home.css +1 -5
  46. data/assets/css/news.css +6 -0
  47. data/assets/css/style.css +2 -18
  48. data/assets/css/testhome.css +417 -0
  49. data/assets/css/wordleSolver.css +43 -29
  50. data/assets/css/wordsInCertainPosition.css +0 -7
  51. data/assets/js/bootstrap.bundle.min.js +7 -0
  52. data/assets/js/jquery.min.js +2 -0
  53. metadata +5 -7
  54. data/_includes/placeholder-loading.html +0 -8
  55. data/assets/css/config.css +0 -22
  56. data/assets/js/advancedFilter.js +0 -5
  57. data/assets/js/advancedFilter2.js +0 -12
  58. data/assets/js/advancedFilter3.js +0 -2
@@ -1,22 +0,0 @@
1
-
2
-
3
- .ads_layout{
4
- padding: 15px;
5
- background-color: #b641da;
6
- margin-left: 0;
7
- margin-top: 0;
8
- margin-bottom: 0;
9
- color: white;
10
- text-align: center;
11
- width: 755px;
12
- margin: 0 auto;
13
- }
14
-
15
- @media (max-width:768px) {
16
- .ads_layout{
17
- width: 100%;
18
- }
19
- .footer-section{
20
- padding:100px 0px;
21
- }
22
- }
@@ -1,5 +0,0 @@
1
- const wordLength = document.querySelector('.wordLength')
2
- wordLength.style.display = 'none'
3
-
4
- // const sortSelect = document.querySelector('#sort-select')
5
- // sortSelect.style.display = 'none'
@@ -1,12 +0,0 @@
1
- // const advancedFilter = document.querySelector('.advancedFilter')
2
- // const fillterWrapper = document.querySelector('.fillterWrapper')
3
- // advancedFilter.addEventListener('click', () => {
4
- // fillterWrapper.classList.toggle('active')
5
- // fillterWrapper.classList.remove('hide')
6
- // })
7
-
8
- // const close = document.querySelector('.fa-times')
9
- // close.addEventListener('click', () => {
10
- // fillterWrapper.classList.remove('active')
11
- // fillterWrapper.classList.add('hide')
12
- // })
@@ -1,2 +0,0 @@
1
- // const advancedFilter = document.querySelector('.advancedFilter')
2
- // advancedFilter.style.display = ' none'