Advertisement
Guest User

Untitled

a guest
Jan 10th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.66 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by http://DeZender.Net
  5. * @ deZender (PHP7 Decoder for ionCube Encoder)
  6. *
  7. * @ Version : 4.0.8.2
  8. * @ Author : DeZender
  9. * @ Release on : 02.01.2019
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. if (!defined('ABSPATH')) {
  15. exit();
  16. }
  17.  
  18. $settings = ['menu_title' => 'BirMedya', 'menu_type' => 'menu', 'menu_slug' => 'tema-ayarlari', 'ajax_save' => false, 'show_reset_all' => false, 'framework_title' => 'Tema Ayarları <small>v1.0</small>'];
  19. $options = [];
  20. $options[] = [
  21. 'name' => 'duyuru',
  22. 'title' => 'Duyuru ve Güncellemeler',
  23. 'icon' => 'fa fa-info-circle',
  24. 'fields' => [
  25. ['type' => 'heading', 'content' => 'Duyuru ve Güncellemeler'],
  26. ['type' => 'notice', 'class' => 'info', 'content' => 'Buradan BİRTEMA hakkında son duyuru ve haberleri takip edebilir lisanslı temanızın son güncel halini indirebilirsiniz.'],
  27. ['type' => 'content', 'content' => '<iframe src="//birtema.com/iframe/birmedya.php" height="800" width="100%;"></iframe>']
  28. ]
  29. ];
  30. $options[] = [
  31. 'name' => 'genelAyarlar',
  32. 'title' => 'Genel Ayarlar',
  33. 'icon' => 'fa fa-window-maximize',
  34. 'fields' => [
  35. ['id' => 'favicon', 'type' => 'upload', 'title' => 'Site Favicon', 'desc' => 'Tavsiye favicon boyutu: <code>23x23</code>\'dir.'],
  36. ['id' => 'disqusSwitcher', 'type' => 'switcher', 'title' => 'Disqus Yorumları', 'label' => 'Gizle / Göster', 'desc' => 'Disqus yorumlarını açıp kapatabilirsiniz.', 'default' => true],
  37. [
  38. 'id' => 'disqus',
  39. 'type' => 'text',
  40. 'title' => 'Disqus Api ID',
  41. 'desc' => 'Disqus hesabınızdan oluşturduğunuz api adını giriniz.',
  42. 'dependency' => ['disqusSwitcher', '==', true]
  43. ],
  44. ['id' => 'icerikGonderSwitcher', 'type' => 'switcher', 'title' => 'Ziyaretçiler İçerik Gönderebilsin Mi?', 'desc' => 'Eğer hayırı işaretlerseniz sadece üyeler içerik gönderebilir.', 'label' => 'Evet / Hayır', 'default' => true]
  45. ]
  46. ];
  47. $options[] = [
  48. 'name' => 'ust-kisim',
  49. 'title' => 'Üst Kısım',
  50. 'icon' => 'fa fa-window-maximize',
  51. 'sections' => [
  52. [
  53. 'name' => 'ustGenelAyarlar',
  54. 'title' => 'Genel Ayarlar',
  55. 'icon' => 'fa fa-window-maximize',
  56. 'fields' => [
  57. ['id' => 'temaDesktopLogo', 'type' => 'upload', 'title' => 'Desktop Logo', 'desc' => 'Tavsiye logo boyutu: <code>150x64</code>\'dir.'],
  58. ['id' => 'temaMobilLogo', 'type' => 'upload', 'title' => 'Mobil Logo', 'desc' => 'Tavsiye logo boyutu: <code>150x64</code>\'dir.'],
  59. ['id' => 'yapiskanHeaderSwitcher', 'type' => 'switcher', 'title' => 'Yapışkan Header (Sticky)', 'label' => 'Gizle / Göster', 'desc' => 'Sticky (yapışkan) header özelliği seçenekleri.', 'default' => true],
  60. [
  61. 'id' => 'headerBottomDesignOptions',
  62. 'title' => 'Tasarım Seçenekleri',
  63. 'type' => 'image_select',
  64. 'options' => ['bottomBarBottom' => get_template_directory_uri() . '/framework/cs/panelImages/bottomBarBottom.png', 'bottomBarTop' => get_template_directory_uri() . '/framework/cs/panelImages/bottomBarTop.png', 'bottomBarNone' => get_template_directory_uri() . '/framework/cs/panelImages/bottomBarNone.png'],
  65. 'default' => 'bottomBarBottom',
  66. 'help' => 'Headerda alt bar için tasarım seçimi yapabilirsiniz.',
  67. 'desc' => 'Header için tasarım seçimi yapabilirsimiz.'
  68. ]
  69. ]
  70. ],
  71. [
  72. 'name' => 'ustButonIkonlarAyarlar',
  73. 'title' => 'Buton ve İkonlar',
  74. 'icon' => 'fa fa-window-maximize',
  75. 'fields' => [
  76. ['id' => 'icerikGonderHeaderSwitcher', 'type' => 'switcher', 'title' => 'İçerik Gönder Butonu', 'label' => 'Gizle / Göster', 'desc' => 'Eğer kapatırsanız bu buton headerda görünmeyecektir.', 'default' => true],
  77. [
  78. 'id' => 'icerikGonderSayfasiUrl',
  79. 'type' => 'select',
  80. 'title' => 'İçerik Gönder Sayfası',
  81. 'help' => 'Bu ayardan önce wordpress admin panelindeki Sayfalar sekmesinden bir sayfa oluşturup, sayfa şablonunu içerik sayfası olarak ayarlamalısınız.',
  82. 'desc' => 'İçerik gönder sayfanızı seçiniz.',
  83. 'dependency' => ['icerikGonderHeaderSwitcher', '==', true],
  84. 'options' => 'pages',
  85. 'query_args' => ['sort_order' => 'ASC', 'sort_column' => 'post_title']
  86. ],
  87. ['id' => 'girisKayitSayfasiHeaderSwitcher', 'type' => 'switcher', 'title' => 'Kullanıcı Giriş Kayıt İkonu', 'label' => 'Gizle / Göster', 'desc' => 'Eğer kapatırsanız bu ikon headerda görünmeyecektir.', 'default' => true],
  88. [
  89. 'id' => 'girisKayitSayfasiUrl',
  90. 'type' => 'select',
  91. .......................................................................
  92. .....................................
  93. .............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement