Edit File: shortcodes.php
<?php defined('ABSPATH') || exit; // Exit directly if (class_exists('CSF')) { $prefix = 'orun_shortcodes'; CSF::createShortcoder($prefix, array( 'button_title' => __('Kısakod Ekle', 'orun'), 'select_title' => __('Bir kısakod seçin', 'orun'), 'gutenberg' => array( 'title' => 'Oruno - Kısakod', 'description' => 'Oruno Kısakodlar', 'icon' => 'shortcode', ), )); CSF::createSection($prefix, array( 'title' => __('Buton, (Button)', 'orun'), 'view' => 'normal', 'shortcode' => 'orun_button', 'fields' => array( array( 'id' => 'color', 'type' => 'select', 'title' => __('Renk', 'orun'), 'options' => array( 'cyan' => __('Açık Mavi', 'orun'), 'blue' => __('Mavi', 'orun'), 'purple' => __('Mor', 'orun'), 'pink' => __('Pembe', 'orun'), 'red' => __('Kırmızı', 'orun'), 'orange' => __('Turuncu', 'orun'), 'yellow' => __('Sarı', 'orun'), 'green' => __('Yeşil', 'orun'), 'white' => __('Beyaz', 'orun'), 'black' => __('Siyah', 'orun'), ), ), array( 'id' => 'size', 'type' => 'select', 'title' => __('Boyut', 'orun'), 'options' => array( 'small' => __('Küçük', 'orun'), 'normal' => __('Normal', 'orun'), 'big' => __('Büyük', 'orun'), ), ), array( 'id' => 'url', 'type' => 'text', 'title' => __('Bağlantı', 'orun'), ), array( 'id' => 'content', 'type' => 'textarea', 'title' => __('Metin', 'orun'), ), ), )); CSF::createSection($prefix, array( 'title' => __('Bilgi Kutusu (Alert Box)', 'orun'), 'view' => 'normal', 'shortcode' => 'orun_box', 'fields' => array( array( 'id' => 'color', 'type' => 'select', 'title' => __('Renk', 'orun'), 'options' => array( 'cyan' => __('Açık Mavi', 'orun'), 'blue' => __('Mavi', 'orun'), 'purple' => __('Mor', 'orun'), 'pink' => __('Pembe', 'orun'), 'red' => __('Kırmızı', 'orun'), 'orange' => __('Turuncu', 'orun'), 'yellow' => __('Sarı', 'orun'), 'green' => __('Yeşil', 'orun'), 'white' => __('Beyaz', 'orun'), 'black' => __('Siyah', 'orun'), ), ), array( 'id' => 'content', 'type' => 'textarea', 'title' => __('Metin', 'orun'), ), ) )); CSF::createSection($prefix, array( 'title' => __('Bilgilendirme Kutusu', 'orun'), 'view' => 'normal', 'shortcode' => 'oruno_inf_box', 'fields' => array( array( 'id' => 'optdetailcolor', 'type' => 'color', 'title' => __('Detay Rengi', 'orun'), 'subtitle' => esc_html__('Yazı modülünün detay rengini girin.', 'orun'), 'default' => '#ff0000' ), array( 'id' => 'opticon1', 'type' => 'icon', 'title' => __('Icon', 'orun'), ), array( 'id' => 'affi1text', 'type' => 'text', 'title' => esc_html__('Başlık Giriniz:', 'orun'), 'subtitle' => esc_html__('Yazı alanının başlığını giriniz.', 'orun'), 'default' => 'Oruno Takeaway', ), array( 'id' => 'affi1textbottom', 'type' => 'textarea', 'title' => esc_html__('İçeriği Giriniz:', 'orun'), 'subtitle' => esc_html__('İçeriği Giriniz.', 'orun'), 'default' => 'Daha fazla indirim fırsatları için takipte kalın', ), ) )); CSF::createSection($prefix, array( 'title' => __('Akordiyon (Toggle)', 'orun'), 'view' => 'repeater', 'shortcode' => 'orun_accordion', 'fields' => array( array( 'id' => 'title', 'type' => 'text', 'title' => __('Başlık', 'orun'), ), array( 'id' => 'content', 'type' => 'textarea', 'title' => __('Metin', 'orun'), ), ), )); CSF::createSection($prefix, array( 'title' => __('Akordiyon (Toggle) #2', 'orun'), 'view' => 'repeater', 'id' => 'opt-repeater-1', 'class' => 'opt-repeater-1', 'shortcode' => 'orun_accordion_2', 'fields' => array( array( 'type' => 'notice', 'style' => 'warning', 'content' => 'Tüm ögeleri tek bileşende toparlamak için aldığınız çıktıyı aşağıdaki kısakodlar arasına alınız. Tekli kullanım için herhangi bir aksiyon gereli değildir.<br> <b>Örnek Kullanım:</b><br> [birlestir]<br> [orun_accordion_2 ..... [/orun_accordion_2]<br> [orun_accordion_2 ..... [/orun_accordion_2]<br> [/birlestir]', ), array( 'id' => 'opt-icon-1', 'type' => 'icon', 'title' => __('Icon', 'orun'), ), array( 'id' => 'title1', 'type' => 'text', 'title' => __('Başlık', 'orun'), ), array( 'id' => 'content', 'type' => 'textarea', 'title' => __('Metin', 'orun'), ), ), )); CSF::createSection($prefix, array( 'title' => __('Vurgu (Highlight)', 'orun'), 'view' => 'normal', 'shortcode' => 'orun_highlight', 'fields' => array( array( 'id' => 'color', 'type' => 'select', 'title' => __('Renk', 'orun'), 'options' => array( 'cyan' => __('Açık Mavi', 'orun'), 'blue' => __('Mavi', 'orun'), 'purple' => __('Mor', 'orun'), 'pink' => __('Pembe', 'orun'), 'red' => __('Kırmızı', 'orun'), 'orange' => __('Turuncu', 'orun'), 'yellow' => __('Sarı', 'orun'), 'green' => __('Yeşil', 'orun'), 'black' => __('Siyah', 'orun'), ), ), array( 'id' => 'content', 'type' => 'text', 'title' => __('Metin', 'orun'), ), ) )); CSF::createSection($prefix, array( 'title' => __('Alıntı (Blockquote)', 'orun'), 'view' => 'normal', 'shortcode' => 'orun_blockquote', 'fields' => array( array( 'id' => 'content', 'type' => 'textarea', 'title' => __('Metin', 'orun'), ), ) )); CSF::createSection($prefix, [ 'title' => __('Affiliate #1', 'orun'), 'view' => 'normal', 'shortcode' => 'orun_affiliate1', 'fields' => array( array( 'id' => 'image_field', 'type' => 'media', 'title' => esc_html__('Görsel Seçin:', 'orun'), 'subtitle' => esc_html__('Bir görsel seçin veya yükleyin.', 'orun'), ), array( 'id' => 'affitext', 'type' => 'textarea', 'title' => esc_html__('Başlık Giriniz:', 'orun'), 'subtitle' => esc_html__('Affiliate alanının başlığını giriniz.', 'orun'), 'default' => '<p>Affilate Modülü:<br><strong>Oruno</strong><br><span>Bu alan Affilate kullanımına uygundur</span><br>Her bir alan için örnek kullanımlar tarafınıza sunulmuştur</p>', ), array( 'id' => 'star', 'type' => 'select', 'title' => esc_html__('Yıldız Değerlendirmesi:', 'orun'), 'subtitle' => esc_html__('Affiliate"in derecelendirmesini seçin.', 'orun'), 'placeholder' => esc_html__('Derecelendirmeyi seçiniz.', 'orun'), 'options' => array( '1/10' => '1/10', '2/10' => '2/10', '3/10' => '3/10', '4/10' => '4/10', '5/10' => '5/10', '6/10' => '6/10', '7/10' => '7/10', '8/10' => '8/10', '9/10' => '9/10', '10/10' => '10/10', ), 'default' => '5/5', ), array( 'type' => 'notice', 'style' => 'success', 'content' => 'İlk buton için ayarlar başlıyor', ), array( 'id' => 'ilkbutontext', 'type' => 'text', 'title' => esc_html__('Buton Yazısı:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'help' => esc_html__('İlk butonun yazısını giriniz.', 'orun'), 'default' => 'İncele', ), array( 'id' => 'ilkbutonlink', 'type' => 'text', 'title' => esc_html__('Buton Linki:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'help' => esc_html__('İlk butonun linkini giriniz', 'orun'), 'default' => 'https://orunotema.com/', ), array( 'id' => 'icon1', 'type' => 'icon', 'title' => __('Icon', 'orun'), ), array( 'id' => 'ilkbutonrenk', 'type' => 'color', 'title' => esc_html__('Buton Yazı Rengi:', 'orun'), 'subtitle' => esc_html__('İlk butonun yazı rengini seçiniz.', 'orun'), 'default' => '#fff', ), array( 'id' => 'ilkbutonbgrenk', 'type' => 'color', 'title' => esc_html__('Buton Arkaplan Rengi:', 'orun'), 'subtitle' => esc_html__('İlk butonun arkaplan rengini seçiniz', 'orun'), 'default' => '#000', ), array( 'type' => 'notice', 'style' => 'success', 'content' => 'İkinci buton için ayarlar başlıyor', ), array( 'id' => 'ikibutontext', 'type' => 'text', 'title' => esc_html__('Buton Yazısı:', 'orun'), 'subtitle' => esc_html__('İkinci butonun yazısını giriniz.', 'orun'), 'default' => 'Tıkla', ), array( 'id' => 'ikibutonlink', 'type' => 'text', 'title' => esc_html__('Buton Linki:', 'orun'), 'subtitle' => esc_html__('İkinci butonun linkini giriniz.', 'orun'), 'default' => 'https://orunotema.com/', ), array( 'id' => 'icon2', 'type' => 'icon', 'title' => __('Icon', 'orun'), ), array( 'id' => 'ikibutonrenk', 'type' => 'color', 'title' => esc_html__('Buton Yazı Rengi:', 'orun'), 'subtitle' => esc_html__('İkinci butonun yazı rengini seçiniz.', 'orun'), 'default' => '#fff', ), array( 'id' => 'ikibutonbgrenk', 'type' => 'color', 'title' => esc_html__('Buton Arkaplan Rengi:', 'orun'), 'subtitle' => esc_html__('İkinci butonun arkaplan rengini seçiniz', 'orun'), 'default' => '#000', ), ) ]); CSF::createSection($prefix, [ 'title' => __('Affiliate #2', 'orun'), 'view' => 'normal', 'shortcode' => 'orun_affiliate2', 'fields' => array( array( 'type' => 'notice', 'style' => 'warning', 'content' => 'İlk Affiliate Alanı İçin Başlangıç', ), array( 'id' => 'affi1bg', 'type' => 'color', 'title' => esc_html__('Bileşen Arkaplan Rengini Seçiniz:', 'orun'), 'subtitle' => esc_html__('İlk bileşenin arkaplan rengini seçiniz.', 'orun'), 'default' => '#111111', ), array( 'id' => 'affi1switcher', 'type' => 'switcher', 'title' => esc_html__('Koyu Mod:', 'orun'), 'subtitle' => esc_html__('Yazılarınız için koyu tema seçimi.', 'orun'), 'default' => true, ), array( 'id' => 'affi1texttop', 'type' => 'select', 'title' => esc_html__('Kategori:', 'orun'), 'subtitle' => esc_html__('Affiliate kategorisini seçiniz.', 'orun'), 'placeholder' => esc_html__('Kategori Seçin', 'orun'), 'help' => esc_html__('Hiç kategori seçmezseniz ilgili alan boş gözükecektir', 'orun'), 'options' => 'categories', ), array( 'id' => 'affi1text', 'type' => 'text', 'title' => esc_html__('Başlık Giriniz:', 'orun'), 'subtitle' => esc_html__('Affiliate alanının başlığını giriniz.', 'orun'), 'default' => '100₺ Harcamanıza %10 İndirim', ), array( 'id' => 'affi1textbottom', 'type' => 'textarea', 'title' => esc_html__('Alt Başlık Giriniz:', 'orun'), 'subtitle' => esc_html__('Affiliate alanının alt başlığını giriniz.', 'orun'), 'default' => 'Daha fazla indirim fırsatları için takipte kalın', ), array( 'id' => 'affi1kupon', 'type' => 'text', 'title' => esc_html__('Kupon Kodunu Giriniz:', 'orun'), 'subtitle' => esc_html__('Affiliate alanının kupon kodunu giriniz.', 'orun'), 'default' => 'ORUNO100', ), array( 'id' => 'affi1kupontop', 'type' => 'text', 'title' => esc_html__('Kupon Başlığını Giriniz:', 'orun'), 'subtitle' => esc_html__('Kupon kodunun başlığını giriniz.', 'orun'), 'default' => 'Oruno', ), array( 'id' => 'affi1kupontarih', 'type' => 'date', 'title' => esc_html__('Kupon Kodunun Geçerlilik Süresi:', 'orun'), 'subtitle' => esc_html__('Kupon kodunun geçerlilik süresini giriniz.', 'orun'), ), array( 'id' => 'affi1butontext', 'type' => 'text', 'title' => esc_html__('Buton Yazısı:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'help' => esc_html__('Örnek: 5, yazıların 5. sıradan başlayarak listelenecektir.', 'orun'), 'default' => 'İncele', ), array( 'id' => 'affi1butonlink', 'type' => 'text', 'title' => esc_html__('Buton Linki:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'help' => esc_html__('Örnek: 5, yazıların 5. sıradan başlayarak listelenecektir.', 'orun'), 'default' => 'https://orunotema.com.tr/', ), array( 'id' => 'affi1butonrenk', 'type' => 'color', 'title' => esc_html__('Buton Yazı Rengi:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'help' => esc_html__('Örnek: 5, yazıların 5. sıradan başlayarak listelenecektir.', 'orun'), 'default' => '#fff', ), array( 'id' => 'affi1butonbgrenk', 'type' => 'color', 'title' => esc_html__('Buton Arkaplan Rengi:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'help' => esc_html__('Örnek: 5, yazıların 5. sıradan başlayarak listelenecektir.', 'orun'), 'default' => '#8224e3', ), /////////////////////////// /////////////////////////// ////////İKİNCİ ALAN//////// /////////////////////////// /////////////////////////// array( 'type' => 'notice', 'style' => 'warning', 'content' => 'İkinci Affiliate Alanı İçin Başlangıç', ), array( 'id' => 'affi2active', 'type' => 'switcher', 'title' => esc_html__('Bileşen Aktifliği:', 'orun'), 'subtitle' => esc_html__('Bileşenin gözükmesini istemiyorsanız aktifliği kapatınız.', 'orun'), 'default' => false, ), array( 'id' => 'affi2bg', 'type' => 'color', 'title' => esc_html__('Bileşen Arkaplan Rengini Seçiniz:', 'orun'), 'subtitle' => esc_html__('İlk bileşenin arkaplan rengini seçiniz.', 'orun'), 'default' => '#f9f9f9', ), array( 'id' => 'affi2switcher', 'type' => 'switcher', 'title' => esc_html__('Koyu Mod:', 'orun'), 'subtitle' => esc_html__('Yazılarınız için koyu tema seçimi.', 'orun'), ), array( 'id' => 'affi2texttop', 'type' => 'select', 'title' => esc_html__('Kategori:', 'orun'), 'subtitle' => esc_html__('Affiliate kategorisini seçiniz.', 'orun'), 'placeholder' => esc_html__('Kategori Seçin', 'orun'), 'help' => esc_html__('Hiç kategori seçmezseniz ilgili alan boş gözükecektir', 'orun'), 'options' => 'categories', ), array( 'id' => 'affi2text', 'type' => 'text', 'title' => esc_html__('Başlık Giriniz:', 'orun'), 'subtitle' => esc_html__('Affiliate alanının başlığını giriniz.', 'orun'), 'default' => '100₺ Harcamanıza %10 İndirim', ), array( 'id' => 'affi2textbottom', 'type' => 'textarea', 'title' => esc_html__('Alt Başlık Giriniz:', 'orun'), 'subtitle' => esc_html__('Affiliate alanının alt başlığını giriniz.', 'orun'), 'default' => 'Daha fazla indirim fırsatları için takipte kalın', ), array( 'id' => 'affi2kupon', 'type' => 'text', 'title' => esc_html__('Kupon Kodunu Giriniz:', 'orun'), 'subtitle' => esc_html__('Affiliate alanının kupon kodunu giriniz.', 'orun'), 'default' => 'ORUNO100', ), array( 'id' => 'affi2kupontop', 'type' => 'text', 'title' => esc_html__('Kupon Başlığını Giriniz:', 'orun'), 'subtitle' => esc_html__('Kupon kodunun başlığını giriniz.', 'orun'), 'default' => 'Oruno', ), array( 'id' => 'affi2kupontarih', 'type' => 'date', 'title' => esc_html__('Kupon Kodunun Geçerlilik Süresi:', 'orun'), 'subtitle' => esc_html__('Kupon kodunun geçerlilik süresini giriniz.', 'orun'), ), array( 'id' => 'affi2butontext', 'type' => 'text', 'title' => esc_html__('Buton Yazısı:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'help' => esc_html__('Örnek: 5, yazıların 5. sıradan başlayarak listelenecektir.', 'orun'), 'default' => 'İncele', ), array( 'id' => 'affi2butonlink', 'type' => 'text', 'title' => esc_html__('Buton Linki:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'help' => esc_html__('Örnek: 5, yazıların 5. sıradan başlayarak listelenecektir.', 'orun'), 'default' => 'https://orunotema.com.tr/', ), array( 'id' => 'affi2butonrenk', 'type' => 'color', 'title' => esc_html__('Buton Yazı Rengi:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'help' => esc_html__('Örnek: 5, yazıların 5. sıradan başlayarak listelenecektir.', 'orun'), 'default' => '#fff', ), array( 'id' => 'affi2butonbgrenk', 'type' => 'color', 'title' => esc_html__('Buton Arkaplan Rengi:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'help' => esc_html__('Örnek: 5, yazıların 5. sıradan başlayarak listelenecektir.', 'orun'), 'default' => '#8224e3', ), /////////////////////////// /////////////////////////// ////////üçüncü ALAN//////// /////////////////////////// /////////////////////////// array( 'type' => 'notice', 'style' => 'warning', 'content' => 'Üçüncü Affiliate Alanı İçin Başlangıç', ), array( 'id' => 'affi3active', 'type' => 'switcher', 'title' => esc_html__('Bileşen Aktifliği:', 'orun'), 'subtitle' => esc_html__('Bileşenin gözükmesini istemiyorsanız aktifliği kapatınız.', 'orun'), 'default' => true, ), array( 'id' => 'affi3bg', 'type' => 'color', 'title' => esc_html__('Bileşen Arkaplan Rengini Seçiniz:', 'orun'), 'subtitle' => esc_html__('İlk bileşenin arkaplan rengini seçiniz.', 'orun'), 'default' => '#F9F9F9', ), array( 'id' => 'affi3switcher', 'type' => 'switcher', 'title' => esc_html__('Koyu Mod:', 'orun'), 'subtitle' => esc_html__('Yazılarınız için koyu tema seçimi.', 'orun'), ), array( 'id' => 'affi3texttop', 'type' => 'select', 'title' => esc_html__('Kategori:', 'orun'), 'subtitle' => esc_html__('Affiliate kategorisini seçiniz.', 'orun'), 'placeholder' => esc_html__('Kategori Seçin', 'orun'), 'help' => esc_html__('Hiç kategori seçmezseniz ilgili alan boş gözükecektir', 'orun'), 'options' => 'categories', ), array( 'id' => 'affi3text', 'type' => 'text', 'title' => esc_html__('Başlık Giriniz:', 'orun'), 'subtitle' => esc_html__('Affiliate alanının başlığını giriniz.', 'orun'), 'default' => '100₺ Harcamanıza %10 İndirim', ), array( 'id' => 'affi3textbottom', 'type' => 'textarea', 'title' => esc_html__('Alt Başlık Giriniz:', 'orun'), 'subtitle' => esc_html__('Affiliate alanının alt başlığını giriniz.', 'orun'), 'default' => 'Daha fazla indirim fırsatları için takipte kalın', ), array( 'id' => 'affi3kupon', 'type' => 'text', 'title' => esc_html__('Kupon Kodunu Giriniz:', 'orun'), 'subtitle' => esc_html__('Affiliate alanının kupon kodunu giriniz.', 'orun'), 'default' => 'ORUNO100', ), array( 'id' => 'affi3kupontop', 'type' => 'text', 'title' => esc_html__('Kupon Başlığını Giriniz:', 'orun'), 'subtitle' => esc_html__('Kupon kodunun başlığını giriniz.', 'orun'), 'default' => 'Oruno', ), array( 'id' => 'affi3kupontarih', 'type' => 'date', 'title' => esc_html__('Kupon Kodunun Geçerlilik Süresi:', 'orun'), 'subtitle' => esc_html__('Kupon kodunun geçerlilik süresini giriniz.', 'orun'), ), array( 'id' => 'affi3butontext', 'type' => 'text', 'title' => esc_html__('Buton Yazısı:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'help' => esc_html__('Örnek: 5, yazıların 5. sıradan başlayarak listelenecektir.', 'orun'), 'default' => 'İncele', ), array( 'id' => 'affi3butonlink', 'type' => 'text', 'title' => esc_html__('Buton Linki:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'help' => esc_html__('Örnek: 5, yazıların 5. sıradan başlayarak listelenecektir.', 'orun'), 'default' => 'https://orunotema.com.tr/', ), array( 'id' => 'affi3butonrenk', 'type' => 'color', 'title' => esc_html__('Buton Yazı Rengi:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'help' => esc_html__('Örnek: 5, yazıların 5. sıradan başlayarak listelenecektir.', 'orun'), 'default' => '#fff', ), array( 'id' => 'affi3butonbgrenk', 'type' => 'color', 'title' => esc_html__('Buton Arkaplan Rengi:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'help' => esc_html__('Örnek: 5, yazıların 5. sıradan başlayarak listelenecektir.', 'orun'), 'default' => '#dd3333', ), ) ]); CSF::createSection($prefix, [ 'title' => __('Affiliate #3', 'orun'), 'view' => 'normal', 'shortcode' => 'orun_affiliate3', 'fields' => array( array( 'type' => 'notice', 'style' => 'warning', 'content' => 'İlk Affiliate Alanı İçin Başlangıç', ), array( 'id' => 'affi1text', 'type' => 'text', 'title' => esc_html__('Başlık Giriniz:', 'orun'), 'subtitle' => esc_html__('Affiliate alanının başlığını giriniz.', 'orun'), 'default' => '100₺ Harcamanıza %10 İndirim', ), array( 'id' => 'affi1textbottom', 'type' => 'textarea', 'title' => esc_html__('Alt Başlık Giriniz:', 'orun'), 'subtitle' => esc_html__('Affiliate alanının alt başlığını giriniz.', 'orun'), 'default' => 'Daha fazla indirim fırsatları için takipte kalın', ), array( 'id' => 'affi1butontext', 'type' => 'text', 'title' => esc_html__('Buton Yazısı:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'default' => 'İncele', ), array( 'id' => 'affi1butonlink', 'type' => 'text', 'title' => esc_html__('Buton Linki:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'default' => 'https://orunotema.com.tr/', ), array( 'id' => 'affi1butonrenk', 'type' => 'color', 'title' => esc_html__('Buton Yazı Rengi:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'default' => '#fff', ), array( 'id' => 'affi1butonbgrenk', 'type' => 'color', 'title' => esc_html__('Buton Arkaplan Rengi:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'default' => '#000', ), /////////////////////////// /////////////////////////// ////////İKİNCİ ALAN//////// /////////////////////////// /////////////////////////// array( 'type' => 'notice', 'style' => 'warning', 'content' => 'İkinci Affiliate Alanı İçin Başlangıç', ), array( 'id' => 'affi22active', 'type' => 'switcher', 'title' => esc_html__('Bileşen Aktifliği:', 'orun'), 'subtitle' => esc_html__('Bileşenin gözükmesini istemiyorsanız aktifliği kapatınız.', 'orun'), 'default' => false, ), array( 'id' => 'affi22text', 'type' => 'text', 'title' => esc_html__('Başlık Giriniz:', 'orun'), 'subtitle' => esc_html__('Affiliate alanının başlığını giriniz.', 'orun'), 'default' => '100₺ Harcamanıza %10 İndirim', ), array( 'id' => 'affi22textbottom', 'type' => 'textarea', 'title' => esc_html__('Alt Başlık Giriniz:', 'orun'), 'subtitle' => esc_html__('Affiliate alanının alt başlığını giriniz.', 'orun'), 'default' => 'Daha fazla indirim fırsatları için takipte kalın', ), array( 'id' => 'affi22butontext', 'type' => 'text', 'title' => esc_html__('Buton Yazısı:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'help' => esc_html__('Örnek: 5, yazıların 5. sıradan başlayarak listelenecektir.', 'orun'), 'default' => 'Tıklanabilir Buton #1', ), array( 'id' => 'affi22butonlink', 'type' => 'text', 'title' => esc_html__('Buton Linki:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'help' => esc_html__('Örnek: 5, yazıların 5. sıradan başlayarak listelenecektir.', 'orun'), 'default' => 'https://orunotema.com.tr/', ), array( 'id' => 'affi22butonrenk', 'type' => 'color', 'title' => esc_html__('Buton Yazı Rengi:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'help' => esc_html__('Örnek: 5, yazıların 5. sıradan başlayarak listelenecektir.', 'orun'), 'default' => '#fff', ), array( 'id' => 'affi22butonbgrenk', 'type' => 'color', 'title' => esc_html__('Buton Arkaplan Rengi:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'help' => esc_html__('Örnek: 5, yazıların 5. sıradan başlayarak listelenecektir.', 'orun'), 'default' => '#000', ), /////////////////////////// /////////////////////////// ////////üçüncü ALAN//////// /////////////////////////// /////////////////////////// array( 'type' => 'notice', 'style' => 'warning', 'content' => 'Üçüncü Affiliate Alanı İçin Başlangıç', ), array( 'id' => 'affi33active', 'type' => 'switcher', 'title' => esc_html__('Bileşen Aktifliği:', 'orun'), 'subtitle' => esc_html__('Bileşenin gözükmesini istemiyorsanız aktifliği kapatınız.', 'orun'), 'default' => false, ), array( 'id' => 'affi33text', 'type' => 'text', 'title' => esc_html__('Başlık Giriniz:', 'orun'), 'subtitle' => esc_html__('Affiliate alanının başlığını giriniz.', 'orun'), 'default' => '100₺ Harcamanıza %10 İndirim', ), array( 'id' => 'affi33textbottom', 'type' => 'textarea', 'title' => esc_html__('Alt Başlık Giriniz:', 'orun'), 'subtitle' => esc_html__('Affiliate alanının alt başlığını giriniz.', 'orun'), 'default' => 'Daha fazla indirim fırsatları için takipte kalın', ), array( 'id' => 'affi33butontext', 'type' => 'text', 'title' => esc_html__('Buton Yazısı:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'default' => 'Tıklanabilir Buton #1', ), array( 'id' => 'affi33butonlink', 'type' => 'text', 'title' => esc_html__('Buton Linki:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'default' => 'https://orunotema.com.tr/', ), array( 'id' => 'affi33butonrenk', 'type' => 'color', 'title' => esc_html__('Buton Yazı Rengi:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'help' => esc_html__('Örnek: 5, yazıların 5. sıradan başlayarak listelenecektir.', 'orun'), 'default' => '#fff', ), array( 'id' => 'affi33butonbgrenk', 'type' => 'color', 'title' => esc_html__('Buton Arkaplan Rengi:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'help' => esc_html__('Örnek: 5, yazıların 5. sıradan başlayarak listelenecektir.', 'orun'), 'default' => '#000', ), ) ]); CSF::createSection($prefix, [ 'title' => __('Affiliate #4', 'orun'), 'view' => 'normal', 'shortcode' => 'orun_affiliate4', 'fields' => array( array( 'id' => 'image_field', 'type' => 'media', 'title' => esc_html__('Görsel Seçin:', 'orun'), 'subtitle' => esc_html__('Bir görsel seçin veya yükleyin.', 'orun'), ), array( 'type' => 'notice', 'style' => 'success', 'content' => 'Stil ayarları başlıyor', ), array( 'id' => 'stilaktif', 'type' => 'switcher', 'title' => esc_html__('Default Ayarları Kullan:', 'orun'), 'subtitle' => esc_html__('Eğer seçenek aktif ise temanın standart stili kullanılır.', 'orun'), 'default' => true, ), array( 'id' => 'bordercolor', 'type' => 'color', 'title' => esc_html__('Bileşen Kenarlık Rengi:', 'orun'), 'subtitle' => esc_html__('Bileşenin kenarlık rengini belirleyiniz', 'orun'), ), array( 'id' => 'background_ayar', 'type' => 'color', 'title' => esc_html__('Arkaplan Rengi:', 'orun'), 'subtitle' => esc_html__('Bileşenin arkaplan rengi belirleyiniz', 'orun'), ), array( 'type' => 'notice', 'style' => 'success', 'content' => 'Etiket ayarları başlıyor', ), array( 'id' => 'label', 'type' => 'text', 'title' => esc_html__('Etiket Girin:', 'orun'), 'subtitle' => esc_html__('Boş bırakırsanız gözükmeyecektir', 'orun'), ), array( 'id' => 'labelpos', 'type' => 'select', 'title' => esc_html__('Etiket Konumunu Seçiniz:', 'orun'), 'subtitle' => esc_html__('Etiketin bileşendeki konumunu seçiniz.', 'orun'), 'options' => array( 'topleft' => 'Sol Üst', 'topright' => 'Sağ Üst', 'bottomleft' => 'Sol Alt', 'bottomright' => 'Sağ Alt', ), 'default' => 'topleft' ), array( 'id' => 'labelcolor', 'type' => 'color', 'title' => esc_html__('Etiket Yazı Rengi:', 'orun'), 'subtitle' => esc_html__('Etiketin Yazı Rengini Seçiniz', 'orun'), ), array( 'id' => 'labelbgcolor', 'type' => 'color', 'title' => esc_html__('Etiket Arkaplan Rengi:', 'orun'), 'subtitle' => esc_html__('Etiketin Yazı Rengini Seçiniz', 'orun'), ), array( 'type' => 'notice', 'style' => 'success', 'content' => 'Yazı ayarları başlıyor', ), array( 'id' => 'affitext', 'type' => 'text', 'title' => esc_html__('Başlık Giriniz:', 'orun'), 'subtitle' => esc_html__('Affiliate alanının başlığını giriniz.', 'orun'), 'default' => 'What is Lorem Ipsum?', ), array( 'id' => 'yazilinki', 'type' => 'text', 'title' => esc_html__('Başlık Linki Giriniz:', 'orun'), 'subtitle' => esc_html__('Affiliate alanının başlığının linkini giriniz.', 'orun'), 'default' => 'magaza', ), array( 'id' => 'affiacikla', 'type' => 'textarea', 'title' => esc_html__('Açıklama Giriniz:', 'orun'), 'subtitle' => esc_html__('Affiliate alanının açıklamasını giriniz.', 'orun'), 'default' => 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s', ), array( 'type' => 'notice', 'style' => 'success', 'content' => 'İlk buton için ayarlar başlıyor', ), array( 'id' => 'ilkbutontext', 'type' => 'text', 'title' => esc_html__('Buton Yazısı:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'default' => 'İncele', ), array( 'id' => 'ilkbutonlink', 'type' => 'text', 'title' => esc_html__('Buton Linki:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'default' => 'https://orunotema.com.tr/', ), array( 'id' => 'opticon2', 'type' => 'icon', 'title' => __('Icon', 'orun'), ), array( 'id' => 'ilkbutonrenk', 'type' => 'color', 'title' => esc_html__('Buton Yazı Rengi:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'default' => '#fff', ), array( 'id' => 'ilkbutonbgrenk', 'type' => 'color', 'title' => esc_html__('Buton Arkaplan Rengi:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'default' => '#000', ), array( 'type' => 'notice', 'style' => 'success', 'content' => 'İkinci buton için ayarlar başlıyor', ), array( 'id' => 'ikibutontext', 'type' => 'text', 'title' => esc_html__('Buton Yazısı:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'help' => esc_html__('Örnek: 5, yazıların 5. sıradan başlayarak listelenecektir.', 'orun'), 'default' => 'Satın Al', ), array( 'id' => 'ikibutonlink', 'type' => 'text', 'title' => esc_html__('Buton Linki:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'help' => esc_html__('Örnek: 5, yazıların 5. sıradan başlayarak listelenecektir.', 'orun'), 'default' => 'https://orunotema.com.tr/', ), array( 'id' => 'opticon3', 'type' => 'icon', 'title' => __('Icon', 'orun'), ), array( 'id' => 'ikibutonrenk', 'type' => 'color', 'title' => esc_html__('Buton Yazı Rengi:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'help' => esc_html__('Örnek: 5, yazıların 5. sıradan başlayarak listelenecektir.', 'orun'), 'default' => '#fff', ), array( 'id' => 'ikibutonbgrenk', 'type' => 'color', 'title' => esc_html__('Buton Arkaplan Rengi:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'help' => esc_html__('Örnek: 5, yazıların 5. sıradan başlayarak listelenecektir.', 'orun'), 'default' => '#000', ), ) ]); CSF::createSection($prefix, [ 'title' => __('Kupon Modülü #1', 'orun'), 'view' => 'normal', 'shortcode' => 'oruno_coupon', 'fields' => array( array( 'id' => 'title', 'type' => 'text', 'title' => esc_html__('Modül Başlığı:', 'orun'), 'subtitle' => esc_html__('Yazı modülünün başlığını girin.', 'orun'), 'help' => esc_html__('Yazı modülünün başlığını girin. Boş bırakırsanız modülün başlığı görünmez.', 'orun'), ), array( 'id' => 'bg_color', 'title' => __('Arkaplan Rengi', 'orun'), 'type' => 'color', 'default' => '#f5af19', ), array( 'id' => 'affi1text', 'type' => 'text', 'title' => esc_html__('Başlık Giriniz:', 'orun'), 'subtitle' => esc_html__('Affiliate alanının başlığını giriniz.', 'orun'), 'default' => '100₺', ), array( 'id' => 'affi1textalt', 'type' => 'text', 'title' => esc_html__('Alt Başlık Giriniz:', 'orun'), 'subtitle' => esc_html__('Kupon alanının alt başlığını giriniz.', 'orun'), 'default' => 'Daha fazla indirim fırsatları için takipte kalın', ), array( 'id' => 'affi1textarea', 'type' => 'textarea', 'title' => esc_html__('Açıklama Giriniz:', 'orun'), 'subtitle' => esc_html__('Kupon alanının açıklamasını giriniz.', 'orun'), 'default' => 'Daha fazla indirim fırsatları için takipte kalın', ), array( 'id' => 'affi1date', 'type' => 'date', 'title' => esc_html__('Tarih Giriniz:', 'orun'), 'subtitle' => esc_html__('Kupon alanının geçerlilik tarihini giriniz.', 'orun'), ), array( 'id' => 'affi1textcoupon', 'type' => 'text', 'title' => esc_html__('Kupon Kodunu Giriniz:', 'orun'), 'subtitle' => esc_html__('Kupon alanının kodunu giriniz.', 'orun'), 'default' => '#ORUNO1923', ), array( 'id' => 'affi1butontext', 'type' => 'text', 'title' => esc_html__('Buton Yazısı:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'help' => esc_html__('Örnek: 5, yazıların 5. sıradan başlayarak listelenecektir.', 'orun'), 'default' => 'İncele', ), array( 'id' => 'affi1butonrenk', 'type' => 'color', 'title' => esc_html__('Buton Yazı Rengi:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'help' => esc_html__('Örnek: 5, yazıların 5. sıradan başlayarak listelenecektir.', 'orun'), 'default' => '#000', ), array( 'id' => 'affi1butonbgrenk', 'type' => 'color', 'title' => esc_html__('Buton Arkaplan Rengi:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'help' => esc_html__('Örnek: 5, yazıların 5. sıradan başlayarak listelenecektir.', 'orun'), 'default' => '#fff', ), ) ]); CSF::createSection($prefix, [ 'title' => __('Kupon Modülü #2', 'orun'), 'view' => 'normal', 'shortcode' => 'oruno_coupon_2', 'fields' => array( array( 'id' => 'title', 'type' => 'text', 'title' => esc_html__('Modül Başlığı:', 'orun'), 'subtitle' => esc_html__('Yazı modülünün başlığını girin.', 'orun'), 'help' => esc_html__('Yazı modülünün başlığını girin. Boş bırakırsanız modülün başlığı görünmez.', 'orun'), ), array( 'id' => 'bg_color', 'title' => __('Arkaplan Rengi', 'orun'), 'type' => 'color', 'default' => '#f5af19', ), array( 'id' => 'affi1text', 'type' => 'text', 'title' => esc_html__('Başlık Giriniz:', 'orun'), 'subtitle' => esc_html__('Affiliate alanının başlığını giriniz.', 'orun'), 'default' => '100₺', ), array( 'id' => 'affi1textalt', 'type' => 'text', 'title' => esc_html__('Alt Başlık Giriniz:', 'orun'), 'subtitle' => esc_html__('Kupon alanının alt başlığını giriniz.', 'orun'), 'default' => 'Daha fazla indirim fırsatları için takipte kalın', ), array( 'id' => 'affi1textarea', 'type' => 'textarea', 'title' => esc_html__('Açıklama Giriniz:', 'orun'), 'subtitle' => esc_html__('Kupon alanının açıklamasını giriniz.', 'orun'), 'default' => 'Daha fazla indirim fırsatları için takipte kalın', ), array( 'id' => 'affi1date', 'type' => 'date', 'title' => esc_html__('Tarih Giriniz:', 'orun'), 'subtitle' => esc_html__('Kupon alanının geçerlilik tarihini giriniz.', 'orun'), ), array( 'id' => 'affi1textcoupon', 'type' => 'text', 'title' => esc_html__('Kupon Kodunu Giriniz:', 'orun'), 'subtitle' => esc_html__('Kupon alanının kodunu giriniz.', 'orun'), 'default' => '#ORUNO1923', ), array( 'id' => 'affi1butontext', 'type' => 'text', 'title' => esc_html__('Buton Yazısı:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'help' => esc_html__('Örnek: 5, yazıların 5. sıradan başlayarak listelenecektir.', 'orun'), 'default' => 'İncele', ), array( 'id' => 'affi1butonrenk', 'type' => 'color', 'title' => esc_html__('Buton Yazı Rengi:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'help' => esc_html__('Örnek: 5, yazıların 5. sıradan başlayarak listelenecektir.', 'orun'), 'default' => '#000', ), array( 'id' => 'affi1butonbgrenk', 'type' => 'color', 'title' => esc_html__('Buton Arkaplan Rengi:', 'orun'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'orun'), 'help' => esc_html__('Örnek: 5, yazıların 5. sıradan başlayarak listelenecektir.', 'orun'), 'default' => '#fff', ), ) ]); CSF::createSection($prefix, [ 'title' => __('Affiliate Modülü #5', 'oruno'), 'view' => 'normal', 'shortcode' => 'orun_affiliate1_hosting', 'fields' => array( array( 'id' => 'image_field', 'type' => 'media', 'title' => esc_html__('Görsel Seçin:', 'oruno'), 'subtitle' => esc_html__('Bir görsel seçin veya yükleyin.', 'oruno'), ), array( 'id' => 'affitext', 'type' => 'textarea', 'title' => esc_html__('Başlık Giriniz:', 'oruno'), 'subtitle' => esc_html__('Affiliate alanının başlığını giriniz.', 'oruno'), 'default' => '<p>A45-day money-back guarantee<br><strong>$2.05/month</strong><br><span>Save 85%</span><br>Secure up to 8 devices</p>', ), array( 'id' => 'star', 'type' => 'select', 'title' => esc_html__('Yıldız Değerlendirmesi:', 'oruno'), 'subtitle' => esc_html__('Affiliate"in derecelendirmesini seçin.', 'oruno'), 'placeholder' => esc_html__('Derecelendirmeyi seçiniz.', 'oruno'), 'options' => array( '1/10' => '1/10', '2/10' => '2/10', '3/10' => '3/10', '4/10' => '4/10', '5/10' => '5/10', '6/10' => '6/10', '7/10' => '7/10', '8/10' => '8/10', '9/10' => '9/10', '10/10' => '10/10', ), 'default' => '5/5', ), array( 'id' => 'yildizrenk', 'type' => 'color', 'title' => esc_html__('Yıldız Rengi:', 'oruno'), 'subtitle' => esc_html__('Yıldız rengini seçiniz.', 'oruno'), 'default' => '#0B3D91', ), array( 'type' => 'notice', 'style' => 'success', 'content' => 'İlk buton için ayarlar başlıyor', ), array( 'id' => 'ilkbutontext', 'type' => 'text', 'title' => esc_html__('Buton Yazısı:', 'oruno'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'oruno'), 'help' => esc_html__('İlk butonun yazısını giriniz.', 'oruno'), 'default' => 'Satın Al', ), array( 'id' => 'ilkbutonlink', 'type' => 'text', 'title' => esc_html__('Buton Linki:', 'oruno'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'oruno'), 'help' => esc_html__('İlk butonun linkini giriniz', 'oruno'), 'default' => 'https://orunotema.com/', ), array( 'id' => 'icon1', 'type' => 'icon', 'title' => __('Icon', 'oruno'), ), array( 'id' => 'ilkbutonrenk', 'type' => 'color', 'title' => esc_html__('Buton Yazı Rengi:', 'oruno'), 'subtitle' => esc_html__('İlk butonun yazı rengini seçiniz.', 'oruno'), 'default' => '#fff', ), array( 'id' => 'ilkbutonbgrenk', 'type' => 'color', 'title' => esc_html__('Buton Arkaplan Rengi:', 'oruno'), 'subtitle' => esc_html__('İlk butonun arkaplan rengini seçiniz', 'oruno'), 'default' => '#0B3D91', ), array( 'type' => 'notice', 'style' => 'success', 'content' => 'İkinci buton için ayarlar başlıyor', ), array( 'id' => 'ikibutontext', 'type' => 'text', 'title' => esc_html__('Buton Yazısı:', 'oruno'), 'subtitle' => esc_html__('İkinci butonun yazısını giriniz.', 'oruno'), 'default' => 'İncele', ), array( 'id' => 'ikibutonlink', 'type' => 'text', 'title' => esc_html__('Buton Linki:', 'oruno'), 'subtitle' => esc_html__('İkinci butonun linkini giriniz.', 'oruno'), 'default' => 'https://orunotema.com/', ), array( 'id' => 'icon2', 'type' => 'icon', 'title' => __('Icon', 'oruno'), ), array( 'id' => 'ikibutonrenk', 'type' => 'color', 'title' => esc_html__('Buton Yazı Rengi:', 'oruno'), 'subtitle' => esc_html__('İkinci butonun yazı rengini seçiniz.', 'oruno'), 'default' => '#5c79e6', ), array( 'id' => 'ikibutonbgrenk', 'type' => 'color', 'title' => esc_html__('Buton Arkaplan Rengi:', 'oruno'), 'subtitle' => esc_html__('İkinci butonun arkaplan rengini seçiniz', 'oruno'), 'default' => '#e6ebff', ), ) ]); CSF::createSection($prefix, [ 'title' => __('Hosting Affiliate #2', 'oruno'), 'view' => 'normal', 'shortcode' => 'orun_affiliate2_hosting', 'fields' => array( array( 'id' => 'affitext', 'type' => 'textarea', 'title' => esc_html__('Başlık Giriniz:', 'oruno'), 'subtitle' => esc_html__('Affiliate alanının başlığını giriniz.', 'oruno'), 'default' => '<p>A45-day money-back guarantee<br><strong>$2.05/month</strong><br><span>Save 85%</span><br>Secure up to 8 devices</p>', ), array( 'id' => 'star', 'type' => 'select', 'title' => esc_html__('Yıldız Değerlendirmesi:', 'oruno'), 'subtitle' => esc_html__('Affiliate"in derecelendirmesini seçin.', 'oruno'), 'placeholder' => esc_html__('Derecelendirmeyi seçiniz.', 'oruno'), 'options' => array( '1/5' => '1/5', '2/5' => '2/5', '3/5' => '3/5', '4/5' => '4/5', '5/5' => '5/5', ), 'default' => '5/5', ), array( 'type' => 'notice', 'style' => 'success', 'content' => 'İlk buton için ayarlar başlıyor', ), array( 'id' => 'ilkbutontext', 'type' => 'text', 'title' => esc_html__('Buton Yazısı:', 'oruno'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'oruno'), 'help' => esc_html__('İlk butonun yazısını giriniz.', 'oruno'), 'default' => 'Satın Al', ), array( 'id' => 'ilkbutonlink', 'type' => 'text', 'title' => esc_html__('Buton Linki:', 'oruno'), 'subtitle' => esc_html__('Yazıların listelenmesi için offset ayarını girin.', 'oruno'), 'help' => esc_html__('İlk butonun linkini giriniz', 'oruno'), 'default' => 'https://orunotema.com/', ), array( 'id' => 'icon1', 'type' => 'icon', 'title' => __('Icon', 'oruno'), ), array( 'id' => 'ilkbutonrenk', 'type' => 'color', 'title' => esc_html__('Buton Yazı Rengi:', 'oruno'), 'subtitle' => esc_html__('İlk butonun yazı rengini seçiniz.', 'oruno'), 'default' => '#fff', ), array( 'id' => 'ilkbutonbgrenk', 'type' => 'color', 'title' => esc_html__('Buton Arkaplan Rengi:', 'oruno'), 'subtitle' => esc_html__('İlk butonun arkaplan rengini seçiniz', 'oruno'), 'default' => '#0B3D91', ), array( 'type' => 'notice', 'style' => 'success', 'content' => 'İkinci buton için ayarlar başlıyor', ), array( 'id' => 'ikibutontext', 'type' => 'text', 'title' => esc_html__('Buton Yazısı:', 'oruno'), 'subtitle' => esc_html__('İkinci butonun yazısını giriniz.', 'oruno'), 'default' => 'İncele', ), array( 'id' => 'ikibutonlink', 'type' => 'text', 'title' => esc_html__('Buton Linki:', 'oruno'), 'subtitle' => esc_html__('İkinci butonun linkini giriniz.', 'oruno'), 'default' => 'https://orunotema.com/', ), array( 'id' => 'icon2', 'type' => 'icon', 'title' => __('Icon', 'oruno'), ), array( 'id' => 'ikibutonrenk', 'type' => 'color', 'title' => esc_html__('Buton Yazı Rengi:', 'oruno'), 'subtitle' => esc_html__('İkinci butonun yazı rengini seçiniz.', 'oruno'), 'default' => '#5c79e6', ), array( 'id' => 'ikibutonbgrenk', 'type' => 'color', 'title' => esc_html__('Buton Arkaplan Rengi:', 'oruno'), 'subtitle' => esc_html__('İkinci butonun arkaplan rengini seçiniz', 'oruno'), 'default' => '#e6ebff', ), ) ]); CSF::createSection($prefix, [ 'title' => __('Etiketli Tanım Modülü Oruno', 'orun'), 'view' => 'normal', 'shortcode' => 'etiket_yazi_oruno', 'fields' => array( array( 'id' => 'affiliate_baslik_oruno', 'type' => 'text', 'title' => 'Etiket Alanı Başlığı', ), array( 'id' => 'etiket_alani_arkaplan', 'type' => 'color', 'title' => 'Etiket Alanı Arkaplan rengi', ), array( 'id' => 'etiket_alani_yazi_rengi', 'type' => 'color', 'title' => 'Etiket Alanı Yazı rengi', ), array( 'id' => 'image_url', 'type' => 'upload', 'title' => 'Görsel', ), array( 'id' => 'baslik_oruno', 'type' => 'text', 'title' => 'Başlık', ), array( 'id' => 'baslik_link', 'type' => 'text', 'title' => 'Başlığa link giriniz.', ), array( 'id' => 'aciklama_alani_oruno', 'type' => 'textarea', 'title' => 'Açıklama', ), array( 'id' => 'alt_baslik_oruno', 'type' => 'text', 'title' => 'Alt Başlık', ), array( 'id' => 'buton_yazisi', 'type' => 'text', 'title' => '1. Buton Yazısı', ), array( 'id' => 'buton_yazisi_rengi', 'type' => 'color', 'title' => 'Buton Yazı Rengi', ), array( 'id' => 'buton_arkaplan', 'type' => 'color', 'title' => '1. Butonun Arkaplan rengi', ), array( 'id' => 'buton_linki_1', 'type' => 'text', 'title' => '1. Buton Bağlantısı', ), array( 'id' => 'butonlar_arasi_yazi', 'type' => 'text', 'title' => 'Butonlar arası yazı', ), array( 'id' => 'butonlar_arasi_yazi_rengi', 'type' => 'color', 'title' => 'Butonlar arası yazı Rengi', ), array( 'id' => 'buton_yazisi2', 'type' => 'text', 'title' => '2. Buton Metni', ), array( 'id' => 'buton_yazisi_rengi2', 'type' => 'color', 'title' => '2. Buton Yazı Rengi', ), array( 'id' => 'buton_arkaplan2', 'type' => 'color', 'title' => '2. Butonun Arkaplan rengi', ), array( 'id' => 'buton_linki_2', 'type' => 'text', 'title' => '2. Buton Bağlantısı', ), ) ]); CSF::createSection($prefix, [ 'title' => __('Affiliatte Ürün Modülü - Oruno', 'orun'), 'view' => 'normal', 'shortcode' => 'etiketsiz_urun_oruno', 'fields' => array( array( 'id' => 'image_url', 'type' => 'upload', 'title' => 'Görsel', ), array( 'id' => 'baslik_oruno', 'type' => 'text', 'title' => 'Başlık', ), array( 'id' => 'baslik_link', 'type' => 'text', 'title' => 'Başlığa link giriniz.', ), array( 'id' => 'aciklama_alani_oruno', 'type' => 'textarea', 'title' => 'Açıklama', ), array( 'id' => 'alt_baslik_oruno', 'type' => 'text', 'title' => 'Alt Başlık', ), array( 'id' => 'buton_yazisi', 'type' => 'text', 'title' => '1. Buton Yazısı', ), array( 'id' => 'buton_yazisi_rengi', 'type' => 'color', 'title' => 'Buton Yazı Rengi', ), array( 'id' => 'buton_arkaplan', 'type' => 'color', 'title' => '1. Butonun Arkaplan rengi', ), array( 'id' => 'buton_linki_1', 'type' => 'text', 'title' => '1. Buton Bağlantısı', ) ) ]); }