wendygambone
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Biznez Lite] Client logo messed upHow do you use pastebin?
Forum: Themes and Templates
In reply to: [Biznez Lite] Client logo messed up[Excessive, unenclosed, code moderated. Please just use a pastebin. This is getting a little silly.]
Forum: Themes and Templates
In reply to: [Biznez Lite] Client logo messed up[Excessive, unenclosed, code moderated. Please post code or markup between backticks or use the code button. Or better still – use a pastebin]
Forum: Themes and Templates
In reply to: [Biznez Lite] Client logo messed upYay, found it! But I don’t know what to change.. Here it is:
[Excessive, unenclosed, code moderated. Please post code or markup between backticks or use the code button. Or better still – use a pastebin]
Forum: Themes and Templates
In reply to: [Biznez Lite] Client logo messed upYes, please I need HELP! I am in my file manager and I still dont see any file that shows anything like this jQuery Orbit Plugin 1.3.0.
Forum: Themes and Templates
In reply to: [Biznez Lite] Client logo messed upyes, I do. I’ll look for it there. Once there I just make the changes you mentioned above?
Forum: Themes and Templates
In reply to: [Biznez Lite] Client logo messed upHere is the jquery file code is it something in here??
<?php global $shortname; ?> <script type="text/javascript"> //Jcarousel jQuery (function($){ $.fn.sketchslider = function(config){ var defaults = { 'autoscroll': 0, 'slides' : '3', 'delay' : '6000', 'tspeed' : '1000', 'hoverpause': 1 }; var base = this, sktslider = {}, startCycle, obj = $(this), objWrap = obj.find('ul.skt-slider-wrap'); this.sktslider_initShow = function() { sktslider.options = $.extend({}, defaults, config); //Declare required vb's var slide = obj.find('li.skt-slide'), count = slide.length, slideWidth = obj.find('li.skt-slide:first').outerWidth(true), slideHeight = obj.find('li.skt-slide:first').outerHeight(true), tSlidesW = (count*slideWidth), vSlides = sktslider.options.slides * slideWidth, stopPosition = tSlidesW - vSlides, startSlider,nextnav,prevnav; //set css for obj's element obj.css({'position':'relative','overflow':'hidden','width':vSlides,'height':slideHeight,'text-align':'center'}); objWrap.css({'height':slideHeight,'position':'relative','left':0,'width':tSlidesW,'visibility':'visible'}); // auto play function function startSlider(){ startCycle = setInterval(function(){ if(objWrap.position().left > -stopPosition && !objWrap.is(":animated")) objWrap.animate({left: "-=" + slideWidth},sktslider.options.tspeed); else objWrap.animate({left: 0},sktslider.options.tspeed); }, sktslider.options.delay); } controlSlider = function(){ clearInterval(startCycle); if(sktslider.options.autoscroll){ startSlider(); } } //bulid navigation if(count > 1){ obj.after('<div class="skt-slide-controls"><a href="void(0)">Prev Slide</a><a href="void(0)">Next Slide</a></div>') obj.next('div.skt-slide-controls').css({'margin':'0 auto','width':vSlides}); nextnav = obj.next('div.skt-slide-controls').find('a.skt-next-slide'); prevnav = obj.next('div.skt-slide-controls').find('a.skt-prev-slide'); prevnav.on('click',function(){ if(objWrap.position().left < 0 && !objWrap.is(":animated")) objWrap.stop().animate({left: "+=" + slideWidth},sktslider.options.tspeed); else objWrap.stop().animate({left: -stopPosition},sktslider.options.tspeed); controlSlider(); }); nextnav.on('click',function(){ if(objWrap.position().left > -stopPosition && !objWrap.is(":animated")) objWrap.stop().animate({left: "-=" + slideWidth},sktslider.options.tspeed); else objWrap.stop().animate({left: 0},sktslider.options.tspeed); controlSlider(); }); if(sktslider.options.autoscroll){ startSlider(); } } //pause on hover if(count > 1 && sktslider.options.hoverpause){ objWrap.hover(function(){ clearInterval(startCycle); },function(){ startSlider(); }); } } //Reload the current slideshow this.reloadShow = function(options){ if (options != undefined) config = options; base.sktslider_destroyShow(); base.sktslider_initShow(); } //Destroy the current slideshow this.sktslider_destroyShow = function(){ // stop the auto show clearInterval(startCycle); // remove any controls / pagers that have been appended $('.skt-slide-controls').remove(); $('.skt-slide-controls',obj,objWrap).removeAttr('style'); } return this.each(function(){ base.sktslider_initShow(); }); }; })(jQuery); var sktslider; jQuery(document).ready(function(){ //call Jcarousel jQuery sktslider = jQuery('#skt-slider').sketchslider({ 'autoscroll':<?php if(sketch_get_option($shortname.'_show_auto')) { echo sketch_get_option($shortname.'_show_auto'); } else{ echo '0';}?>, 'slides':'4', 'delay': <?php if(sketch_get_option($shortname.'_janimation')) { echo sketch_get_option($shortname.'_janimation'); } else{ echo '1000';}?>, 'tspeed' : <?php if(sketch_get_option($shortname.'_tspeed')) { echo sketch_get_option($shortname.'_tspeed'); } else{ echo '1000';}?>, 'hoverpause': <?php if(sketch_get_option($shortname.'_hide_jcnavigation')) { echo sketch_get_option($shortname.'_hide_jcnavigation'); } else{ echo '0';}?> }); }); jQuery(window).bind('orientationchange', function(event) { //call Jcarousel jQuery sktslider.reloadShow({ 'autoscroll':<?php if(sketch_get_option($shortname.'_show_auto')) { echo sketch_get_option($shortname.'_show_auto'); } else{ echo '0';}?>, 'slides':'4', 'delay': <?php if(sketch_get_option($shortname.'_janimation')) { echo sketch_get_option($shortname.'_janimation'); } else{ echo '1000';}?>, 'tspeed' : <?php if(sketch_get_option($shortname.'_tspeed')) { echo sketch_get_option($shortname.'_tspeed'); } else{ echo '1000';}?>, 'hoverpause': <?php if(sketch_get_option($shortname.'_hide_jcnavigation')) { echo sketch_get_option($shortname.'_hide_jcnavigation'); } else{ echo '0';}?> }); }); </script>
[Moderator Note: Please post code or markup between backticks or use the code button. Or better still – use a pastebin. Your posted code may now have been permanently damaged by the forum’s parser.]
Forum: Themes and Templates
In reply to: [Biznez Lite] Client logo messed upI only have these files with any of the names you gave me
jquery-jcarousel-config.php
orbit-slider-config.php
But I don’t see any span.right in either one
Forum: Themes and Templates
In reply to: [Biznez Lite] Client logo messed upThanks! Was able to change the pics in the clients area. But I dont have a orbit 1.3.0 CSS file. Could it be in something else for the slider arrows?
Forum: Themes and Templates
In reply to: [Biznez Lite] Client logo messed upSorry, I’m not a skilled code person. I don’t know how to find problems using inspect element. I can get there but have NO idea what I’m looking at. I really have no clue on how to make changes based on what you told me. Sorry. Any further help would be greatly appreciated.
Forum: Themes and Templates
In reply to: [Biznez Lite] Client logo messed upOk, do you have the codes that I need to change. I have no idea what you mean here but the screen shots are how I want it to look.
Forum: Themes and Templates
In reply to: [Biznez Lite] Testimonial Box to Post BoxSo would I do the same to get rid of icons in the client boxes that I dont want?
Forum: Themes and Templates
In reply to: [Biznez Lite] Client logo messed upForum: Themes and Templates
In reply to: [Biznez Lite] Client logo messed upUGH…cant type today! Here is the actual link to the site that I’m having issues with..
Forum: Themes and Templates
In reply to: [Biznez Lite] Client logo messed upSorry its https://www.TOughTalkBusinessNEwork.org