jquery.themepunch.revolution.min8f56.js
jquery.themepunch.enablelog.js
jquery.themepunch.revolution.min.js
jquery.themepunch.tools.min.js
tp-color-picker.min.js

wp-content/plugins/revslider/public/assets/js klasöründe mevcut

index.php de slider için kullandığım komut satırı da şu şekilde



<script>var htmlDiv = document.getElementById("rs-plugin-settings-inline-css"); var htmlDivCss=".tp-caption.t1,.t1{font-size:70px;font-weight:700;color:#ffffff;text-decoration:none;padding:10px 20px 15px 20px;background-color:transparent;border-width:0px;border-color:rgb(255,214,88);border-style:none}.tp-caption.b1,.b1{font-size:16px;line-height:18px;font-weight:500;font-family:Oswald;color:rgb(204,204,204);text-decoration:none;background-color:transparent;border-width:0px;border-color:rgb(204,204,204);border-style:none}.tp-caption.t2,.t2{font-size:36px;font-weight:700;color:#ffffff;text-decoration:none;padding:10px 20px 15px 20px;background-color:transparent;border-width:0px;border-color:rgb(255,214,88);border-style:none}.tp-caption.t3,.t3{font-family:Oswald;font-size:60px;font-weight:700;color:#ffffff;text-decoration:none;padding:10px 20px 15px 20px;background-color:transparent;border-width:0px;border-color:rgb(255,214,88);border-style:none}";
if(htmlDiv) {
htmlDiv.innerHTML = htmlDiv.innerHTML + htmlDivCss;
}else{
var htmlDiv = document.createElement("div");
htmlDiv.innerHTML = "";
document.getElementsByTagName("head")[0].appendChild(htmlDiv.childNodes[0]);
}
</script>
<script>
/******************************************
- PREPARE PLACEHOLDER FOR SLIDER -
******************************************/

var setREVStartSize=function(){
try{var e=new Object,i=jQuery(window).width(),t=9999,r=0,n=0,l=0,f=0,s=0,h=0;
e.c = jQuery('#rev_slider_2_1');
e.responsiveLevels = [1240,1024,778,480];
e.gridwidth = [1920,1024,778,480];
e.gridheight = [680,768,960,720];

e.sliderLayout = "auto";
if(e.responsiveLevels&&(jQuery.each(e.responsiveLevels,function(e,f){f>i&&(t=r=f,l=e),i>f&&f>r&&(r=f,n=e)}),t>r&&(l=n)),f=e.gridheight[l]||e.gridheight[0]||e.gridheight,s=e.gridwidth[l]||e.gridwidth[0]||e.gridwidth,h=i/s,h=h>1?1:h,f=Math.round(h*f),"fullscreen"==e.sliderLayout){var u=(e.c.width(),jQuery(window).height());if(void 0!=e.fullScreenOffsetContainer){var c=e.fullScreenOffsetContainer.split(",");if (c) jQuery.each(c,function(e,i){u=jQuery(i).length>0?u-jQuery(i).outerHeight(!0):u}),e.fullScreenOffset.split("%").length>1&&void 0!=e.fullScreenOffset&&e.fullScreenOffset.length>0?u-=jQuery(window).height()*parseInt(e.fullScreenOffset,0)/100:void 0!=e.fullScreenOffset&&e.fullScreenOffset.length>0&&(u-=parseInt(e.fullScreenOffset,0))}f=u}else void 0!=e.minHeight&&f
}catch(d){console.log("Failure at Presize of Slider:"+d)}
};

setREVStartSize();

var tpj=jQuery;
tpj.noConflict();
var revapi2;
tpj(document).ready(function() {
if(tpj("#rev_slider_2_1").revolution == undefined){
revslider_showDoubleJqueryError("#rev_slider_2_1");
}else{
revapi2 = tpj("#rev_slider_2_1").show().revolution({
sliderType:"standard",
jsFileLocation:"http://akseki.baselektronik.com/wp-content/plugins/revslider/public/assets/js/",
sliderLayout:"auto",
dottedOverlay:"none",
delay:6000,
navigation: {
keyboardNavigation:"off",
keyboard_direction: "horizontal",
mouseScrollNavigation:"off",
mouseScrollReverse:"default",
onHoverStop:"on",
touch:{
touchenabled:"on",
swipe_threshold: 75,
swipe_min_touches: 1,
swipe_direction: "horizontal",
drag_block_vertical: false
}
,
arrows: {
style:"hebe",
enable:true,
hide_onmobile:false,
hide_onleave:true,
hide_delay:200,
hide_delay_mobile:1200,
tmp:'
{{title}}
',
left: {
h_align:"left",
v_align:"center",
h_offset:20,
v_offset:0
},
right: {
h_align:"right",
v_align:"center",
h_offset:20,
v_offset:0
}
}
},
responsiveLevels:[1240,1024,778,480],
visibilityLevels:[1240,1024,778,480],
gridwidth:[1920,1024,778,480],
gridheight:[680,768,960,720],
lazyType:"none",
shadow:0,
spinner:"spinner3",
stopLoop:"off",
stopAfterLoops:-1,
stopAtSlide:-1,
shuffle:"off",
autoHeight:"off",
hideThumbsOnMobile:"off",
hideSliderAtLimit:0,
hideCaptionAtLimit:0,
hideAllCaptionAtLilmit:0,
debugMode:false,
fallbacks: {
simplifyAll:"off",
nextSlideOnWindowFocus:"off",
disableFocusListener:false,
}
});
}
}); /*ready*/
</script>
<script>
var htmlDivCss = ' #rev_slider_2_1_wrapper .tp-loader.spinner3 div { background-color: #FFFFFF !important; } ';
var htmlDiv = document.getElementById('rs-plugin-settings-inline-css');
if(htmlDiv) {
htmlDiv.innerHTML = htmlDiv.innerHTML + htmlDivCss;
}
else{
var htmlDiv = document.createElement('div');
htmlDiv.innerHTML = '';
document.getElementsByTagName('head')[0].appendChild(htmlDiv.childNodes[0]);
}
</script>
<script>
var htmlDivCss = unescape(".hebe.tparrows%20%7B%0A%20%20cursor%3Apointer%3B%0A%20%20background%3Argba%28255%2C%20255%2C%20255%2C%201%29%3B%0A%20%20min-width%3A70px%3B%0A%20%20min-height%3A70px%3B%0A%20%20position%3Aabsolute%3B%0A%20%20display%3Ablock%3B%0A%20%20z-index%3A100%3B%0A%7D%0A.hebe.tparrows%3Ahover%20%7B%0A%7D%0A.hebe.tparrows%3Abefore%20%7B%0A%20%20font-family%3A%20%22revicons%22%3B%0A%20%20font-size%3A30px%3B%0A%20%20color%3Argba%280%2C0%2C0%2C0.5%29%3B%0A%20%20display%3Ablock%3B%0A%20%20line-height%3A%2070px%3B%0A%20%20text-align%3A%20center%3B%0A%20%20-webkit-transition%3A%20color%200.3s%3B%0A%20%20-moz-transition%3A%20color%200.3s%3B%0A%20%20transition%3A%20color%200.3s%3B%0A%20%20z-index%3A2%3B%0A%20%20position%3Arelative%3B%0A%20%20%20background%3Argba%28255%2C%20255%2C%20255%2C%201%29%3B%0A%20%20min-width%3A70px%3B%0A%20%20%20%20min-height%3A70px%3B%0A%7D%0A.hebe.tparrows.tp-leftarrow%3Abefore%20%7B%0A%20%20content%3A%20%22%5Ce824%22%3B%0A%7D%0A.hebe.tparrows.tp-rightarrow%3Abefore%20%7B%0A%20%20content%3A%20%22%5Ce825%22%3B%0A%7D%0A.hebe.tparrows%3Ahover%3Abefore%20%7B%0A%20color%3A%23000%3B%0A%20%20%20%20%20%20%7D%0A.tp-title-wrap%20%7B%20%0A%20%20position%3Aabsolute%3B%0A%20%20z-index%3A0%3B%0A%20%20display%3Ainline-block%3B%0A%20%20background%3A%23000%3B%0A%20%20background%3Argba%280%2C0%2C0%2C0.75%29%3B%0A%20%20min-height%3A60px%3B%0A%20%20line-height%3A60px%3B%0A%20%20top%3A-10px%3B%0A%20%20margin-left%3A0px%3B%0A%20%20-webkit-transition%3A%20-webkit-transform%200.3s%3B%0A%20%20transition%3A%20transform%200.3s%3B%0A%20%20transform%3Ascalex%280%29%3B%20%20%0A%20%20-webkit-transform%3Ascalex%280%29%3B%20%20%0A%20%20transform-origin%3A0%25%2050%25%3B%20%0A%20%20%20-webkit-transform-origin%3A0%25%2050%25%3B%0A%7D%0A%20.hebe.tp-rightarrow%20.tp-title-wrap%20%7B%20%0A%20%20%20right%3A0px%3B%0A%20%20%20-webkit-transform-origin%3A100%25%2050%25%3B%0A%20%7D%0A.hebe.tparrows%3Ahover%20.tp-title-wrap%20%7B%0A%20%20transform%3Ascalex%281%29%3B%0A%20%20-webkit-transform%3Ascalex%281%29%3B%0A%7D%0A.hebe%20.tp-arr-titleholder%20%7B%0A%20%20position%3Arelative%3B%0A%20%20text-transform%3Auppercase%3B%0A%20%20color%3Argb%28255%2C%20255%2C%20255%29%3B%0A%20%20font-weight%3A600%3B%0A%20%20font-size%3A12px%3B%0A%20%20line-height%3A90px%3B%0A%20%20white-space%3Anowrap%3B%0A%20%20padding%3A0px%2020px%200px%2090px%3B%0A%7D%0A%0A.hebe.tp-rightarrow%20.tp-arr-titleholder%20%7B%0A%20%20%20margin-left%3A0px%3B%20%0A%20%20%20padding%3A0px%2090px%200px%2020px%3B%0A%20%7D%0A%0A.hebe.tparrows%3Ahover%20.tp-arr-titleholder%20%7B%0A%20%20%20transform%3Atranslatex%280px%29%3B%0A%20%20%20-webkit-transform%3Atranslatex%280px%29%3B%0A%20%20transition-delay%3A%200.1s%3B%0A%20%20opacity%3A1%3B%0A%7D%0A%0A.hebe%20.tp-arr-imgholder%7B%0A%20%20%20%20%20%20width%3A90px%3B%0A%20%20%20%20%20%20height%3A90px%3B%0A%20%20%20%20%20%20position%3Aabsolute%3B%0A%20%20%20%20%20%20left%3A100%25%3B%0A%20%20%20%20%20%20display%3Ablock%3B%0A%20%20%20%20%20%20background-size%3Acover%3B%0A%20%20%20%20%20%20background-position%3Acenter%20center%3B%0A%20%20%09%20top%3A0px%3B%20right%3A-90px%3B%0A%20%20%20%20%7D%0A.hebe.tp-rightarrow%20.tp-arr-imgholder%7B%0A%20%20%20%20%20%20%20%20right%3Aauto%3Bleft%3A-90px%3B%0A%20%20%20%20%20%20%7D%0A");
var htmlDiv = document.getElementById('rs-plugin-settings-inline-css');
if(htmlDiv) {
htmlDiv.innerHTML = htmlDiv.innerHTML + htmlDivCss;
}
else{
var htmlDiv = document.createElement('div');
htmlDiv.innerHTML = '';
document.getElementsByTagName('head')[0].appendChild(htmlDiv.childNodes[0]);
}
</script>