Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. window.ss360Config = {
  2. siteId: "www.f1moto.com.au",
  3. showErrors: false,
  4. layout: {
  5. navigation: {
  6. position: "top",
  7. type: "tabs",
  8. forceTabs: true
  9. },
  10. mobile: {
  11. showUrl: true,
  12. showImages: true,
  13. type: "grid"
  14. },
  15. desktop: {
  16. showUrl: true,
  17. showImages: true,
  18. type: "grid",
  19. gridColsLg: 3,
  20. gridColsXl: ss360HasContentBlock ? 3 : 4
  21. }
  22. },
  23. suggestions: {
  24. show: true,
  25. maxQuerySuggestions: 3,
  26. showImages: true,
  27. num: 6,
  28. minChars: 2,
  29. highlight: true,
  30. viewAllLabel: "Show All Products"
  31. },
  32. style: {
  33. themeColor: "#329fd9",
  34. suggestions: {
  35. text: {
  36. color: "#333333"
  37. },
  38. background: {
  39. color: "#ffffff"
  40. },
  41. padding: "10px",
  42. distanceFromTop: "0px",
  43. border: {
  44. color: "#dddddd",
  45. radius: "0px"
  46. }
  47. },
  48. searchBox: {
  49. text: {
  50. color: "#333333",
  51. size: "20px"
  52. },
  53. background: {
  54. color: "#ffffff"
  55. },
  56. width:"100%",
  57. icon: {
  58. image: "magnifier"
  59. },
  60. border: {
  61. color: "#dddddd",
  62. radius: "7px"
  63. },
  64. button: {
  65. text: "Search",
  66. color: "#666666"
  67. }
  68. },
  69. loaderType: "circle",
  70. animationSpeed: 250
  71. },
  72. searchBox: {
  73. placeholder: "Search",
  74. selector: "#searchBox"
  75. },
  76. results: {
  77. searchResultsCaption: "We found #COUNT# results for your query \"#QUERY#\"",
  78. group: true,
  79. num: 50,
  80. highlightQueryTerms: true,
  81. noResultsText: "Sorry, we have not found any matches for your query.",
  82. queryCorrectionText: "Did you mean \"#CORRECTION#\"?",
  83. linksOpenNewTab: false,
  84. moreResultsPagingSize: 50,
  85. embedConfig: {
  86. contentBlock: ss360HasContentBlock ? "#content-container" : "#main-content"
  87. }
  88. },
  89. contentGroups: {
  90. otherName: "Other",
  91. ignoreOther: true
  92. }
  93. };
  94. jQuery('body').append('<script src="https://cdn.sitesearch360.com/prerelease/js/sitesearch360-v13.min.js" async></script>');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement