default-options.php 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376
  1. <?php
  2. return array(
  3. 'header-logo-type' => 'image',
  4. 'custom-header-logo' => 'https://consulting.vamtam.com/wp-content/uploads/2017/08/Logо.svg',
  5. 'custom-header-logo-transparent' => 'https://consulting.vamtam.com/wp-content/uploads/2017/09/Logо-White.svg',
  6. 'show-splash-screen' => '0',
  7. 'splash-screen-logo' => '',
  8. 'show-scroll-to-top' => '1',
  9. 'custom-js' => '',
  10. 'pagination-type' => 'load-more',
  11. 'show-related-posts' => '1',
  12. 'related-posts-title' => 'RELATED STORIES',
  13. 'post-meta' => array(
  14. 'author' => '',
  15. 'tax' => '1',
  16. 'date' => '1',
  17. 'comments' => '',
  18. ),
  19. 'show-single-post-image' => '1',
  20. 'archive-layout' => 'mosaic',
  21. 'show-related-portfolios' => '1',
  22. 'related-portfolios-title' => 'More Cases',
  23. 'site-layout-type' => 'full',
  24. 'boxed-layout-padding' => '0',
  25. 'site-max-width' => '1260',
  26. 'body-background' => array(
  27. 'background-image' => '',
  28. 'background-color' => '#ffffff',
  29. 'background-repeat' => 'no-repeat',
  30. 'background-attachment' => 'scroll',
  31. 'background-size' => 'cover',
  32. 'background-position' => 'center center',
  33. ),
  34. 'accent-color' => array(
  35. '1' => '#3764eb',
  36. '2' => '#0d3885',
  37. '3' => '#314450',
  38. '4' => '#c9c9c9',
  39. '5' => '#ffffff',
  40. '6' => '#000000',
  41. '7' => '#f0efef',
  42. '8' => '#ffffff',
  43. ),
  44. 'h1' => array(
  45. 'font-family' => 'Montserrat',
  46. 'font-size' => '70px',
  47. 'variant' => '600',
  48. 'line-height' => '80px',
  49. 'color' => '#000000',
  50. 'font-options' => '',
  51. 'google' => '1',
  52. 'font-weight' => '400',
  53. 'font-style' => '',
  54. 'subsets' => 'latin',
  55. ),
  56. 'h2' => array(
  57. 'font-family' => 'Montserrat',
  58. 'font-size' => '44px',
  59. 'variant' => '500',
  60. 'line-height' => '52px',
  61. 'color' => '#06163a',
  62. 'font-options' => '',
  63. 'google' => '1',
  64. 'font-weight' => '300',
  65. 'font-style' => '',
  66. 'subsets' => '',
  67. ),
  68. 'h3' => array(
  69. 'font-family' => 'Montserrat',
  70. 'font-size' => '28px',
  71. 'variant' => '300',
  72. 'line-height' => '38px',
  73. 'color' => '#06163a',
  74. 'font-options' => '',
  75. 'google' => '1',
  76. 'font-weight' => '400',
  77. 'font-style' => '',
  78. 'subsets' => '',
  79. ),
  80. 'h4' => array(
  81. 'font-family' => 'Montserrat',
  82. 'font-size' => '22px',
  83. 'variant' => 'normal',
  84. 'line-height' => '28px',
  85. 'color' => '#000000',
  86. 'font-options' => '',
  87. 'google' => '1',
  88. 'font-weight' => '300',
  89. 'font-style' => '',
  90. 'subsets' => '',
  91. ),
  92. 'h5' => array(
  93. 'font-family' => 'Montserrat',
  94. 'font-size' => '18px',
  95. 'variant' => 'normal',
  96. 'line-height' => '24px',
  97. 'color' => '#06163a',
  98. 'font-options' => '',
  99. 'google' => '1',
  100. 'font-weight' => '400',
  101. 'font-style' => '',
  102. 'subsets' => '',
  103. ),
  104. 'h6' => array(
  105. 'font-family' => 'Montserrat',
  106. 'font-size' => '11px',
  107. 'variant' => '300',
  108. 'line-height' => '14px',
  109. 'color' => '#45545e',
  110. 'font-options' => '',
  111. 'google' => '1',
  112. 'font-weight' => '700',
  113. 'font-style' => '',
  114. 'subsets' => '',
  115. ),
  116. 'em' => array(
  117. 'font-family' => 'Montserrat',
  118. 'font-size' => '15px',
  119. 'variant' => '300 italic',
  120. 'line-height' => '20px',
  121. 'color' => '#2c2c2c',
  122. 'font-options' => '',
  123. 'google' => '1',
  124. 'font-weight' => '300',
  125. 'font-style' => 'italic',
  126. 'subsets' => '',
  127. ),
  128. 'additional-font-1' => array(
  129. 'font-family' => 'Rufina',
  130. 'font-size' => '70px',
  131. 'variant' => 'normal',
  132. 'line-height' => '90px',
  133. 'color' => '#000000',
  134. 'font-options' => '',
  135. 'google' => '1',
  136. 'font-weight' => '700',
  137. 'font-style' => 'italic',
  138. 'subsets' => '',
  139. ),
  140. 'additional-font-2' => array(
  141. 'font-family' => 'Montserrat',
  142. 'font-size' => '100px',
  143. 'variant' => '600',
  144. 'line-height' => '110px',
  145. 'color' => '#000000',
  146. 'font-options' => '',
  147. 'google' => '1',
  148. 'font-weight' => '300',
  149. 'font-style' => '',
  150. 'subsets' => '',
  151. ),
  152. 'gfont-subsets' => array(
  153. 'arabic' => '',
  154. 'bengali' => '',
  155. 'cyrillic' => '',
  156. 'cyrillic-ext' => '',
  157. 'devanagari' => '',
  158. 'greek' => '',
  159. 'greek-ext' => '',
  160. 'gujarati' => '',
  161. 'gurmukhi' => '',
  162. 'hebrew' => '',
  163. 'kannada' => '',
  164. 'khmer' => '',
  165. 'latin' => '1',
  166. 'latin-ext' => '',
  167. 'malayalam' => '',
  168. 'myanmar' => '',
  169. 'oriya' => '',
  170. 'sinhala' => '',
  171. 'tamil' => '',
  172. 'telugu' => '',
  173. 'thai' => '',
  174. 'vietnamese' => '',
  175. ),
  176. 'top-bar-layout' => 'beaver-top-header-2',
  177. 'top-bar-text' => '',
  178. 'top-bar-social-lead' => 'Call us: 800-454-9272',
  179. 'top-bar-social-fb' => '',
  180. 'top-bar-social-twitter' => '#',
  181. 'top-bar-social-linkedin' => '#',
  182. 'top-bar-social-gplus' => '',
  183. 'top-bar-social-flickr' => '',
  184. 'top-bar-social-pinterest' => '',
  185. 'top-bar-social-dribbble' => '',
  186. 'top-bar-social-instagram' => '',
  187. 'top-bar-social-youtube' => '',
  188. 'top-bar-social-vimeo' => '',
  189. 'top-nav-background' => array(
  190. 'background-image' => '',
  191. 'background-color' => '#ffffff',
  192. 'background-repeat' => 'repeat',
  193. 'background-attachment' => 'fixed',
  194. 'background-size' => 'auto',
  195. 'background-position' => 'left top',
  196. ),
  197. 'css-tophead' => array(
  198. 'text-color' => '#06163a',
  199. 'link-color' => '#06163a',
  200. 'link-hover-color' => '#3764eb',
  201. ),
  202. 'submenu' => array(
  203. 'background' => '#ffffff',
  204. 'color' => '#06163a',
  205. 'hover-color' => '#3764eb',
  206. ),
  207. 'header-layout' => 'logo-menu',
  208. 'header-height' => '80',
  209. 'sticky-header' => '1',
  210. 'enable-header-search' => '1',
  211. 'show-empty-header-cart' => '1',
  212. 'full-width-header' => '0',
  213. 'header-text-main' => '',
  214. 'header-background' => array(
  215. 'background-image' => '',
  216. 'background-color' => '#ffffff',
  217. 'background-repeat' => 'repeat',
  218. 'background-attachment' => 'scroll',
  219. 'background-size' => 'auto',
  220. 'background-position' => 'left top',
  221. ),
  222. 'sub-header-background' => array(
  223. 'background-image' => '',
  224. 'background-color' => '#ffffff',
  225. 'background-repeat' => 'repeat',
  226. 'background-attachment' => 'fixed',
  227. 'background-size' => 'auto',
  228. 'background-position' => 'left top',
  229. ),
  230. 'page-title-layout' => 'centered',
  231. 'page-title-background' => array(
  232. 'background-image' => '',
  233. 'background-color' => '',
  234. 'background-repeat' => 'repeat',
  235. 'background-attachment' => 'fixed',
  236. 'background-size' => 'auto',
  237. 'background-position' => 'left top',
  238. ),
  239. 'page-title-background-hide-lowres' => '0',
  240. 'logo' => array(
  241. 'font-family' => 'Montserrat',
  242. 'font-size' => '36px',
  243. 'variant' => '600',
  244. 'line-height' => '44px',
  245. 'color' => '#3764eb',
  246. 'font-options' => '',
  247. 'google' => '1',
  248. 'font-weight' => '400',
  249. 'font-style' => '',
  250. 'subsets' => '',
  251. ),
  252. 'main-menu-text-sticky-color' => '#ffffff',
  253. 'left-sidebar-width' => '25',
  254. 'right-sidebar-width' => '25',
  255. 'main-background' => array(
  256. 'background-image' => '',
  257. 'background-color' => '#ffffff',
  258. 'background-repeat' => 'repeat',
  259. 'background-attachment' => 'scroll',
  260. 'background-size' => 'auto',
  261. 'background-position' => 'left top',
  262. ),
  263. 'main-background-hide-lowres' => '',
  264. 'primary-font' => array(
  265. 'font-family' => 'Montserrat',
  266. 'font-size' => '15px',
  267. 'variant' => '300',
  268. 'line-height' => '20px',
  269. 'color' => '#2c2c2c',
  270. 'font-options' => '',
  271. 'google' => '1',
  272. 'font-weight' => '300',
  273. 'font-style' => '',
  274. 'subsets' => 'latin',
  275. ),
  276. 'body-link' => array(
  277. 'regular' => '#06163a',
  278. 'hover' => '#3764eb',
  279. 'visited' => '#06163a',
  280. 'active' => '#3764eb',
  281. ),
  282. 'one-page-footer' => '0',
  283. 'footer-beaver-template' => 'footer',
  284. 'footer-sidebars-titles' => array(
  285. 'font-family' => 'Montserrat',
  286. 'font-size' => '16px',
  287. 'variant' => '500',
  288. 'line-height' => '14px',
  289. 'color' => '#45545e',
  290. 'font-options' => '',
  291. 'google' => '1',
  292. 'font-weight' => '',
  293. 'font-style' => '',
  294. 'subsets' => '',
  295. ),
  296. 'sticky-footer' => '1',
  297. 'footer-sidebars-font' => array(
  298. 'font-family' => 'Montserrat',
  299. 'font-size' => '14px',
  300. 'variant' => '300',
  301. 'line-height' => '5px',
  302. 'color' => '#000000',
  303. 'font-options' => '',
  304. 'google' => '1',
  305. 'font-weight' => '300',
  306. 'font-style' => '',
  307. 'subsets' => '',
  308. ),
  309. 'footer-link' => array(
  310. 'regular' => '#45545e',
  311. 'hover' => '#000000',
  312. 'visited' => '#54687e',
  313. 'active' => '#000000',
  314. ),
  315. 'full-width-footer' => '1',
  316. 'footer-background' => array(
  317. 'background-image' => '',
  318. 'background-color' => '#ffffff',
  319. 'background-repeat' => 'no-repeat',
  320. 'background-attachment' => 'scroll',
  321. 'background-size' => 'auto',
  322. 'background-position' => 'left top',
  323. ),
  324. 'footer-background-hide-lowres' => '1',
  325. 'full-width-subfooter' => '0',
  326. 'subfooter-left' => '',
  327. 'subfooter-center' => '',
  328. 'subfooter-right' => '',
  329. 'subfooter-background' => array(
  330. 'background-image' => '',
  331. 'background-color' => '#ff4c4c',
  332. 'background-repeat' => 'repeat',
  333. 'background-attachment' => 'fixed',
  334. 'background-size' => 'auto',
  335. 'background-position' => 'left top',
  336. ),
  337. 'sub-footer' => array(
  338. 'font-family' => 'Verdana, Geneva, sans-serif',
  339. 'font-size' => '120px',
  340. 'variant' => '300',
  341. 'line-height' => '240px',
  342. 'color' => '#45545e',
  343. 'font-options' => '',
  344. 'google' => '1',
  345. 'font-weight' => '400',
  346. 'font-style' => '',
  347. 'subsets' => '',
  348. ),
  349. 'header-sidebars-1-width' => 'cell-1-3',
  350. 'header-sidebars-2-width' => 'cell-1-3',
  351. 'header-sidebars-3-width' => 'cell-1-3',
  352. 'header-sidebars-4-width' => '',
  353. 'header-sidebars-5-width' => '',
  354. 'header-sidebars-6-width' => '',
  355. 'header-sidebars-7-width' => '',
  356. 'header-sidebars-8-width' => '',
  357. 'footer-sidebars-1-width' => 'cell-1-1',
  358. 'footer-sidebars-2-width' => 'cell-2-3',
  359. 'footer-sidebars-3-width' => 'cell-2-3',
  360. 'footer-sidebars-4-width' => 'cell-1-2',
  361. 'footer-sidebars-5-width' => 'cell-1-2',
  362. 'footer-sidebars-6-width' => 'cell-1-2',
  363. 'footer-sidebars-7-width' => 'cell-1-2',
  364. 'footer-sidebars-8-width' => 'cell-1-2',
  365. 'last_tab' => '',
  366. 'show_scroll_to_top' => '1',
  367. 'theme-loop-images-wth' => '1.3',
  368. 'theme-single-images-wth' => '1.3',
  369. 'hide-single-post-image' => '1',
  370. 'envato-license-key' => '',
  371. 'system-status-opt-out' => 'false',
  372. 'google_fonts' => 'https://fonts.googleapis.com/css?family=Montserrat:600,500,300,normal,300italic,bold|Rufina:normal,bold&subset=latin',
  373. 'sitemap-page' => '11152',
  374. 'maintenance-page' => '0',
  375. );