Everything posted by emms
- The menu is lost in IE
- The menu is lost in IE
-
How do I get more business?
If you look at the likes of BT infinity, do a search on google, the first thing you see in massive writing is "6 months offer , click on the link and you see the offer again in massive writing " 3 months free" - they seem to know what they are doing in terms of sales.
-
Issues with contact form on inner pages of website
Hi folks, The contact form on the homepage seems to work fine, but not on the inner pages, including the contact page - same code is used throughout. When you get to the input box 'where you would like to go' - it doesn't allow me to input text. Would love some help http://www.yourtoursni.co.uk/contact.html Cheers, Emma
-
Pretty photo zoom not working exactly
Hi Lyndsey, works a charm, thanks for that. Welcome to the forum by the way x
-
Pretty photo zoom not working exactly
Here is the link to the site www.gmrarchitects.com/ If you click on any of the photos, you will see that the social links appear in the photo (top right) plus some of the header, how can I fix this so that the header does not appear in the zoom? Thanks, Emma
-
Javascript conflicting with eachother (stand alone, both work fine)
Thank you so much, works beautifully
-
Javascript conflicting with eachother (stand alone, both work fine)
http://freshwebdesignni.com/a2b/about.html'>http://freshwebdesignni.com/a2b/about.html http://freshwebdesignni.com/a2b/ Thx
-
Javascript conflicting with eachother (stand alone, both work fine)
Sliders.js /* Nivo Slider */ $(window).load(function() { $(".slider").nivoSlider({ effect: 'random', startSlide: 0, //Set starting Slide (0 index) animSpeed: 400, //Slide transition speed pauseTime: 3000, captionOpacity: 0.6, //Caption Opacity directionNavHide: true, //Only show on hover pauseOnHover: false, //Stop animation while hovering slices: 8 // For slice animations }); }); /* Coin Slider */ jQuery(document).ready(function() { $("#coin-slider").coinslider({ width: 940, height: 350, navigation: true, effect: '', links: false, delay: 3000, spw: 7, // squares per width sph: 7, // squares per height }); }); js/custom.js $(function(){ $("#menu li").hover(function(){ $(this).addClass("hover"); $('ul:first',this).css('visibility', 'visible'); }, function(){ $(this).removeClass("hover"); $('ul:first',this).css('visibility', 'hidden'); }); }); assets/js/custom,js /* 1 *** IMAGE ZOOM */ jQuery(document).ready(function() { $("a.zoom img").mouseover(function(){ $(this).stop(true,true); $(this).fadeTo(300, 0.6); }); $("a.zoom img").mouseout(function(){ $(this).fadeTo(400, 1.0); }); }); /* 2 *** SHOW MENU SEARCH $(document).ready(function() { $(".menu-search, .search-close").click(function () { $("#searchform").toggle("slow"); }); }); */ $(document).ready(function () { $('.menu-search, .search-close').click(function () { var $search = $('#searchform'); if ($search.is(':visible')) { $search.fadeOut(1000); } else { $search.fadeIn(1000); } }); }); /* 3 *** PORTFOLIO 4 SLIDING CAPTIONS */ $(document).ready(function() { $('.boxgrid.captionfull').hover(function(){ $(".cover", this).stop().animate({top:'-0px'},{queue:false,duration:200}); }, function() { $(".cover", this).stop().animate({top:'-145px'},{queue:false,duration:700}); }); }); /* 4 *** JMENU */ jQuery(document).ready(function() { $('#menu').jmenu({ animation:'slide', duration:300 }); }); /* 5 *** PAGE JUMP */ $('.jump').click(function() { var elementClicked = $(this).attr("href"); var destination = $(elementClicked).offset().top; $("html:not(:animated),body:not(:animated)").animate({ scrollTop: destination-20}, 1000 ); return false; }); /* 6 *** FANCYBOX */ jQuery(document).ready(function() { //display image $("a.zoom").fancybox(); }); /* 7 *** LATEST TWEETS */ jQuery(window).load(function() { getTwitters('myTweets', { id: 'envato', // replace with your twitter user id prefix: '<a href="http://twitter.com/%...me%">%name%</a> said: ', clearContents: false, // leave the original message in place count: 2, withFriends: true, ignoreReplies: false, enableLinks: true, newwindow: true }); }); /* 8 *** TIPSY FOR REPLACING THE "TITLE" ATTRIBUTE VALUES */ jQuery(document).ready(function(){ $('a.tipsy').tipsy({ delayIn: 0, // delay before showing tooltip (ms) delayOut: 0, // delay before hiding tooltip (ms) fade: true, // fade tooltips in/out? fallback: '', // fallback text to use when no tooltip text gravity: 's', // gravity html: false, // is tooltip content HTML? live: false, // use live event support? offset: 15, // pixel offset of tooltip from element opacity: 0.8, // opacity of tooltip title: 'title', // attribute/callback containing tooltip text trigger: 'hover' // how tooltip is triggered - hover | focus | manual }); }); /* 9 *** JCAROUSEL */ jQuery(document).ready(function() { jQuery('.imageCarousel').jcarousel({ auto: 3, scroll: 1, wrap: 'last', animation: 700, initCallback: mycarousel_initCallback, buttonNextHTML: null, buttonPrevHTML: null }); }); function mycarousel_initCallback(carousel) { jQuery('.carousel-next').bind('click', function() { carousel.next(); return false; }); jQuery('.carousel-prev').bind('click', function() { carousel.prev(); return false; }); }; /* 10 *** Pika Choose */ jQuery(document).ready(function (){ var a = function(self){ self.anchor.fancybox(); }; $("#pikame").PikaChoose({ speed: 2500, buildFinished:a }); });
-
Javascript conflicting with eachother (stand alone, both work fine)
Can someone plzzzz help. Why would these snippets of javascript be conflicting, stand alone they work fine) <!-- Js Starts --> <script type="text/javascript" src="js/jquery-1.4.2.js"></script> <script type="text/javascript" src="js/coin-slider.min.js"></script> <script type="text/javascript" language="javascript" src="js/custom.js"></script> <script type="text/javascript"> $(document).ready(function() { $('#slider').coinslider({ width: 960, // width of slider panel height: 432, // height of slider panel spw: 7, // squares per width sph: 5, // squares per height delay: 5000, // delay between images in ms sDelay: 30, // delay beetwen squares in ms opacity: 0.7, // opacity of title and navigation titleSpeed: 500, // speed of title appereance in ms effect: '', // random, swirl, rain, straight navigation: true, // prev next and buttons links : true, // show images as links hoverPause: true // pause on hover }); }); </script> <!-- Js Ends --> <!-- Js Starts --> <script type="text/javascript" src="assets/js/sliders.js"></script> <script type="text/javascript" src="assets/js/custom.js"></script> <!-- Js Ends --> </body> </html>
-
How do I get more business?
Guys, guys, always advertise your most basic package, draws customers in, they always want more on top.
-
Logo help needed (gimp format)
Hi folks, I have a logo in .gimp format, can anyone help me to convert to hi res format, transparent background, png for example? Roughly 400px in width. It wont allow me to send as an attachment here, but I could send via email no probs. Thanks in advance. Emma
-
How do I get more business?
Just logged into WDF and saw this thread from years ago, my godness, things are going great at the mo with my splashy page )))
-
Help implementing 2 jquery sliders on the same webpage
I'm not even quite sure, I know its a Slideshow Plugin for jQuery, seems like it doesn't support multiple then.
-
Help implementing 2 jquery sliders on the same webpage
Hi Folks, I downloaded a free open source slider using jquery. See a snippet of code from HTML doc It works perfectly, but I need to implement 2 on the same page. I have tried loads of different things, but none seem to make it work. Is this possible, do I need to point the 2nd slider to a different js file or a different cs file, or do I need include another script in the doc <head> for the 2nd slider to work? See script below Cheers, Emma
- Help to remove bug on web browser
-
Help to remove bug on web browser
Cheers for that. I have run norton full scan which removed 4 threats and also downloaded some spy dll software, issue still exists though, so if anyone knows any good free downloadable software, would be appreciated. Cheers, Emma
-
Help to remove bug on web browser
Hey, I thought I had figured it out, I did a quick scan with Norton and it removed 2 risks 'tracking cookies'. I checked the same webpage and other random words had been converted to hyperlinks instead of the previous words.
-
Help to remove bug on web browser
On this page [redacted] See attachment for what I see on the screen. The links point to this page: http://cxpfy.com/Track/Go?url=http%3A%2F%2Fs.maxwebsearch.com%2Fi%2FPlaybryte%2Fsearch%2Fredirect%2F%3Ftype%3Dinline%26query%3Ddegeneration%26user_id%3D64e06036-742f-446d-a428-43af6d26809c%26affiliateid%3D%26subid%3Dintext&iurl=inline.playbryte.com&keyword=degeneration which quickly points to this page: http://www.internetcorkboard.com/search.php?q=degeneration&source=campaign12_keyword_degeneration Hope that helps, Thanks, Emma
-
Help to remove bug on web browser
Hi, Would anyone know a solution to this problem. On IE, FF and Chrome, any webpage that I open - some random words are made into hyperlinks, the colour turns to blue and the words are underlined - just like old hyperlinks. Some sort of bug local to my machine? Cheers, Emma
-
Need help using a placeholder
Hmmm, interesting, sounds like it could work, no experience of this, will need to play about with it Thx a mil Got it sorted easy when you know how
-
Need help using a placeholder
Hi Folks, Could anyone help me add some sort of placeholder div area to one of my sites? http://www.gowebcreate.com/valvesstore/ As you can see it takes Google translate a few seconds to load and the screen jerks down annoyingly when it does load. Cheers, Emma
-
How to force a script to run in chrome
Hi Guys, I've used a simple marque code to get a slider running from right to left on a website. It works fine in FF and IE, but not in Chrome. I did find the following webkit code that works in chrome, but how can I force the script to run in chrome, while disabling the marque code when in chrome - is this even possible or is there a better 1 script fits all, lol, if only <!-- Works in IE and FF --> <div id="container" class="clearfix"> <marquee behavior="scroll" direction="left" scrollamount="4" style="padding-bottom:2px; width: 960px; height: 102px; background-color: #ffffff; overflow: auto;">Tesssssssssssstinnnnnnnnnnng</marquee> <-- Works in chrome but not IE and FF --> <style type='text/css'> @-webkit-keyframes "slide" { 0% {left: 0%;-webkit-animation-timing-function: ease-in-out;} 100% {left: 90%;-webkit-animation-timing-function: linear;} } .slider{ position:absolute; width:960px; -webkit-animation-name: slide; -webkit-animation-duration: 6s; -webkit-animation-iteration-count: infinite; -webkit-animation-direction: alternate; left: 0%; } </style> <div class='slider'>Tessssssssssstingggggggggg</div>
-
Query on redirects (301, 401)
Hey thanks, it did actually work in the end, but it took a while x
-
Query on redirects (301, 401)
Hey guys, Can anyone give me some advice or point me towards a post on here that might solve my problem. I've set up my .htaccess file so that the page www.emmasmyth.com/404.html is displayed when a page on my domain, e.g. www.emmasmyth.com/portfolio.html (which has been deleted) is accessed. But it doesn't seem to work? Cheers, Emma